Modifier and Type | Field and Description |
---|---|
Integer |
JcloudsVersion.alphaVersion
Non-null iff
JcloudsVersion.alpha is true |
Integer |
JcloudsVersion.betaVersion
Non-null iff
JcloudsVersion.beta is true |
protected String |
ContextBuilder.credential |
Integer |
JcloudsVersion.releaseCandidateVersion
Non-null iff
JcloudsVersion.releaseCandidate is true |
Modifier and Type | Method and Description |
---|---|
ContextBuilder |
ContextBuilder.credentials(String identity,
String credential)
constant value of the cloud identity and credential.
|
Constructor and Description |
---|
ContextBuilder(ProviderMetadata providerMetadata,
ApiMetadata apiMetadata) |
Modifier and Type | Method and Description |
---|---|
B |
ApiMetadata.Builder.buildVersion(String buildVersion) |
B |
ApiMetadata.Builder.credentialName(String credentialName) |
B |
ApiMetadata.Builder.defaultCredential(String defaultCredential) |
B |
ApiMetadata.Builder.defaultEndpoint(String defaultEndpoint) |
B |
ApiMetadata.Builder.defaultIdentity(String defaultIdentity) |
Modifier and Type | Method and Description |
---|---|
String |
BoundedSet.getToken() |
Modifier and Type | Method and Description |
---|---|
AtmosObject |
AtmosObject.Factory.create(MutableContentMetadata contentMetadata) |
Constructor and Description |
---|
SystemMetadata(byte[] contentmd5,
Date atime,
Date ctime,
String gid,
Date itime,
Date mtime,
int nlink,
String objectid,
String objname,
String policyname,
long size,
FileType type,
String uid) |
Modifier and Type | Method and Description |
---|---|
String |
BoundedLinkedHashSet.getToken() |
Constructor and Description |
---|
BoundedLinkedHashSet(Iterable<T> contents,
String token) |
Modifier and Type | Method and Description |
---|---|
static AWSEC2TemplateOptions |
AWSEC2TemplateOptions.Builder.mapEBSSnapshotToDeviceName(String deviceName,
String snapshotId,
Integer sizeInGib,
boolean deleteOnTermination) |
Modifier and Type | Method and Description |
---|---|
String |
LaunchSpecification.getSubnetId()
The ID of the subnet in which to launch the Spot Instance.
|
Modifier and Type | Method and Description |
---|---|
LaunchSpecification.Builder |
LaunchSpecification.Builder.mapEBSSnapshotToDevice(String deviceName,
String snapshotId,
Integer sizeInGib,
boolean deleteOnTermination) |
Constructor and Description |
---|
SpotInstanceRequest(String region,
String availabilityZoneGroup,
String launchedAvailabilityZone,
Date createTime,
String faultCode,
String faultMessage,
String instanceId,
String launchGroup,
LaunchSpecification launchSpecification,
String productDescription,
String id,
float spotPrice,
SpotInstanceRequest.State state,
String rawState,
SpotInstanceRequest.Type type,
Date validFrom,
Date validUntil,
Map<String,String> tags) |
Modifier and Type | Method and Description |
---|---|
void |
AWSAMIClient.addProductCodesToImageInRegion(String region,
Iterable<String> productCodes,
String imageId)
Adds
productCode s to an AMI. |
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSAMIAsyncClient.addProductCodesToImageInRegion(String region,
Iterable<String> productCodes,
String imageId) |
void |
AWSSecurityGroupClient.authorizeSecurityGroupIngressInRegion(String region,
String groupId,
IpPermission perm) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSSecurityGroupAsyncClient.authorizeSecurityGroupIngressInRegion(String region,
String groupId,
IpPermission perm) |
void |
AWSSecurityGroupClient.authorizeSecurityGroupIngressInRegion(String region,
String groupId,
Iterable<IpPermission> perm) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSSecurityGroupAsyncClient.authorizeSecurityGroupIngressInRegion(String region,
String groupId,
Iterable<IpPermission> perms) |
String |
SpotInstanceClient.cancelSpotInstanceRequestsInRegion(String region,
String... requestIds)
Cancels one or more Spot Instance requests.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
SpotInstanceAsyncClient.cancelSpotInstanceRequestsInRegion(String region,
String... requestIds) |
void |
PlacementGroupClient.createPlacementGroupInRegion(String region,
String name)
like {@link #createPlacementGroupInRegion(String,String,String) except that the strategy is default: "cluster".
|
com.google.common.util.concurrent.ListenableFuture<Void> |
PlacementGroupAsyncClient.createPlacementGroupInRegion(String region,
String name) |
void |
PlacementGroupClient.createPlacementGroupInRegion(String region,
String name,
String strategy)
Creates a placement group that you launch cluster compute instances into.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
PlacementGroupAsyncClient.createPlacementGroupInRegion(String region,
String name,
String strategy) |
String |
AWSSecurityGroupClient.createSecurityGroupInRegionAndReturnId(String region,
String name,
String desc,
CreateSecurityGroupOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
AWSSecurityGroupAsyncClient.createSecurityGroupInRegionAndReturnId(String region,
String name,
String description,
CreateSecurityGroupOptions... options) |
void |
PlacementGroupClient.deletePlacementGroupInRegion(String region,
String name)
Deletes a placement group from your account.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
PlacementGroupAsyncClient.deletePlacementGroupInRegion(String region,
String name) |
void |
AWSSecurityGroupClient.deleteSecurityGroupInRegionById(String region,
String name) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSSecurityGroupAsyncClient.deleteSecurityGroupInRegionById(String region,
String name) |
Set<? extends Reservation<? extends AWSRunningInstance>> |
AWSInstanceClient.describeInstancesInRegion(String region,
String... instanceIds) |
com.google.common.util.concurrent.ListenableFuture<Set<? extends Reservation<? extends AWSRunningInstance>>> |
AWSInstanceAsyncClient.describeInstancesInRegion(String region,
String... instanceIds) |
Set<PlacementGroup> |
PlacementGroupClient.describePlacementGroupsInRegion(String region,
String... groupNames)
Returns information about one or more placement groups in your account.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<PlacementGroup>> |
PlacementGroupAsyncClient.describePlacementGroupsInRegion(String region,
String... placementGroupIds) |
Set<SecurityGroup> |
AWSSecurityGroupClient.describeSecurityGroupsInRegionById(String region,
String... securityGroupIds) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> |
AWSSecurityGroupAsyncClient.describeSecurityGroupsInRegionById(String region,
String... securityGroupNames) |
Set<SpotInstanceRequest> |
SpotInstanceClient.describeSpotInstanceRequestsInRegion(String region,
String... requestIds)
Describes Spot Instance requests.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<SpotInstanceRequest>> |
SpotInstanceAsyncClient.describeSpotInstanceRequestsInRegion(String region,
String... requestIds) |
Set<Spot> |
SpotInstanceClient.describeSpotPriceHistoryInRegion(String region,
DescribeSpotPriceHistoryOptions... options)
Describes Spot Price history.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Spot>> |
SpotInstanceAsyncClient.describeSpotPriceHistoryInRegion(String region,
DescribeSpotPriceHistoryOptions... options) |
Set<String> |
AWSAMIClient.getProductCodesForImageInRegion(String region,
String imageId)
Returns the Product Codes of an image.
|
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
AWSAMIAsyncClient.getProductCodesForImageInRegion(String region,
String imageId) |
KeyPair |
AWSKeyPairClient.importKeyPairInRegion(String region,
String keyName,
String publicKeyMaterial)
Imports the public key from an RSA key pair that you created with a third-party tool.
|
com.google.common.util.concurrent.ListenableFuture<KeyPair> |
AWSKeyPairAsyncClient.importKeyPairInRegion(String region,
String keyName,
String publicKeyMaterial) |
Map<String,MonitoringState> |
MonitoringClient.monitorInstancesInRegion(String region,
String instanceId,
String... instanceIds)
Enables monitoring for a running instance.
|
com.google.common.util.concurrent.ListenableFuture<? extends Map<String,MonitoringState>> |
MonitoringAsyncClient.monitorInstancesInRegion(String region,
String instanceId,
String... instanceIds) |
void |
AWSAMIClient.removeProductCodesFromImageInRegion(String region,
Iterable<String> productCodes,
String imageId)
Removes
productCode s from an AMI. |
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSAMIAsyncClient.removeProductCodesFromImageInRegion(String region,
Iterable<String> productCodes,
String imageId) |
SpotInstanceRequest |
SpotInstanceClient.requestSpotInstanceInRegion(String region,
float spotPrice,
String imageId,
String instanceType)
request a single spot instance
|
com.google.common.util.concurrent.ListenableFuture<SpotInstanceRequest> |
SpotInstanceAsyncClient.requestSpotInstanceInRegion(String region,
float spotPrice,
String imageId,
String instanceType) |
Set<SpotInstanceRequest> |
SpotInstanceClient.requestSpotInstancesInRegion(String region,
float spotPrice,
int instanceCount,
LaunchSpecification launchSpec,
RequestSpotInstancesOptions... options)
Creates a Spot Instance request.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<SpotInstanceRequest>> |
SpotInstanceAsyncClient.requestSpotInstancesInRegion(String region,
float spotPrice,
int instanceCount,
LaunchSpecification launchSpec,
RequestSpotInstancesOptions... options) |
void |
AWSSecurityGroupClient.revokeSecurityGroupIngressInRegion(String region,
String groupId,
IpPermission perm) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSSecurityGroupAsyncClient.revokeSecurityGroupIngressInRegion(String region,
String groupId,
IpPermission perm) |
void |
AWSSecurityGroupClient.revokeSecurityGroupIngressInRegion(String region,
String groupId,
Iterable<IpPermission> perm) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSSecurityGroupAsyncClient.revokeSecurityGroupIngressInRegion(String region,
String groupId,
Iterable<IpPermission> perms) |
Reservation<? extends AWSRunningInstance> |
AWSInstanceClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options) |
Reservation<? extends AWSRunningInstance> |
AWSInstanceClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Reservation<? extends AWSRunningInstance>> |
AWSInstanceAsyncClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Reservation<? extends AWSRunningInstance>> |
AWSInstanceAsyncClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options) |
Map<String,MonitoringState> |
MonitoringClient.unmonitorInstancesInRegion(String region,
String instanceId,
String... instanceIds)
Disables monitoring for a running instance.
|
com.google.common.util.concurrent.ListenableFuture<? extends Map<String,MonitoringState>> |
MonitoringAsyncClient.unmonitorInstancesInRegion(String region,
String instanceId,
String... instanceIds) |
Modifier and Type | Method and Description |
---|---|
AzureBlob |
AzureBlob.Factory.create(MutableBlobProperties properties) |
Constructor and Description |
---|
BlobPropertiesImpl(BlobType type,
String name,
String container,
URI url,
Date lastModified,
String eTag,
long size,
String contentType,
byte[] contentMD5,
String contentMetadata,
String contentLanguage,
Date currentExpires,
LeaseStatus leaseStatus,
Map<String,String> metadata) |
BlobPropertiesImpl(BlobType type,
String name,
String container,
URI url,
Date lastModified,
String eTag,
long size,
String contentType,
byte[] contentMD5,
String contentMetadata,
String contentLanguage,
Date currentExpires,
LeaseStatus leaseStatus,
Map<String,String> metadata) |
BlobPropertiesImpl(BlobType type,
String name,
String container,
URI url,
Date lastModified,
String eTag,
long size,
String contentType,
byte[] contentMD5,
String contentMetadata,
String contentLanguage,
Date currentExpires,
LeaseStatus leaseStatus,
Map<String,String> metadata) |
BlobPropertiesImpl(BlobType type,
String name,
String container,
URI url,
Date lastModified,
String eTag,
long size,
String contentType,
byte[] contentMD5,
String contentMetadata,
String contentLanguage,
Date currentExpires,
LeaseStatus leaseStatus,
Map<String,String> metadata) |
Modifier and Type | Method and Description |
---|---|
boolean |
BlobStore.createContainerInLocation(Location location,
String container)
Creates a namespace for your blobs
A container is a namespace for your objects.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AsyncBlobStore.createContainerInLocation(Location location,
String container)
Deprecated.
|
boolean |
BlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AsyncBlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
BlobMetadata.getContainer() |
URI |
BlobMetadata.getPublicUri()
If the blob is publicly readable, what is the URI one can access it at.
|
Modifier and Type | Method and Description |
---|---|
Blob |
Blob.Factory.create(MutableBlobMetadata metadata)
Creates a blob, optionally setting its metadata to a known value.
|
void |
MutableBlobMetadata.setContainer(String container) |
void |
MutableStorageMetadata.setCreationDate(Date creationDate) |
void |
MutableStorageMetadata.setLastModified(Date lastModified) |
void |
MutableBlobMetadata.setPublicUri(URI publicUri) |
Constructor and Description |
---|
BlobMetadataImpl(String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata,
URI publicUri,
String container,
ContentMetadata contentMetadata) |
BlobMetadataImpl(String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata,
URI publicUri,
String container,
ContentMetadata contentMetadata) |
BlobMetadataImpl(String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata,
URI publicUri,
String container,
ContentMetadata contentMetadata) |
BlobMetadataImpl(String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata,
URI publicUri,
String container,
ContentMetadata contentMetadata) |
BlobMetadataImpl(String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata,
URI publicUri,
String container,
ContentMetadata contentMetadata) |
PageSetImpl(Iterable<? extends T> contents,
String nextMarker) |
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata) |
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata) |
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata) |
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata) |
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata) |
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata) |
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata) |
Modifier and Type | Method and Description |
---|---|
Addresses |
Server.getAddresses() |
String |
Server.getAdminPass() |
Date |
Image.getCreated() |
DailyBackup |
BackupSchedule.getDaily() |
Integer |
Flavor.getDisk() |
Integer |
Server.getFlavorId() |
String |
Server.getHostId()
The Cloud Servers provisioning algorithm has an anti-affinity property that attempts to spread
out customer VMs across hosts.
|
Integer |
Server.getImageId() |
Map<String,String> |
Server.getMetadata() |
Set<String> |
Addresses.getPrivateAddresses() |
Integer |
Server.getProgress() |
Integer |
Image.getProgress() |
Set<String> |
Addresses.getPublicAddresses() |
Integer |
Flavor.getRam() |
String |
RateLimit.getRegex() |
Integer |
Image.getServerId() |
List<Integer> |
SharedIpGroup.getServers() |
Integer |
Server.getSharedIpGroupId() |
ImageStatus |
Image.getStatus() |
RateLimitUnit |
RateLimit.getUnit() |
Date |
Image.getUpdated() |
String |
RateLimit.getVerb() |
String |
Version.getWadl() |
WeeklyBackup |
BackupSchedule.getWeekly() |
Constructor and Description |
---|
Addresses(Set<String> publicAddresses,
Set<String> privateAddresses) |
Addresses(Set<String> publicAddresses,
Set<String> privateAddresses) |
BackupSchedule(DailyBackup daily,
boolean enabled,
WeeklyBackup weekly) |
BackupSchedule(DailyBackup daily,
boolean enabled,
WeeklyBackup weekly) |
Flavor(int id,
String name,
Integer disk,
Integer ram) |
Flavor(int id,
String name,
Integer disk,
Integer ram) |
Image(Date created,
int id,
String name,
Integer progress,
Integer serverId,
ImageStatus status,
Date updated) |
Image(Date created,
int id,
String name,
Integer progress,
Integer serverId,
ImageStatus status,
Date updated) |
Image(Date created,
int id,
String name,
Integer progress,
Integer serverId,
ImageStatus status,
Date updated) |
Image(Date created,
int id,
String name,
Integer progress,
Integer serverId,
ImageStatus status,
Date updated) |
Image(Date created,
int id,
String name,
Integer progress,
Integer serverId,
ImageStatus status,
Date updated) |
RateLimit(String uri,
String regex,
int remaining,
long resetTime,
RateLimitUnit unit,
int value,
String verb) |
RateLimit(String uri,
String regex,
int remaining,
long resetTime,
RateLimitUnit unit,
int value,
String verb) |
RateLimit(String uri,
String regex,
int remaining,
long resetTime,
RateLimitUnit unit,
int value,
String verb) |
Server(int id,
String name,
Map<String,String> metadata,
Addresses addresses,
String adminPass,
Integer flavorId,
String hostId,
Integer imageId,
Integer sharedIpGroupId,
Integer progress,
ServerStatus status) |
Server(int id,
String name,
Map<String,String> metadata,
Addresses addresses,
String adminPass,
Integer flavorId,
String hostId,
Integer imageId,
Integer sharedIpGroupId,
Integer progress,
ServerStatus status) |
Server(int id,
String name,
Map<String,String> metadata,
Addresses addresses,
String adminPass,
Integer flavorId,
String hostId,
Integer imageId,
Integer sharedIpGroupId,
Integer progress,
ServerStatus status) |
Server(int id,
String name,
Map<String,String> metadata,
Addresses addresses,
String adminPass,
Integer flavorId,
String hostId,
Integer imageId,
Integer sharedIpGroupId,
Integer progress,
ServerStatus status) |
Server(int id,
String name,
Map<String,String> metadata,
Addresses addresses,
String adminPass,
Integer flavorId,
String hostId,
Integer imageId,
Integer sharedIpGroupId,
Integer progress,
ServerStatus status) |
Server(int id,
String name,
Map<String,String> metadata,
Addresses addresses,
String adminPass,
Integer flavorId,
String hostId,
Integer imageId,
Integer sharedIpGroupId,
Integer progress,
ServerStatus status) |
Server(int id,
String name,
Map<String,String> metadata,
Addresses addresses,
String adminPass,
Integer flavorId,
String hostId,
Integer imageId,
Integer sharedIpGroupId,
Integer progress,
ServerStatus status) |
Server(int id,
String name,
Map<String,String> metadata,
Addresses addresses,
String adminPass,
Integer flavorId,
String hostId,
Integer imageId,
Integer sharedIpGroupId,
Integer progress,
ServerStatus status) |
Server(int id,
String name,
Map<String,String> metadata,
Addresses addresses,
String adminPass,
Integer flavorId,
String hostId,
Integer imageId,
Integer sharedIpGroupId,
Integer progress,
ServerStatus status) |
SharedIpGroup(int id,
String name,
List<Integer> servers) |
Version(String docURL,
String id,
VersionStatus status,
String wadl) |
Version(String docURL,
String id,
VersionStatus status,
String wadl) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Device> |
Server.devices |
protected String |
DriveInfo.encryptionCipher |
protected String |
DriveInfo.Builder.encryptionCipher |
protected String |
DriveInfo.imaging |
protected String |
DriveInfo.Builder.imaging |
protected Date |
ServerInfo.started |
protected String |
ServerInfo.user |
protected String |
VLANInfo.uuid |
protected String |
Item.uuid |
Modifier and Type | Method and Description |
---|---|
String |
StaticIPInfo.getAddress() |
ClaimType |
Drive.getClaimType() |
String |
DriveInfo.getEncryptionCipher() |
String |
CreateDriveRequest.getEncryptionCipher() |
ServerMetrics |
ServerInfo.getMetrics() |
String |
VLANInfo.getUuid() |
String |
Item.getUuid() |
Constructor and Description |
---|
CreateDriveRequest(String name,
long size,
ClaimType claimType,
Iterable<String> tags,
Iterable<String> readers,
Iterable<String> use,
String encryptionCipher,
Iterable<String> avoid) |
CreateDriveRequest(String name,
long size,
ClaimType claimType,
Iterable<String> tags,
Iterable<String> readers,
Iterable<String> use,
String encryptionCipher,
Iterable<String> avoid) |
Drive(String uuid,
String name,
long size,
ClaimType claimType,
Iterable<String> tags,
Iterable<String> readers,
Iterable<String> use) |
Drive(String uuid,
String name,
long size,
ClaimType claimType,
Iterable<String> tags,
Iterable<String> readers,
Iterable<String> use) |
DriveData(String uuid,
String name,
long size,
ClaimType claimType,
Iterable<String> tags,
Iterable<String> readers,
Iterable<String> use) |
DriveData(String uuid,
String name,
long size,
ClaimType claimType,
Iterable<String> tags,
Iterable<String> readers,
Iterable<String> use) |
Item(String uuid,
String name,
Iterable<String> use) |
NIC(String dhcp,
Model model,
String vlan,
String mac,
Iterable<String> block) |
NIC(String dhcp,
Model model,
String vlan,
String mac,
Iterable<String> block) |
NIC(String dhcp,
Model model,
String vlan,
String mac,
Iterable<String> block) |
Server(String uuid,
String name,
int cpu,
Integer smp,
int mem,
boolean persistent,
Map<String,? extends Device> devices,
Iterable<String> bootDeviceIds,
Iterable<String> use,
Iterable<NIC> nics,
VNC vnc,
String description) |
Server(String uuid,
String name,
int cpu,
Integer smp,
int mem,
boolean persistent,
Map<String,? extends Device> devices,
Iterable<String> bootDeviceIds,
Iterable<String> use,
Iterable<NIC> nics,
VNC vnc,
String description) |
ServerInfo(String uuid,
String name,
int cpu,
Integer smp,
int mem,
boolean persistent,
Map<String,? extends Device> devices,
Iterable<String> bootDeviceIds,
Iterable<String> use,
Iterable<NIC> nics,
VNC vnc,
String description,
ServerStatus status,
Date started,
String user,
ServerMetrics metrics) |
Constructor and Description |
---|
Account(String id,
Account.Type type,
String networkDomain,
String domain,
String domainId,
Long IPsAvailable,
Long IPLimit,
long IPs,
boolean cleanupRequired,
String name,
long receivedBytes,
long sentBytes,
Long snapshotsAvailable,
Long snapshotLimit,
long snapshots,
Account.State state,
Long templatesAvailable,
Long templateLimit,
long templates,
Long VMsAvailable,
Long VMLimit,
long VMsRunning,
long VMsStopped,
long VMs,
Long volumesAvailable,
Long volumeLimit,
long volumes,
Set<User> users) |
Account(String id,
Account.Type type,
String networkDomain,
String domain,
String domainId,
Long IPsAvailable,
Long IPLimit,
long IPs,
boolean cleanupRequired,
String name,
long receivedBytes,
long sentBytes,
Long snapshotsAvailable,
Long snapshotLimit,
long snapshots,
Account.State state,
Long templatesAvailable,
Long templateLimit,
long templates,
Long VMsAvailable,
Long VMLimit,
long VMsRunning,
long VMsStopped,
long VMs,
Long volumesAvailable,
Long volumeLimit,
long volumes,
Set<User> users) |
Account(String id,
Account.Type type,
String networkDomain,
String domain,
String domainId,
Long IPsAvailable,
Long IPLimit,
long IPs,
boolean cleanupRequired,
String name,
long receivedBytes,
long sentBytes,
Long snapshotsAvailable,
Long snapshotLimit,
long snapshots,
Account.State state,
Long templatesAvailable,
Long templateLimit,
long templates,
Long VMsAvailable,
Long VMLimit,
long VMsRunning,
long VMsStopped,
long VMs,
Long volumesAvailable,
Long volumeLimit,
long volumes,
Set<User> users) |
Account(String id,
Account.Type type,
String networkDomain,
String domain,
String domainId,
Long IPsAvailable,
Long IPLimit,
long IPs,
boolean cleanupRequired,
String name,
long receivedBytes,
long sentBytes,
Long snapshotsAvailable,
Long snapshotLimit,
long snapshots,
Account.State state,
Long templatesAvailable,
Long templateLimit,
long templates,
Long VMsAvailable,
Long VMLimit,
long VMsRunning,
long VMsStopped,
long VMs,
Long volumesAvailable,
Long volumeLimit,
long volumes,
Set<User> users) |
Account(String id,
Account.Type type,
String networkDomain,
String domain,
String domainId,
Long IPsAvailable,
Long IPLimit,
long IPs,
boolean cleanupRequired,
String name,
long receivedBytes,
long sentBytes,
Long snapshotsAvailable,
Long snapshotLimit,
long snapshots,
Account.State state,
Long templatesAvailable,
Long templateLimit,
long templates,
Long VMsAvailable,
Long VMLimit,
long VMsRunning,
long VMsStopped,
long VMs,
Long volumesAvailable,
Long volumeLimit,
long volumes,
Set<User> users) |
Account(String id,
Account.Type type,
String networkDomain,
String domain,
String domainId,
Long IPsAvailable,
Long IPLimit,
long IPs,
boolean cleanupRequired,
String name,
long receivedBytes,
long sentBytes,
Long snapshotsAvailable,
Long snapshotLimit,
long snapshots,
Account.State state,
Long templatesAvailable,
Long templateLimit,
long templates,
Long VMsAvailable,
Long VMLimit,
long VMsRunning,
long VMsStopped,
long VMs,
Long volumesAvailable,
Long volumeLimit,
long volumes,
Set<User> users) |
Account(String id,
Account.Type type,
String networkDomain,
String domain,
String domainId,
Long IPsAvailable,
Long IPLimit,
long IPs,
boolean cleanupRequired,
String name,
long receivedBytes,
long sentBytes,
Long snapshotsAvailable,
Long snapshotLimit,
long snapshots,
Account.State state,
Long templatesAvailable,
Long templateLimit,
long templates,
Long VMsAvailable,
Long VMLimit,
long VMsRunning,
long VMsStopped,
long VMs,
Long volumesAvailable,
Long volumeLimit,
long volumes,
Set<User> users) |
Account(String id,
Account.Type type,
String networkDomain,
String domain,
String domainId,
Long IPsAvailable,
Long IPLimit,
long IPs,
boolean cleanupRequired,
String name,
long receivedBytes,
long sentBytes,
Long snapshotsAvailable,
Long snapshotLimit,
long snapshots,
Account.State state,
Long templatesAvailable,
Long templateLimit,
long templates,
Long VMsAvailable,
Long VMLimit,
long VMsRunning,
long VMsStopped,
long VMs,
Long volumesAvailable,
Long volumeLimit,
long volumes,
Set<User> users) |
Account(String id,
Account.Type type,
String networkDomain,
String domain,
String domainId,
Long IPsAvailable,
Long IPLimit,
long IPs,
boolean cleanupRequired,
String name,
long receivedBytes,
long sentBytes,
Long snapshotsAvailable,
Long snapshotLimit,
long snapshots,
Account.State state,
Long templatesAvailable,
Long templateLimit,
long templates,
Long VMsAvailable,
Long VMLimit,
long VMsRunning,
long VMsStopped,
long VMs,
Long volumesAvailable,
Long volumeLimit,
long volumes,
Set<User> users) |
Account(String id,
Account.Type type,
String networkDomain,
String domain,
String domainId,
Long IPsAvailable,
Long IPLimit,
long IPs,
boolean cleanupRequired,
String name,
long receivedBytes,
long sentBytes,
Long snapshotsAvailable,
Long snapshotLimit,
long snapshots,
Account.State state,
Long templatesAvailable,
Long templateLimit,
long templates,
Long VMsAvailable,
Long VMLimit,
long VMsRunning,
long VMsStopped,
long VMs,
Long volumesAvailable,
Long volumeLimit,
long volumes,
Set<User> users) |
Account(String id,
Account.Type type,
String networkDomain,
String domain,
String domainId,
Long IPsAvailable,
Long IPLimit,
long IPs,
boolean cleanupRequired,
String name,
long receivedBytes,
long sentBytes,
Long snapshotsAvailable,
Long snapshotLimit,
long snapshots,
Account.State state,
Long templatesAvailable,
Long templateLimit,
long templates,
Long VMsAvailable,
Long VMLimit,
long VMsRunning,
long VMsStopped,
long VMs,
Long volumesAvailable,
Long volumeLimit,
long volumes,
Set<User> users) |
Account(String id,
Account.Type type,
String networkDomain,
String domain,
String domainId,
Long IPsAvailable,
Long IPLimit,
long IPs,
boolean cleanupRequired,
String name,
long receivedBytes,
long sentBytes,
Long snapshotsAvailable,
Long snapshotLimit,
long snapshots,
Account.State state,
Long templatesAvailable,
Long templateLimit,
long templates,
Long VMsAvailable,
Long VMLimit,
long VMsRunning,
long VMsStopped,
long VMs,
Long volumesAvailable,
Long volumeLimit,
long volumes,
Set<User> users) |
Account(String id,
Account.Type type,
String networkDomain,
String domain,
String domainId,
Long IPsAvailable,
Long IPLimit,
long IPs,
boolean cleanupRequired,
String name,
long receivedBytes,
long sentBytes,
Long snapshotsAvailable,
Long snapshotLimit,
long snapshots,
Account.State state,
Long templatesAvailable,
Long templateLimit,
long templates,
Long VMsAvailable,
Long VMLimit,
long VMsRunning,
long VMsStopped,
long VMs,
Long volumesAvailable,
Long volumeLimit,
long volumes,
Set<User> users) |
Account(String id,
Account.Type type,
String networkDomain,
String domain,
String domainId,
Long IPsAvailable,
Long IPLimit,
long IPs,
boolean cleanupRequired,
String name,
long receivedBytes,
long sentBytes,
Long snapshotsAvailable,
Long snapshotLimit,
long snapshots,
Account.State state,
Long templatesAvailable,
Long templateLimit,
long templates,
Long VMsAvailable,
Long VMLimit,
long VMsRunning,
long VMsStopped,
long VMs,
Long volumesAvailable,
Long volumeLimit,
long volumes,
Set<User> users) |
Account(String id,
Account.Type type,
String networkDomain,
String domain,
String domainId,
Long IPsAvailable,
Long IPLimit,
long IPs,
boolean cleanupRequired,
String name,
long receivedBytes,
long sentBytes,
Long snapshotsAvailable,
Long snapshotLimit,
long snapshots,
Account.State state,
Long templatesAvailable,
Long templateLimit,
long templates,
Long VMsAvailable,
Long VMLimit,
long VMsRunning,
long VMsStopped,
long VMs,
Long volumesAvailable,
Long volumeLimit,
long volumes,
Set<User> users) |
Account(String id,
Account.Type type,
String networkDomain,
String domain,
String domainId,
Long IPsAvailable,
Long IPLimit,
long IPs,
boolean cleanupRequired,
String name,
long receivedBytes,
long sentBytes,
Long snapshotsAvailable,
Long snapshotLimit,
long snapshots,
Account.State state,
Long templatesAvailable,
Long templateLimit,
long templates,
Long VMsAvailable,
Long VMLimit,
long VMsRunning,
long VMsStopped,
long VMs,
Long volumesAvailable,
Long volumeLimit,
long volumes,
Set<User> users) |
Account(String id,
Account.Type type,
String networkDomain,
String domain,
String domainId,
Long IPsAvailable,
Long IPLimit,
long IPs,
boolean cleanupRequired,
String name,
long receivedBytes,
long sentBytes,
Long snapshotsAvailable,
Long snapshotLimit,
long snapshots,
Account.State state,
Long templatesAvailable,
Long templateLimit,
long templates,
Long VMsAvailable,
Long VMLimit,
long VMsRunning,
long VMsStopped,
long VMs,
Long volumesAvailable,
Long volumeLimit,
long volumes,
Set<User> users) |
Alert(String id,
String description,
Date sent,
String type) |
Alert(String id,
String description,
Date sent,
String type) |
Alert(String id,
String description,
Date sent,
String type) |
ApiKeyPair(String apiKey,
String secretKey) |
ApiKeyPair(String apiKey,
String secretKey) |
AsyncCreateResponse(String id,
String jobId) |
AsyncCreateResponse(String id,
String jobId) |
AsyncJob(String accountId,
String cmd,
Date created,
String id,
String instanceId,
String instanceType,
int progress,
S result,
AsyncJob.ResultCode resultCode,
String resultType,
AsyncJob.Status status,
String userId,
AsyncJobError error) |
AsyncJob(String accountId,
String cmd,
Date created,
String id,
String instanceId,
String instanceType,
int progress,
S result,
AsyncJob.ResultCode resultCode,
String resultType,
AsyncJob.Status status,
String userId,
AsyncJobError error) |
AsyncJob(String accountId,
String cmd,
Date created,
String id,
String instanceId,
String instanceType,
int progress,
S result,
AsyncJob.ResultCode resultCode,
String resultType,
AsyncJob.Status status,
String userId,
AsyncJobError error) |
AsyncJob(String accountId,
String cmd,
Date created,
String id,
String instanceId,
String instanceType,
int progress,
S result,
AsyncJob.ResultCode resultCode,
String resultType,
AsyncJob.Status status,
String userId,
AsyncJobError error) |
AsyncJob(String accountId,
String cmd,
Date created,
String id,
String instanceId,
String instanceType,
int progress,
S result,
AsyncJob.ResultCode resultCode,
String resultType,
AsyncJob.Status status,
String userId,
AsyncJobError error) |
AsyncJob(String accountId,
String cmd,
Date created,
String id,
String instanceId,
String instanceType,
int progress,
S result,
AsyncJob.ResultCode resultCode,
String resultType,
AsyncJob.Status status,
String userId,
AsyncJobError error) |
AsyncJob(String accountId,
String cmd,
Date created,
String id,
String instanceId,
String instanceType,
int progress,
S result,
AsyncJob.ResultCode resultCode,
String resultType,
AsyncJob.Status status,
String userId,
AsyncJobError error) |
AsyncJob(String accountId,
String cmd,
Date created,
String id,
String instanceId,
String instanceType,
int progress,
S result,
AsyncJob.ResultCode resultCode,
String resultType,
AsyncJob.Status status,
String userId,
AsyncJobError error) |
AsyncJob(String accountId,
String cmd,
Date created,
String id,
String instanceId,
String instanceType,
int progress,
S result,
AsyncJob.ResultCode resultCode,
String resultType,
AsyncJob.Status status,
String userId,
AsyncJobError error) |
AsyncJob(String accountId,
String cmd,
Date created,
String id,
String instanceId,
String instanceType,
int progress,
S result,
AsyncJob.ResultCode resultCode,
String resultType,
AsyncJob.Status status,
String userId,
AsyncJobError error) |
AsyncJob(String accountId,
String cmd,
Date created,
String id,
String instanceId,
String instanceType,
int progress,
S result,
AsyncJob.ResultCode resultCode,
String resultType,
AsyncJob.Status status,
String userId,
AsyncJobError error) |
AsyncJobError(AsyncJobError.ErrorCode errorCode,
String errorText) |
AsyncJobError(AsyncJobError.ErrorCode errorCode,
String errorText) |
Capabilities(String cloudStackVersion,
boolean securityGroupsEnabled,
boolean canShareTemplates,
boolean firewallRuleUiEnabled,
boolean supportELB) |
Capacity(long capacityTotal,
long capacityUsed,
double percentUsed,
String podId,
String podName,
Capacity.Type type,
String zoneId,
String zoneName) |
Capacity(long capacityTotal,
long capacityUsed,
double percentUsed,
String podId,
String podName,
Capacity.Type type,
String zoneId,
String zoneName) |
Capacity(long capacityTotal,
long capacityUsed,
double percentUsed,
String podId,
String podName,
Capacity.Type type,
String zoneId,
String zoneName) |
Capacity(long capacityTotal,
long capacityUsed,
double percentUsed,
String podId,
String podName,
Capacity.Type type,
String zoneId,
String zoneName) |
Capacity(long capacityTotal,
long capacityUsed,
double percentUsed,
String podId,
String podName,
Capacity.Type type,
String zoneId,
String zoneName) |
Cluster(String id,
AllocationState allocationState,
Host.ClusterType clusterType,
String hypervisor,
Cluster.ManagedState managedState,
String name,
String podId,
String podName,
String zoneId,
String zoneName) |
Cluster(String id,
AllocationState allocationState,
Host.ClusterType clusterType,
String hypervisor,
Cluster.ManagedState managedState,
String name,
String podId,
String podName,
String zoneId,
String zoneName) |
Cluster(String id,
AllocationState allocationState,
Host.ClusterType clusterType,
String hypervisor,
Cluster.ManagedState managedState,
String name,
String podId,
String podName,
String zoneId,
String zoneName) |
Cluster(String id,
AllocationState allocationState,
Host.ClusterType clusterType,
String hypervisor,
Cluster.ManagedState managedState,
String name,
String podId,
String podName,
String zoneId,
String zoneName) |
Cluster(String id,
AllocationState allocationState,
Host.ClusterType clusterType,
String hypervisor,
Cluster.ManagedState managedState,
String name,
String podId,
String podName,
String zoneId,
String zoneName) |
Cluster(String id,
AllocationState allocationState,
Host.ClusterType clusterType,
String hypervisor,
Cluster.ManagedState managedState,
String name,
String podId,
String podName,
String zoneId,
String zoneName) |
Cluster(String id,
AllocationState allocationState,
Host.ClusterType clusterType,
String hypervisor,
Cluster.ManagedState managedState,
String name,
String podId,
String podName,
String zoneId,
String zoneName) |
Cluster(String id,
AllocationState allocationState,
Host.ClusterType clusterType,
String hypervisor,
Cluster.ManagedState managedState,
String name,
String podId,
String podName,
String zoneId,
String zoneName) |
Cluster(String id,
AllocationState allocationState,
Host.ClusterType clusterType,
String hypervisor,
Cluster.ManagedState managedState,
String name,
String podId,
String podName,
String zoneId,
String zoneName) |
ConfigurationEntry(String category,
String description,
String name,
String value) |
ConfigurationEntry(String category,
String description,
String name,
String value) |
ConfigurationEntry(String category,
String description,
String name,
String value) |
DiskOffering(String id,
String name,
String displayText,
Date created,
String domain,
String domainId,
int diskSize,
boolean customized,
Iterable<String> tags) |
DiskOffering(String id,
String name,
String displayText,
Date created,
String domain,
String domainId,
int diskSize,
boolean customized,
Iterable<String> tags) |
DiskOffering(String id,
String name,
String displayText,
Date created,
String domain,
String domainId,
int diskSize,
boolean customized,
Iterable<String> tags) |
DiskOffering(String id,
String name,
String displayText,
Date created,
String domain,
String domainId,
int diskSize,
boolean customized,
Iterable<String> tags) |
DiskOffering(String id,
String name,
String displayText,
Date created,
String domain,
String domainId,
int diskSize,
boolean customized,
Iterable<String> tags) |
DiskOffering(String id,
String name,
String displayText,
Date created,
String domain,
String domainId,
int diskSize,
boolean customized,
Iterable<String> tags) |
Domain(String id,
boolean hasChild,
long level,
String name,
String networkDomain,
String parentDomainId,
String parentDomainName) |
Domain(String id,
boolean hasChild,
long level,
String name,
String networkDomain,
String parentDomainId,
String parentDomainName) |
Domain(String id,
boolean hasChild,
long level,
String name,
String networkDomain,
String parentDomainId,
String parentDomainName) |
Domain(String id,
boolean hasChild,
long level,
String name,
String networkDomain,
String parentDomainId,
String parentDomainName) |
EncryptedPasswordAndPrivateKey(String encryptedPassword,
String privateKey) |
EncryptedPasswordAndPrivateKey(String encryptedPassword,
String privateKey) |
Event(String id,
String account,
String description,
Date created,
String domain,
String domainId,
String level,
String parentId,
String state,
String type,
String username) |
Event(String id,
String account,
String description,
Date created,
String domain,
String domainId,
String level,
String parentId,
String state,
String type,
String username) |
Event(String id,
String account,
String description,
Date created,
String domain,
String domainId,
String level,
String parentId,
String state,
String type,
String username) |
Event(String id,
String account,
String description,
Date created,
String domain,
String domainId,
String level,
String parentId,
String state,
String type,
String username) |
Event(String id,
String account,
String description,
Date created,
String domain,
String domainId,
String level,
String parentId,
String state,
String type,
String username) |
Event(String id,
String account,
String description,
Date created,
String domain,
String domainId,
String level,
String parentId,
String state,
String type,
String username) |
Event(String id,
String account,
String description,
Date created,
String domain,
String domainId,
String level,
String parentId,
String state,
String type,
String username) |
Event(String id,
String account,
String description,
Date created,
String domain,
String domainId,
String level,
String parentId,
String state,
String type,
String username) |
Event(String id,
String account,
String description,
Date created,
String domain,
String domainId,
String level,
String parentId,
String state,
String type,
String username) |
Event(String id,
String account,
String description,
Date created,
String domain,
String domainId,
String level,
String parentId,
String state,
String type,
String username) |
FirewallRule(String id,
Iterable<String> CIDRs,
int startPort,
int endPort,
String icmpCode,
String icmpType,
String ipAddress,
String ipAddressId,
FirewallRule.Protocol protocol,
FirewallRule.State state) |
FirewallRule(String id,
Iterable<String> CIDRs,
int startPort,
int endPort,
String icmpCode,
String icmpType,
String ipAddress,
String ipAddressId,
FirewallRule.Protocol protocol,
FirewallRule.State state) |
FirewallRule(String id,
Iterable<String> CIDRs,
int startPort,
int endPort,
String icmpCode,
String icmpType,
String ipAddress,
String ipAddressId,
FirewallRule.Protocol protocol,
FirewallRule.State state) |
FirewallRule(String id,
Iterable<String> CIDRs,
int startPort,
int endPort,
String icmpCode,
String icmpType,
String ipAddress,
String ipAddressId,
FirewallRule.Protocol protocol,
FirewallRule.State state) |
FirewallRule(String id,
Iterable<String> CIDRs,
int startPort,
int endPort,
String icmpCode,
String icmpType,
String ipAddress,
String ipAddressId,
FirewallRule.Protocol protocol,
FirewallRule.State state) |
FirewallRule(String id,
Iterable<String> CIDRs,
int startPort,
int endPort,
String icmpCode,
String icmpType,
String ipAddress,
String ipAddressId,
FirewallRule.Protocol protocol,
FirewallRule.State state) |
FirewallRule(String id,
Iterable<String> CIDRs,
int startPort,
int endPort,
String icmpCode,
String icmpType,
String ipAddress,
String ipAddressId,
FirewallRule.Protocol protocol,
FirewallRule.State state) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName) |
IngressRule(String account,
String CIDR,
int endPort,
int ICMPCode,
int ICMPType,
String protocol,
String id,
String securityGroupName,
int startPort) |
IngressRule(String account,
String CIDR,
int endPort,
int ICMPCode,
int ICMPType,
String protocol,
String id,
String securityGroupName,
int startPort) |
IngressRule(String account,
String CIDR,
int endPort,
int ICMPCode,
int ICMPType,
String protocol,
String id,
String securityGroupName,
int startPort) |
IngressRule(String account,
String CIDR,
int endPort,
int ICMPCode,
int ICMPType,
String protocol,
String id,
String securityGroupName,
int startPort) |
IPForwardingRule(String id,
String IPAddress,
String IPAddressId,
int startPort,
String protocol,
int endPort,
String state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
int publicPort,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort) |
IPForwardingRule(String id,
String IPAddress,
String IPAddressId,
int startPort,
String protocol,
int endPort,
String state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
int publicPort,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort) |
IPForwardingRule(String id,
String IPAddress,
String IPAddressId,
int startPort,
String protocol,
int endPort,
String state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
int publicPort,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort) |
IPForwardingRule(String id,
String IPAddress,
String IPAddressId,
int startPort,
String protocol,
int endPort,
String state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
int publicPort,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort) |
IPForwardingRule(String id,
String IPAddress,
String IPAddressId,
int startPort,
String protocol,
int endPort,
String state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
int publicPort,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort) |
IPForwardingRule(String id,
String IPAddress,
String IPAddressId,
int startPort,
String protocol,
int endPort,
String state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
int publicPort,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort) |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
ISOExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName) |
ISOExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName) |
ISOExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName) |
ISOExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName) |
ISOExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName) |
ISOExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName) |
ISOExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName) |
ISOExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName) |
ISOExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName) |
ISOExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName) |
ISOExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName) |
ISOPermissions(String id,
Set<String> accounts,
String domainId,
boolean isPublic) |
ISOPermissions(String id,
Set<String> accounts,
String domainId,
boolean isPublic) |
JobResult(boolean success,
String displayText) |
LoadBalancerRule(String id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
String domainId,
String name,
int privatePort,
String publicIP,
String publicIPId,
int publicPort,
LoadBalancerRule.State state,
Iterable<String> CIDRs,
String zoneId) |
LoadBalancerRule(String id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
String domainId,
String name,
int privatePort,
String publicIP,
String publicIPId,
int publicPort,
LoadBalancerRule.State state,
Iterable<String> CIDRs,
String zoneId) |
LoadBalancerRule(String id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
String domainId,
String name,
int privatePort,
String publicIP,
String publicIPId,
int publicPort,
LoadBalancerRule.State state,
Iterable<String> CIDRs,
String zoneId) |
LoadBalancerRule(String id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
String domainId,
String name,
int privatePort,
String publicIP,
String publicIPId,
int publicPort,
LoadBalancerRule.State state,
Iterable<String> CIDRs,
String zoneId) |
LoadBalancerRule(String id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
String domainId,
String name,
int privatePort,
String publicIP,
String publicIPId,
int publicPort,
LoadBalancerRule.State state,
Iterable<String> CIDRs,
String zoneId) |
LoadBalancerRule(String id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
String domainId,
String name,
int privatePort,
String publicIP,
String publicIPId,
int publicPort,
LoadBalancerRule.State state,
Iterable<String> CIDRs,
String zoneId) |
LoadBalancerRule(String id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
String domainId,
String name,
int privatePort,
String publicIP,
String publicIPId,
int publicPort,
LoadBalancerRule.State state,
Iterable<String> CIDRs,
String zoneId) |
LoadBalancerRule(String id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
String domainId,
String name,
int privatePort,
String publicIP,
String publicIPId,
int publicPort,
LoadBalancerRule.State state,
Iterable<String> CIDRs,
String zoneId) |
LoadBalancerRule(String id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
String domainId,
String name,
int privatePort,
String publicIP,
String publicIPId,
int publicPort,
LoadBalancerRule.State state,
Iterable<String> CIDRs,
String zoneId) |
LoadBalancerRule(String id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
String domainId,
String name,
int privatePort,
String publicIP,
String publicIPId,
int publicPort,
LoadBalancerRule.State state,
Iterable<String> CIDRs,
String zoneId) |
LoadBalancerRule(String id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
String domainId,
String name,
int privatePort,
String publicIP,
String publicIPId,
int publicPort,
LoadBalancerRule.State state,
Iterable<String> CIDRs,
String zoneId) |
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId) |
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId) |
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId) |
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId) |
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId) |
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId) |
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId) |
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId) |
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId) |
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId) |
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId) |
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
Iterable<String> tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services) |
NetworkOffering(String id,
String name,
String displayText,
Date created,
NetworkOfferingAvailabilityType availability,
Integer maxConnections,
boolean isDefault,
boolean supportsVLAN,
TrafficType trafficType,
GuestIPType guestIPType,
int networkRate,
Iterable<String> tags) |
NetworkOffering(String id,
String name,
String displayText,
Date created,
NetworkOfferingAvailabilityType availability,
Integer maxConnections,
boolean isDefault,
boolean supportsVLAN,
TrafficType trafficType,
GuestIPType guestIPType,
int networkRate,
Iterable<String> tags) |
NetworkOffering(String id,
String name,
String displayText,
Date created,
NetworkOfferingAvailabilityType availability,
Integer maxConnections,
boolean isDefault,
boolean supportsVLAN,
TrafficType trafficType,
GuestIPType guestIPType,
int networkRate,
Iterable<String> tags) |
NetworkOffering(String id,
String name,
String displayText,
Date created,
NetworkOfferingAvailabilityType availability,
Integer maxConnections,
boolean isDefault,
boolean supportsVLAN,
TrafficType trafficType,
GuestIPType guestIPType,
int networkRate,
Iterable<String> tags) |
NetworkOffering(String id,
String name,
String displayText,
Date created,
NetworkOfferingAvailabilityType availability,
Integer maxConnections,
boolean isDefault,
boolean supportsVLAN,
TrafficType trafficType,
GuestIPType guestIPType,
int networkRate,
Iterable<String> tags) |
NetworkOffering(String id,
String name,
String displayText,
Date created,
NetworkOfferingAvailabilityType availability,
Integer maxConnections,
boolean isDefault,
boolean supportsVLAN,
TrafficType trafficType,
GuestIPType guestIPType,
int networkRate,
Iterable<String> tags) |
NetworkOffering(String id,
String name,
String displayText,
Date created,
NetworkOfferingAvailabilityType availability,
Integer maxConnections,
boolean isDefault,
boolean supportsVLAN,
TrafficType trafficType,
GuestIPType guestIPType,
int networkRate,
Iterable<String> tags) |
NetworkOffering(String id,
String name,
String displayText,
Date created,
NetworkOfferingAvailabilityType availability,
Integer maxConnections,
boolean isDefault,
boolean supportsVLAN,
TrafficType trafficType,
GuestIPType guestIPType,
int networkRate,
Iterable<String> tags) |
NetworkService.Capability(String name,
String value) |
NetworkService(String name,
Set<NetworkService.Capability> capabilities) |
NIC(String id,
URI broadcastURI,
String gateway,
String IPAddress,
boolean isDefault,
URI isolationURI,
String netmask,
String macAddress,
String networkId,
TrafficType trafficType,
GuestIPType guestIPType) |
NIC(String id,
URI broadcastURI,
String gateway,
String IPAddress,
boolean isDefault,
URI isolationURI,
String netmask,
String macAddress,
String networkId,
TrafficType trafficType,
GuestIPType guestIPType) |
NIC(String id,
URI broadcastURI,
String gateway,
String IPAddress,
boolean isDefault,
URI isolationURI,
String netmask,
String macAddress,
String networkId,
TrafficType trafficType,
GuestIPType guestIPType) |
NIC(String id,
URI broadcastURI,
String gateway,
String IPAddress,
boolean isDefault,
URI isolationURI,
String netmask,
String macAddress,
String networkId,
TrafficType trafficType,
GuestIPType guestIPType) |
NIC(String id,
URI broadcastURI,
String gateway,
String IPAddress,
boolean isDefault,
URI isolationURI,
String netmask,
String macAddress,
String networkId,
TrafficType trafficType,
GuestIPType guestIPType) |
NIC(String id,
URI broadcastURI,
String gateway,
String IPAddress,
boolean isDefault,
URI isolationURI,
String netmask,
String macAddress,
String networkId,
TrafficType trafficType,
GuestIPType guestIPType) |
NIC(String id,
URI broadcastURI,
String gateway,
String IPAddress,
boolean isDefault,
URI isolationURI,
String netmask,
String macAddress,
String networkId,
TrafficType trafficType,
GuestIPType guestIPType) |
NIC(String id,
URI broadcastURI,
String gateway,
String IPAddress,
boolean isDefault,
URI isolationURI,
String netmask,
String macAddress,
String networkId,
TrafficType trafficType,
GuestIPType guestIPType) |
NIC(String id,
URI broadcastURI,
String gateway,
String IPAddress,
boolean isDefault,
URI isolationURI,
String netmask,
String macAddress,
String networkId,
TrafficType trafficType,
GuestIPType guestIPType) |
OSType(String id,
String OSCategoryId,
String description) |
OSType(String id,
String OSCategoryId,
String description) |
Pod(String id,
String name,
String zoneId,
String zoneName,
String gateway,
String netmask,
String startIp,
String endIp,
AllocationState allocationState) |
Pod(String id,
String name,
String zoneId,
String zoneName,
String gateway,
String netmask,
String startIp,
String endIp,
AllocationState allocationState) |
Pod(String id,
String name,
String zoneId,
String zoneName,
String gateway,
String netmask,
String startIp,
String endIp,
AllocationState allocationState) |
Pod(String id,
String name,
String zoneId,
String zoneName,
String gateway,
String netmask,
String startIp,
String endIp,
AllocationState allocationState) |
Pod(String id,
String name,
String zoneId,
String zoneName,
String gateway,
String netmask,
String startIp,
String endIp,
AllocationState allocationState) |
Pod(String id,
String name,
String zoneId,
String zoneName,
String gateway,
String netmask,
String startIp,
String endIp,
AllocationState allocationState) |
Pod(String id,
String name,
String zoneId,
String zoneName,
String gateway,
String netmask,
String startIp,
String endIp,
AllocationState allocationState) |
Pod(String id,
String name,
String zoneId,
String zoneName,
String gateway,
String netmask,
String startIp,
String endIp,
AllocationState allocationState) |
PortForwardingRule(String id,
String IPAddress,
String IPAddressId,
int privatePort,
PortForwardingRule.Protocol protocol,
int publicPort,
PortForwardingRule.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort) |
PortForwardingRule(String id,
String IPAddress,
String IPAddressId,
int privatePort,
PortForwardingRule.Protocol protocol,
int publicPort,
PortForwardingRule.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort) |
PortForwardingRule(String id,
String IPAddress,
String IPAddressId,
int privatePort,
PortForwardingRule.Protocol protocol,
int publicPort,
PortForwardingRule.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort) |
PortForwardingRule(String id,
String IPAddress,
String IPAddressId,
int privatePort,
PortForwardingRule.Protocol protocol,
int publicPort,
PortForwardingRule.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort) |
PortForwardingRule(String id,
String IPAddress,
String IPAddressId,
int privatePort,
PortForwardingRule.Protocol protocol,
int publicPort,
PortForwardingRule.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort) |
PortForwardingRule(String id,
String IPAddress,
String IPAddressId,
int privatePort,
PortForwardingRule.Protocol protocol,
int publicPort,
PortForwardingRule.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort) |
PortForwardingRule(String id,
String IPAddress,
String IPAddressId,
int privatePort,
PortForwardingRule.Protocol protocol,
int publicPort,
PortForwardingRule.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort) |
PortForwardingRule(String id,
String IPAddress,
String IPAddressId,
int privatePort,
PortForwardingRule.Protocol protocol,
int publicPort,
PortForwardingRule.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort) |
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus) |
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus) |
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus) |
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus) |
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus) |
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus) |
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus) |
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus) |
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus) |
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus) |
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus) |
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus) |
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus) |
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus) |
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus) |
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus) |
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus) |
ResourceLimit(String account,
String domain,
String domainId,
int max,
ResourceLimit.ResourceType resourceType) |
ResourceLimit(String account,
String domain,
String domainId,
int max,
ResourceLimit.ResourceType resourceType) |
ResourceLimit(String account,
String domain,
String domainId,
int max,
ResourceLimit.ResourceType resourceType) |
ResourceLimit(String account,
String domain,
String domainId,
int max,
ResourceLimit.ResourceType resourceType) |
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules) |
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules) |
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules) |
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules) |
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules) |
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules) |
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules) |
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules) |
ServiceOffering(String id,
String name,
String displayText,
Date created,
String domain,
String domainId,
int cpuNumber,
int cpuSpeed,
int memory,
boolean haSupport,
StorageType storageType,
Iterable<String> tags,
boolean defaultUse,
boolean systemOffering,
boolean cpuUseLimited,
long networkRate,
boolean systemVmType) |
ServiceOffering(String id,
String name,
String displayText,
Date created,
String domain,
String domainId,
int cpuNumber,
int cpuSpeed,
int memory,
boolean haSupport,
StorageType storageType,
Iterable<String> tags,
boolean defaultUse,
boolean systemOffering,
boolean cpuUseLimited,
long networkRate,
boolean systemVmType) |
ServiceOffering(String id,
String name,
String displayText,
Date created,
String domain,
String domainId,
int cpuNumber,
int cpuSpeed,
int memory,
boolean haSupport,
StorageType storageType,
Iterable<String> tags,
boolean defaultUse,
boolean systemOffering,
boolean cpuUseLimited,
long networkRate,
boolean systemVmType) |
ServiceOffering(String id,
String name,
String displayText,
Date created,
String domain,
String domainId,
int cpuNumber,
int cpuSpeed,
int memory,
boolean haSupport,
StorageType storageType,
Iterable<String> tags,
boolean defaultUse,
boolean systemOffering,
boolean cpuUseLimited,
long networkRate,
boolean systemVmType) |
ServiceOffering(String id,
String name,
String displayText,
Date created,
String domain,
String domainId,
int cpuNumber,
int cpuSpeed,
int memory,
boolean haSupport,
StorageType storageType,
Iterable<String> tags,
boolean defaultUse,
boolean systemOffering,
boolean cpuUseLimited,
long networkRate,
boolean systemVmType) |
ServiceOffering(String id,
String name,
String displayText,
Date created,
String domain,
String domainId,
int cpuNumber,
int cpuSpeed,
int memory,
boolean haSupport,
StorageType storageType,
Iterable<String> tags,
boolean defaultUse,
boolean systemOffering,
boolean cpuUseLimited,
long networkRate,
boolean systemVmType) |
ServiceOffering(String id,
String name,
String displayText,
Date created,
String domain,
String domainId,
int cpuNumber,
int cpuSpeed,
int memory,
boolean haSupport,
StorageType storageType,
Iterable<String> tags,
boolean defaultUse,
boolean systemOffering,
boolean cpuUseLimited,
long networkRate,
boolean systemVmType) |
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType) |
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType) |
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType) |
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType) |
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType) |
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType) |
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType) |
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType) |
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType) |
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType) |
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType) |
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType) |
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType) |
SnapshotPolicy(String id,
Snapshot.Interval interval,
long numberToRetain,
String schedule,
String timezone,
String volumeId) |
SnapshotPolicy(String id,
Snapshot.Interval interval,
long numberToRetain,
String schedule,
String timezone,
String volumeId) |
SnapshotPolicy(String id,
Snapshot.Interval interval,
long numberToRetain,
String schedule,
String timezone,
String volumeId) |
SnapshotPolicy(String id,
Snapshot.Interval interval,
long numberToRetain,
String schedule,
String timezone,
String volumeId) |
SnapshotPolicySchedule(Snapshot.Interval interval,
String time) |
SnapshotPolicySchedule(Snapshot.Interval interval,
String time) |
SshKeyPair(String fingerprint,
String name,
String privateKey) |
SshKeyPair(String fingerprint,
String name,
String privateKey) |
StoragePool(String id,
String name,
String path,
Iterable<String> tags,
StoragePool.State state,
StoragePool.Type type,
String zoneId,
String zoneName,
String podId,
String podName,
String clusterId,
String clusterName,
Date created,
long diskSizeAllocated,
long diskSizeTotal,
String ipAddress,
String jobId,
String jobStatus) |
StoragePool(String id,
String name,
String path,
Iterable<String> tags,
StoragePool.State state,
StoragePool.Type type,
String zoneId,
String zoneName,
String podId,
String podName,
String clusterId,
String clusterName,
Date created,
long diskSizeAllocated,
long diskSizeTotal,
String ipAddress,
String jobId,
String jobStatus) |
StoragePool(String id,
String name,
String path,
Iterable<String> tags,
StoragePool.State state,
StoragePool.Type type,
String zoneId,
String zoneName,
String podId,
String podName,
String clusterId,
String clusterName,
Date created,
long diskSizeAllocated,
long diskSizeTotal,
String ipAddress,
String jobId,
String jobStatus) |
StoragePool(String id,
String name,
String path,
Iterable<String> tags,
StoragePool.State state,
StoragePool.Type type,
String zoneId,
String zoneName,
String podId,
String podName,
String clusterId,
String clusterName,
Date created,
long diskSizeAllocated,
long diskSizeTotal,
String ipAddress,
String jobId,
String jobStatus) |
StoragePool(String id,
String name,
String path,
Iterable<String> tags,
StoragePool.State state,
StoragePool.Type type,
String zoneId,
String zoneName,
String podId,
String podName,
String clusterId,
String clusterName,
Date created,
long diskSizeAllocated,
long diskSizeTotal,
String ipAddress,
String jobId,
String jobStatus) |
StoragePool(String id,
String name,
String path,
Iterable<String> tags,
StoragePool.State state,
StoragePool.Type type,
String zoneId,
String zoneName,
String podId,
String podName,
String clusterId,
String clusterName,
Date created,
long diskSizeAllocated,
long diskSizeTotal,
String ipAddress,
String jobId,
String jobStatus) |
StoragePool(String id,
String name,
String path,
Iterable<String> tags,
StoragePool.State state,
StoragePool.Type type,
String zoneId,
String zoneName,
String podId,
String podName,
String clusterId,
String clusterName,
Date created,
long diskSizeAllocated,
long diskSizeTotal,
String ipAddress,
String jobId,
String jobStatus) |
StoragePool(String id,
String name,
String path,
Iterable<String> tags,
StoragePool.State state,
StoragePool.Type type,
String zoneId,
String zoneName,
String podId,
String podName,
String clusterId,
String clusterName,
Date created,
long diskSizeAllocated,
long diskSizeTotal,
String ipAddress,
String jobId,
String jobStatus) |
StoragePool(String id,
String name,
String path,
Iterable<String> tags,
StoragePool.State state,
StoragePool.Type type,
String zoneId,
String zoneName,
String podId,
String podName,
String clusterId,
String clusterName,
Date created,
long diskSizeAllocated,
long diskSizeTotal,
String ipAddress,
String jobId,
String jobStatus) |
StoragePool(String id,
String name,
String path,
Iterable<String> tags,
StoragePool.State state,
StoragePool.Type type,
String zoneId,
String zoneName,
String podId,
String podName,
String clusterId,
String clusterName,
Date created,
long diskSizeAllocated,
long diskSizeTotal,
String ipAddress,
String jobId,
String jobStatus) |
StoragePool(String id,
String name,
String path,
Iterable<String> tags,
StoragePool.State state,
StoragePool.Type type,
String zoneId,
String zoneName,
String podId,
String podName,
String clusterId,
String clusterName,
Date created,
long diskSizeAllocated,
long diskSizeTotal,
String ipAddress,
String jobId,
String jobStatus) |
StoragePool(String id,
String name,
String path,
Iterable<String> tags,
StoragePool.State state,
StoragePool.Type type,
String zoneId,
String zoneName,
String podId,
String podName,
String clusterId,
String clusterName,
Date created,
long diskSizeAllocated,
long diskSizeTotal,
String ipAddress,
String jobId,
String jobStatus) |
StoragePool(String id,
String name,
String path,
Iterable<String> tags,
StoragePool.State state,
StoragePool.Type type,
String zoneId,
String zoneName,
String podId,
String podName,
String clusterId,
String clusterName,
Date created,
long diskSizeAllocated,
long diskSizeTotal,
String ipAddress,
String jobId,
String jobStatus) |
StoragePool(String id,
String name,
String path,
Iterable<String> tags,
StoragePool.State state,
StoragePool.Type type,
String zoneId,
String zoneName,
String podId,
String podName,
String clusterId,
String clusterName,
Date created,
long diskSizeAllocated,
long diskSizeTotal,
String ipAddress,
String jobId,
String jobStatus) |
StoragePool(String id,
String name,
String path,
Iterable<String> tags,
StoragePool.State state,
StoragePool.Type type,
String zoneId,
String zoneName,
String podId,
String podName,
String clusterId,
String clusterName,
Date created,
long diskSizeAllocated,
long diskSizeTotal,
String ipAddress,
String jobId,
String jobStatus) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag) |
TemplateExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName) |
TemplateExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName) |
TemplateExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName) |
TemplateExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName) |
TemplateExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName) |
TemplateExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName) |
TemplateExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName) |
TemplateExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName) |
TemplateExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName) |
TemplateExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName) |
TemplateExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName) |
TemplateMetadata(String name,
String osTypeId,
String displayText,
String snapshotId,
String volumeId,
String virtualMachineId,
Boolean passwordEnabled) |
TemplateMetadata(String name,
String osTypeId,
String displayText,
String snapshotId,
String volumeId,
String virtualMachineId,
Boolean passwordEnabled) |
TemplateMetadata(String name,
String osTypeId,
String displayText,
String snapshotId,
String volumeId,
String virtualMachineId,
Boolean passwordEnabled) |
TemplateMetadata(String name,
String osTypeId,
String displayText,
String snapshotId,
String volumeId,
String virtualMachineId,
Boolean passwordEnabled) |
TemplatePermission(String id,
String account,
String domainId,
boolean isPublic) |
TemplatePermission(String id,
String account,
String domainId,
boolean isPublic) |
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType) |
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType) |
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType) |
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType) |
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType) |
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType) |
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType) |
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType) |
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType) |
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType) |
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType) |
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType) |
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType) |
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType) |
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType) |
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType) |
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType) |
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey) |
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey) |
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey) |
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey) |
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey) |
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey) |
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey) |
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey) |
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey) |
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey) |
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey) |
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey) |
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups) |
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId) |
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId) |
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId) |
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId) |
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId) |
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId) |
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId) |
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId) |
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId) |
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId) |
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId) |
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId) |
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId) |
VMGroup(String id,
String account,
Date created,
String domain,
String domainId,
String name) |
VMGroup(String id,
String account,
Date created,
String domain,
String domainId,
String name) |
VMGroup(String id,
String account,
Date created,
String domain,
String domainId,
String name) |
VMGroup(String id,
String account,
Date created,
String domain,
String domainId,
String name) |
VMGroup(String id,
String account,
Date created,
String domain,
String domainId,
String name) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken) |
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken) |
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken) |
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken) |
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken) |
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken) |
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken) |
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken) |
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken) |
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken) |
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken) |
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken) |
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken) |
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken) |
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken) |
Modifier and Type | Method and Description |
---|---|
LoginCredentials |
WindowsLoginCredentialsFromEncryptedData.apply(EncryptedPasswordAndPrivateKey dataAndKey) |
Modifier and Type | Method and Description |
---|---|
CreateZoneOptions |
CreateZoneOptions.domainId(String domainId) |
static CreateZoneOptions |
CreateZoneOptions.Builder.domainId(String domainId) |
Modifier and Type | Method and Description |
---|---|
AlarmAsyncApi |
CloudWatchAsyncApi.getAlarmApiForRegion(String region)
Deprecated.
Provides asynchronous access to Metric features.
|
AlarmApi |
CloudWatchApi.getAlarmApiForRegion(String region)
Provides synchronous access to Alarm features.
|
MetricAsyncApi |
CloudWatchAsyncApi.getMetricApiForRegion(String region)
Deprecated.
Provides asynchronous access to Metric features.
|
MetricApi |
CloudWatchApi.getMetricApiForRegion(String region)
Provides synchronous access to Metric features.
|
Modifier and Type | Method and Description |
---|---|
Double |
Datapoint.getAverage()
return Average of samples for the datapoint.
|
String |
Datapoint.getCustomUnit()
return CustomUnit defined for the datapoint.
|
Set<Dimension> |
Metric.getDimensions()
return the available dimensions for the metric
|
double |
StatisticValues.getMaximum()
return the maximum value of the sample set
|
Double |
Datapoint.getMaximum()
return Maximum of the samples used for the datapoint.
|
double |
StatisticValues.getMinimum()
return the minimum value of the sample set
|
Double |
Datapoint.getMinimum()
return Minimum of samples for the datapoint.
|
String |
ListMetricsResponse.getNextToken()
return the next token or null if there is none.
|
double |
StatisticValues.getSampleCount()
return the number of samples used for the statistic set
|
Double |
Datapoint.getSamples()
return The number of Measurements that contributed to the aggregate value of this datapoint.
|
double |
StatisticValues.getSum()
return the sum of values for the sample set
|
Double |
Datapoint.getSum()
return Sum of samples for the datapoint.
|
Date |
Datapoint.getTimestamp()
return Indicates the beginning of the time aggregation for this value and samples.
|
Unit |
Datapoint.getUnit()
return Standard unit used for the datapoint.
|
Constructor and Description |
---|
Datapoint(Double average,
Double maximum,
Double minimum,
Date timestamp,
Double samples,
Double sum,
Unit unit,
String customUnit) |
Datapoint(Double average,
Double maximum,
Double minimum,
Date timestamp,
Double samples,
Double sum,
Unit unit,
String customUnit) |
Datapoint(Double average,
Double maximum,
Double minimum,
Date timestamp,
Double samples,
Double sum,
Unit unit,
String customUnit) |
Datapoint(Double average,
Double maximum,
Double minimum,
Date timestamp,
Double samples,
Double sum,
Unit unit,
String customUnit) |
Datapoint(Double average,
Double maximum,
Double minimum,
Date timestamp,
Double samples,
Double sum,
Unit unit,
String customUnit) |
Datapoint(Double average,
Double maximum,
Double minimum,
Date timestamp,
Double samples,
Double sum,
Unit unit,
String customUnit) |
Datapoint(Double average,
Double maximum,
Double minimum,
Date timestamp,
Double samples,
Double sum,
Unit unit,
String customUnit) |
Datapoint(Double average,
Double maximum,
Double minimum,
Date timestamp,
Double samples,
Double sum,
Unit unit,
String customUnit) |
GetMetricStatisticsResponse(Iterable<Datapoint> datapoints,
String label) |
ListMetricsResponse(Set<Metric> metrics,
String nextToken) |
ListMetricsResponse(Set<Metric> metrics,
String nextToken) |
Metric(String metricName,
String namespace,
Set<Dimension> dimensions) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
AlarmAsyncApi.setState(String alarmName,
String stateReason,
String stateReasonData,
Alarm.State state) |
void |
AlarmApi.setState(String alarmName,
String stateReason,
String stateReasonData,
Alarm.State state)
Temporarily sets the state of an alarm.
|
Modifier and Type | Method and Description |
---|---|
static <T> IterableWithMarker<T> |
IterableWithMarkers.from(Iterable<T> elements,
Object marker)
Returns a paginated iterable containing the given elements and marker.
|
Modifier and Type | Method and Description |
---|---|
LoginCredentials |
ComputeServiceAdapter.NodeAndInitialCredentials.getCredentials() |
I |
ComputeServiceAdapter.getImage(String id)
get a specific image by id
|
SshClient.Factory |
Utils.getSshClientFactory() |
SshClient.Factory |
Utils.sshFactory() |
Constructor and Description |
---|
ComputeServiceAdapter.NodeAndInitialCredentials(N node,
String nodeId,
LoginCredentials credentials) |
RunScriptOnNodesException(Statement runScript,
RunScriptOptions options,
Map<NodeMetadata,ExecResponse> successfulNodes,
Map<?,Exception> executionExceptions,
Map<? extends NodeMetadata,? extends Throwable> failedNodes) |
Modifier and Type | Method and Description |
---|---|
LoginCredentials |
GetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull.get() |
Modifier and Type | Field and Description |
---|---|
protected String |
OperatingSystem.arch |
protected OsFamily |
OperatingSystem.family |
protected String |
OperatingSystem.name |
protected String |
OperatingSystem.version |
Modifier and Type | Method and Description |
---|---|
String |
OperatingSystem.getArch()
architecture of the operating system; ex.
|
String |
ComputeMetadataIncludingStatus.getBackendStatus()
status of the resource, as supplied literally from the backend api.
|
LoginCredentials |
NodeMetadata.getCredentials()
If possible, these are returned upon all detail requests.
|
String |
Volume.getDevice() |
OsFamily |
OperatingSystem.getFamily()
Type of the operating system
generally, this is used to compare the means by which you use an operating system.
|
String |
NodeMetadata.getGroup()
Tag used for all resources that belong to the same logical group.
|
Hardware |
NodeMetadata.getHardware()
The hardware this node is running, if possible to determine.
|
String |
NodeMetadata.getHostname()
note
|
String |
Hardware.getHypervisor() |
String |
Volume.getId()
Unique identifier.
|
String |
NodeMetadata.getImageId()
The id of the image this node was created from, if possible to correlate.
|
String |
OperatingSystem.getName()
name of the operating system; ex.
|
String |
ComputeMetadata.getName() |
OperatingSystem |
NodeMetadata.getOperatingSystem()
The operating system this node is running, if possible to determine.
|
Float |
Volume.getSize() |
String |
OperatingSystem.getVersion()
version of the operating system; ex.
|
Modifier and Type | Method and Description |
---|---|
OperatingSystem.Builder |
OperatingSystem.Builder.arch(String arch) |
NodeMetadataBuilder |
NodeMetadataBuilder.backendStatus(String backendStatus) |
ImageBuilder |
ImageBuilder.backendStatus(String backendStatus) |
NodeMetadataBuilder |
NodeMetadataBuilder.credentials(LoginCredentials credentials) |
ImageBuilder |
ImageBuilder.defaultCredentials(LoginCredentials defaultLoginCredentials) |
VolumeBuilder |
VolumeBuilder.device(String device) |
OperatingSystem.Builder |
OperatingSystem.Builder.family(OsFamily family) |
NodeMetadataBuilder |
NodeMetadataBuilder.group(String group) |
NodeMetadataBuilder |
NodeMetadataBuilder.hardware(Hardware hardware) |
NodeMetadataBuilder |
NodeMetadataBuilder.imageId(String imageId) |
OperatingSystem.Builder |
OperatingSystem.Builder.name(String name) |
NodeMetadataBuilder |
NodeMetadataBuilder.operatingSystem(OperatingSystem os) |
CIMOperatingSystem.Builder |
CIMOperatingSystem.Builder.osType(OSType osType) |
void |
TemplateBuilderSpec.ValueParser.parse(TemplateBuilderSpec spec,
String key,
String value) |
VolumeBuilder |
VolumeBuilder.size(Float size) |
OperatingSystem.Builder |
OperatingSystem.Builder.version(String version) |
ImageBuilder |
ImageBuilder.version(String version) |
Constructor and Description |
---|
CIMOperatingSystem(OsFamily family,
String name,
String version,
String arch,
String description,
boolean is64Bit,
OSType osType) |
CIMOperatingSystem(OsFamily family,
String name,
String version,
String arch,
String description,
boolean is64Bit,
OSType osType) |
CIMOperatingSystem(OsFamily family,
String name,
String version,
String arch,
String description,
boolean is64Bit,
OSType osType) |
CIMOperatingSystem(OsFamily family,
String name,
String version,
String arch,
String description,
boolean is64Bit,
OSType osType) |
OperatingSystem(OsFamily family,
String name,
String version,
String arch,
String description,
boolean is64Bit) |
OperatingSystem(OsFamily family,
String name,
String version,
String arch,
String description,
boolean is64Bit) |
OperatingSystem(OsFamily family,
String name,
String version,
String arch,
String description,
boolean is64Bit) |
OperatingSystem(OsFamily family,
String name,
String version,
String arch,
String description,
boolean is64Bit) |
Modifier and Type | Method and Description |
---|---|
String |
HardwareImpl.getHypervisor() |
Constructor and Description |
---|
HardwareImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
Iterable<? extends Processor> processors,
int ram,
Iterable<? extends Volume> volumes,
com.google.common.base.Predicate<Image> supportsImage,
String hypervisor) |
HardwareImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
Iterable<? extends Processor> processors,
int ram,
Iterable<? extends Volume> volumes,
com.google.common.base.Predicate<Image> supportsImage,
String hypervisor) |
ImageImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
OperatingSystem operatingSystem,
Image.Status status,
String backendStatus,
String description,
String version,
LoginCredentials defaultCredentials) |
ImageImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
OperatingSystem operatingSystem,
Image.Status status,
String backendStatus,
String description,
String version,
LoginCredentials defaultCredentials) |
ImageImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
OperatingSystem operatingSystem,
Image.Status status,
String backendStatus,
String description,
String version,
LoginCredentials defaultCredentials) |
NodeMetadataImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
String group,
Hardware hardware,
String imageId,
OperatingSystem os,
NodeMetadata.Status status,
String backendStatus,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
LoginCredentials credentials,
String hostname) |
NodeMetadataImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
String group,
Hardware hardware,
String imageId,
OperatingSystem os,
NodeMetadata.Status status,
String backendStatus,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
LoginCredentials credentials,
String hostname) |
NodeMetadataImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
String group,
Hardware hardware,
String imageId,
OperatingSystem os,
NodeMetadata.Status status,
String backendStatus,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
LoginCredentials credentials,
String hostname) |
NodeMetadataImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
String group,
Hardware hardware,
String imageId,
OperatingSystem os,
NodeMetadata.Status status,
String backendStatus,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
LoginCredentials credentials,
String hostname) |
NodeMetadataImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
String group,
Hardware hardware,
String imageId,
OperatingSystem os,
NodeMetadata.Status status,
String backendStatus,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
LoginCredentials credentials,
String hostname) |
NodeMetadataImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
String group,
Hardware hardware,
String imageId,
OperatingSystem os,
NodeMetadata.Status status,
String backendStatus,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
LoginCredentials credentials,
String hostname) |
VolumeImpl(Float size,
boolean bootDevice,
boolean durable) |
VolumeImpl(Float size,
String device,
boolean bootDevice,
boolean durable) |
VolumeImpl(Float size,
String device,
boolean bootDevice,
boolean durable) |
VolumeImpl(String id,
Volume.Type type,
Float size,
String device,
boolean bootDevice,
boolean durable) |
VolumeImpl(String id,
Volume.Type type,
Float size,
String device,
boolean bootDevice,
boolean durable) |
VolumeImpl(String id,
Volume.Type type,
Float size,
String device,
boolean bootDevice,
boolean durable) |
Modifier and Type | Method and Description |
---|---|
String |
GroupNamingConvention.groupInSharedNameOrNull(String encoded)
retrieve the group associated with the encoded name
|
String |
GroupNamingConvention.groupInUniqueNameOrNull(String encoded)
retrieve the group associated with the encoded name
|
Modifier and Type | Method and Description |
---|---|
static LoginCredentials |
DefaultCredentialsFromImageOrOverridingCredentials.overrideDefaultCredentialsWithOptionsIfPresent(LoginCredentials defaultCreds,
RunScriptOptions options) |
Modifier and Type | Method and Description |
---|---|
protected NodeMetadata |
BaseComputeService.doDestroyNode(String id) |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Function<NodeMetadata,NodeMetadata> |
PersistNodeCredentials.always(Statement statement) |
com.google.common.base.Function<NodeMetadata,NodeMetadata> |
PersistNodeCredentials.ifAdminAccess(Statement statement) |
Modifier and Type | Method and Description |
---|---|
String |
RunScriptOptions.getLoginPassword() |
String |
RunScriptOptions.getLoginPrivateKey() |
String |
RunScriptOptions.getLoginUser() |
Boolean |
RunScriptOptions.shouldAuthenticateSudo() |
Modifier and Type | Method and Description |
---|---|
NodeMetadata |
DestroyNodeStrategy.destroyNode(String id) |
Constructor and Description |
---|
ReturnCredentialsBoundToImage(LoginCredentials creds,
Map<String,Credentials> credentialStore,
Map<OsFamily,LoginCredentials> osFamilyToCredentials) |
Modifier and Type | Method and Description |
---|---|
static <F> Map<F,Exception> |
FutureIterables.awaitCompletion(Map<F,? extends com.google.common.util.concurrent.ListenableFuture<?>> responses,
com.google.common.util.concurrent.ListeningExecutorService exec,
Long maxTime,
Logger logger,
String logPrefix) |
static <F,T> Iterable<T> |
FutureIterables.transformParallel(Iterable<F> fromIterable,
com.google.common.base.Function<? super F,com.google.common.util.concurrent.ListenableFuture<? extends T>> function,
com.google.common.util.concurrent.ListeningExecutorService exec,
Long maxTime,
Logger logger,
String logPrefix) |
static <F,T> Iterable<T> |
FutureIterables.transformParallel(Iterable<F> fromIterable,
com.google.common.base.Function<? super F,com.google.common.util.concurrent.ListenableFuture<? extends T>> function,
com.google.common.util.concurrent.ListeningExecutorService exec,
Long maxTime,
Logger logger,
String logPrefix,
BackoffLimitedRetryHandler retryHandler,
int maxRetries) |
Modifier and Type | Method and Description |
---|---|
static X509Certificate |
Pems.x509Certificate(com.google.common.io.InputSupplier<? extends InputStream> supplier,
CertificateFactory certFactory)
Returns the
X509EncodedKeySpec that is pem encoded in the supplier. |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<String> |
LoginCredentials.getOptionalPassword() |
com.google.common.base.Optional<String> |
LoginCredentials.getOptionalPrivateKey() |
String |
LoginCredentials.getPassword() |
String |
LoginCredentials.getPrivateKey() |
Constructor and Description |
---|
LocationImpl(LocationScope scope,
String id,
String description,
Location parent,
Iterable<String> iso3166Codes,
Map<String,Object> metadata) |
ResourceMetadataImpl(String providerId,
String name,
Location location,
URI uri,
Map<String,String> userMetadata) |
ResourceMetadataImpl(String providerId,
String name,
Location location,
URI uri,
Map<String,String> userMetadata) |
ResourceMetadataImpl(String providerId,
String name,
Location location,
URI uri,
Map<String,String> userMetadata) |
ResourceMetadataImpl(String providerId,
String name,
Location location,
URI uri,
Map<String,String> userMetadata) |
Modifier and Type | Method and Description |
---|---|
Job |
DynECTApi.getJob(long jobId)
returns the current status of a job.
|
Modifier and Type | Method and Description |
---|---|
Job |
ZoneApi.delete(String fqdn)
Deletes the zone.
|
Record<? extends Map<String,Object>> |
RecordApi.get(RecordId recordId)
retrieves a resource record without regard to type
|
Zone |
ZoneApi.get(String fqdn)
Retrieves information about the specified zone.
|
GeoService |
GeoServiceApi.get(String serviceName)
Retrieves information about the specified geo service.
|
GeoRegionGroup |
GeoRegionGroupApi.get(String groupName)
Retrieves information about the specified geo region group
|
Record<AData> |
RecordApi.getA(String fqdn,
long recordId)
Gets the
ARecord or null if not present. |
Record<AAAAData> |
RecordApi.getAAAA(String fqdn,
long recordId)
Gets the
AAAARecord or null if not present. |
Record<CNAMEData> |
RecordApi.getCNAME(String fqdn,
long recordId)
Gets the
CNAMERecord or null if not present. |
Record<MXData> |
RecordApi.getMX(String fqdn,
long recordId)
Gets the
MXRecord or null if not present. |
Record<NSData> |
RecordApi.getNS(String fqdn,
long recordId)
Gets the
NSRecord or null if not present. |
Record<PTRData> |
RecordApi.getPTR(String fqdn,
long recordId)
Gets the
PTRRecord or null if not present. |
SOARecord |
RecordApi.getSOA(String fqdn,
long recordId)
Gets the
SOARecord or null if not present. |
Record<SPFData> |
RecordApi.getSPF(String fqdn,
long recordId)
Gets the
SPFRecord or null if not present. |
Record<SRVData> |
RecordApi.getSRV(String fqdn,
long recordId)
Gets the
SRVRecord or null if not present. |
Record<SSHFPData> |
RecordApi.getSSHFP(String fqdn,
long recordId)
Gets the
SSHFPRecord or null if not present. |
Record<TXTData> |
RecordApi.getTXT(String fqdn,
long recordId)
Gets the
TXTRecord or null if not present. |
Job |
RecordApi.scheduleDelete(RecordId recordId)
Schedules deletion of a record into the current session.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<? extends SubnetAsyncApi> |
EC2AsyncApi.getSubnetApiForRegion(String region) |
com.google.common.base.Optional<? extends SubnetApi> |
EC2Api.getSubnetApiForRegion(String region) |
com.google.common.base.Optional<? extends TagAsyncApi> |
EC2AsyncApi.getTagApiForRegion(String region) |
com.google.common.base.Optional<? extends TagApi> |
EC2Api.getTagApiForRegion(String region) |
com.google.common.base.Optional<? extends WindowsAsyncApi> |
EC2AsyncApi.getWindowsApiForRegion(String region) |
com.google.common.base.Optional<? extends WindowsApi> |
EC2Api.getWindowsApiForRegion(String region) |
Modifier and Type | Method and Description |
---|---|
LoginCredentials |
WindowsLoginCredentialsFromEncryptedData.apply(PasswordDataAndPrivateKey dataAndKey) |
Modifier and Type | Method and Description |
---|---|
EC2TemplateOptions |
EC2TemplateOptions.mapEBSSnapshotToDeviceName(String deviceName,
String snapshotId,
Integer sizeInGib,
boolean deleteOnTermination) |
static EC2TemplateOptions |
EC2TemplateOptions.Builder.mapEBSSnapshotToDeviceName(String deviceName,
String snapshotId,
Integer sizeInGib,
boolean deleteOnTermination) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions.getSecurityGroupsForTagAndOptions(String region,
String group,
TemplateOptions options) |
Constructor and Description |
---|
EC2PopulateDefaultLoginCredentialsForImageStrategy(LoginCredentials creds,
Map<String,Credentials> credentialStore,
Map<OsFamily,LoginCredentials> osFamilyToCredentials) |
Modifier and Type | Field and Description |
---|---|
protected String |
RunningInstance.dnsName |
protected String |
RunningInstance.ipAddress |
protected String |
RunningInstance.kernelId |
protected String |
RunningInstance.keyName |
protected String |
RunningInstance.platform |
protected String |
RunningInstance.privateDnsName |
protected String |
RunningInstance.privateIpAddress |
protected String |
RunningInstance.ramdiskId |
protected String |
RunningInstance.reason |
protected String |
RunningInstance.rootDeviceName |
Modifier and Type | Method and Description |
---|---|
String |
SecurityGroup.getId()
id of the security group.
|
Constructor and Description |
---|
BlockDeviceMapping.MapEBSSnapshotToDevice(String deviceName,
String snapshotId,
Integer sizeInGib,
Boolean deleteOnTermination) |
BlockDeviceMapping.MapEBSSnapshotToDevice(String deviceName,
String snapshotId,
Integer sizeInGib,
Boolean deleteOnTermination) |
BlockDeviceMapping.MapNewVolumeToDevice(String deviceName,
Integer sizeInGib,
Boolean deleteOnTermination) |
BundleInstanceS3Storage(String ccessKeyId,
String bucket,
String prefix,
String secretAccessKey,
String uploadPolicy,
String uploadPolicySignature) |
BundleInstanceS3Storage(String ccessKeyId,
String bucket,
String prefix,
String secretAccessKey,
String uploadPolicy,
String uploadPolicySignature) |
BundleInstanceS3Storage(String ccessKeyId,
String bucket,
String prefix,
String secretAccessKey,
String uploadPolicy,
String uploadPolicySignature) |
BundleInstanceS3Storage(String ccessKeyId,
String bucket,
String prefix,
String secretAccessKey,
String uploadPolicy,
String uploadPolicySignature) |
BundleTask(String region,
String bundleId,
BundleTask.Error error,
String instanceId,
int progress,
Date startTime,
String state,
String bucket,
String prefix,
Date updateTime) |
Image.EbsBlockDevice(String snapshotId,
long volumeSize,
boolean deleteOnTermination) |
Image(String region,
Image.Architecture architecture,
String name,
String description,
String imageId,
String imageLocation,
String imageOwnerId,
Image.ImageState imageState,
String rawState,
Image.ImageType imageType,
boolean isPublic,
Iterable<String> productCodes,
String kernelId,
String platform,
String ramdiskId,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,Image.EbsBlockDevice> ebsBlockDevices,
VirtualizationType virtualizationType,
Hypervisor hypervisor) |
Image(String region,
Image.Architecture architecture,
String name,
String description,
String imageId,
String imageLocation,
String imageOwnerId,
Image.ImageState imageState,
String rawState,
Image.ImageType imageType,
boolean isPublic,
Iterable<String> productCodes,
String kernelId,
String platform,
String ramdiskId,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,Image.EbsBlockDevice> ebsBlockDevices,
VirtualizationType virtualizationType,
Hypervisor hypervisor) |
Image(String region,
Image.Architecture architecture,
String name,
String description,
String imageId,
String imageLocation,
String imageOwnerId,
Image.ImageState imageState,
String rawState,
Image.ImageType imageType,
boolean isPublic,
Iterable<String> productCodes,
String kernelId,
String platform,
String ramdiskId,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,Image.EbsBlockDevice> ebsBlockDevices,
VirtualizationType virtualizationType,
Hypervisor hypervisor) |
Image(String region,
Image.Architecture architecture,
String name,
String description,
String imageId,
String imageLocation,
String imageOwnerId,
Image.ImageState imageState,
String rawState,
Image.ImageType imageType,
boolean isPublic,
Iterable<String> productCodes,
String kernelId,
String platform,
String ramdiskId,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,Image.EbsBlockDevice> ebsBlockDevices,
VirtualizationType virtualizationType,
Hypervisor hypervisor) |
Image(String region,
Image.Architecture architecture,
String name,
String description,
String imageId,
String imageLocation,
String imageOwnerId,
Image.ImageState imageState,
String rawState,
Image.ImageType imageType,
boolean isPublic,
Iterable<String> productCodes,
String kernelId,
String platform,
String ramdiskId,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,Image.EbsBlockDevice> ebsBlockDevices,
VirtualizationType virtualizationType,
Hypervisor hypervisor) |
Image(String region,
Image.Architecture architecture,
String name,
String description,
String imageId,
String imageLocation,
String imageOwnerId,
Image.ImageState imageState,
String rawState,
Image.ImageType imageType,
boolean isPublic,
Iterable<String> productCodes,
String kernelId,
String platform,
String ramdiskId,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,Image.EbsBlockDevice> ebsBlockDevices,
VirtualizationType virtualizationType,
Hypervisor hypervisor) |
KeyPair(String region,
String keyName,
String sha1OfPrivateKey,
String keyMaterial,
String fingerprint) |
KeyPair(String region,
String keyName,
String sha1OfPrivateKey,
String keyMaterial,
String fingerprint) |
PublicIpInstanceIdPair(String region,
String publicIp,
String instanceId) |
Reservation(String region,
Iterable<String> groupNames,
Iterable<T> instances,
String ownerId,
String requesterId,
String reservationId) |
Reservation(String region,
Iterable<String> groupNames,
Iterable<T> instances,
String ownerId,
String requesterId,
String reservationId) |
Reservation(String region,
Iterable<String> groupNames,
Iterable<T> instances,
String ownerId,
String requesterId,
String reservationId) |
RunningInstance(String region,
Iterable<String> groupNames,
String amiLaunchIndex,
String dnsName,
String imageId,
String instanceId,
InstanceState instanceState,
String rawState,
String instanceType,
String ipAddress,
String kernelId,
String keyName,
Date launchTime,
String availabilityZone,
String virtualizationType,
String platform,
String privateDnsName,
String privateIpAddress,
String ramdiskId,
String reason,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,BlockDevice> ebsBlockDevices,
Map<String,String> tags) |
RunningInstance(String region,
Iterable<String> groupNames,
String amiLaunchIndex,
String dnsName,
String imageId,
String instanceId,
InstanceState instanceState,
String rawState,
String instanceType,
String ipAddress,
String kernelId,
String keyName,
Date launchTime,
String availabilityZone,
String virtualizationType,
String platform,
String privateDnsName,
String privateIpAddress,
String ramdiskId,
String reason,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,BlockDevice> ebsBlockDevices,
Map<String,String> tags) |
RunningInstance(String region,
Iterable<String> groupNames,
String amiLaunchIndex,
String dnsName,
String imageId,
String instanceId,
InstanceState instanceState,
String rawState,
String instanceType,
String ipAddress,
String kernelId,
String keyName,
Date launchTime,
String availabilityZone,
String virtualizationType,
String platform,
String privateDnsName,
String privateIpAddress,
String ramdiskId,
String reason,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,BlockDevice> ebsBlockDevices,
Map<String,String> tags) |
RunningInstance(String region,
Iterable<String> groupNames,
String amiLaunchIndex,
String dnsName,
String imageId,
String instanceId,
InstanceState instanceState,
String rawState,
String instanceType,
String ipAddress,
String kernelId,
String keyName,
Date launchTime,
String availabilityZone,
String virtualizationType,
String platform,
String privateDnsName,
String privateIpAddress,
String ramdiskId,
String reason,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,BlockDevice> ebsBlockDevices,
Map<String,String> tags) |
RunningInstance(String region,
Iterable<String> groupNames,
String amiLaunchIndex,
String dnsName,
String imageId,
String instanceId,
InstanceState instanceState,
String rawState,
String instanceType,
String ipAddress,
String kernelId,
String keyName,
Date launchTime,
String availabilityZone,
String virtualizationType,
String platform,
String privateDnsName,
String privateIpAddress,
String ramdiskId,
String reason,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,BlockDevice> ebsBlockDevices,
Map<String,String> tags) |
RunningInstance(String region,
Iterable<String> groupNames,
String amiLaunchIndex,
String dnsName,
String imageId,
String instanceId,
InstanceState instanceState,
String rawState,
String instanceType,
String ipAddress,
String kernelId,
String keyName,
Date launchTime,
String availabilityZone,
String virtualizationType,
String platform,
String privateDnsName,
String privateIpAddress,
String ramdiskId,
String reason,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,BlockDevice> ebsBlockDevices,
Map<String,String> tags) |
RunningInstance(String region,
Iterable<String> groupNames,
String amiLaunchIndex,
String dnsName,
String imageId,
String instanceId,
InstanceState instanceState,
String rawState,
String instanceType,
String ipAddress,
String kernelId,
String keyName,
Date launchTime,
String availabilityZone,
String virtualizationType,
String platform,
String privateDnsName,
String privateIpAddress,
String ramdiskId,
String reason,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,BlockDevice> ebsBlockDevices,
Map<String,String> tags) |
RunningInstance(String region,
Iterable<String> groupNames,
String amiLaunchIndex,
String dnsName,
String imageId,
String instanceId,
InstanceState instanceState,
String rawState,
String instanceType,
String ipAddress,
String kernelId,
String keyName,
Date launchTime,
String availabilityZone,
String virtualizationType,
String platform,
String privateDnsName,
String privateIpAddress,
String ramdiskId,
String reason,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,BlockDevice> ebsBlockDevices,
Map<String,String> tags) |
RunningInstance(String region,
Iterable<String> groupNames,
String amiLaunchIndex,
String dnsName,
String imageId,
String instanceId,
InstanceState instanceState,
String rawState,
String instanceType,
String ipAddress,
String kernelId,
String keyName,
Date launchTime,
String availabilityZone,
String virtualizationType,
String platform,
String privateDnsName,
String privateIpAddress,
String ramdiskId,
String reason,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,BlockDevice> ebsBlockDevices,
Map<String,String> tags) |
RunningInstance(String region,
Iterable<String> groupNames,
String amiLaunchIndex,
String dnsName,
String imageId,
String instanceId,
InstanceState instanceState,
String rawState,
String instanceType,
String ipAddress,
String kernelId,
String keyName,
Date launchTime,
String availabilityZone,
String virtualizationType,
String platform,
String privateDnsName,
String privateIpAddress,
String ramdiskId,
String reason,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,BlockDevice> ebsBlockDevices,
Map<String,String> tags) |
RunningInstance(String region,
Iterable<String> groupNames,
String amiLaunchIndex,
String dnsName,
String imageId,
String instanceId,
InstanceState instanceState,
String rawState,
String instanceType,
String ipAddress,
String kernelId,
String keyName,
Date launchTime,
String availabilityZone,
String virtualizationType,
String platform,
String privateDnsName,
String privateIpAddress,
String ramdiskId,
String reason,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,BlockDevice> ebsBlockDevices,
Map<String,String> tags) |
Modifier and Type | Method and Description |
---|---|
RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.addBlockDeviceFromSnapshot(String deviceName,
String virtualName,
String snapshotId)
adds a block device to the image from an ebs snapshot.
|
static RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.Builder.addBlockDeviceFromSnapshot(String deviceName,
String virtualName,
String snapshotId) |
RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.addEphemeralBlockDeviceFromSnapshot(String deviceName,
String virtualName,
String snapshotId)
adds a block device to the image from an ebs snapshot.
|
static RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.Builder.addEphemeralBlockDeviceFromSnapshot(String deviceName,
String virtualName,
String snapshotId) |
RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.addNewBlockDevice(String deviceName,
String virtualName,
int volumeSize)
adds a new block device to the image.
|
static RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.Builder.addNewBlockDevice(String deviceName,
String virtualName,
int volumeSize) |
RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.addNewEphemeralBlockDevice(String deviceName,
String virtualName,
int volumeSize)
adds a new block device to the image.
|
static RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.Builder.addNewEphemeralBlockDevice(String deviceName,
String virtualName,
int volumeSize) |
Modifier and Type | Method and Description |
---|---|
void |
ElasticBlockStoreClient.addCreateVolumePermissionsToSnapshotInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String snapshotId)
Adds
createVolumePermission s to an EBS snapshot. |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticBlockStoreAsyncClient.addCreateVolumePermissionsToSnapshotInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String snapshotId) |
void |
AMIClient.addLaunchPermissionsToImageInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String imageId)
Adds
launchPermission s to an AMI. |
com.google.common.util.concurrent.ListenableFuture<Void> |
AMIAsyncClient.addLaunchPermissionsToImageInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String imageId) |
String |
ElasticIPAddressClient.allocateAddressInRegion(String region)
Acquires an elastic IP address for use with your identity.
|
com.google.common.util.concurrent.ListenableFuture<String> |
ElasticIPAddressAsyncClient.allocateAddressInRegion(String region) |
void |
ElasticIPAddressClient.associateAddressInRegion(String region,
String publicIp,
String instanceId)
Associates an elastic IP address with an instance.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticIPAddressAsyncClient.associateAddressInRegion(String region,
String publicIp,
String instanceId) |
Attachment |
ElasticBlockStoreClient.attachVolumeInRegion(String region,
String volumeId,
String instanceId,
String device)
Attaches an Amazon EBS volume to a running instance and exposes it as the specified device.
|
com.google.common.util.concurrent.ListenableFuture<Attachment> |
ElasticBlockStoreAsyncClient.attachVolumeInRegion(String region,
String volumeId,
String instanceId,
String device) |
void |
SecurityGroupClient.authorizeSecurityGroupIngressInRegion(String region,
String groupName,
IpProtocol ipProtocol,
int fromPort,
int toPort,
String cidrIp)
Adds permissions to a security group.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
SecurityGroupAsyncClient.authorizeSecurityGroupIngressInRegion(String region,
String groupName,
IpProtocol ipProtocol,
int fromPort,
int toPort,
String cidrIp) |
void |
SecurityGroupClient.authorizeSecurityGroupIngressInRegion(String region,
String groupName,
UserIdGroupPair sourceSecurityGroup)
Adds permissions to a security group based on another group.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
SecurityGroupAsyncClient.authorizeSecurityGroupIngressInRegion(String region,
String groupName,
UserIdGroupPair sourceSecurityGroup) |
BundleTask |
WindowsClient.bundleInstanceInRegion(String region,
String instanceId,
String prefix,
String bucket,
String uploadPolicy,
BundleInstanceS3StorageOptions... options)
Bundles the Windows instance.
|
com.google.common.util.concurrent.ListenableFuture<BundleTask> |
WindowsAsyncClient.bundleInstanceInRegion(String region,
String instanceId,
String prefix,
String bucket,
String uploadPolicy,
BundleInstanceS3StorageOptions... options) |
BundleTask |
WindowsClient.cancelBundleTaskInRegion(String region,
String bundleId)
Cancels an Amazon EC2 bundling operation.
|
com.google.common.util.concurrent.ListenableFuture<BundleTask> |
WindowsAsyncClient.cancelBundleTaskInRegion(String region,
String bundleId) |
String |
AMIClient.createImageInRegion(String region,
String name,
String instanceId,
CreateImageOptions... options)
Creates an AMI that uses an Amazon EBS root device from a "running" or "stopped" instance.
|
com.google.common.util.concurrent.ListenableFuture<String> |
AMIAsyncClient.createImageInRegion(String region,
String name,
String instanceId,
CreateImageOptions... options) |
KeyPair |
KeyPairClient.createKeyPairInRegion(String region,
String keyName)
Creates a new 2048-bit RSA key pair with the specified name.
|
com.google.common.util.concurrent.ListenableFuture<KeyPair> |
KeyPairAsyncClient.createKeyPairInRegion(String region,
String keyName) |
void |
SecurityGroupClient.createSecurityGroupInRegion(String region,
String name,
String description)
Creates a new security group.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
SecurityGroupAsyncClient.createSecurityGroupInRegion(String region,
String name,
String description) |
Snapshot |
ElasticBlockStoreClient.createSnapshotInRegion(String region,
String volumeId,
CreateSnapshotOptions... options)
Creates a snapshot of an Amazon EBS volume and stores it in Amazon S3.
|
com.google.common.util.concurrent.ListenableFuture<Snapshot> |
ElasticBlockStoreAsyncClient.createSnapshotInRegion(String region,
String volumeId,
CreateSnapshotOptions... options) |
void |
KeyPairClient.deleteKeyPairInRegion(String region,
String keyName)
Deletes the specified key pair, by removing the public key from Amazon EC2.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
KeyPairAsyncClient.deleteKeyPairInRegion(String region,
String keyName) |
void |
SecurityGroupClient.deleteSecurityGroupInRegion(String region,
String name)
Deletes a security group that you own.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
SecurityGroupAsyncClient.deleteSecurityGroupInRegion(String region,
String name) |
void |
ElasticBlockStoreClient.deleteSnapshotInRegion(String region,
String snapshotId)
Deletes a snapshot of an Amazon EBS volume that you own.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticBlockStoreAsyncClient.deleteSnapshotInRegion(String region,
String snapshotId) |
void |
ElasticBlockStoreClient.deleteVolumeInRegion(String region,
String volumeId)
Deletes an Amazon EBS volume that you own.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticBlockStoreAsyncClient.deleteVolumeInRegion(String region,
String volumeId) |
void |
AMIClient.deregisterImageInRegion(String region,
String imageId)
Deregisters the specified AMI.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AMIAsyncClient.deregisterImageInRegion(String region,
String imageId) |
Set<PublicIpInstanceIdPair> |
ElasticIPAddressClient.describeAddressesInRegion(String region,
String... publicIps)
Lists elastic IP addresses assigned to your identity or provides information about a specific
address.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<PublicIpInstanceIdPair>> |
ElasticIPAddressAsyncClient.describeAddressesInRegion(String region,
String... publicIps) |
Set<AvailabilityZoneInfo> |
AvailabilityZoneAndRegionClient.describeAvailabilityZonesInRegion(String region,
DescribeAvailabilityZonesOptions... options)
Displays Availability Zones that are currently available to the identity and their states.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<AvailabilityZoneInfo>> |
AvailabilityZoneAndRegionAsyncClient.describeAvailabilityZonesInRegion(String region,
DescribeAvailabilityZonesOptions... options) |
Set<BundleTask> |
WindowsClient.describeBundleTasksInRegion(String region,
String... bundleTaskIds)
Describes current bundling tasks.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<BundleTask>> |
WindowsAsyncClient.describeBundleTasksInRegion(String region,
String... bundleTaskIds) |
Set<? extends Image> |
AMIClient.describeImagesInRegion(String region,
DescribeImagesOptions... options)
Returns information about AMIs, AKIs, and ARIs.
|
com.google.common.util.concurrent.ListenableFuture<Set<? extends Image>> |
AMIAsyncClient.describeImagesInRegion(String region,
DescribeImagesOptions... options) |
Set<? extends Reservation<? extends RunningInstance>> |
InstanceClient.describeInstancesInRegion(String region,
String... instanceIds)
Returns information about instances that you own.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Reservation<? extends RunningInstance>>> |
InstanceAsyncClient.describeInstancesInRegion(String region,
String... instanceIds) |
Set<KeyPair> |
KeyPairClient.describeKeyPairsInRegion(String region,
String... keyPairNames)
Returns information about key pairs available to you.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
KeyPairAsyncClient.describeKeyPairsInRegion(String region,
String... keyPairNames) |
Set<SecurityGroup> |
SecurityGroupClient.describeSecurityGroupsInRegion(String region,
String... securityGroupNames)
Returns information about security groups that you own.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> |
SecurityGroupAsyncClient.describeSecurityGroupsInRegion(String region,
String... securityGroupNames) |
Set<Snapshot> |
ElasticBlockStoreClient.describeSnapshotsInRegion(String region,
DescribeSnapshotsOptions... options)
Returns information about Amazon EBS snapshots available to the user.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Snapshot>> |
ElasticBlockStoreAsyncClient.describeSnapshotsInRegion(String region,
DescribeSnapshotsOptions... options) |
Set<Volume> |
ElasticBlockStoreClient.describeVolumesInRegion(String region,
String... volumeIds)
Describes the specified Amazon EBS volumes that you own.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Volume>> |
ElasticBlockStoreAsyncClient.describeVolumesInRegion(String region,
String... volumeIds) |
void |
ElasticBlockStoreClient.detachVolumeInRegion(String region,
String volumeId,
boolean force,
DetachVolumeOptions... options)
Attaches an Amazon EBS volume to a running instance and exposes it as the specified device.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticBlockStoreAsyncClient.detachVolumeInRegion(String region,
String volumeId,
boolean force,
DetachVolumeOptions... options) |
void |
ElasticIPAddressClient.disassociateAddressInRegion(String region,
String publicIp)
Disassociates the specified elastic IP address from the instance to which it is assigned.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticIPAddressAsyncClient.disassociateAddressInRegion(String region,
String publicIp) |
Map<String,BlockDevice> |
InstanceClient.getBlockDeviceMappingForInstanceInRegion(String region,
String instanceId) |
com.google.common.util.concurrent.ListenableFuture<? extends Map<String,BlockDevice>> |
InstanceAsyncClient.getBlockDeviceMappingForInstanceInRegion(String region,
String instanceId) |
Map<String,Image.EbsBlockDevice> |
AMIClient.getBlockDeviceMappingsForImageInRegion(String region,
String imageId)
Returns a map of device name to block device for the image.
|
com.google.common.util.concurrent.ListenableFuture<Map<String,Image.EbsBlockDevice>> |
AMIAsyncClient.getBlockDeviceMappingsForImageInRegion(String region,
String imageId) |
String |
InstanceClient.getConsoleOutputForInstanceInRegion(String region,
String instanceId)
Retrieves console output for the specified instance.
|
com.google.common.util.concurrent.ListenableFuture<String> |
InstanceAsyncClient.getConsoleOutputForInstanceInRegion(String region,
String instanceId) |
Permission |
ElasticBlockStoreClient.getCreateVolumePermissionForSnapshotInRegion(String region,
String snapshotId)
Returns the
Permission s of an snapshot. |
com.google.common.util.concurrent.ListenableFuture<Permission> |
ElasticBlockStoreAsyncClient.getCreateVolumePermissionForSnapshotInRegion(String region,
String snapshotId) |
com.google.common.util.concurrent.ListenableFuture<Volume.InstanceInitiatedShutdownBehavior> |
InstanceAsyncClient.getInstanceInitiatedShutdownBehaviorForInstanceInRegion(String region,
String instanceId) |
String |
InstanceClient.getInstanceTypeForInstanceInRegion(String region,
String instanceId) |
com.google.common.util.concurrent.ListenableFuture<String> |
InstanceAsyncClient.getInstanceTypeForInstanceInRegion(String region,
String instanceId) |
String |
InstanceClient.getKernelForInstanceInRegion(String region,
String instanceId) |
com.google.common.util.concurrent.ListenableFuture<String> |
InstanceAsyncClient.getKernelForInstanceInRegion(String region,
String instanceId) |
Permission |
AMIClient.getLaunchPermissionForImageInRegion(String region,
String imageId)
Returns the
Permission s of an image. |
com.google.common.util.concurrent.ListenableFuture<Permission> |
AMIAsyncClient.getLaunchPermissionForImageInRegion(String region,
String imageId) |
PasswordData |
WindowsClient.getPasswordDataInRegion(String region,
String instanceId)
Retrieves the encrypted administrator password for the instances running Windows.
|
com.google.common.util.concurrent.ListenableFuture<PasswordData> |
WindowsAsyncClient.getPasswordDataInRegion(String region,
String instanceId) |
String |
InstanceClient.getRamdiskForInstanceInRegion(String region,
String instanceId) |
com.google.common.util.concurrent.ListenableFuture<String> |
InstanceAsyncClient.getRamdiskForInstanceInRegion(String region,
String instanceId) |
String |
InstanceClient.getRootDeviceNameForInstanceInRegion(String region,
String instanceId) |
com.google.common.util.concurrent.ListenableFuture<String> |
InstanceAsyncClient.getRootDeviceNameForInstanceInRegion(String region,
String instanceId) |
String |
InstanceClient.getUserDataForInstanceInRegion(String region,
String instanceId) |
com.google.common.util.concurrent.ListenableFuture<String> |
InstanceAsyncClient.getUserDataForInstanceInRegion(String region,
String instanceId) |
boolean |
InstanceClient.isApiTerminationDisabledForInstanceInRegion(String region,
String instanceId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
InstanceAsyncClient.isApiTerminationDisabledForInstanceInRegion(String region,
String instanceId) |
void |
InstanceClient.rebootInstancesInRegion(String region,
String... instanceIds)
Requests a reboot of one or more instances.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.rebootInstancesInRegion(String region,
String... instanceIds) |
String |
AMIClient.registerImageFromManifestInRegion(String region,
String name,
String pathToManifest,
RegisterImageOptions... options)
Registers an AMI with Amazon EC2.
|
com.google.common.util.concurrent.ListenableFuture<String> |
AMIAsyncClient.registerImageFromManifestInRegion(String region,
String imageName,
String pathToManifest,
RegisterImageOptions... options) |
String |
AMIClient.registerUnixImageBackedByEbsInRegion(String region,
String name,
String ebsSnapshotId,
RegisterImageBackedByEbsOptions... options)
Registers an AMI with Amazon EC2.
|
com.google.common.util.concurrent.ListenableFuture<String> |
AMIAsyncClient.registerUnixImageBackedByEbsInRegion(String region,
String imageName,
String ebsSnapshotId,
RegisterImageBackedByEbsOptions... options) |
void |
ElasticIPAddressClient.releaseAddressInRegion(String region,
String publicIp)
Releases an elastic IP address associated with your identity.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticIPAddressAsyncClient.releaseAddressInRegion(String region,
String publicIp) |
void |
ElasticBlockStoreClient.removeCreateVolumePermissionsFromSnapshotInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String snapshotId)
Removes
createVolumePermission s from an EBS snapshot. |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticBlockStoreAsyncClient.removeCreateVolumePermissionsFromSnapshotInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String snapshotId) |
void |
AMIClient.removeLaunchPermissionsFromImageInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String imageId)
Removes
launchPermission s from an AMI. |
com.google.common.util.concurrent.ListenableFuture<Void> |
AMIAsyncClient.removeLaunchPermissionsFromImageInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String imageId) |
void |
ElasticBlockStoreClient.resetCreateVolumePermissionsOnSnapshotInRegion(String region,
String snapshotId)
Resets the
createVolumePermission s on an EBS snapshot. |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticBlockStoreAsyncClient.resetCreateVolumePermissionsOnSnapshotInRegion(String region,
String snapshotId) |
String |
InstanceClient.resetKernelForInstanceInRegion(String region,
String instanceId)
Resets an attribute of an instance to its default value.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.resetKernelForInstanceInRegion(String region,
String instanceId) |
void |
AMIClient.resetLaunchPermissionsOnImageInRegion(String region,
String imageId)
Resets the
launchPermission s on an AMI. |
com.google.common.util.concurrent.ListenableFuture<Void> |
AMIAsyncClient.resetLaunchPermissionsOnImageInRegion(String region,
String imageId) |
String |
InstanceClient.resetRamdiskForInstanceInRegion(String region,
String instanceId)
Resets an attribute of an instance to its default value.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.resetRamdiskForInstanceInRegion(String region,
String instanceId) |
void |
SecurityGroupClient.revokeSecurityGroupIngressInRegion(String region,
String groupName,
IpProtocol ipProtocol,
int fromPort,
int toPort,
String cidrIp)
Revokes permissions from a security group.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
SecurityGroupAsyncClient.revokeSecurityGroupIngressInRegion(String region,
String groupName,
IpProtocol ipProtocol,
int fromPort,
int toPort,
String cidrIp) |
void |
SecurityGroupClient.revokeSecurityGroupIngressInRegion(String region,
String groupName,
UserIdGroupPair sourceSecurityGroup)
Revokes permissions from a security group.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
SecurityGroupAsyncClient.revokeSecurityGroupIngressInRegion(String region,
String groupName,
UserIdGroupPair sourceSecurityGroup) |
Reservation<? extends RunningInstance> |
InstanceClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options)
Launches a specified number of instances of an AMI for which you have
permissions.
|
Reservation<? extends RunningInstance> |
InstanceClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options)
Launches a specified number of instances of an AMI for which you have
permissions.
|
com.google.common.util.concurrent.ListenableFuture<? extends Reservation<? extends RunningInstance>> |
InstanceAsyncClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Reservation<? extends RunningInstance>> |
InstanceAsyncClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options) |
void |
InstanceClient.setApiTerminationDisabledForInstanceInRegion(String region,
String instanceId,
boolean apiTerminationDisabled)
This command works while the instance is running and controls whether or
not the api can be used to terminate the instance.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.setApiTerminationDisabledForInstanceInRegion(String region,
String instanceId,
boolean apiTerminationDisabled) |
void |
InstanceClient.setBlockDeviceMappingForInstanceInRegion(String region,
String instanceId,
Map<String,BlockDevice> blockDeviceMapping)
Sets the blockDeviceMapping used for an instance.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.setBlockDeviceMappingForInstanceInRegion(String region,
String instanceId,
Map<String,BlockDevice> blockDeviceMapping) |
void |
InstanceClient.setInstanceInitiatedShutdownBehaviorForInstanceInRegion(String region,
String instanceId,
Volume.InstanceInitiatedShutdownBehavior instanceInitiatedShutdownBehavior)
Specifies whether the instance's Amazon EBS volumes are stopped or
terminated when the instance is shut down.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.setInstanceInitiatedShutdownBehaviorForInstanceInRegion(String region,
String instanceId,
Volume.InstanceInitiatedShutdownBehavior instanceInitiatedShutdownBehavior) |
void |
InstanceClient.setInstanceTypeForInstanceInRegion(String region,
String instanceId,
String instanceType)
Sets the instanceType used for starting the instance.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.setInstanceTypeForInstanceInRegion(String region,
String instanceId,
String instanceType) |
void |
InstanceClient.setKernelForInstanceInRegion(String region,
String instanceId,
String kernel)
Sets the kernelId used for starting the instance.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.setKernelForInstanceInRegion(String region,
String instanceId,
String kernel) |
void |
InstanceClient.setRamdiskForInstanceInRegion(String region,
String instanceId,
String ramdisk)
Sets the ramdisk used for starting the instance.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.setRamdiskForInstanceInRegion(String region,
String instanceId,
String ramdisk) |
void |
InstanceClient.setUserDataForInstanceInRegion(String region,
String instanceId,
byte[] unencodedData)
Sets the userData used for starting the instance.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.setUserDataForInstanceInRegion(String region,
String instanceId,
byte[] unencodedData) |
Set<? extends InstanceStateChange> |
InstanceClient.startInstancesInRegion(String region,
String... instanceIds)
Starts an instance that uses an Amazon EBS volume as its root device.
|
com.google.common.util.concurrent.ListenableFuture<Set<? extends InstanceStateChange>> |
InstanceAsyncClient.startInstancesInRegion(String region,
String... instanceIds) |
Set<? extends InstanceStateChange> |
InstanceClient.stopInstancesInRegion(String region,
boolean force,
String... instanceIds)
Stops an instance that uses an Amazon EBS volume as its root device.
|
com.google.common.util.concurrent.ListenableFuture<Set<? extends InstanceStateChange>> |
InstanceAsyncClient.stopInstancesInRegion(String region,
boolean force,
String... instanceIds) |
Set<? extends InstanceStateChange> |
InstanceClient.terminateInstancesInRegion(String region,
String... instanceIds)
Shuts down one or more instances.
|
com.google.common.util.concurrent.ListenableFuture<Set<? extends InstanceStateChange>> |
InstanceAsyncClient.terminateInstancesInRegion(String region,
String... instanceIds) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Device> |
Server.devices |
protected String |
DriveInfo.encryptionCipher |
protected String |
DriveInfo.Builder.encryptionCipher |
protected String |
DriveInfo.imaging |
protected String |
DriveInfo.Builder.imaging |
protected Date |
ServerInfo.started |
protected String |
ServerInfo.user |
protected String |
Item.uuid |
Modifier and Type | Method and Description |
---|---|
ClaimType |
Drive.getClaimType() |
String |
DriveInfo.getEncryptionCipher() |
String |
CreateDriveRequest.getEncryptionCipher() |
ServerMetrics |
ServerInfo.getMetrics() |
String |
Item.getUuid() |
Constructor and Description |
---|
CreateDriveRequest(String name,
long size,
ClaimType claimType,
Iterable<String> readers,
Iterable<String> tags,
Map<String,String> userMetadata,
String encryptionCipher,
Iterable<String> avoid) |
CreateDriveRequest(String name,
long size,
ClaimType claimType,
Iterable<String> readers,
Iterable<String> tags,
Map<String,String> userMetadata,
String encryptionCipher,
Iterable<String> avoid) |
Drive(String uuid,
String name,
long size,
ClaimType claimType,
Iterable<String> readers,
Iterable<String> tags,
Map<String,String> userMetadata) |
Drive(String uuid,
String name,
long size,
ClaimType claimType,
Iterable<String> readers,
Iterable<String> tags,
Map<String,String> userMetadata) |
DriveData(String uuid,
String name,
long size,
ClaimType claimType,
Iterable<String> readers,
Iterable<String> tags,
Map<String,String> userMetadata) |
DriveData(String uuid,
String name,
long size,
ClaimType claimType,
Iterable<String> readers,
Iterable<String> tags,
Map<String,String> userMetadata) |
Item(String uuid,
String name,
Iterable<String> tags,
Map<String,String> userMetadata) |
NIC(String dhcp,
Model model,
String vlan,
String mac,
Iterable<String> block) |
NIC(String dhcp,
Model model,
String vlan,
String mac,
Iterable<String> block) |
NIC(String dhcp,
Model model,
String vlan,
String mac,
Iterable<String> block) |
Server(String uuid,
String name,
int cpu,
Integer smp,
int mem,
boolean persistent,
Map<String,? extends Device> devices,
Iterable<String> bootDeviceIds,
Iterable<String> tags,
Map<String,String> userMetadata,
Iterable<NIC> nics,
VNC vnc) |
Server(String uuid,
String name,
int cpu,
Integer smp,
int mem,
boolean persistent,
Map<String,? extends Device> devices,
Iterable<String> bootDeviceIds,
Iterable<String> tags,
Map<String,String> userMetadata,
Iterable<NIC> nics,
VNC vnc) |
ServerInfo(String uuid,
String name,
int cpu,
Integer smp,
int mem,
boolean persistent,
Map<String,? extends Device> devices,
Iterable<String> bootDeviceIds,
Iterable<String> tags,
Map<String,String> userMetadata,
Iterable<NIC> nics,
VNC vnc,
ServerStatus status,
Date started,
String user,
ServerMetrics metrics) |
Constructor and Description |
---|
JCECrypto(Provider provider) |
Modifier and Type | Method and Description |
---|---|
String |
EmailAccount.getAutoRespondMessage() |
String |
IpDetails.getBroadcast() |
ResourceStatus |
ServerStatus.getCpu() |
String |
DomainRecord.getData() |
ResourceStatus |
ServerStatus.getDisk() |
String |
IpDetails.getGateway() |
ResourceStatus |
ServerStatus.getMemory() |
Date |
EmailAccount.getModified() |
String |
IpDetails.getNetmask() |
String |
Domain.getPrimaryNameServer() |
String |
Domain.getResponsiblePerson()
The E-mail address of the person responsible for this domain (reformatted with '.' at end).
|
String |
IpDetails.getServerId() |
Server.State |
ServerStatus.getState() |
ServerUptime |
ServerStatus.getUptime() |
Constructor and Description |
---|
Domain(String domainName,
Date createTime,
int recordCount,
GleSYSBoolean useGlesysNameServer,
String primaryNameServer,
String responsiblePerson,
int ttl,
int refresh,
int retry,
int expire,
int minimum) |
Domain(String domainName,
Date createTime,
int recordCount,
GleSYSBoolean useGlesysNameServer,
String primaryNameServer,
String responsiblePerson,
int ttl,
int refresh,
int retry,
int expire,
int minimum) |
Domain(String domainName,
Date createTime,
int recordCount,
GleSYSBoolean useGlesysNameServer,
String primaryNameServer,
String responsiblePerson,
int ttl,
int refresh,
int retry,
int expire,
int minimum) |
DomainRecord(String id,
String domainname,
String host,
String type,
String data,
int ttl) |
DomainRecord(String id,
String domainname,
String host,
String type,
String data,
int ttl) |
EmailAccount(String account,
EmailQuota quota,
int antispamLevel,
GleSYSBoolean antiVirus,
GleSYSBoolean autoRespond,
String autoRespondMessage,
GleSYSBoolean autoRespondSaveEmail,
Date created,
Date modified) |
EmailAccount(String account,
EmailQuota quota,
int antispamLevel,
GleSYSBoolean antiVirus,
GleSYSBoolean autoRespond,
String autoRespondMessage,
GleSYSBoolean autoRespondSaveEmail,
Date created,
Date modified) |
IpDetails(String datacenter,
int version,
String ptr,
String platform,
String address,
String netmask,
String broadcast,
String gateway,
List<String> nameServers,
String serverId,
Cost cost,
GleSYSBoolean reserved) |
IpDetails(String datacenter,
int version,
String ptr,
String platform,
String address,
String netmask,
String broadcast,
String gateway,
List<String> nameServers,
String serverId,
Cost cost,
GleSYSBoolean reserved) |
IpDetails(String datacenter,
int version,
String ptr,
String platform,
String address,
String netmask,
String broadcast,
String gateway,
List<String> nameServers,
String serverId,
Cost cost,
GleSYSBoolean reserved) |
IpDetails(String datacenter,
int version,
String ptr,
String platform,
String address,
String netmask,
String broadcast,
String gateway,
List<String> nameServers,
String serverId,
Cost cost,
GleSYSBoolean reserved) |
ServerDetails(String id,
String hostname,
String datacenter,
String platform,
Server.State state,
String description,
String templateName,
int cpuCores,
int memorySizeMB,
int diskSizeGB,
int transferGB,
Cost cost,
Set<Ip> ips) |
ServerDetails(String id,
String hostname,
String datacenter,
String platform,
Server.State state,
String description,
String templateName,
int cpuCores,
int memorySizeMB,
int diskSizeGB,
int transferGB,
Cost cost,
Set<Ip> ips) |
ServerDetails(String id,
String hostname,
String datacenter,
String platform,
Server.State state,
String description,
String templateName,
int cpuCores,
int memorySizeMB,
int diskSizeGB,
int transferGB,
Cost cost,
Set<Ip> ips) |
ServerStatus(Server.State state,
ResourceStatus cpu,
ResourceStatus memory,
ResourceStatus disk,
ServerUptime uptime) |
ServerStatus(Server.State state,
ResourceStatus cpu,
ResourceStatus memory,
ResourceStatus disk,
ServerUptime uptime) |
ServerStatus(Server.State state,
ResourceStatus cpu,
ResourceStatus memory,
ResourceStatus disk,
ServerUptime uptime) |
ServerStatus(Server.State state,
ResourceStatus cpu,
ResourceStatus memory,
ResourceStatus disk,
ServerUptime uptime) |
Modifier and Type | Method and Description |
---|---|
Option |
ServerImage.getArchitecture() |
Date |
ServerImage.getCreatedTime() |
Option |
Server.getDatacenter() |
Option |
Ip.getDatacenter() |
String |
Server.getDescription() |
String |
Option.getDescription() |
String |
LoadBalancer.getDescription() |
Date |
Job.getLastUpdatedOn() |
String |
JobProperties.getNote() |
String |
Ip.getSubnet() |
Date |
ServerImage.getUpdatedTime() |
Constructor and Description |
---|
Ip(long id,
String ip,
String subnet,
boolean isPublic,
IpState state,
Option datacenter) |
Ip(long id,
String ip,
String subnet,
boolean isPublic,
IpState state,
Option datacenter) |
Ip(long id,
String ip,
String subnet,
boolean isPublic,
IpState state,
Option datacenter) |
Job(long id,
Option command,
ObjectType objectType,
Date createdOn,
Date lastUpdatedOn,
JobState currentState,
int attempts,
String owner,
Set<JobProperties> history,
Map<String,String> details) |
JobProperties(long id,
Date updatedOn,
JobState state,
String note) |
LoadBalancer(long id,
String name,
String description,
IpPortPair virtualIp,
Set<IpPortPair> realIpList,
LoadBalancerType type,
LoadBalancerPersistenceType persistence,
LoadBalancerOs os,
LoadBalancerState state,
Option datacenter) |
Option(Long id,
String name,
String description) |
Server(long id,
boolean isSandbox,
String name,
String description,
ServerState state,
Option datacenter,
Option type,
Option ram,
Option os,
Ip ip,
ServerImage image) |
Server(long id,
boolean isSandbox,
String name,
String description,
ServerState state,
Option datacenter,
Option type,
Option ram,
Option os,
Ip ip,
ServerImage image) |
ServerImage(long id,
String name,
String friendlyName,
String description,
Option os,
Option architecture,
ServerImageType type,
ServerImageState state,
double price,
String location,
boolean isActive,
boolean isPublic,
Date createdTime,
Date updatedTime,
Set<BillingToken> billingTokens,
Customer owner) |
ServerImage(long id,
String name,
String friendlyName,
String description,
Option os,
Option architecture,
ServerImageType type,
ServerImageState state,
double price,
String location,
boolean isActive,
boolean isPublic,
Date createdTime,
Date updatedTime,
Set<BillingToken> billingTokens,
Customer owner) |
ServerImage(long id,
String name,
String friendlyName,
String description,
Option os,
Option architecture,
ServerImageType type,
ServerImageState state,
double price,
String location,
boolean isActive,
boolean isPublic,
Date createdTime,
Date updatedTime,
Set<BillingToken> billingTokens,
Customer owner) |
ServerImage(long id,
String name,
String friendlyName,
String description,
Option os,
Option architecture,
ServerImageType type,
ServerImageState state,
double price,
String location,
boolean isActive,
boolean isPublic,
Date createdTime,
Date updatedTime,
Set<BillingToken> billingTokens,
Customer owner) |
Modifier and Type | Method and Description |
---|---|
URI |
CDNContainer.getCDNSslUri() |
URI |
CDNContainer.getCDNUri() |
String |
CDNContainer.getName()
Beware: The container name is not available from HEAD CDN responses and will be null.
|
String |
CDNContainer.getReferrerAcl() |
String |
CDNContainer.getUseragentAcl() |
Constructor and Description |
---|
CDNContainer(String name,
boolean cdnEnabled,
long ttl,
URI CDNUri,
URI CDNSslUri,
String referrerAcl,
String useragentAcl,
boolean logRetention) |
CDNContainer(String name,
boolean cdnEnabled,
long ttl,
URI CDNUri,
URI CDNSslUri,
String referrerAcl,
String useragentAcl,
boolean logRetention) |
CDNContainer(String name,
boolean cdnEnabled,
long ttl,
URI CDNUri,
URI CDNSslUri,
String referrerAcl,
String useragentAcl,
boolean logRetention) |
CDNContainer(String name,
boolean cdnEnabled,
long ttl,
URI CDNUri,
URI CDNSslUri,
String referrerAcl,
String useragentAcl,
boolean logRetention) |
CDNContainer(String name,
boolean cdnEnabled,
long ttl,
URI CDNUri,
URI CDNSslUri,
String referrerAcl,
String useragentAcl,
boolean logRetention) |
Modifier and Type | Method and Description |
---|---|
String |
HttpResponse.getMessage() |
HttpResponse |
HttpResponseException.getResponse() |
Modifier and Type | Method and Description |
---|---|
T |
HttpResponse.Builder.message(String message) |
Uris.UriBuilder |
Uris.UriBuilder.path(String path) |
Uris.UriBuilder |
Uris.UriBuilder.query(String queryLine) |
Constructor and Description |
---|
HttpMessage(com.google.common.collect.Multimap<String,String> headers,
Payload payload) |
HttpRequest(String method,
URI endpoint,
com.google.common.collect.Multimap<String,String> headers,
Payload payload,
Iterable<HttpRequestFilter> filters) |
HttpResponse(int statusCode,
String message,
com.google.common.collect.Multimap<String,String> headers,
Payload payload) |
HttpResponse(int statusCode,
String message,
com.google.common.collect.Multimap<String,String> headers,
Payload payload) |
HttpResponseException(String message,
HttpCommand command,
HttpResponse response) |
HttpResponseException(String message,
HttpCommand command,
HttpResponse response,
String content) |
HttpResponseException(String message,
HttpCommand command,
HttpResponse response,
String content,
Throwable cause) |
HttpResponseException(String message,
HttpCommand command,
HttpResponse response,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
T |
ParseSax.addDetailsAndPropagate(HttpResponse response,
Exception e,
String text) |
Constructor and Description |
---|
PayloadEnclosingImpl(Payload payload) |
Modifier and Type | Method and Description |
---|---|
String |
ContentMetadata.getContentDisposition()
Specifies presentational information for the object.
|
String |
ContentMetadata.getContentEncoding()
Specifies what content encodings have been applied to the object and thus what decoding
mechanisms must be applied in order to obtain the media-type referenced by the Content-Type
header field.
|
String |
ContentMetadata.getContentLanguage()
Get Content Language of the payload
Not all providers may support it
|
Long |
ContentMetadata.getContentLength()
Returns the total size of the payload, or the chunk that's available.
|
byte[] |
ContentMetadata.getContentMD5() |
String |
ContentMetadata.getContentType()
A standard MIME type describing the format of the contents.
|
Date |
ContentMetadata.getExpires()
Gives the date/time after which the response is considered stale.
|
Payload |
PayloadEnclosing.getPayload() |
Modifier and Type | Method and Description |
---|---|
ContentMetadataBuilder |
ContentMetadataBuilder.contentDisposition(String contentDisposition) |
ContentMetadataBuilder |
ContentMetadataBuilder.contentEncoding(String contentEncoding) |
ContentMetadataBuilder |
ContentMetadataBuilder.contentLanguage(String contentLanguage) |
ContentMetadataBuilder |
ContentMetadataBuilder.contentLength(Long contentLength) |
ContentMetadataBuilder |
ContentMetadataBuilder.contentType(String contentType) |
ContentMetadataBuilder |
ContentMetadataBuilder.expires(Date expires) |
void |
MutableContentMetadata.setContentDisposition(String contentDisposition)
Set Content Disposition of the payload
Not all providers may support it
|
void |
MutableContentMetadata.setContentEncoding(String contentEncoding)
Set Content Encoding of the payload
Not all providers may support it
|
void |
MutableContentMetadata.setContentLanguage(String contentLanguage)
Set Content Language of the payload
Not all providers may support it
|
void |
MutableContentMetadata.setContentLength(Long contentLength) |
void |
MutableContentMetadata.setContentMD5(byte[] md5) |
void |
MutableContentMetadata.setContentType(String contentType) |
void |
MutableContentMetadata.setExpires(Date expires) |
Modifier and Type | Method and Description |
---|---|
void |
BaseMutableContentMetadata.setContentDisposition(String contentDisposition)
Set Content Disposition of the payload
Not all providers may support it
|
void |
BaseMutableContentMetadata.setContentEncoding(String contentEncoding)
Set Content Encoding of the payload
Not all providers may support it
|
void |
BaseMutableContentMetadata.setContentLanguage(String contentLanguage)
Set Content Language of the payload
Not all providers may support it
|
void |
BaseMutableContentMetadata.setContentLength(Long contentLength) |
void |
BaseMutableContentMetadata.setContentType(String contentType) |
void |
BaseMutableContentMetadata.setExpires(Date expires) |
Modifier and Type | Method and Description |
---|---|
B |
LoadBalancerServiceAdapter.createLoadBalancerInLocation(Location location,
String loadBalancerName,
String protocol,
int loadBalancerPort,
int instancePort,
Iterable<? extends NodeMetadata> nodes) |
LoadBalancerMetadata |
LoadBalancerService.createLoadBalancerInLocation(Location location,
String loadBalancerName,
String protocol,
int loadBalancerPort,
int instancePort,
Iterable<? extends NodeMetadata> nodes) |
Modifier and Type | Method and Description |
---|---|
LoadBalancerMetadata |
BaseLoadBalancerService.createLoadBalancerInLocation(Location location,
String loadBalancerName,
String protocol,
int loadBalancerPort,
int instancePort,
Iterable<? extends NodeMetadata> nodes) |
Modifier and Type | Method and Description |
---|---|
URI |
ZoneToEndpoint.apply(Object from) |
URI |
RegionToEndpointOrProviderIfNull.apply(Object from) |
URI |
RegionToEndpoint.apply(Object from) |
Modifier and Type | Method and Description |
---|---|
ZoneIdToURISupplier |
ZoneIdToURISupplier.Factory.createForApiTypeAndVersion(String apiType,
String apiVersion) |
RegionIdToURISupplier |
RegionIdToURISupplier.Factory.createForApiTypeAndVersion(String apiType,
String apiVersion) |
Modifier and Type | Method and Description |
---|---|
ExtensionAsyncApi |
CinderAsyncApi.getExtensionApiForZone(String zone)
Deprecated.
Provides asynchronous access to Extension features.
|
ExtensionApi |
CinderApi.getExtensionApiForZone(String zone)
Provides synchronous access to Extension features.
|
SnapshotAsyncApi |
CinderAsyncApi.getSnapshotApiForZone(String zone)
Deprecated.
Provides asynchronous access to Snapshot features.
|
SnapshotApi |
CinderApi.getSnapshotApiForZone(String zone)
Provides synchronous access to Snapshot features.
|
VolumeAsyncApi |
CinderAsyncApi.getVolumeApiForZone(String zone)
Deprecated.
Provides asynchronous access to Volume features.
|
VolumeApi |
CinderApi.getVolumeApiForZone(String zone)
Provides synchronous access to Volume features.
|
VolumeTypeAsyncApi |
CinderAsyncApi.getVolumeTypeApiForZone(String zone)
Deprecated.
Provides asynchronous access to VolumeType features.
|
VolumeTypeApi |
CinderApi.getVolumeTypeApiForZone(String zone)
Provides synchronous access to VolumeType features.
|
Modifier and Type | Method and Description |
---|---|
Date |
Snapshot.getCreated() |
String |
Volume.getDescription() |
String |
Snapshot.getDescription() |
String |
VolumeAttachment.getDevice() |
String |
Volume.getName() |
String |
Snapshot.getName() |
String |
VolumeAttachment.getServerId() |
String |
Volume.getSnapshotId() |
String |
Volume.getVolumeType() |
Constructor and Description |
---|
Snapshot(String id,
String volumeId,
Volume.Status status,
int size,
Date created,
String name,
String description) |
Snapshot(String id,
String volumeId,
Volume.Status status,
int size,
Date created,
String name,
String description) |
Snapshot(String id,
String volumeId,
Volume.Status status,
int size,
Date created,
String name,
String description) |
Volume(String id,
Volume.Status status,
int size,
String zone,
Date created,
Set<VolumeAttachment> attachments,
String volumeType,
String snapshotId,
String name,
String description,
Map<String,String> metadata) |
Volume(String id,
Volume.Status status,
int size,
String zone,
Date created,
Set<VolumeAttachment> attachments,
String volumeType,
String snapshotId,
String name,
String description,
Map<String,String> metadata) |
Volume(String id,
Volume.Status status,
int size,
String zone,
Date created,
Set<VolumeAttachment> attachments,
String volumeType,
String snapshotId,
String name,
String description,
Map<String,String> metadata) |
Volume(String id,
Volume.Status status,
int size,
String zone,
Date created,
Set<VolumeAttachment> attachments,
String volumeType,
String snapshotId,
String name,
String description,
Map<String,String> metadata) |
Volume(String id,
Volume.Status status,
int size,
String zone,
Date created,
Set<VolumeAttachment> attachments,
String volumeType,
String snapshotId,
String name,
String description,
Map<String,String> metadata) |
Volume(String id,
Volume.Status status,
int size,
String zone,
Date created,
Set<VolumeAttachment> attachments,
String volumeType,
String snapshotId,
String name,
String description,
Map<String,String> metadata) |
VolumeAttachment(String id,
String volumeId,
String serverId,
String device) |
VolumeAttachment(String id,
String volumeId,
String serverId,
String device) |
VolumeType(String id,
String name,
Date created,
Date updated,
Map<String,String> extraSpecs) |
VolumeType(String id,
String name,
Date created,
Date updated,
Map<String,String> extraSpecs) |
Modifier and Type | Method and Description |
---|---|
String |
Resource.getName() |
String |
Link.getType() |
Constructor and Description |
---|
Link(Link.Relation relation,
String type,
URI href) |
Resource(String id,
String name,
Set<Link> links) |
Resource(String id,
String name,
Set<Link> links) |
Modifier and Type | Method and Description |
---|---|
URI |
Endpoint.getInternalURL()
Internal URLs are only accessible to services within the same region.
|
URI |
Endpoint.getPublicURL()
A public URL is accessible from anywhere.
|
String |
Endpoint.getRegion()
A service may expose endpoints in different regions.
|
Modifier and Type | Method and Description |
---|---|
Endpoint.Builder |
Endpoint.Builder.internalURL(URI internalURL) |
Constructor and Description |
---|
Endpoint(boolean v1Default,
String region,
URI publicURL,
URI internalURL) |
Endpoint(boolean v1Default,
String region,
URI publicURL,
URI internalURL) |
Endpoint(boolean v1Default,
String region,
URI publicURL,
URI internalURL) |
Constructor and Description |
---|
RegionIdToURIFromAuthForServiceSupplier(com.google.common.base.Supplier<Auth> auth,
EndpointToSupplierURI endpointToSupplierURI,
EndpointToRegion endpointToRegion,
String apiType,
String apiVersion) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Access> |
AuthenticationAsyncApi.authenticateWithTenantIdAndCredentials(String tenantId,
ApiAccessKeyCredentials apiAccessKeyCredentials)
Deprecated.
|
Access |
AuthenticationApi.authenticateWithTenantIdAndCredentials(String tenantId,
ApiAccessKeyCredentials apiAccessKeyCredentials)
Authenticate to generate a token.
|
com.google.common.util.concurrent.ListenableFuture<Access> |
AuthenticationAsyncApi.authenticateWithTenantIdAndCredentials(String tenantId,
PasswordCredentials passwordCredentials)
Deprecated.
|
Access |
AuthenticationApi.authenticateWithTenantIdAndCredentials(String tenantId,
PasswordCredentials passwordCredentials)
Authenticate to generate a token.
|
com.google.common.util.concurrent.ListenableFuture<Access> |
AuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(String tenantName,
ApiAccessKeyCredentials apiAccessKeyCredentials)
Deprecated.
|
Access |
AuthenticationApi.authenticateWithTenantNameAndCredentials(String tenantName,
ApiAccessKeyCredentials apiAccessKeyCredentials)
Authenticate to generate a token.
|
com.google.common.util.concurrent.ListenableFuture<Access> |
AuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(String tenantName,
PasswordCredentials passwordCredentials)
Deprecated.
|
Access |
AuthenticationApi.authenticateWithTenantNameAndCredentials(String tenantName,
PasswordCredentials passwordCredentials)
Authenticate to generate a token.
|
Modifier and Type | Method and Description |
---|---|
URI |
Endpoint.getAdminURL() |
String |
MediaType.getBase() |
String |
Tenant.getDescription() |
String |
Role.getDescription() |
String |
Role.getId()
When providing an ID, it is assumed that the role exists in the current OpenStack deployment
|
String |
Endpoint.getId()
When providing an ID, it is assumed that the endpoint exists in the
current OpenStack deployment
|
URI |
Endpoint.getInternalURL() |
URI |
Endpoint.getPublicURL() |
String |
Endpoint.getRegion() |
String |
Role.getServiceId() |
String |
ApiMetadata.getStatus() |
String |
Role.getTenantId() |
String |
Endpoint.getTenantId() |
String |
MediaType.getType() |
Date |
ApiMetadata.getUpdated() |
String |
Endpoint.getVersionId()
Note
|
URI |
Endpoint.getVersionInfo()
Note
|
URI |
Endpoint.getVersionList()
Note
|
Constructor and Description |
---|
Access(Token token,
User user,
Set<Service> serviceCatalog) |
ApiMetadata(String id,
String name,
Set<Link> links,
String status,
Date updated,
Set<MediaType> mediaTypes) |
ApiMetadata(String id,
String name,
Set<Link> links,
String status,
Date updated,
Set<MediaType> mediaTypes) |
ApiMetadata(String id,
String name,
Set<Link> links,
String status,
Date updated,
Set<MediaType> mediaTypes) |
Endpoint(String id,
String versionId,
String region,
URI publicURL,
URI internalURL,
URI adminURL,
URI versionInfo,
URI versionList,
String tenantName,
String tenantId) |
Endpoint(String id,
String versionId,
String region,
URI publicURL,
URI internalURL,
URI adminURL,
URI versionInfo,
URI versionList,
String tenantName,
String tenantId) |
Endpoint(String id,
String versionId,
String region,
URI publicURL,
URI internalURL,
URI adminURL,
URI versionInfo,
URI versionList,
String tenantName,
String tenantId) |
Endpoint(String id,
String versionId,
String region,
URI publicURL,
URI internalURL,
URI adminURL,
URI versionInfo,
URI versionList,
String tenantName,
String tenantId) |
Endpoint(String id,
String versionId,
String region,
URI publicURL,
URI internalURL,
URI adminURL,
URI versionInfo,
URI versionList,
String tenantName,
String tenantId) |
Endpoint(String id,
String versionId,
String region,
URI publicURL,
URI internalURL,
URI adminURL,
URI versionInfo,
URI versionList,
String tenantName,
String tenantId) |
Endpoint(String id,
String versionId,
String region,
URI publicURL,
URI internalURL,
URI adminURL,
URI versionInfo,
URI versionList,
String tenantName,
String tenantId) |
Endpoint(String id,
String versionId,
String region,
URI publicURL,
URI internalURL,
URI adminURL,
URI versionInfo,
URI versionList,
String tenantName,
String tenantId) |
Endpoint(String id,
String versionId,
String region,
URI publicURL,
URI internalURL,
URI adminURL,
URI versionInfo,
URI versionList,
String tenantName,
String tenantId) |
Endpoint(String id,
String versionId,
String region,
URI publicURL,
URI internalURL,
URI adminURL,
URI versionInfo,
URI versionList,
String tenantName,
String tenantId) |
MediaType(String base,
String type) |
MediaType(String base,
String type) |
Role(String id,
String name,
String description,
String serviceId,
String tenantId,
String tenantName) |
Role(String id,
String name,
String description,
String serviceId,
String tenantId,
String tenantName) |
Role(String id,
String name,
String description,
String serviceId,
String tenantId,
String tenantName) |
Role(String id,
String name,
String description,
String serviceId,
String tenantId,
String tenantName) |
Role(String id,
String name,
String description,
String serviceId,
String tenantId,
String tenantName) |
Tenant(String id,
String name,
String description) |
Token(String id,
Date expires,
com.google.common.base.Optional<Tenant> tenant) |
User(String id,
String name,
Set<Role> roles) |
Modifier and Type | Method and Description |
---|---|
RegionIdToAdminURISupplier |
RegionIdToAdminURISupplier.Factory.createForApiTypeAndVersion(String apiType,
String apiVersion) |
LocationIdToURIFromAccessForTypeAndVersion |
LocationIdToURIFromAccessForTypeAndVersion.Factory.createForApiTypeAndVersion(String apiType,
String apiVersion) |
Constructor and Description |
---|
LocationIdToURIFromAccessForTypeAndVersion(com.google.common.base.Supplier<Access> access,
EndpointToSupplierURI endpointToSupplierURI,
com.google.common.base.Function<Endpoint,String> endpointToLocationId,
String apiType,
String apiVersion) |
RegionIdToAdminURIFromAccessForTypeAndVersion(com.google.common.base.Supplier<Access> access,
EndpointToSupplierAdminURI endpointToSupplierURI,
EndpointToRegion endpointToRegion,
String apiType,
String apiVersion) |
RegionIdToURIFromAccessForTypeAndVersion(com.google.common.base.Supplier<Access> access,
EndpointToSupplierURI endpointToSupplierURI,
EndpointToRegion endpointToRegion,
String apiType,
String apiVersion) |
ZoneIdToURIFromAccessForTypeAndVersion(com.google.common.base.Supplier<Access> access,
EndpointToSupplierURI endpointToSupplierURI,
EndpointToRegion endpointToZone,
String apiType,
String apiVersion) |
Modifier and Type | Method and Description |
---|---|
KeyPair |
NovaEC2KeyPairClient.importKeyPairInRegion(String region,
String keyName,
String publicKeyMaterial)
Imports the public key from an RSA key pair that you created with a third-party tool.
|
com.google.common.util.concurrent.ListenableFuture<KeyPair> |
NovaEC2KeyPairAsyncClient.importKeyPairInRegion(String region,
String keyName,
String publicKeyMaterial) |
Modifier and Type | Method and Description |
---|---|
ExtensionAsyncApi |
NovaAsyncApi.getExtensionApiForZone(String zone)
Deprecated.
Provides asynchronous access to Extension features.
|
ExtensionApi |
NovaApi.getExtensionApiForZone(String zone)
Provides synchronous access to Extension features.
|
FlavorAsyncApi |
NovaAsyncApi.getFlavorApiForZone(String zone)
Deprecated.
Provides asynchronous access to Flavor features.
|
FlavorApi |
NovaApi.getFlavorApiForZone(String zone)
Provides synchronous access to Flavor features.
|
com.google.common.base.Optional<? extends FlavorExtraSpecsAsyncApi> |
NovaAsyncApi.getFlavorExtraSpecsExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Flavor extra specs features.
|
com.google.common.base.Optional<? extends FlavorExtraSpecsApi> |
NovaApi.getFlavorExtraSpecsExtensionForZone(String zone)
Provides synchronous access to Flavor extra specs features.
|
com.google.common.base.Optional<? extends FloatingIPAsyncApi> |
NovaAsyncApi.getFloatingIPExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Floating IP features.
|
com.google.common.base.Optional<? extends FloatingIPApi> |
NovaApi.getFloatingIPExtensionForZone(String zone)
Provides synchronous access to Floating IP features.
|
com.google.common.base.Optional<? extends HostAdministrationAsyncApi> |
NovaAsyncApi.getHostAdministrationExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Host Administration features.
|
com.google.common.base.Optional<? extends HostAdministrationApi> |
NovaApi.getHostAdministrationExtensionForZone(String zone)
Provides synchronous access to Host Administration features.
|
com.google.common.base.Optional<? extends HostAggregateAsyncApi> |
NovaAsyncApi.getHostAggregateExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to HostAggregate features.
|
com.google.common.base.Optional<? extends HostAggregateApi> |
NovaApi.getHostAggregateExtensionForZone(String zone)
Provides synchronous access to Aggregate features.
|
ImageAsyncApi |
NovaAsyncApi.getImageApiForZone(String zone)
Deprecated.
Provides asynchronous access to Image features.
|
ImageApi |
NovaApi.getImageApiForZone(String zone)
Provides synchronous access to Image features.
|
com.google.common.base.Optional<? extends KeyPairAsyncApi> |
NovaAsyncApi.getKeyPairExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Key Pair features.
|
com.google.common.base.Optional<? extends KeyPairApi> |
NovaApi.getKeyPairExtensionForZone(String zone)
Provides synchronous access to Key Pair features.
|
com.google.common.base.Optional<? extends QuotaClassAsyncApi> |
NovaAsyncApi.getQuotaClassExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Quota Classes features.
|
com.google.common.base.Optional<? extends QuotaClassApi> |
NovaApi.getQuotaClassExtensionForZone(String zone)
Provides synchronous access to Quota Classes features.
|
com.google.common.base.Optional<? extends QuotaAsyncApi> |
NovaAsyncApi.getQuotaExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Quota features.
|
com.google.common.base.Optional<? extends QuotaApi> |
NovaApi.getQuotaExtensionForZone(String zone)
Provides synchronous access to Quota features.
|
com.google.common.base.Optional<? extends SecurityGroupAsyncApi> |
NovaAsyncApi.getSecurityGroupExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Security Group features.
|
com.google.common.base.Optional<? extends SecurityGroupApi> |
NovaApi.getSecurityGroupExtensionForZone(String zone)
Provides synchronous access to Security Group features.
|
com.google.common.base.Optional<? extends ServerAdminAsyncApi> |
NovaAsyncApi.getServerAdminExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Server Admin Actions features.
|
com.google.common.base.Optional<? extends ServerAdminApi> |
NovaApi.getServerAdminExtensionForZone(String zone)
Provides synchronous access to Server Admin Actions features.
|
ServerAsyncApi |
NovaAsyncApi.getServerApiForZone(String zone)
Deprecated.
Provides asynchronous access to Server features.
|
ServerApi |
NovaApi.getServerApiForZone(String zone)
Provides synchronous access to Server features.
|
com.google.common.base.Optional<? extends ServerWithSecurityGroupsAsyncApi> |
NovaAsyncApi.getServerWithSecurityGroupsExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Server Extra Data features.
|
com.google.common.base.Optional<? extends ServerWithSecurityGroupsApi> |
NovaApi.getServerWithSecurityGroupsExtensionForZone(String zone)
Provides synchronous access to Server Extra Data features.
|
com.google.common.base.Optional<? extends SimpleTenantUsageAsyncApi> |
NovaAsyncApi.getSimpleTenantUsageExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Simple Tenant Usage features.
|
com.google.common.base.Optional<? extends SimpleTenantUsageApi> |
NovaApi.getSimpleTenantUsageExtensionForZone(String zone)
Provides synchronous access to Simple Tenant Usage features.
|
com.google.common.base.Optional<? extends VirtualInterfaceAsyncApi> |
NovaAsyncApi.getVirtualInterfaceExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Virtual Interface features.
|
com.google.common.base.Optional<? extends VirtualInterfaceApi> |
NovaApi.getVirtualInterfaceExtensionForZone(String zone)
Provides synchronous access to Virtual Interface features.
|
com.google.common.base.Optional<? extends VolumeAttachmentAsyncApi> |
NovaAsyncApi.getVolumeAttachmentExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Volume features.
|
com.google.common.base.Optional<? extends VolumeAttachmentApi> |
NovaApi.getVolumeAttachmentExtensionForZone(String zone)
Provides synchronous access to Volume Attachment features.
|
com.google.common.base.Optional<? extends VolumeAsyncApi> |
NovaAsyncApi.getVolumeExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Volume features.
|
com.google.common.base.Optional<? extends VolumeApi> |
NovaApi.getVolumeExtensionForZone(String zone)
Provides synchronous access to Volume features.
|
com.google.common.base.Optional<? extends VolumeTypeAsyncApi> |
NovaAsyncApi.getVolumeTypeExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Volume Type features.
|
com.google.common.base.Optional<? extends VolumeTypeApi> |
NovaApi.getVolumeTypeExtensionForZone(String zone)
Provides synchronous access to Volume Type features.
|
Modifier and Type | Method and Description |
---|---|
String |
Server.getAccessIPv4() |
String |
Server.getAccessIPv6() |
String |
Server.getConfigDrive() |
Date |
VolumeSnapshot.getCreated() |
Date |
Image.getCreated() |
String |
VolumeSnapshot.getDescription() |
String |
Volume.getDescription() |
String |
SecurityGroup.getDescription() |
String |
VolumeAttachment.getDevice() |
String |
KeyPair.getFingerprint() |
String |
FloatingIP.getFixedIp() |
TenantIdAndName |
SecurityGroupRule.getGroup() |
String |
Server.getHostId() |
String |
ServerExtendedAttributes.getHostName() |
String |
ServerExtendedAttributes.getHypervisorHostName() |
String |
FloatingIP.getInstanceId() |
String |
ServerExtendedAttributes.getInstanceName() |
Date |
SimpleServerUsage.getInstanceTerminated() |
String |
SecurityGroupRule.getIpRange() |
String |
Server.getKeyName() |
String |
VolumeSnapshot.getName() |
String |
Volume.getName() |
String |
SecurityGroup.getName() |
String |
Host.getName() |
String |
KeyPair.getPrivateKey() |
String |
HostResourceUsage.getProject() |
String |
KeyPair.getPublicKey() |
Resource |
Image.getServer() |
String |
VolumeAttachment.getServerId() |
String |
Host.getService() |
String |
Volume.getSnapshotId() |
Date |
SimpleTenantUsage.getStart() |
Image.Status |
Image.getStatus() |
Date |
SimpleTenantUsage.getStop() |
String |
ServerExtendedStatus.getTaskState() |
String |
SecurityGroup.getTenantId() |
String |
Image.getTenantId() |
Date |
Server.getUpdated() |
Date |
Image.getUpdated() |
String |
KeyPair.getUserId() |
String |
Image.getUserId() |
String |
Server.getUuid()
only present until the id is in uuid form
|
String |
ServerExtendedStatus.getVmState() |
String |
Volume.getVolumeType() |
Constructor and Description |
---|
Flavor(String id,
String name,
Set<Link> links,
int ram,
int disk,
int vcpus,
String swap,
Double rxtxFactor,
Integer ephemeral) |
Flavor(String id,
String name,
Set<Link> links,
int ram,
int disk,
int vcpus,
String swap,
Double rxtxFactor,
Integer ephemeral) |
Flavor(String id,
String name,
Set<Link> links,
int ram,
int disk,
int vcpus,
String swap,
Double rxtxFactor,
Integer ephemeral) |
FloatingIP(String id,
String ip,
String fixedIp,
String instanceId) |
FloatingIP(String id,
String ip,
String fixedIp,
String instanceId) |
Host(String name,
String service) |
Host(String name,
String service) |
HostAggregate(String id,
String name,
String availabilityZone,
Set<String> hosts,
String state,
Date created,
Date updated,
Map<String,String> metadata) |
HostAggregate(String id,
String name,
String availabilityZone,
Set<String> hosts,
String state,
Date created,
Date updated,
Map<String,String> metadata) |
HostAggregate(String id,
String name,
String availabilityZone,
Set<String> hosts,
String state,
Date created,
Date updated,
Map<String,String> metadata) |
HostResourceUsage(String host,
String project,
int memoryMb,
int cpu,
int diskGb) |
Image(String id,
String name,
Set<Link> links,
Date updated,
Date created,
String tenantId,
String userId,
Image.Status status,
int progress,
int minDisk,
int minRam,
Resource server,
Map<String,String> metadata) |
Image(String id,
String name,
Set<Link> links,
Date updated,
Date created,
String tenantId,
String userId,
Image.Status status,
int progress,
int minDisk,
int minRam,
Resource server,
Map<String,String> metadata) |
Image(String id,
String name,
Set<Link> links,
Date updated,
Date created,
String tenantId,
String userId,
Image.Status status,
int progress,
int minDisk,
int minRam,
Resource server,
Map<String,String> metadata) |
Image(String id,
String name,
Set<Link> links,
Date updated,
Date created,
String tenantId,
String userId,
Image.Status status,
int progress,
int minDisk,
int minRam,
Resource server,
Map<String,String> metadata) |
Image(String id,
String name,
Set<Link> links,
Date updated,
Date created,
String tenantId,
String userId,
Image.Status status,
int progress,
int minDisk,
int minRam,
Resource server,
Map<String,String> metadata) |
Image(String id,
String name,
Set<Link> links,
Date updated,
Date created,
String tenantId,
String userId,
Image.Status status,
int progress,
int minDisk,
int minRam,
Resource server,
Map<String,String> metadata) |
Image(String id,
String name,
Set<Link> links,
Date updated,
Date created,
String tenantId,
String userId,
Image.Status status,
int progress,
int minDisk,
int minRam,
Resource server,
Map<String,String> metadata) |
Ingress(IpProtocol ipProtocol,
int fromPort,
int toPort) |
KeyPair(String publicKey,
String privateKey,
String userId,
String name,
String fingerprint) |
KeyPair(String publicKey,
String privateKey,
String userId,
String name,
String fingerprint) |
KeyPair(String publicKey,
String privateKey,
String userId,
String name,
String fingerprint) |
KeyPair(String publicKey,
String privateKey,
String userId,
String name,
String fingerprint) |
SecurityGroup(String id,
String tenantId,
String name,
String description,
Set<SecurityGroupRule> rules) |
SecurityGroup(String id,
String tenantId,
String name,
String description,
Set<SecurityGroupRule> rules) |
SecurityGroup(String id,
String tenantId,
String name,
String description,
Set<SecurityGroupRule> rules) |
SecurityGroupRule(IpProtocol ipProtocol,
int fromPort,
int toPort,
String id,
TenantIdAndName group,
String parentGroupId,
SecurityGroupRule.Cidr ipRange) |
SecurityGroupRule(IpProtocol ipProtocol,
int fromPort,
int toPort,
String id,
TenantIdAndName group,
String parentGroupId,
SecurityGroupRule.Cidr ipRange) |
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig) |
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig) |
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig) |
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig) |
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig) |
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig) |
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig) |
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig) |
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig) |
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig) |
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig) |
ServerCreated(String id,
String name,
Set<Link> links,
String adminPass) |
ServerCreated(String id,
String name,
Set<Link> links,
String adminPass) |
ServerExtendedAttributes(String instanceName,
String hostName,
String hypervisorHostName) |
ServerExtendedAttributes(String instanceName,
String hostName,
String hypervisorHostName) |
ServerExtendedAttributes(String instanceName,
String hostName,
String hypervisorHostName) |
ServerExtendedStatus(String taskState,
String vmState,
int powerState) |
ServerExtendedStatus(String taskState,
String vmState,
int powerState) |
ServerWithSecurityGroups(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
Set<String> securityGroupNames) |
ServerWithSecurityGroups(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
Set<String> securityGroupNames) |
ServerWithSecurityGroups(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
Set<String> securityGroupNames) |
ServerWithSecurityGroups(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
Set<String> securityGroupNames) |
ServerWithSecurityGroups(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
Set<String> securityGroupNames) |
ServerWithSecurityGroups(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
Set<String> securityGroupNames) |
ServerWithSecurityGroups(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
Set<String> securityGroupNames) |
ServerWithSecurityGroups(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
Set<String> securityGroupNames) |
ServerWithSecurityGroups(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
Set<String> securityGroupNames) |
ServerWithSecurityGroups(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
Set<String> securityGroupNames) |
SimpleServerUsage(String instanceName,
double hours,
double flavorMemoryMb,
double flavorLocalGb,
double flavorVcpus,
String tenantId,
String flavorName,
Date instanceCreated,
Date instanceTerminated,
SimpleServerUsage.Status instanceStatus,
long uptime) |
SimpleTenantUsage(String tenantId,
double totalLocalGbUsage,
double totalVcpusUsage,
double totalMemoryMbUsage,
double totalHours,
Date start,
Date stop,
Set<SimpleServerUsage> serverUsages) |
SimpleTenantUsage(String tenantId,
double totalLocalGbUsage,
double totalVcpusUsage,
double totalMemoryMbUsage,
double totalHours,
Date start,
Date stop,
Set<SimpleServerUsage> serverUsages) |
SimpleTenantUsage(String tenantId,
double totalLocalGbUsage,
double totalVcpusUsage,
double totalMemoryMbUsage,
double totalHours,
Date start,
Date stop,
Set<SimpleServerUsage> serverUsages) |
Volume(String id,
Volume.Status status,
int size,
String zone,
Date created,
Set<VolumeAttachment> attachments,
String volumeType,
String snapshotId,
String name,
String description,
Map<String,String> metadata) |
Volume(String id,
Volume.Status status,
int size,
String zone,
Date created,
Set<VolumeAttachment> attachments,
String volumeType,
String snapshotId,
String name,
String description,
Map<String,String> metadata) |
Volume(String id,
Volume.Status status,
int size,
String zone,
Date created,
Set<VolumeAttachment> attachments,
String volumeType,
String snapshotId,
String name,
String description,
Map<String,String> metadata) |
Volume(String id,
Volume.Status status,
int size,
String zone,
Date created,
Set<VolumeAttachment> attachments,
String volumeType,
String snapshotId,
String name,
String description,
Map<String,String> metadata) |
Volume(String id,
Volume.Status status,
int size,
String zone,
Date created,
Set<VolumeAttachment> attachments,
String volumeType,
String snapshotId,
String name,
String description,
Map<String,String> metadata) |
Volume(String id,
Volume.Status status,
int size,
String zone,
Date created,
Set<VolumeAttachment> attachments,
String volumeType,
String snapshotId,
String name,
String description,
Map<String,String> metadata) |
VolumeAttachment(String id,
String volumeId,
String serverId,
String device) |
VolumeAttachment(String id,
String volumeId,
String serverId,
String device) |
VolumeSnapshot(String id,
String volumeId,
Volume.Status status,
int size,
Date created,
String name,
String description) |
VolumeSnapshot(String id,
String volumeId,
Volume.Status status,
int size,
Date created,
String name,
String description) |
VolumeSnapshot(String id,
String volumeId,
Volume.Status status,
int size,
Date created,
String name,
String description) |
VolumeType(String id,
String name,
Date created,
Date updated,
Map<String,String> extraSpecs) |
Modifier and Type | Method and Description |
---|---|
String |
ServerApi.getMetadata(String id,
String key)
Update the metadata for a server.
|
String |
ImageApi.getMetadata(String id,
String key)
Update the metadata for an image.
|
Modifier and Type | Method and Description |
---|---|
String |
ContainerMetadata.getReadACL() |
Modifier and Type | Method and Description |
---|---|
SwiftObject |
SwiftObject.Factory.create(MutableObjectInfoWithMetadata info) |
Constructor and Description |
---|
ContainerMetadata(String name,
long count,
long bytes,
String readACL,
Map<String,String> metadata) |
ContainerMetadata(String name,
long count,
long bytes,
String readACL,
Map<String,String> metadata) |
Modifier and Type | Method and Description |
---|---|
Long |
ObjectInfoImpl.getBytes() |
String |
ObjectInfoImpl.getContainer() |
String |
ObjectInfoImpl.getContentType() |
byte[] |
ObjectInfoImpl.getHash() |
Date |
ObjectInfoImpl.getLastModified() |
URI |
ObjectInfoImpl.getUri() |
Constructor and Description |
---|
ObjectInfoImpl(String name,
String container,
URI uri,
byte[] hash,
Long bytes,
String contentType,
Date lastModified) |
ObjectInfoImpl(String name,
String container,
URI uri,
byte[] hash,
Long bytes,
String contentType,
Date lastModified) |
ObjectInfoImpl(String name,
String container,
URI uri,
byte[] hash,
Long bytes,
String contentType,
Date lastModified) |
ObjectInfoImpl(String name,
String container,
URI uri,
byte[] hash,
Long bytes,
String contentType,
Date lastModified) |
ObjectInfoImpl(String name,
String container,
URI uri,
byte[] hash,
Long bytes,
String contentType,
Date lastModified) |
ObjectInfoImpl(String name,
String container,
URI uri,
byte[] hash,
Long bytes,
String contentType,
Date lastModified) |
Modifier and Type | Method and Description |
---|---|
String |
Resource.getName() |
Date |
Extension.getUpdated() |
Constructor and Description |
---|
Extension(String name,
Set<Link> links,
URI namespace,
String alias,
Date updated,
String description) |
Extension(String name,
Set<Link> links,
URI namespace,
String alias,
Date updated,
String description) |
Resource(String id,
String name,
Set<Link> links) |
Resource(String id,
String name,
Set<Link> links) |
Constructor and Description |
---|
OperatingSystemSection(Integer id,
String info,
String description) |
OperatingSystemSection(Integer id,
String info,
String description) |
OperatingSystemSection(Integer id,
String info,
String description) |
Section(String info) |
Modifier and Type | Method and Description |
---|---|
boolean |
Validator.apply(T t) |
abstract void |
Validator.validate(T t)
Validates the parameter
|
Modifier and Type | Method and Description |
---|---|
void |
AllLowerCaseValidator.validate(String s) |
Modifier and Type | Method and Description |
---|---|
ProviderMetadata.Builder |
ProviderMetadata.Builder.console(URI console) |
ProviderMetadata.Builder |
ProviderMetadata.Builder.homepage(URI homepage) |
Modifier and Type | Method and Description |
---|---|
BaseProviderMetadata.Builder |
BaseProviderMetadata.Builder.console(URI console) |
Modifier and Type | Method and Description |
---|---|
<T> Job<T> |
CloudDNSApi.getJob(String jobId)
Returns the current status of a job.
|
Modifier and Type | Method and Description |
---|---|
String |
Record.getComment() |
Integer |
Record.getPriority() |
Constructor and Description |
---|
Domain(int id,
String name,
String email,
String comment,
Date created,
Date updated,
int accountId,
int ttl,
Set<String> nameservers,
Set<Subdomain> nameToSubdomain,
Set<RecordDetail> records) |
Domain(int id,
String name,
String email,
String comment,
Date created,
Date updated,
int accountId,
int ttl,
Set<String> nameservers,
Set<Subdomain> nameToSubdomain,
Set<RecordDetail> records) |
Domain(int id,
String name,
String email,
String comment,
Date created,
Date updated,
int accountId,
int ttl,
Set<String> nameservers,
Set<Subdomain> nameToSubdomain,
Set<RecordDetail> records) |
Domain(int id,
String name,
String email,
String comment,
Date created,
Date updated,
int accountId,
int ttl,
Set<String> nameservers,
Set<Subdomain> nameToSubdomain,
Set<RecordDetail> records) |
Modifier and Type | Method and Description |
---|---|
Domain |
DomainApi.get(int id)
Get all information for a Domain, including records and subdomains.
|
RecordDetail |
RecordApi.get(String recordId)
Get the details for the specified record in the specified domain.
|
RecordDetail |
RecordApi.getByNameAndTypeAndData(String nameFilter,
String typeFilter,
String dataFilter)
RecordDetails filtered by name and type and data.
|
DomainChange |
DomainApi.listChanges(int id,
Date since)
Shows all changes to the specified domain since the specified date/time.
|
PagedIterable<Subdomain> |
DomainApi.listSubdomains(int domainId)
List the subdomains of a domain.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Access> |
CloudIdentityAuthenticationAsyncApi.authenticateWithTenantIdAndCredentials(String tenantId,
ApiKeyCredentials apiKeyCredentials)
Deprecated.
|
Access |
CloudIdentityAuthenticationApi.authenticateWithTenantIdAndCredentials(String tenantId,
ApiKeyCredentials apiKeyCredentials)
Authenticate to generate a token.
|
com.google.common.util.concurrent.ListenableFuture<Access> |
CloudIdentityAuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(String tenantName,
ApiKeyCredentials apiKeyCredentials)
Deprecated.
|
Access |
CloudIdentityAuthenticationApi.authenticateWithTenantNameAndCredentials(String tenantName,
ApiKeyCredentials apiKeyCredentials)
Authenticate to generate a token.
|
Constructor and Description |
---|
PaginatedCollection(Iterable<T> resources,
Iterable<Link> links,
int totalEntries) |
PaginatedCollection(Iterable<T> resources,
Iterable<Link> links,
int totalEntries) |
Modifier and Type | Method and Description |
---|---|
AccessRuleApi |
CloudLoadBalancersApi.getAccessRuleApiForZoneAndLoadBalancer(String zone,
int lbId)
Provides access to Access Rule features.
|
ConnectionApi |
CloudLoadBalancersApi.getConnectionApiForZoneAndLoadBalancer(String zone,
int lbId)
Provides access to Connection features.
|
ContentCachingApi |
CloudLoadBalancersApi.getContentCachingApiForZoneAndLoadBalancer(String zone,
int lbId)
Provides access to Content Caching features.
|
ErrorPageApi |
CloudLoadBalancersApi.getErrorPageApiForZoneAndLoadBalancer(String zone,
int lbId)
Provides access to Error Page features.
|
HealthMonitorApi |
CloudLoadBalancersApi.getHealthMonitorApiForZoneAndLoadBalancer(String zone,
int lbId)
Provides access to Health Monitor features.
|
LoadBalancerApi |
CloudLoadBalancersApi.getLoadBalancerApiForZone(String zone)
Provides access to Load Balancer features.
|
NodeApi |
CloudLoadBalancersApi.getNodeApiForZoneAndLoadBalancer(String zone,
int lbId)
Provides access to Node features.
|
ReportApi |
CloudLoadBalancersApi.getReportApiForZone(String zone)
Provides access to Report features.
|
SessionPersistenceApi |
CloudLoadBalancersApi.getSessionPersistenceApiForZoneAndLoadBalancer(String zone,
int lbId)
Provides access to Session Persistence features.
|
SSLTerminationApi |
CloudLoadBalancersApi.getSSLTerminationApiForZoneAndLoadBalancer(String zone,
int lbId)
Provides access to SSL Termination features.
|
VirtualIPApi |
CloudLoadBalancersApi.getVirtualIPApiForZoneAndLoadBalancer(String zone,
int lbId)
Provides access to Virtual IP features.
|
Modifier and Type | Method and Description |
---|---|
SSLTermination |
LoadBalancer.getSSLTermination() |
Modifier and Type | Method and Description |
---|---|
LoadBalancer.Builder |
LoadBalancer.Builder.connectionLogging(Boolean connectionLogging)
Current connection logging configuration.
|
LoadBalancer.Builder |
LoadBalancer.Builder.connectionThrottle(ConnectionThrottle connectionThrottle)
Specifies limits on the number of connections per IP address to help mitigate malicious or abusive
traffic to your applications.
|
LoadBalancer.Builder |
LoadBalancer.Builder.halfClosed(Boolean halfClosed)
Enable or Disable Half-Closed support for the load balancer.
|
LoadBalancer.Builder |
LoadBalancer.Builder.healthMonitor(HealthMonitor healthMonitor)
The type of health monitor check to perform to ensure that the service is performing properly.
|
LoadBalancer.Builder |
LoadBalancer.Builder.sessionPersistenceType(SessionPersistence sessionPersistenceType)
Specifies whether multiple requests from clients are directed to the same node.
|
LoadBalancer.Builder |
LoadBalancer.Builder.timeout(Integer timeout)
The timeout value for the load balancer and communications with its nodes.
|
Constructor and Description |
---|
CreateLoadBalancer(String name,
String protocol,
Integer port,
Set<AddNode> addNodes,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed,
Map<String,SessionPersistence> sessionPersistenceType,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
HealthMonitor healthMonitor,
Set<AccessRule> accessRules,
Map<String,String> metadata,
Set<Map<String,String>> virtualIPsFromOptions) |
CreateLoadBalancer(String name,
String protocol,
Integer port,
Set<AddNode> addNodes,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed,
Map<String,SessionPersistence> sessionPersistenceType,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
HealthMonitor healthMonitor,
Set<AccessRule> accessRules,
Map<String,String> metadata,
Set<Map<String,String>> virtualIPsFromOptions) |
CreateLoadBalancer(String name,
String protocol,
Integer port,
Set<AddNode> addNodes,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed,
Map<String,SessionPersistence> sessionPersistenceType,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
HealthMonitor healthMonitor,
Set<AccessRule> accessRules,
Map<String,String> metadata,
Set<Map<String,String>> virtualIPsFromOptions) |
CreateLoadBalancer(String name,
String protocol,
Integer port,
Set<AddNode> addNodes,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed,
Map<String,SessionPersistence> sessionPersistenceType,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
HealthMonitor healthMonitor,
Set<AccessRule> accessRules,
Map<String,String> metadata,
Set<Map<String,String>> virtualIPsFromOptions) |
CreateLoadBalancer(String name,
String protocol,
Integer port,
Set<AddNode> addNodes,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed,
Map<String,SessionPersistence> sessionPersistenceType,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
HealthMonitor healthMonitor,
Set<AccessRule> accessRules,
Map<String,String> metadata,
Set<Map<String,String>> virtualIPsFromOptions) |
CreateLoadBalancer(String name,
String protocol,
Integer port,
Set<AddNode> addNodes,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed,
Map<String,SessionPersistence> sessionPersistenceType,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
HealthMonitor healthMonitor,
Set<AccessRule> accessRules,
Map<String,String> metadata,
Set<Map<String,String>> virtualIPsFromOptions) |
CreateLoadBalancer(String name,
String protocol,
Integer port,
Set<AddNode> addNodes,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed,
Map<String,SessionPersistence> sessionPersistenceType,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
HealthMonitor healthMonitor,
Set<AccessRule> accessRules,
Map<String,String> metadata,
Set<Map<String,String>> virtualIPsFromOptions) |
CreateLoadBalancer(String name,
String protocol,
Integer port,
Set<AddNode> addNodes,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed,
Map<String,SessionPersistence> sessionPersistenceType,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
HealthMonitor healthMonitor,
Set<AccessRule> accessRules,
Map<String,String> metadata,
Set<Map<String,String>> virtualIPsFromOptions) |
CreateLoadBalancer(String name,
String protocol,
Integer port,
Set<AddNode> addNodes,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed,
Map<String,SessionPersistence> sessionPersistenceType,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
HealthMonitor healthMonitor,
Set<AccessRule> accessRules,
Map<String,String> metadata,
Set<Map<String,String>> virtualIPsFromOptions) |
CreateLoadBalancer(String name,
String protocol,
Integer port,
Set<AddNode> addNodes,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed,
Map<String,SessionPersistence> sessionPersistenceType,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
HealthMonitor healthMonitor,
Set<AccessRule> accessRules,
Map<String,String> metadata,
Set<Map<String,String>> virtualIPsFromOptions) |
CreateLoadBalancer(String name,
String protocol,
Integer port,
Set<AddNode> addNodes,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed,
Map<String,SessionPersistence> sessionPersistenceType,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
HealthMonitor healthMonitor,
Set<AccessRule> accessRules,
Map<String,String> metadata,
VirtualIP.Type virtualIPType,
Integer virtualIPId) |
CreateLoadBalancer(String name,
String protocol,
Integer port,
Set<AddNode> addNodes,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed,
Map<String,SessionPersistence> sessionPersistenceType,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
HealthMonitor healthMonitor,
Set<AccessRule> accessRules,
Map<String,String> metadata,
VirtualIP.Type virtualIPType,
Integer virtualIPId) |
CreateLoadBalancer(String name,
String protocol,
Integer port,
Set<AddNode> addNodes,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed,
Map<String,SessionPersistence> sessionPersistenceType,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
HealthMonitor healthMonitor,
Set<AccessRule> accessRules,
Map<String,String> metadata,
VirtualIP.Type virtualIPType,
Integer virtualIPId) |
CreateLoadBalancer(String name,
String protocol,
Integer port,
Set<AddNode> addNodes,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed,
Map<String,SessionPersistence> sessionPersistenceType,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
HealthMonitor healthMonitor,
Set<AccessRule> accessRules,
Map<String,String> metadata,
VirtualIP.Type virtualIPType,
Integer virtualIPId) |
CreateLoadBalancer(String name,
String protocol,
Integer port,
Set<AddNode> addNodes,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed,
Map<String,SessionPersistence> sessionPersistenceType,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
HealthMonitor healthMonitor,
Set<AccessRule> accessRules,
Map<String,String> metadata,
VirtualIP.Type virtualIPType,
Integer virtualIPId) |
CreateLoadBalancer(String name,
String protocol,
Integer port,
Set<AddNode> addNodes,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed,
Map<String,SessionPersistence> sessionPersistenceType,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
HealthMonitor healthMonitor,
Set<AccessRule> accessRules,
Map<String,String> metadata,
VirtualIP.Type virtualIPType,
Integer virtualIPId) |
CreateLoadBalancer(String name,
String protocol,
Integer port,
Set<AddNode> addNodes,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed,
Map<String,SessionPersistence> sessionPersistenceType,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
HealthMonitor healthMonitor,
Set<AccessRule> accessRules,
Map<String,String> metadata,
VirtualIP.Type virtualIPType,
Integer virtualIPId) |
CreateLoadBalancer(String name,
String protocol,
Integer port,
Set<AddNode> addNodes,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed,
Map<String,SessionPersistence> sessionPersistenceType,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
HealthMonitor healthMonitor,
Set<AccessRule> accessRules,
Map<String,String> metadata,
VirtualIP.Type virtualIPType,
Integer virtualIPId) |
CreateLoadBalancer(String name,
String protocol,
Integer port,
Set<AddNode> addNodes,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed,
Map<String,SessionPersistence> sessionPersistenceType,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
HealthMonitor healthMonitor,
Set<AccessRule> accessRules,
Map<String,String> metadata,
VirtualIP.Type virtualIPType,
Integer virtualIPId) |
CreateLoadBalancer(String name,
String protocol,
Integer port,
Set<AddNode> addNodes,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed,
Map<String,SessionPersistence> sessionPersistenceType,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
HealthMonitor healthMonitor,
Set<AccessRule> accessRules,
Map<String,String> metadata,
VirtualIP.Type virtualIPType,
Integer virtualIPId) |
HealthMonitor(HealthMonitor.Type type,
int delay,
int timeout,
int attemptsBeforeDeactivation,
String bodyRegex,
String statusRegex,
String path,
String hostHeader) |
HealthMonitor(HealthMonitor.Type type,
int delay,
int timeout,
int attemptsBeforeDeactivation,
String bodyRegex,
String statusRegex,
String path,
String hostHeader) |
HealthMonitor(HealthMonitor.Type type,
int delay,
int timeout,
int attemptsBeforeDeactivation,
String bodyRegex,
String statusRegex,
String path,
String hostHeader) |
HealthMonitor(HealthMonitor.Type type,
int delay,
int timeout,
int attemptsBeforeDeactivation,
String bodyRegex,
String statusRegex,
String path,
String hostHeader) |
LoadBalancer(String region,
int id,
String name,
String protocol,
Integer port,
Set<Node> nodes,
Integer timeout,
Boolean halfClosed,
BaseLoadBalancer.Algorithm algorithm,
LoadBalancer.Status status,
Set<VirtualIPWithId> virtualIPs,
Map<String,SessionPersistence> sessionPersistenceType,
String clusterName,
Date created,
Date updated,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
boolean contentCaching,
int nodeCount,
HealthMonitor healthMonitor,
SSLTermination sslTermination,
SourceAddresses sourceAddresses,
Set<AccessRuleWithId> accessRules,
Metadata metadata,
URI uri) |
LoadBalancer(String region,
int id,
String name,
String protocol,
Integer port,
Set<Node> nodes,
Integer timeout,
Boolean halfClosed,
BaseLoadBalancer.Algorithm algorithm,
LoadBalancer.Status status,
Set<VirtualIPWithId> virtualIPs,
Map<String,SessionPersistence> sessionPersistenceType,
String clusterName,
Date created,
Date updated,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
boolean contentCaching,
int nodeCount,
HealthMonitor healthMonitor,
SSLTermination sslTermination,
SourceAddresses sourceAddresses,
Set<AccessRuleWithId> accessRules,
Metadata metadata,
URI uri) |
LoadBalancer(String region,
int id,
String name,
String protocol,
Integer port,
Set<Node> nodes,
Integer timeout,
Boolean halfClosed,
BaseLoadBalancer.Algorithm algorithm,
LoadBalancer.Status status,
Set<VirtualIPWithId> virtualIPs,
Map<String,SessionPersistence> sessionPersistenceType,
String clusterName,
Date created,
Date updated,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
boolean contentCaching,
int nodeCount,
HealthMonitor healthMonitor,
SSLTermination sslTermination,
SourceAddresses sourceAddresses,
Set<AccessRuleWithId> accessRules,
Metadata metadata,
URI uri) |
LoadBalancer(String region,
int id,
String name,
String protocol,
Integer port,
Set<Node> nodes,
Integer timeout,
Boolean halfClosed,
BaseLoadBalancer.Algorithm algorithm,
LoadBalancer.Status status,
Set<VirtualIPWithId> virtualIPs,
Map<String,SessionPersistence> sessionPersistenceType,
String clusterName,
Date created,
Date updated,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
boolean contentCaching,
int nodeCount,
HealthMonitor healthMonitor,
SSLTermination sslTermination,
SourceAddresses sourceAddresses,
Set<AccessRuleWithId> accessRules,
Metadata metadata,
URI uri) |
LoadBalancer(String region,
int id,
String name,
String protocol,
Integer port,
Set<Node> nodes,
Integer timeout,
Boolean halfClosed,
BaseLoadBalancer.Algorithm algorithm,
LoadBalancer.Status status,
Set<VirtualIPWithId> virtualIPs,
Map<String,SessionPersistence> sessionPersistenceType,
String clusterName,
Date created,
Date updated,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
boolean contentCaching,
int nodeCount,
HealthMonitor healthMonitor,
SSLTermination sslTermination,
SourceAddresses sourceAddresses,
Set<AccessRuleWithId> accessRules,
Metadata metadata,
URI uri) |
LoadBalancer(String region,
int id,
String name,
String protocol,
Integer port,
Set<Node> nodes,
Integer timeout,
Boolean halfClosed,
BaseLoadBalancer.Algorithm algorithm,
LoadBalancer.Status status,
Set<VirtualIPWithId> virtualIPs,
Map<String,SessionPersistence> sessionPersistenceType,
String clusterName,
Date created,
Date updated,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
boolean contentCaching,
int nodeCount,
HealthMonitor healthMonitor,
SSLTermination sslTermination,
SourceAddresses sourceAddresses,
Set<AccessRuleWithId> accessRules,
Metadata metadata,
URI uri) |
LoadBalancer(String region,
int id,
String name,
String protocol,
Integer port,
Set<Node> nodes,
Integer timeout,
Boolean halfClosed,
BaseLoadBalancer.Algorithm algorithm,
LoadBalancer.Status status,
Set<VirtualIPWithId> virtualIPs,
Map<String,SessionPersistence> sessionPersistenceType,
String clusterName,
Date created,
Date updated,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
boolean contentCaching,
int nodeCount,
HealthMonitor healthMonitor,
SSLTermination sslTermination,
SourceAddresses sourceAddresses,
Set<AccessRuleWithId> accessRules,
Metadata metadata,
URI uri) |
LoadBalancer(String region,
int id,
String name,
String protocol,
Integer port,
Set<Node> nodes,
Integer timeout,
Boolean halfClosed,
BaseLoadBalancer.Algorithm algorithm,
LoadBalancer.Status status,
Set<VirtualIPWithId> virtualIPs,
Map<String,SessionPersistence> sessionPersistenceType,
String clusterName,
Date created,
Date updated,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
boolean contentCaching,
int nodeCount,
HealthMonitor healthMonitor,
SSLTermination sslTermination,
SourceAddresses sourceAddresses,
Set<AccessRuleWithId> accessRules,
Metadata metadata,
URI uri) |
LoadBalancer(String region,
int id,
String name,
String protocol,
Integer port,
Set<Node> nodes,
Integer timeout,
Boolean halfClosed,
BaseLoadBalancer.Algorithm algorithm,
LoadBalancer.Status status,
Set<VirtualIPWithId> virtualIPs,
Map<String,SessionPersistence> sessionPersistenceType,
String clusterName,
Date created,
Date updated,
Map<String,Boolean> connectionLogging,
ConnectionThrottle connectionThrottle,
boolean contentCaching,
int nodeCount,
HealthMonitor healthMonitor,
SSLTermination sslTermination,
SourceAddresses sourceAddresses,
Set<AccessRuleWithId> accessRules,
Metadata metadata,
URI uri) |
UpdateLoadBalancer(String name,
String protocol,
Integer port,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed) |
UpdateLoadBalancer(String name,
String protocol,
Integer port,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed) |
UpdateLoadBalancer(String name,
String protocol,
Integer port,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed) |
UpdateLoadBalancer(String name,
String protocol,
Integer port,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed) |
UpdateLoadBalancer(String name,
String protocol,
Integer port,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed) |
UpdateLoadBalancer(String name,
String protocol,
Integer port,
BaseLoadBalancer.Algorithm algorithm,
Integer timeout,
Boolean halfClosed) |
UpdateNode(BaseNode.Condition condition,
BaseNode.Type type,
Integer weight) |
UpdateNode(BaseNode.Condition condition,
BaseNode.Type type,
Integer weight) |
UpdateNode(BaseNode.Condition condition,
BaseNode.Type type,
Integer weight) |
Modifier and Type | Method and Description |
---|---|
BaseLoadBalancer.Algorithm |
BaseLoadBalancer.getAlgorithm() |
ConnectionThrottle |
BaseLoadBalancer.getConnectionThrottle() |
HealthMonitor |
BaseLoadBalancer.getHealthMonitor() |
Integer |
BaseLoadBalancer.getPort() |
String |
BaseLoadBalancer.getProtocol() |
SessionPersistence |
BaseLoadBalancer.getSessionPersistenceType() |
Integer |
BaseLoadBalancer.getTimeout() |
Boolean |
BaseLoadBalancer.isHalfClosed() |
Modifier and Type | Method and Description |
---|---|
BaseLoadBalancer.Builder<N,T> |
BaseLoadBalancer.Builder.algorithm(BaseLoadBalancer.Algorithm algorithm)
Algorithm that defines how traffic should be directed between back-end nodes.
|
BaseLoadBalancer.Builder<N,T> |
BaseLoadBalancer.Builder.connectionLogging(Boolean connectionLogging)
Current connection logging configuration.
|
BaseLoadBalancer.Builder<N,T> |
BaseLoadBalancer.Builder.connectionThrottle(ConnectionThrottle connectionThrottle)
Specifies limits on the number of connections per IP address to help mitigate malicious or abusive
traffic to your applications.
|
BaseLoadBalancer.Builder<N,T> |
BaseLoadBalancer.Builder.halfClosed(Boolean halfClosed)
Enable or Disable Half-Closed support for the load balancer.
|
BaseLoadBalancer.Builder<N,T> |
BaseLoadBalancer.Builder.healthMonitor(HealthMonitor healthMonitor)
The type of health monitor check to perform to ensure that the service is performing properly.
|
BaseLoadBalancer.Builder<N,T> |
BaseLoadBalancer.Builder.port(Integer port)
Required if the protocol being used is not in
ReportApi.listProtocols() or the protocol is in
ReportApi.listProtocols() but port=0. |
BaseLoadBalancer.Builder<N,T> |
BaseLoadBalancer.Builder.sessionPersistenceType(SessionPersistence sessionPersistenceType)
Specifies whether multiple requests from clients are directed to the same node.
|
BaseLoadBalancer.Builder<N,T> |
BaseLoadBalancer.Builder.timeout(Integer timeout)
The timeout value for the load balancer and communications with its nodes.
|
Modifier and Type | Method and Description |
---|---|
static InvocationSuccess |
InvocationSuccess.create(Invocation invocation,
Object result) |
Modifier and Type | Method and Description |
---|---|
GeneratedHttpRequest.Builder |
GeneratedHttpRequest.Builder.caller(Invocation caller) |
Object |
DelegatesToInvocationFunction.invoke(Object proxy,
Method invoked,
Object[] argv) |
Constructor and Description |
---|
GeneratedHttpRequest(String method,
URI endpoint,
com.google.common.collect.Multimap<String,String> headers,
Payload payload,
Iterable<HttpRequestFilter> filters,
Invocation invocation,
com.google.common.base.Optional<Invocation> caller) |
Modifier and Type | Method and Description |
---|---|
Change |
Route53Api.getChange(String changeID)
returns the current status of a change batch request.
|
Modifier and Type | Method and Description |
---|---|
Change |
ResourceRecordSetApi.delete(ResourceRecordSet rrs)
This action deletes a resource record set.
|
Change |
HostedZoneApi.delete(String zoneId)
This action deletes a hosted zone.
|
HostedZoneAndNameServers |
HostedZoneApi.get(String zoneId)
Retrieves information about the specified zone, including its nameserver
configuration
|
Modifier and Type | Method and Description |
---|---|
boolean |
S3Client.putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options)
Create and name your own bucket in which to store your objects.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
S3Object |
S3Object.Factory.create(MutableObjectMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
FalseIfBucketAlreadyOwnedByYouOrOperationAbortedWhenBucketExists |
FalseIfBucketAlreadyOwnedByYouOrOperationAbortedWhenBucketExists.setContext(HttpRequest request) |
Modifier and Type | Method and Description |
---|---|
URI |
DefaultEndpointThenInvalidateRegion.apply(Object from) |
URI |
AssignCorrectHostnameForBucket.apply(Object from) |
Modifier and Type | Method and Description |
---|---|
Credentials |
CredentialsFromAdminAccess.apply(Statement input) |
Modifier and Type | Method and Description |
---|---|
InstallChefGems.Builder |
InstallChefGems.Builder.version(String version)
The version of the Chef gem to install.
|
Modifier and Type | Method and Description |
---|---|
Credentials |
AdminAccess.getAdminCredentials() |
String |
AdminAccess.getAdminPassword() |
Modifier and Type | Method and Description |
---|---|
void |
AdminAccessBuilderSpec.ValueParser.parse(AdminAccessBuilderSpec spec,
String key,
String value) |
Constructor and Description |
---|
AdminAccess.Config(String adminUsername,
String adminFullName,
String adminHome,
String adminPublicKey,
String adminPrivateKey,
String adminPassword,
String loginPassword,
boolean lockSsh,
boolean grantSudoToAdminUser,
boolean authorizeAdminPublicKey,
boolean installAdminPrivateKey,
boolean resetLoginPassword,
com.google.common.base.Function<String,String> cryptFunction) |
AdminAccess.Config(String adminUsername,
String adminFullName,
String adminHome,
String adminPublicKey,
String adminPrivateKey,
String adminPassword,
String loginPassword,
boolean lockSsh,
boolean grantSudoToAdminUser,
boolean authorizeAdminPublicKey,
boolean installAdminPrivateKey,
boolean resetLoginPassword,
com.google.common.base.Function<String,String> cryptFunction) |
AdminAccess.Config(String adminUsername,
String adminFullName,
String adminHome,
String adminPublicKey,
String adminPrivateKey,
String adminPassword,
String loginPassword,
boolean lockSsh,
boolean grantSudoToAdminUser,
boolean authorizeAdminPublicKey,
boolean installAdminPrivateKey,
boolean resetLoginPassword,
com.google.common.base.Function<String,String> cryptFunction) |
AdminAccess.Config(String adminUsername,
String adminFullName,
String adminHome,
String adminPublicKey,
String adminPrivateKey,
String adminPassword,
String loginPassword,
boolean lockSsh,
boolean grantSudoToAdminUser,
boolean authorizeAdminPublicKey,
boolean installAdminPrivateKey,
boolean resetLoginPassword,
com.google.common.base.Function<String,String> cryptFunction) |
AdminAccess.Config(String adminUsername,
String adminFullName,
String adminHome,
String adminPublicKey,
String adminPrivateKey,
String adminPassword,
String loginPassword,
boolean lockSsh,
boolean grantSudoToAdminUser,
boolean authorizeAdminPublicKey,
boolean installAdminPrivateKey,
boolean resetLoginPassword,
com.google.common.base.Function<String,String> cryptFunction) |
AdminAccess.Config(String adminUsername,
String adminFullName,
String adminHome,
String adminPublicKey,
String adminPrivateKey,
String adminPassword,
String loginPassword,
boolean lockSsh,
boolean grantSudoToAdminUser,
boolean authorizeAdminPublicKey,
boolean installAdminPrivateKey,
boolean resetLoginPassword,
com.google.common.base.Function<String,String> cryptFunction) |
AdminAccess.Config(String adminUsername,
String adminFullName,
String adminHome,
String adminPublicKey,
String adminPrivateKey,
String adminPassword,
String loginPassword,
boolean lockSsh,
boolean grantSudoToAdminUser,
boolean authorizeAdminPublicKey,
boolean installAdminPrivateKey,
boolean resetLoginPassword,
com.google.common.base.Function<String,String> cryptFunction) |
UserAdd(com.google.common.base.Function<String,String> cryptFunction,
String login,
List<String> groups,
String password,
String installRSAPrivateKey,
List<String> authorizeRSAPublicKeys,
String defaultHome,
String shell) |
UserAdd(com.google.common.base.Function<String,String> cryptFunction,
String login,
List<String> groups,
String password,
String installRSAPrivateKey,
List<String> authorizeRSAPublicKeys,
String defaultHome,
String shell) |
UserAdd(com.google.common.base.Function<String,String> cryptFunction,
String login,
List<String> groups,
String password,
String installRSAPrivateKey,
List<String> authorizeRSAPublicKeys,
String home,
String defaultHome,
String shell,
String fullName) |
UserAdd(com.google.common.base.Function<String,String> cryptFunction,
String login,
List<String> groups,
String password,
String installRSAPrivateKey,
List<String> authorizeRSAPublicKeys,
String home,
String defaultHome,
String shell,
String fullName) |
UserAdd(com.google.common.base.Function<String,String> cryptFunction,
String login,
List<String> groups,
String password,
String installRSAPrivateKey,
List<String> authorizeRSAPublicKeys,
String home,
String defaultHome,
String shell,
String fullName) |
Modifier and Type | Method and Description |
---|---|
InstallRubyGems.Builder |
InstallRubyGems.Builder.updateSystem(boolean updateSystem,
String updateSystemVersion)
Update the gem system after installing RubyGems, forcing the update to
a concrete version.
|
InstallRubyGems.Builder |
InstallRubyGems.Builder.version(String version)
The version of RubyGems to install.
|
Modifier and Type | Method and Description |
---|---|
Float |
ProductItem.getCapacity() |
String |
ProductItemCategory.getCategoryCode() |
Date |
VirtualGuest.getCreateDate() |
Datacenter |
VirtualGuest.getDatacenter() |
String |
Region.getDescription() |
String |
ProductPackage.getDescription() |
String |
ProductItem.getDescription() |
String |
Address.getDescription() |
String |
VirtualGuest.getDomain() |
String |
VirtualGuest.getFullyQualifiedDomainName() |
String |
VirtualGuest.getHostname() |
Float |
ProductItemPrice.getHourlyRecurringFee() |
ProductItem |
ProductItemPrice.getItem() |
VirtualGuest.State |
PowerState.getKeyName()
Maps onto
VirtualGuest.State |
Date |
VirtualGuest.getLastVerifiedDate() |
String |
ProductOrder.getLocation() |
Address |
Datacenter.getLocationAddress() |
String |
Datacenter.getLongName() |
String |
VirtualGuest.getMaxCpuUnits() |
Date |
VirtualGuest.getMetricPollDate() |
Date |
VirtualGuest.getModifyDate() |
String |
ProductPackage.getName() |
String |
ProductItemCategory.getName() |
String |
Datacenter.getName() |
String |
VirtualGuest.getNotes() |
OperatingSystem |
VirtualGuest.getOperatingSystem() |
ProductOrder |
ProductOrderReceipt.getOrderDetails()
This is a copy of the SoftLayer_Container_Product_Order
which holds all the data related to an order.
|
String |
Password.getPassword() |
PowerState |
VirtualGuest.getPowerState() |
String |
VirtualGuest.getPrimaryBackendIpAddress() |
String |
VirtualGuest.getPrimaryIpAddress() |
Float |
ProductItemPrice.getRecurringFee() |
String |
Address.getState() |
String |
ProductItem.getUnits() |
String |
Password.getUsername() |
String |
VirtualGuest.getUuid() |
Constructor and Description |
---|
Address(int id,
String country,
String state,
String description) |
Address(int id,
String country,
String state,
String description) |
Datacenter(int id,
String name,
String longName,
Address locationAddress,
Set<Region> regions) |
Datacenter(int id,
String name,
String longName,
Address locationAddress,
Set<Region> regions) |
Datacenter(int id,
String name,
String longName,
Address locationAddress,
Set<Region> regions) |
Datacenter(int id,
String name,
String longName,
Address locationAddress,
Set<Region> regions) |
OperatingSystem(int id,
Set<Password> passwords) |
Password(int id,
String username,
String password) |
ProductItem(int id,
String description,
String units,
Float capacity,
Set<ProductItemPrice> prices,
Set<ProductItemCategory> categories) |
ProductItem(int id,
String description,
String units,
Float capacity,
Set<ProductItemPrice> prices,
Set<ProductItemCategory> categories) |
ProductItem(int id,
String description,
String units,
Float capacity,
Set<ProductItemPrice> prices,
Set<ProductItemCategory> categories) |
ProductItem(int id,
String description,
String units,
Float capacity,
Set<ProductItemPrice> prices,
Set<ProductItemCategory> categories) |
ProductItem(int id,
String description,
String units,
Float capacity,
Set<ProductItemPrice> prices,
Set<ProductItemCategory> categories) |
ProductItemCategory(int id,
String name,
String categoryCode) |
ProductItemCategory(int id,
String name,
String categoryCode) |
ProductItemPrice(int id,
long itemId,
Float recurringFee,
Float hourlyRecurringFee,
ProductItem item,
Set<ProductItemCategory> categories) |
ProductItemPrice(int id,
long itemId,
Float recurringFee,
Float hourlyRecurringFee,
ProductItem item,
Set<ProductItemCategory> categories) |
ProductItemPrice(int id,
long itemId,
Float recurringFee,
Float hourlyRecurringFee,
ProductItem item,
Set<ProductItemCategory> categories) |
ProductItemPrice(int id,
long itemId,
Float recurringFee,
Float hourlyRecurringFee,
ProductItem item,
Set<ProductItemCategory> categories) |
ProductOrder(int packageId,
String location,
Set<ProductItemPrice> prices,
Set<VirtualGuest> virtualGuests,
int quantity,
boolean useHourlyPricing) |
ProductOrder(int packageId,
String location,
Set<ProductItemPrice> prices,
Set<VirtualGuest> virtualGuests,
int quantity,
boolean useHourlyPricing) |
ProductOrder(int packageId,
String location,
Set<ProductItemPrice> prices,
Set<VirtualGuest> virtualGuests,
int quantity,
boolean useHourlyPricing) |
ProductOrderReceipt(int orderId,
ProductOrder orderDetails) |
ProductPackage(int id,
String name,
String description,
Set<ProductItem> items,
Set<Datacenter> locations) |
ProductPackage(int id,
String name,
String description,
Set<ProductItem> items,
Set<Datacenter> locations) |
ProductPackage(int id,
String name,
String description,
Set<ProductItem> items,
Set<Datacenter> locations) |
VirtualGuest(int accountId,
Date createDate,
boolean dedicatedAccountHostOnly,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
boolean privateNetworkOnly,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
Datacenter datacenter,
PowerState powerState) |
VirtualGuest(int accountId,
Date createDate,
boolean dedicatedAccountHostOnly,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
boolean privateNetworkOnly,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
Datacenter datacenter,
PowerState powerState) |
VirtualGuest(int accountId,
Date createDate,
boolean dedicatedAccountHostOnly,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
boolean privateNetworkOnly,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
Datacenter datacenter,
PowerState powerState) |
VirtualGuest(int accountId,
Date createDate,
boolean dedicatedAccountHostOnly,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
boolean privateNetworkOnly,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
Datacenter datacenter,
PowerState powerState) |
VirtualGuest(int accountId,
Date createDate,
boolean dedicatedAccountHostOnly,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
boolean privateNetworkOnly,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
Datacenter datacenter,
PowerState powerState) |
VirtualGuest(int accountId,
Date createDate,
boolean dedicatedAccountHostOnly,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
boolean privateNetworkOnly,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
Datacenter datacenter,
PowerState powerState) |
VirtualGuest(int accountId,
Date createDate,
boolean dedicatedAccountHostOnly,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
boolean privateNetworkOnly,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
Datacenter datacenter,
PowerState powerState) |
VirtualGuest(int accountId,
Date createDate,
boolean dedicatedAccountHostOnly,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
boolean privateNetworkOnly,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
Datacenter datacenter,
PowerState powerState) |
VirtualGuest(int accountId,
Date createDate,
boolean dedicatedAccountHostOnly,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
boolean privateNetworkOnly,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
Datacenter datacenter,
PowerState powerState) |
VirtualGuest(int accountId,
Date createDate,
boolean dedicatedAccountHostOnly,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
boolean privateNetworkOnly,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
Datacenter datacenter,
PowerState powerState) |
VirtualGuest(int accountId,
Date createDate,
boolean dedicatedAccountHostOnly,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
boolean privateNetworkOnly,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
Datacenter datacenter,
PowerState powerState) |
VirtualGuest(int accountId,
Date createDate,
boolean dedicatedAccountHostOnly,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
boolean privateNetworkOnly,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
Datacenter datacenter,
PowerState powerState) |
VirtualGuest(int accountId,
Date createDate,
boolean dedicatedAccountHostOnly,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
boolean privateNetworkOnly,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
Datacenter datacenter,
PowerState powerState) |
VirtualGuest(int accountId,
Date createDate,
boolean dedicatedAccountHostOnly,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
boolean privateNetworkOnly,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
Datacenter datacenter,
PowerState powerState) |
VirtualGuest(int accountId,
Date createDate,
boolean dedicatedAccountHostOnly,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
boolean privateNetworkOnly,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
Datacenter datacenter,
PowerState powerState) |
VirtualGuest(int accountId,
Date createDate,
boolean dedicatedAccountHostOnly,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
boolean privateNetworkOnly,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
Datacenter datacenter,
PowerState powerState) |
Modifier and Type | Method and Description |
---|---|
QueueAsyncApi |
SQSAsyncApi.getQueueApiForRegion(String region)
Deprecated.
|
QueueApi |
SQSApi.getQueueApiForRegion(String region) |
Modifier and Type | Method and Description |
---|---|
com.jcraft.jsch.Session |
SessionConnection.getSession() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkECloudAsyncClient.findKeyPairInOrg(URI org,
String keyName)
Deprecated.
|
Network |
TerremarkECloudClient.findNetworkInOrgVDCNamed(String orgName,
String vdc,
String networkName) |
Network |
TerremarkECloudClient.findNetworkInOrgVDCNamed(String orgName,
String vdc,
String networkName) |
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
TerremarkECloudAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String vdcName,
String networkName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
TerremarkECloudAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String vdcName,
String networkName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends ECloudOrg> |
TerremarkECloudAsyncClient.findOrgNamed(String orgName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
TerremarkECloudAsyncClient.listKeyPairsInOrg(URI org)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Map<String,Integer>> |
TagOperationsAsyncClient.getTagNameToUsageCountInOrg(URI org) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
DataCenterOperationsAsyncClient.listDataCentersInOrg(URI org) |
Modifier and Type | Method and Description |
---|---|
Node |
TerremarkVCloudClient.configureNode(URI nodeId,
String name,
boolean enabled,
String description) |
com.google.common.util.concurrent.ListenableFuture<? extends Node> |
TerremarkVCloudAsyncClient.configureNode(URI nodeId,
String name,
boolean enabled,
String description) |
Catalog |
TerremarkVCloudClient.findCatalogInOrgNamed(String orgName,
String catalogName)
returns the catalog in the organization associated with the specified
name.
|
Catalog |
TerremarkVCloudClient.findCatalogInOrgNamed(String orgName,
String catalogName)
returns the catalog in the organization associated with the specified
name.
|
com.google.common.util.concurrent.ListenableFuture<? extends Catalog> |
TerremarkVCloudAsyncClient.findCatalogInOrgNamed(String orgName,
String catalogName) |
com.google.common.util.concurrent.ListenableFuture<? extends Catalog> |
TerremarkVCloudAsyncClient.findCatalogInOrgNamed(String orgName,
String catalogName) |
CatalogItem |
TerremarkVCloudClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
returns the catalog item in the catalog associated with the specified
name.
|
CatalogItem |
TerremarkVCloudClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
returns the catalog item in the catalog associated with the specified
name.
|
com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> |
TerremarkVCloudAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> |
TerremarkVCloudAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
Network |
TerremarkVCloudClient.findNetworkInOrgVDCNamed(String orgName,
String catalogName,
String networkName) |
Network |
TerremarkVCloudClient.findNetworkInOrgVDCNamed(String orgName,
String catalogName,
String networkName) |
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
TerremarkVCloudAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String vdcName,
String networkName) |
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
TerremarkVCloudAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String vdcName,
String networkName) |
com.google.common.util.concurrent.ListenableFuture<? extends Org> |
TerremarkVCloudAsyncClient.findOrgNamed(String orgName) |
com.google.common.util.concurrent.ListenableFuture<? extends TasksList> |
TerremarkVCloudAsyncClient.findTasksListInOrgNamed(String orgName,
String tasksListName) |
com.google.common.util.concurrent.ListenableFuture<? extends TasksList> |
TerremarkVCloudAsyncClient.findTasksListInOrgNamed(String orgName,
String tasksListName) |
VApp |
TerremarkVCloudClient.findVAppInOrgVDCNamed(String orgName,
String catalogName,
String vAppName) |
VApp |
TerremarkVCloudClient.findVAppInOrgVDCNamed(String orgName,
String catalogName,
String vAppName) |
com.google.common.util.concurrent.ListenableFuture<? extends VApp> |
TerremarkVCloudAsyncClient.findVAppInOrgVDCNamed(String orgName,
String vdcName,
String vAppName) |
com.google.common.util.concurrent.ListenableFuture<? extends VApp> |
TerremarkVCloudAsyncClient.findVAppInOrgVDCNamed(String orgName,
String vdcName,
String vAppName) |
VAppTemplate |
TerremarkVCloudClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
returns the vapp template corresponding to a catalog item in the catalog
associated with the specified name.
|
VAppTemplate |
TerremarkVCloudClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
returns the vapp template corresponding to a catalog item in the catalog
associated with the specified name.
|
com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> |
TerremarkVCloudAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> |
TerremarkVCloudAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
com.google.common.util.concurrent.ListenableFuture<? extends VDC> |
TerremarkVCloudAsyncClient.findVDCInOrgNamed(String orgName,
String vdcName) |
com.google.common.util.concurrent.ListenableFuture<? extends VDC> |
TerremarkVCloudAsyncClient.findVDCInOrgNamed(String orgName,
String vdcName) |
Modifier and Type | Method and Description |
---|---|
protected void |
BindInstantiateVAppTemplateParamsToXmlPayload.addNetworkConfig(com.jamesmurty.utils.XMLBuilder instantiationParamsBuilder,
String name,
String fenceMode,
URI network) |
protected String |
BindInstantiateVAppTemplateParamsToXmlPayload.generateXml(String name,
String template,
SortedMap<ResourceAllocationSettingData.ResourceType,String> virtualHardwareQuantity,
String networkName,
String fenceMode,
URI network) |
Modifier and Type | Method and Description |
---|---|
VApp |
TerremarkVCloudComputeClient.start(URI VDC,
URI templateId,
String name,
InstantiateVAppTemplateOptions options,
int... portsToOpen)
Runs through all commands necessary to startup a vApp, opening at least
one ip address to the public network.
|
ComputeServiceAdapter.NodeAndInitialCredentials<VApp> |
TerremarkVCloudComputeClient.startAndReturnCredentials(URI VDC,
URI templateId,
String name,
InstantiateVAppTemplateOptions options,
int... portsToOpen) |
Modifier and Type | Method and Description |
---|---|
Image |
ImageForVCloudExpressVAppTemplate.apply(VAppTemplate from) |
Constructor and Description |
---|
ParseVAppTemplateDescriptionToGetDefaultLoginCredentials(LoginCredentials creds,
Map<String,Credentials> credentialStore,
Map<OsFamily,LoginCredentials> osFamilyToCredentials) |
Modifier and Type | Method and Description |
---|---|
String |
VDC.getDescription() |
String |
Org.getDescription()
optional description
|
String |
Catalog.getDescription()
optional description
|
VCloudError |
Task.getError()
error message or related information returned by the task
|
VCloudError.MinorCode |
VCloudError.getMinorErrorCode() |
String |
VApp.getOperatingSystemDescription() |
Integer |
VApp.getOsType() |
String |
KeyPair.getPrivateKey() |
String |
VCloudError.getVendorSpecificErrorCode() |
Constructor and Description |
---|
KeyPair(URI id,
String name,
boolean isDefault,
String privateKey,
String fingerPrint) |
Constructor and Description |
---|
CatalogImpl(String name,
String type,
URI href,
String description,
Map<String,ReferenceType> contents) |
ErrorImpl(String message,
int majorErrorCode,
VCloudError.MinorCode minorErrorCode,
String vendorSpecificErrorCode,
String stackTrace) |
ErrorImpl(String message,
int majorErrorCode,
VCloudError.MinorCode minorErrorCode,
String vendorSpecificErrorCode,
String stackTrace) |
ErrorImpl(String message,
int majorErrorCode,
VCloudError.MinorCode minorErrorCode,
String vendorSpecificErrorCode,
String stackTrace) |
TaskImpl(URI id,
String operation,
TaskStatus status,
Date startTime,
Date endTime,
Date expiryTime,
ReferenceType owner,
VCloudError error) |
TaskImpl(URI id,
String operation,
TaskStatus status,
Date startTime,
Date endTime,
Date expiryTime,
ReferenceType owner,
VCloudError error) |
VAppTemplateImpl(String name,
URI id,
String description,
Status status) |
VAppTemplateImpl(String name,
URI id,
String description,
Status status) |
VDCImpl(String name,
String type,
URI href,
String description,
ReferenceType catalog,
ReferenceType publicIps,
ReferenceType internetServices,
Map<String,ReferenceType> resourceEntities,
Map<String,ReferenceType> availableNetworks) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkVCloudExpressAsyncClient.findKeyPairInOrg(URI org,
String keyName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
TerremarkVCloudExpressAsyncClient.listKeyPairsInOrg(URI org)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ZoneProperties |
ZoneApi.get(String name) |
Task |
TaskApi.get(String name) |
DirectionalGroup |
DirectionalGroupApi.get(String groupId)
returns the regions and name of the specified directional group or null,
if not found.
|
String |
TrafficControllerPoolApi.getNameByDName(String dname)
Retrieves the name of the specified pool by dname.
|
PoolRecordSpec |
TrafficControllerPoolApi.getRecordSpec(String poolRecordID) |
Modifier and Type | Method and Description |
---|---|
static String |
Strings2.urlDecode(Object in)
url decodes the input param, if set.
|
Modifier and Type | Method and Description |
---|---|
protected String |
BindInstantiateVAppTemplateParamsToXmlPayload.generateXml(String name,
String description,
boolean deploy,
boolean powerOn,
URI template,
Iterable<NetworkConfig> networkConfig) |
Modifier and Type | Method and Description |
---|---|
void |
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.ensureVmHasAllocationModeOrPooled(VApp vApp,
IpAddressAllocationMode ipAllocationMode) |
Task |
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.updateVmWithNameAndCustomizationScript(Vm vm,
String name,
String customizationScript)
Naming constraints modifying a VM on a VApp in vCloud Director (at least v1.5) can be more
strict than those in a vAppTemplate.
|
void |
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.ComputerNameValidator.validate(String t) |
Modifier and Type | Method and Description |
---|---|
Capacity |
VDC.getCpuCapacity()
reports CPU resource consumption in a vDC
|
String |
Vm.getDescription()
optional description
|
String |
VDC.getDescription()
optional description
|
String |
VAppTemplate.getDescription()
optional description
|
String |
VApp.getDescription()
optional description
|
String |
Org.getDescription()
optional description
|
String |
Catalog.getDescription()
optional description
|
VCloudError |
Task.getError()
error message or related information returned by the task
|
String |
NetworkConnection.getExternalIpAddress() |
String |
Org.getFullName()
full name of the organization
|
GuestCustomizationSection |
Vm.getGuestCustomizationSection() |
String |
NetworkConnection.getIpAddress() |
String |
NetworkConnection.getMACAddress() |
Capacity |
VDC.getMemoryCapacity()
reports memory resource consumption in a vDC
|
VCloudError.MinorCode |
VCloudError.getMinorErrorCode() |
NetworkConnectionSection |
Vm.getNetworkConnectionSection() |
VCloudNetworkSection |
VAppTemplate.getNetworkSection()
description of the predefined vApp internal networks in this template
|
VCloudNetworkSection |
VApp.getNetworkSection()
description of the predefined vApp internal networks in this template
|
VCloudOperatingSystemSection |
Vm.getOperatingSystemSection() |
Status |
Vm.getStatus() |
Capacity |
VDC.getStorageCapacity()
defines the storage capacity available in the vDC
|
ReferenceType |
Org.getTasksList()
If there are any queued, running, or recently completed tasks owned by a member of the
organization, it also contains a TasksList.
|
String |
Vm.getVAppScopedLocalId()
read-only identifier created on import
|
String |
VAppTemplate.getVAppScopedLocalId()
read-only identifier created on import
|
String |
VCloudError.getVendorSpecificErrorCode() |
VCloudVirtualHardwareSection |
Vm.getVirtualHardwareSection() |
Constructor and Description |
---|
NetworkConnection(String network,
int networkConnectionIndex,
String ipAddress,
String externalIpAddress,
boolean connected,
String MACAddress,
IpAddressAllocationMode ipAddressAllocationMode) |
NetworkConnection(String network,
int networkConnectionIndex,
String ipAddress,
String externalIpAddress,
boolean connected,
String MACAddress,
IpAddressAllocationMode ipAddressAllocationMode) |
NetworkConnection(String network,
int networkConnectionIndex,
String ipAddress,
String externalIpAddress,
boolean connected,
String MACAddress,
IpAddressAllocationMode ipAddressAllocationMode) |
Modifier and Type | Method and Description |
---|---|
Status |
VmImpl.getStatus() |
Constructor and Description |
---|
CatalogImpl(String name,
String type,
URI href,
ReferenceType org,
String description,
Map<String,ReferenceType> contents,
Iterable<Task> tasks,
boolean published,
boolean readOnly) |
CatalogItemImpl(String name,
URI id,
String description,
ReferenceType entity,
Map<String,String> properties) |
ErrorImpl(String message,
int majorErrorCode,
VCloudError.MinorCode minorErrorCode,
String vendorSpecificErrorCode,
String stackTrace) |
ErrorImpl(String message,
int majorErrorCode,
VCloudError.MinorCode minorErrorCode,
String vendorSpecificErrorCode,
String stackTrace) |
ErrorImpl(String message,
int majorErrorCode,
VCloudError.MinorCode minorErrorCode,
String vendorSpecificErrorCode,
String stackTrace) |
OrgImpl(String name,
String type,
URI id,
String fullName,
String description,
Map<String,ReferenceType> catalogs,
Map<String,ReferenceType> vdcs,
Map<String,ReferenceType> networks,
ReferenceType tasksList,
Iterable<Task> tasks) |
TaskImpl(URI id,
String operation,
TaskStatus status,
Date startTime,
Date endTime,
Date expiryTime,
ReferenceType owner,
VCloudError error) |
TaskImpl(URI id,
String operation,
TaskStatus status,
Date startTime,
Date endTime,
Date expiryTime,
ReferenceType owner,
VCloudError error) |
VAppImpl(String name,
String type,
URI id,
Status status,
ReferenceType vdc,
String description,
Iterable<Task> tasks,
boolean ovfDescriptorUploaded,
Iterable<Vm> children,
VCloudNetworkSection networkSection) |
VAppImpl(String name,
String type,
URI id,
Status status,
ReferenceType vdc,
String description,
Iterable<Task> tasks,
boolean ovfDescriptorUploaded,
Iterable<Vm> children,
VCloudNetworkSection networkSection) |
VAppTemplateImpl(String name,
String type,
URI id,
Status status,
ReferenceType vdc,
String description,
Iterable<Task> tasks,
boolean ovfDescriptorUploaded,
String vAppScopedLocalId,
Iterable<Vm> children,
VCloudNetworkSection networkSection) |
VAppTemplateImpl(String name,
String type,
URI id,
Status status,
ReferenceType vdc,
String description,
Iterable<Task> tasks,
boolean ovfDescriptorUploaded,
String vAppScopedLocalId,
Iterable<Vm> children,
VCloudNetworkSection networkSection) |
VAppTemplateImpl(String name,
String type,
URI id,
Status status,
ReferenceType vdc,
String description,
Iterable<Task> tasks,
boolean ovfDescriptorUploaded,
String vAppScopedLocalId,
Iterable<Vm> children,
VCloudNetworkSection networkSection) |
VDCImpl(String name,
String type,
URI id,
VDCStatus status,
ReferenceType org,
String description,
Iterable<Task> tasks,
AllocationModel allocationModel,
Capacity storageCapacity,
Capacity cpuCapacity,
Capacity memoryCapacity,
Map<String,ReferenceType> resourceEntities,
Map<String,ReferenceType> availableNetworks,
int nicQuota,
int networkQuota,
int vmQuota,
boolean isEnabled) |
VDCImpl(String name,
String type,
URI id,
VDCStatus status,
ReferenceType org,
String description,
Iterable<Task> tasks,
AllocationModel allocationModel,
Capacity storageCapacity,
Capacity cpuCapacity,
Capacity memoryCapacity,
Map<String,ReferenceType> resourceEntities,
Map<String,ReferenceType> availableNetworks,
int nicQuota,
int networkQuota,
int vmQuota,
boolean isEnabled) |
VDCImpl(String name,
String type,
URI id,
VDCStatus status,
ReferenceType org,
String description,
Iterable<Task> tasks,
AllocationModel allocationModel,
Capacity storageCapacity,
Capacity cpuCapacity,
Capacity memoryCapacity,
Map<String,ReferenceType> resourceEntities,
Map<String,ReferenceType> availableNetworks,
int nicQuota,
int networkQuota,
int vmQuota,
boolean isEnabled) |
VDCImpl(String name,
String type,
URI id,
VDCStatus status,
ReferenceType org,
String description,
Iterable<Task> tasks,
AllocationModel allocationModel,
Capacity storageCapacity,
Capacity cpuCapacity,
Capacity memoryCapacity,
Map<String,ReferenceType> resourceEntities,
Map<String,ReferenceType> availableNetworks,
int nicQuota,
int networkQuota,
int vmQuota,
boolean isEnabled) |
VmImpl(String name,
String type,
URI id,
Status status,
ReferenceType vApp,
String description,
Iterable<Task> tasks,
VCloudVirtualHardwareSection hardware,
VCloudOperatingSystemSection os,
NetworkConnectionSection networkConnectionSection,
GuestCustomizationSection guestCustomization,
String vAppScopedLocalId) |
VmImpl(String name,
String type,
URI id,
Status status,
ReferenceType vApp,
String description,
Iterable<Task> tasks,
VCloudVirtualHardwareSection hardware,
VCloudOperatingSystemSection os,
NetworkConnectionSection networkConnectionSection,
GuestCustomizationSection guestCustomization,
String vAppScopedLocalId) |
VmImpl(String name,
String type,
URI id,
Status status,
ReferenceType vApp,
String description,
Iterable<Task> tasks,
VCloudVirtualHardwareSection hardware,
VCloudOperatingSystemSection os,
NetworkConnectionSection networkConnectionSection,
GuestCustomizationSection guestCustomization,
String vAppScopedLocalId) |
VmImpl(String name,
String type,
URI id,
Status status,
ReferenceType vApp,
String description,
Iterable<Task> tasks,
VCloudVirtualHardwareSection hardware,
VCloudOperatingSystemSection os,
NetworkConnectionSection networkConnectionSection,
GuestCustomizationSection guestCustomization,
String vAppScopedLocalId) |
VmImpl(String name,
String type,
URI id,
Status status,
ReferenceType vApp,
String description,
Iterable<Task> tasks,
VCloudVirtualHardwareSection hardware,
VCloudOperatingSystemSection os,
NetworkConnectionSection networkConnectionSection,
GuestCustomizationSection guestCustomization,
String vAppScopedLocalId) |
VmImpl(String name,
String type,
URI id,
Status status,
ReferenceType vApp,
String description,
Iterable<Task> tasks,
VCloudVirtualHardwareSection hardware,
VCloudOperatingSystemSection os,
NetworkConnectionSection networkConnectionSection,
GuestCustomizationSection guestCustomization,
String vAppScopedLocalId) |
VmImpl(String name,
String type,
URI id,
Status status,
ReferenceType vApp,
String description,
Iterable<Task> tasks,
VCloudVirtualHardwareSection hardware,
VCloudOperatingSystemSection os,
NetworkConnectionSection networkConnectionSection,
GuestCustomizationSection guestCustomization,
String vAppScopedLocalId) |
Modifier and Type | Method and Description |
---|---|
Integer |
DhcpService.getDefaultLeaseTime()
default duration of a DHCP address lease
|
String |
OrgNetwork.getDescription()
optional description
|
DhcpService |
Features.getDhcpService()
specifies the properties of the network’s DHCP service
|
String |
IpScope.getDns1() |
String |
IpScope.getDns2() |
String |
IpScope.getDnsSuffix() |
Features |
OrgNetwork.Configuration.getFeatures()
defines a set of network features.
|
FirewallService |
Features.getFirewallService()
defines the firewall service capabilities of the network
|
String |
IpScope.getGateway() |
IpRange |
DhcpService.getIpRange() |
IpScope |
OrgNetwork.Configuration.getIpScope()
defines the address range, gateway, netmask, and other properties of the network.
|
Integer |
DhcpService.getMaxLeaseTime()
maximum duration of a DHCP address lease.
|
NatService |
Features.getNatService()
defines the NAT service capabilities of the network
|
String |
IpScope.getNetmask() |
ReferenceType |
OrgNetwork.getNetworkPool()
A reference the network pool from which this network is provisioned.
|
ReferenceType |
OrgNetwork.getOrg()
The org this network belongs to.
|
ReferenceType |
OrgNetwork.Configuration.getParentNetwork()
reference to a network to which this network connects
|
NatPolicy |
NatService.getPolicy() |
NatType |
NatService.getType() |
boolean |
FirewallService.isEnabled() |
Constructor and Description |
---|
DhcpService(boolean enabled,
Integer defaultLeaseTime,
Integer maxLeaseTime,
IpRange ipRange) |
DhcpService(boolean enabled,
Integer defaultLeaseTime,
Integer maxLeaseTime,
IpRange ipRange) |
DhcpService(boolean enabled,
Integer defaultLeaseTime,
Integer maxLeaseTime,
IpRange ipRange) |
Features(DhcpService dhcpService,
FirewallService firewallService,
NatService natService) |
Features(DhcpService dhcpService,
FirewallService firewallService,
NatService natService) |
Features(DhcpService dhcpService,
FirewallService firewallService,
NatService natService) |
IpScope(boolean inherited,
String gateway,
String netmask,
String dns1,
String dns2,
String dnsSuffix,
Iterable<IpRange> ipRanges,
Iterable<String> allocatedIpAddresses) |
IpScope(boolean inherited,
String gateway,
String netmask,
String dns1,
String dns2,
String dnsSuffix,
Iterable<IpRange> ipRanges,
Iterable<String> allocatedIpAddresses) |
IpScope(boolean inherited,
String gateway,
String netmask,
String dns1,
String dns2,
String dnsSuffix,
Iterable<IpRange> ipRanges,
Iterable<String> allocatedIpAddresses) |
IpScope(boolean inherited,
String gateway,
String netmask,
String dns1,
String dns2,
String dnsSuffix,
Iterable<IpRange> ipRanges,
Iterable<String> allocatedIpAddresses) |
IpScope(boolean inherited,
String gateway,
String netmask,
String dns1,
String dns2,
String dnsSuffix,
Iterable<IpRange> ipRanges,
Iterable<String> allocatedIpAddresses) |
NatService(boolean enabled,
NatType type,
NatPolicy policy,
Iterable<NatRule> natRules) |
NatService(boolean enabled,
NatType type,
NatPolicy policy,
Iterable<NatRule> natRules) |
Modifier and Type | Method and Description |
---|---|
String |
FirewallRule.getDescription() |
FirewallPolicy |
FirewallRule.getPolicy() |
FirewallProtocols |
FirewallRule.getProtocols() |
Constructor and Description |
---|
FirewallRule(boolean enabled,
String description,
FirewallPolicy policy,
FirewallProtocols protocols,
int port,
String destinationIp) |
FirewallRule(boolean enabled,
String description,
FirewallPolicy policy,
FirewallProtocols protocols,
int port,
String destinationIp) |
FirewallRule(boolean enabled,
String description,
FirewallPolicy policy,
FirewallProtocols protocols,
int port,
String destinationIp) |
Modifier and Type | Method and Description |
---|---|
Features |
OrgNetworkImpl.ConfigurationImpl.getFeatures()
defines a set of network features.
|
Modifier and Type | Method and Description |
---|---|
String |
NatRule.getExternalIP()
IP address to which this NAT rule maps the IP address specified in the InternalIp element.
|
Modifier and Type | Method and Description |
---|---|
String |
VmRule.getExternalIP()
IP address to which this NAT rule maps the IP address specified in the vAppScopedLocalId element.
|
String |
OneToOneVmRule.getExternalIP() |
String |
VmRule.getVAppScopedLocalId() |
String |
OneToOneVmRule.getVAppScopedVmId() |
Constructor and Description |
---|
OneToOneVmRule(MappingMode mappingMode,
String externalIp,
String vAppScopedVmId,
int vmNicId) |
OneToOneVmRule(MappingMode mappingMode,
String externalIp,
String vAppScopedVmId,
int vmNicId) |
VmRule(String externalIP,
int externalPort,
String vAppScopedLocalId,
int vmNicId,
int internalPort,
NatProtocol protocol) |
VmRule(String externalIP,
int externalPort,
String vAppScopedLocalId,
int vmNicId,
int internalPort,
NatProtocol protocol) |
Modifier and Type | Field and Description |
---|---|
protected String |
VCloudOperatingSystemSection.vmwOsType |
Constructor and Description |
---|
VCloudOperatingSystemSection(Integer id,
String info,
String description,
String type,
URI href,
String vmwOsType,
ReferenceType edit) |
VCloudOperatingSystemSection(Integer id,
String info,
String description,
String type,
URI href,
String vmwOsType,
ReferenceType edit) |
VCloudOperatingSystemSection(Integer id,
String info,
String description,
String type,
URI href,
String vmwOsType,
ReferenceType edit) |
VCloudOperatingSystemSection(Integer id,
String info,
String description,
String type,
URI href,
String vmwOsType,
ReferenceType edit) |
Modifier and Type | Method and Description |
---|---|
Catalog |
CatalogClient.findCatalogInOrgNamed(String orgName,
String catalogName)
returns the catalog in the organization associated with the specified name.
|
Catalog |
CatalogClient.findCatalogInOrgNamed(String orgName,
String catalogName)
returns the catalog in the organization associated with the specified name.
|
com.google.common.util.concurrent.ListenableFuture<Catalog> |
CatalogAsyncClient.findCatalogInOrgNamed(String orgName,
String catalogName) |
com.google.common.util.concurrent.ListenableFuture<Catalog> |
CatalogAsyncClient.findCatalogInOrgNamed(String orgName,
String catalogName) |
CatalogItem |
CatalogClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
returns the catalog item in the catalog associated with the specified name.
|
CatalogItem |
CatalogClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
returns the catalog item in the catalog associated with the specified name.
|
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
OrgNetwork |
NetworkClient.findNetworkInOrgVDCNamed(String orgName,
String catalogName,
String networkName) |
OrgNetwork |
NetworkClient.findNetworkInOrgVDCNamed(String orgName,
String catalogName,
String networkName) |
com.google.common.util.concurrent.ListenableFuture<OrgNetwork> |
NetworkAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String vdcName,
String networkName) |
com.google.common.util.concurrent.ListenableFuture<OrgNetwork> |
NetworkAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String vdcName,
String networkName) |
Org |
OrgClient.findOrgNamed(String name)
This call returns a list of all vCloud Data Centers (vdcs), catalogs, and task lists within
the organization.
|
com.google.common.util.concurrent.ListenableFuture<Org> |
OrgAsyncClient.findOrgNamed(String orgName) |
com.google.common.util.concurrent.ListenableFuture<TasksList> |
TaskAsyncClient.findTasksListInOrgNamed(String orgName) |
VApp |
VAppClient.findVAppInOrgVDCNamed(String orgName,
String catalogName,
String vAppName) |
VApp |
VAppClient.findVAppInOrgVDCNamed(String orgName,
String catalogName,
String vAppName) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VAppAsyncClient.findVAppInOrgVDCNamed(String orgName,
String vdcName,
String vAppName) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VAppAsyncClient.findVAppInOrgVDCNamed(String orgName,
String vdcName,
String vAppName) |
VAppTemplate |
VAppTemplateClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
returns the vapp template corresponding to a catalog item in the catalog associated with the
specified name.
|
VAppTemplate |
VAppTemplateClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
returns the vapp template corresponding to a catalog item in the catalog associated with the
specified name.
|
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VAppTemplateAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VAppTemplateAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
com.google.common.util.concurrent.ListenableFuture<VDC> |
VDCAsyncClient.findVDCInOrgNamed(String orgName,
String vdcName) |
com.google.common.util.concurrent.ListenableFuture<VDC> |
VDCAsyncClient.findVDCInOrgNamed(String orgName,
String vdcName) |
Copyright © 2009-2013 jclouds. All Rights Reserved.