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 |
---|---|
URI |
AtmosClient.createFile(String parent,
AtmosObject object,
PutOptions... options) |
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 |
---|---|
com.google.common.base.Optional<? extends AWSAMIApi> |
AWSEC2Api.getAMIApiForRegion(String region) |
com.google.common.base.Optional<? extends AWSInstanceApi> |
AWSEC2Api.getInstanceApiForRegion(String region) |
com.google.common.base.Optional<? extends AWSKeyPairApi> |
AWSEC2Api.getKeyPairApiForRegion(String region) |
com.google.common.base.Optional<? extends MonitoringApi> |
AWSEC2Api.getMonitoringApiForRegion(String region) |
com.google.common.base.Optional<? extends PlacementGroupApi> |
AWSEC2Api.getPlacementGroupApiForRegion(String region) |
com.google.common.base.Optional<? extends AWSSecurityGroupApi> |
AWSEC2Api.getSecurityGroupApiForRegion(String region) |
com.google.common.base.Optional<? extends SpotInstanceApi> |
AWSEC2Api.getSpotInstanceApiForRegion(String region) |
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 |
---|---|
abstract String |
VPC.cidrBlock() |
abstract String |
VPC.Builder.cidrBlock() |
abstract String |
VPC.dhcpOptionsId() |
String |
LaunchSpecification.getSubnetId()
The ID of the subnet in which to launch the Spot Instance.
|
abstract String |
VPC.id() |
abstract String |
VPC.Builder.id() |
abstract VPC.InstanceTenancy |
VPC.instanceTenancy() |
abstract VPC.InstanceTenancy |
VPC.Builder.instanceTenancy() |
abstract Boolean |
VPC.isDefault() |
abstract Boolean |
VPC.Builder.isDefault() |
abstract VPC.State |
VPC.state() |
abstract VPC.State |
VPC.Builder.state() |
abstract Map<String,String> |
VPC.tags() |
abstract Map<String,String> |
VPC.Builder.tags() |
Modifier and Type | Method and Description |
---|---|
LaunchSpecification.Builder |
LaunchSpecification.Builder.mapEBSSnapshotToDevice(String deviceName,
String snapshotId,
Integer sizeInGib,
boolean deleteOnTermination) |
LaunchSpecification.Builder |
LaunchSpecification.Builder.mapEBSSnapshotToDevice(String deviceName,
String snapshotId,
Integer sizeInGib,
boolean deleteOnTermination,
String volumeType,
Integer iops,
Boolean encrypted) |
LaunchSpecification.Builder |
LaunchSpecification.Builder.mapEBSSnapshotToDevice(String deviceName,
String snapshotId,
Integer sizeInGib,
boolean deleteOnTermination,
String volumeType,
Integer iops,
Boolean encrypted) |
LaunchSpecification.Builder |
LaunchSpecification.Builder.mapEBSSnapshotToDevice(String deviceName,
String snapshotId,
Integer sizeInGib,
boolean deleteOnTermination,
String volumeType,
Integer iops,
Boolean encrypted) |
LaunchSpecification.Builder |
LaunchSpecification.Builder.mapEBSSnapshotToDevice(String deviceName,
String snapshotId,
Integer sizeInGib,
boolean deleteOnTermination,
String volumeType,
Integer iops,
Boolean encrypted) |
LaunchSpecification.Builder |
LaunchSpecification.Builder.mapNewVolumeToDevice(String deviceName,
int sizeInGib,
boolean deleteOnTermination,
String volumeType,
Integer iops,
Boolean encrypted) |
LaunchSpecification.Builder |
LaunchSpecification.Builder.mapNewVolumeToDevice(String deviceName,
int sizeInGib,
boolean deleteOnTermination,
String volumeType,
Integer iops,
Boolean encrypted) |
LaunchSpecification.Builder |
LaunchSpecification.Builder.mapNewVolumeToDevice(String deviceName,
int sizeInGib,
boolean deleteOnTermination,
String volumeType,
Integer iops,
Boolean encrypted) |
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,
String statusCode,
String statusMessage,
Date statusUpdateTime,
Map<String,String> tags) |
Modifier and Type | Method and Description |
---|---|
void |
AWSAMIApi.addProductCodesToImageInRegion(String region,
Iterable<String> productCodes,
String imageId)
Adds
productCode s to an AMI. |
void |
AWSSecurityGroupApi.authorizeSecurityGroupIngressInRegion(String region,
String groupId,
IpPermission perm) |
void |
AWSSecurityGroupApi.authorizeSecurityGroupIngressInRegion(String region,
String groupId,
Iterable<IpPermission> perms) |
void |
SpotInstanceApi.cancelSpotInstanceRequestsInRegion(String region,
String... requestIds)
Cancels one or more Spot Instance requests.
|
void |
PlacementGroupApi.createPlacementGroupInRegion(String region,
String name)
like {@link #createPlacementGroupInRegion(String,String,String) except that the strategy is default: "cluster".
|
void |
PlacementGroupApi.createPlacementGroupInRegion(String region,
String name,
String strategy)
Creates a placement group that you launch cluster compute instances into.
|
String |
AWSSecurityGroupApi.createSecurityGroupInRegionAndReturnId(String region,
String name,
String description,
CreateSecurityGroupOptions... options) |
VPC |
VPCApi.createVpc(String region,
String cidrBlock,
CreateVpcOptions... options)
Creates a VPC with the specified CIDR block.
|
void |
PlacementGroupApi.deletePlacementGroupInRegion(String region,
String name)
Deletes a placement group from your account.
|
void |
AWSSecurityGroupApi.deleteSecurityGroupInRegionById(String region,
String name) |
boolean |
VPCApi.deleteVpc(String region,
String vpcId)
Deletes
VPC . |
Set<? extends Reservation<? extends AWSRunningInstance>> |
AWSInstanceApi.describeInstancesInRegion(String region,
String... instanceIds) |
Set<? extends Reservation<? extends AWSRunningInstance>> |
AWSInstanceApi.describeInstancesInRegionWithFilter(String region,
com.google.common.collect.Multimap<String,String> filter) |
Set<PlacementGroup> |
PlacementGroupApi.describePlacementGroupsInRegion(String region,
String... placementGroupIds)
Returns information about one or more placement groups in your account.
|
Set<PlacementGroup> |
PlacementGroupApi.describePlacementGroupsInRegionWithFilter(String region,
com.google.common.collect.Multimap<String,String> filter)
Returns information about one or more placement groups in your account.
|
Set<SecurityGroup> |
AWSSecurityGroupApi.describeSecurityGroupsInRegion(String region,
String... securityGroupNames) |
Set<SecurityGroup> |
AWSSecurityGroupApi.describeSecurityGroupsInRegionById(String region,
String... securityGroupNames) |
Set<SecurityGroup> |
AWSSecurityGroupApi.describeSecurityGroupsInRegionWithFilter(String region,
com.google.common.collect.Multimap<String,String> filter) |
Set<SpotInstanceRequest> |
SpotInstanceApi.describeSpotInstanceRequestsInRegion(String region,
String... requestIds)
Describes Spot Instance requests.
|
Set<SpotInstanceRequest> |
SpotInstanceApi.describeSpotInstanceRequestsInRegionWithFilter(String region,
com.google.common.collect.Multimap<String,String> filter)
Describes Spot Instance requests.
|
Set<Spot> |
SpotInstanceApi.describeSpotPriceHistoryInRegion(String region,
DescribeSpotPriceHistoryOptions... options)
Describes Spot Price history.
|
com.google.common.collect.FluentIterable<VPC> |
VPCApi.describeVpcsInRegion(String region,
String... vpcIds)
Describes all of your VPCs
|
Set<String> |
AWSAMIApi.getProductCodesForImageInRegion(String region,
String imageId)
Returns the Product Codes of an image.
|
KeyPair |
AWSKeyPairApi.importKeyPairInRegion(String region,
String keyName,
String publicKeyMaterial)
Imports the public key from an RSA key pair that you created with a third-party tool.
|
Map<String,MonitoringState> |
MonitoringApi.monitorInstancesInRegion(String region,
String instanceId,
String... instanceIds)
Enables monitoring for a running instance.
|
void |
AWSAMIApi.removeProductCodesFromImageInRegion(String region,
Iterable<String> productCodes,
String imageId)
Removes
productCode s from an AMI. |
SpotInstanceRequest |
SpotInstanceApi.requestSpotInstanceInRegion(String region,
float spotPrice,
String imageId,
String instanceType)
request a single spot instance
|
Set<SpotInstanceRequest> |
SpotInstanceApi.requestSpotInstancesInRegion(String region,
float spotPrice,
int instanceCount,
LaunchSpecification launchSpec,
RequestSpotInstancesOptions... options)
Creates a Spot Instance request.
|
void |
AWSSecurityGroupApi.revokeSecurityGroupIngressInRegion(String region,
String groupId,
IpPermission perm) |
void |
AWSSecurityGroupApi.revokeSecurityGroupIngressInRegion(String region,
String groupId,
Iterable<IpPermission> perms) |
Reservation<? extends AWSRunningInstance> |
AWSInstanceApi.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options) |
Reservation<? extends AWSRunningInstance> |
AWSInstanceApi.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options) |
Map<String,MonitoringState> |
MonitoringApi.unmonitorInstancesInRegion(String region,
String instanceId,
String... instanceIds)
Disables monitoring for a running instance.
|
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 |
---|---|
void |
BlockIdValidator.validate(String s) |
Modifier and Type | Method and Description |
---|---|
BlobMetadata |
BlobStore.blobMetadata(String container,
String name)
Retrieves the metadata of a
Blob at location container/name |
Blob |
BlobStore.getBlob(String container,
String name)
Retrieves a
Blob representing the data at location container/name |
Blob |
BlobStore.getBlob(String container,
String name,
GetOptions options)
Retrieves a
Blob representing the data at location container/name |
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.
|
boolean |
BlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options) |
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) |
void |
MutableStorageMetadata.setSize(Long size) |
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)
Deprecated.
call StorageMetadataImpl(StorageType.class, String.class, String.class, Location.class, URI.class, String.class, Date.class, Date.class, Map.class, Long.class)
|
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata)
Deprecated.
call StorageMetadataImpl(StorageType.class, String.class, String.class, Location.class, URI.class, String.class, Date.class, Date.class, Map.class, Long.class)
|
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata)
Deprecated.
call StorageMetadataImpl(StorageType.class, String.class, String.class, Location.class, URI.class, String.class, Date.class, Date.class, Map.class, Long.class)
|
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata)
Deprecated.
call StorageMetadataImpl(StorageType.class, String.class, String.class, Location.class, URI.class, String.class, Date.class, Date.class, Map.class, Long.class)
|
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata)
Deprecated.
call StorageMetadataImpl(StorageType.class, String.class, String.class, Location.class, URI.class, String.class, Date.class, Date.class, Map.class, Long.class)
|
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata)
Deprecated.
call StorageMetadataImpl(StorageType.class, String.class, String.class, Location.class, URI.class, String.class, Date.class, Date.class, Map.class, Long.class)
|
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata)
Deprecated.
call StorageMetadataImpl(StorageType.class, String.class, String.class, Location.class, URI.class, String.class, Date.class, Date.class, Map.class, Long.class)
|
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata,
Long size) |
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata,
Long size) |
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata,
Long size) |
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata,
Long size) |
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata,
Long size) |
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata,
Long size) |
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata,
Long size) |
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata,
Long size) |
Modifier and Type | Method and Description |
---|---|
Statement |
ChefService.createBootstrapScriptForGroup(String group,
String nodeName)
Creates all steps necessary to bootstrap the node.
|
Modifier and Type | Method and Description |
---|---|
JsonBall |
BootstrapConfig.getAttributes() |
String |
BootstrapConfig.getEnvironment() |
String |
BootstrapConfig.getSslCAFile() |
String |
BootstrapConfig.getSslCAPath() |
BootstrapConfig.SSLVerifyMode |
BootstrapConfig.getSslVerifyMode() |
Boolean |
BootstrapConfig.getVerifyApiCert() |
Constructor and Description |
---|
Attribute(String required,
boolean calculated,
Set<String> choice,
JsonBall defaultValue,
String type,
List<String> recipes,
String displayName,
String description) |
Attribute(String required,
boolean calculated,
Set<String> choice,
JsonBall defaultValue,
String type,
List<String> recipes,
String displayName,
String description) |
BootstrapConfig(List<String> runList,
String environment,
JsonBall attributes,
String sslCAFile,
String sslCAPath,
BootstrapConfig.SSLVerifyMode sslVerifyMode,
Boolean verifyApiCert) |
BootstrapConfig(List<String> runList,
String environment,
JsonBall attributes,
String sslCAFile,
String sslCAPath,
BootstrapConfig.SSLVerifyMode sslVerifyMode,
Boolean verifyApiCert) |
BootstrapConfig(List<String> runList,
String environment,
JsonBall attributes,
String sslCAFile,
String sslCAPath,
BootstrapConfig.SSLVerifyMode sslVerifyMode,
Boolean verifyApiCert) |
BootstrapConfig(List<String> runList,
String environment,
JsonBall attributes,
String sslCAFile,
String sslCAPath,
BootstrapConfig.SSLVerifyMode sslVerifyMode,
Boolean verifyApiCert) |
BootstrapConfig(List<String> runList,
String environment,
JsonBall attributes,
String sslCAFile,
String sslCAPath,
BootstrapConfig.SSLVerifyMode sslVerifyMode,
Boolean verifyApiCert) |
BootstrapConfig(List<String> runList,
String environment,
JsonBall attributes,
String sslCAFile,
String sslCAPath,
BootstrapConfig.SSLVerifyMode sslVerifyMode,
Boolean verifyApiCert) |
Client(X509Certificate certificate,
String orgname,
String clientname,
String name,
boolean validator,
PrivateKey privateKey) |
CookbookDefinition(String name,
URI url,
Set<CookbookDefinition.Version> versions) |
CookbookVersion(String name,
Set<Resource> definitions,
Set<Resource> attributes,
Set<Resource> files,
Metadata metadata,
Set<Resource> providers,
String cookbookName,
Set<Resource> resources,
Set<Resource> templates,
Set<Resource> libraries,
String version,
Set<Resource> recipes,
Set<Resource> rootFiles) |
CookbookVersion(String name,
Set<Resource> definitions,
Set<Resource> attributes,
Set<Resource> files,
Metadata metadata,
Set<Resource> providers,
String cookbookName,
Set<Resource> resources,
Set<Resource> templates,
Set<Resource> libraries,
String version,
Set<Resource> recipes,
Set<Resource> rootFiles) |
CookbookVersion(String name,
Set<Resource> definitions,
Set<Resource> attributes,
Set<Resource> files,
Metadata metadata,
Set<Resource> providers,
String cookbookName,
Set<Resource> resources,
Set<Resource> templates,
Set<Resource> libraries,
String version,
Set<Resource> recipes,
Set<Resource> rootFiles) |
CookbookVersion(String name,
Set<Resource> definitions,
Set<Resource> attributes,
Set<Resource> files,
Metadata metadata,
Set<Resource> providers,
String cookbookName,
Set<Resource> resources,
Set<Resource> templates,
Set<Resource> libraries,
String version,
Set<Resource> recipes,
Set<Resource> rootFiles) |
CookbookVersion(String name,
Set<Resource> definitions,
Set<Resource> attributes,
Set<Resource> files,
Metadata metadata,
Set<Resource> providers,
String cookbookName,
Set<Resource> resources,
Set<Resource> templates,
Set<Resource> libraries,
String version,
Set<Resource> recipes,
Set<Resource> rootFiles) |
CookbookVersion(String name,
Set<Resource> definitions,
Set<Resource> attributes,
Set<Resource> files,
Metadata metadata,
Set<Resource> providers,
String cookbookName,
Set<Resource> resources,
Set<Resource> templates,
Set<Resource> libraries,
String version,
Set<Resource> recipes,
Set<Resource> rootFiles) |
CookbookVersion(String name,
Set<Resource> definitions,
Set<Resource> attributes,
Set<Resource> files,
Metadata metadata,
Set<Resource> providers,
String cookbookName,
Set<Resource> resources,
Set<Resource> templates,
Set<Resource> libraries,
String version,
Set<Resource> recipes,
Set<Resource> rootFiles) |
CookbookVersion(String name,
Set<Resource> definitions,
Set<Resource> attributes,
Set<Resource> files,
Metadata metadata,
Set<Resource> providers,
String cookbookName,
Set<Resource> resources,
Set<Resource> templates,
Set<Resource> libraries,
String version,
Set<Resource> recipes,
Set<Resource> rootFiles) |
CookbookVersion(String name,
Set<Resource> definitions,
Set<Resource> attributes,
Set<Resource> files,
Metadata metadata,
Set<Resource> providers,
String cookbookName,
Set<Resource> resources,
Set<Resource> templates,
Set<Resource> libraries,
String version,
Set<Resource> recipes,
Set<Resource> rootFiles) |
Environment(String name,
Map<String,JsonBall> attributes,
Map<String,JsonBall> overrideAttributes,
String description,
Map<String,String> cookbookVersions) |
Environment(String name,
Map<String,JsonBall> attributes,
Map<String,JsonBall> overrideAttributes,
String description,
Map<String,String> cookbookVersions) |
Environment(String name,
Map<String,JsonBall> attributes,
Map<String,JsonBall> overrideAttributes,
String description,
Map<String,String> cookbookVersions) |
Metadata(String license,
String maintainer,
Map<String,String> suggestions,
Map<String,String> dependencies,
String maintainerEmail,
Map<String,String> conflicting,
String description,
Map<String,String> providing,
Map<String,String> platforms,
String version,
Map<String,String> recipes,
Map<String,String> replacing,
String name,
Map<String,String> groupings,
String longDescription,
Map<String,Attribute> attributes,
Map<String,String> recommendations) |
Metadata(String license,
String maintainer,
Map<String,String> suggestions,
Map<String,String> dependencies,
String maintainerEmail,
Map<String,String> conflicting,
String description,
Map<String,String> providing,
Map<String,String> platforms,
String version,
Map<String,String> recipes,
Map<String,String> replacing,
String name,
Map<String,String> groupings,
String longDescription,
Map<String,Attribute> attributes,
Map<String,String> recommendations) |
Metadata(String license,
String maintainer,
Map<String,String> suggestions,
Map<String,String> dependencies,
String maintainerEmail,
Map<String,String> conflicting,
String description,
Map<String,String> providing,
Map<String,String> platforms,
String version,
Map<String,String> recipes,
Map<String,String> replacing,
String name,
Map<String,String> groupings,
String longDescription,
Map<String,Attribute> attributes,
Map<String,String> recommendations) |
Metadata(String license,
String maintainer,
Map<String,String> suggestions,
Map<String,String> dependencies,
String maintainerEmail,
Map<String,String> conflicting,
String description,
Map<String,String> providing,
Map<String,String> platforms,
String version,
Map<String,String> recipes,
Map<String,String> replacing,
String name,
Map<String,String> groupings,
String longDescription,
Map<String,Attribute> attributes,
Map<String,String> recommendations) |
Metadata(String license,
String maintainer,
Map<String,String> suggestions,
Map<String,String> dependencies,
String maintainerEmail,
Map<String,String> conflicting,
String description,
Map<String,String> providing,
Map<String,String> platforms,
String version,
Map<String,String> recipes,
Map<String,String> replacing,
String name,
Map<String,String> groupings,
String longDescription,
Map<String,Attribute> attributes,
Map<String,String> recommendations) |
Metadata(String license,
String maintainer,
Map<String,String> suggestions,
Map<String,String> dependencies,
String maintainerEmail,
Map<String,String> conflicting,
String description,
Map<String,String> providing,
Map<String,String> platforms,
String version,
Map<String,String> recipes,
Map<String,String> replacing,
String name,
Map<String,String> groupings,
String longDescription,
Map<String,Attribute> attributes,
Map<String,String> recommendations) |
Metadata(String license,
String maintainer,
Map<String,String> suggestions,
Map<String,String> dependencies,
String maintainerEmail,
Map<String,String> conflicting,
String description,
Map<String,String> providing,
Map<String,String> platforms,
String version,
Map<String,String> recipes,
Map<String,String> replacing,
String name,
Map<String,String> groupings,
String longDescription,
Map<String,Attribute> attributes,
Map<String,String> recommendations) |
Metadata(String license,
String maintainer,
Map<String,String> suggestions,
Map<String,String> dependencies,
String maintainerEmail,
Map<String,String> conflicting,
String description,
Map<String,String> providing,
Map<String,String> platforms,
String version,
Map<String,String> recipes,
Map<String,String> replacing,
String name,
Map<String,String> groupings,
String longDescription,
Map<String,Attribute> attributes,
Map<String,String> recommendations) |
Metadata(String license,
String maintainer,
Map<String,String> suggestions,
Map<String,String> dependencies,
String maintainerEmail,
Map<String,String> conflicting,
String description,
Map<String,String> providing,
Map<String,String> platforms,
String version,
Map<String,String> recipes,
Map<String,String> replacing,
String name,
Map<String,String> groupings,
String longDescription,
Map<String,Attribute> attributes,
Map<String,String> recommendations) |
Metadata(String license,
String maintainer,
Map<String,String> suggestions,
Map<String,String> dependencies,
String maintainerEmail,
Map<String,String> conflicting,
String description,
Map<String,String> providing,
Map<String,String> platforms,
String version,
Map<String,String> recipes,
Map<String,String> replacing,
String name,
Map<String,String> groupings,
String longDescription,
Map<String,Attribute> attributes,
Map<String,String> recommendations) |
Node(String name,
Map<String,JsonBall> normalAttributes,
Map<String,JsonBall> overrideAttributes,
Map<String,JsonBall> defaultAttributes,
Map<String,JsonBall> automaticAttributes,
List<String> runList,
String environment) |
Node(String name,
Map<String,JsonBall> normalAttributes,
Map<String,JsonBall> overrideAttributes,
Map<String,JsonBall> defaultAttributes,
Map<String,JsonBall> automaticAttributes,
List<String> runList,
String environment) |
Node(String name,
Map<String,JsonBall> normalAttributes,
Map<String,JsonBall> overrideAttributes,
Map<String,JsonBall> defaultAttributes,
Map<String,JsonBall> automaticAttributes,
List<String> runList,
String environment) |
Node(String name,
Map<String,JsonBall> normalAttributes,
Map<String,JsonBall> overrideAttributes,
Map<String,JsonBall> defaultAttributes,
Map<String,JsonBall> automaticAttributes,
List<String> runList,
String environment) |
Node(String name,
Map<String,JsonBall> normalAttributes,
Map<String,JsonBall> overrideAttributes,
Map<String,JsonBall> defaultAttributes,
Map<String,JsonBall> automaticAttributes,
List<String> runList,
String environment) |
Role(String name,
String description,
Map<String,JsonBall> defaultAttributes,
List<String> runList,
Map<String,JsonBall> overrideAttributes) |
Role(String name,
String description,
Map<String,JsonBall> defaultAttributes,
List<String> runList,
Map<String,JsonBall> overrideAttributes) |
Role(String name,
String description,
Map<String,JsonBall> defaultAttributes,
List<String> runList,
Map<String,JsonBall> overrideAttributes) |
Sandbox(String rev,
boolean isCompleted,
Date createTime,
Set<String> checksums,
String name,
String guid) |
UploadSandbox(URI uri,
Map<List<Byte>,ChecksumStatus> checksums,
String sandboxId) |
Modifier and Type | Method and Description |
---|---|
Statement |
GroupToBootScript.apply(String group,
String nodeName) |
Modifier and Type | Method and Description |
---|---|
Statement |
BaseChefService.createBootstrapScriptForGroup(String group,
String nodeName) |
Modifier and Type | Method and Description |
---|---|
static <T> com.google.common.collect.ImmutableList<T> |
CollectionUtils.copyOfOrEmpty(List<T> input)
Creates an immutable list with the elements of the given list.
|
static <K,V> com.google.common.collect.ImmutableMap<K,V> |
CollectionUtils.copyOfOrEmpty(Map<K,V> input)
Creates an immutable map with the elements of the given map.
|
static <T> com.google.common.collect.ImmutableSet<T> |
CollectionUtils.copyOfOrEmpty(Set<T> input)
Creates an immutable set with the elements of the given set.
|
Constructor and Description |
---|
ContainerCDNMetadata(String name,
boolean cdnEnabled,
boolean logRetention,
long ttl,
URI cdnUri,
URI cdnSslUri,
URI cdnStreamingUri,
URI cdnIosUri) |
ContainerCDNMetadata(String name,
boolean cdnEnabled,
boolean logRetention,
long ttl,
URI cdnUri,
URI cdnSslUri,
URI cdnStreamingUri,
URI cdnIosUri) |
ContainerCDNMetadata(String name,
boolean cdnEnabled,
boolean logRetention,
long ttl,
URI cdnUri,
URI cdnSslUri,
URI cdnStreamingUri,
URI cdnIosUri) |
ContainerCDNMetadata(String name,
boolean cdnEnabled,
boolean logRetention,
long ttl,
URI cdnUri,
URI cdnSslUri,
URI cdnStreamingUri,
URI cdnIosUri) |
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,
Set<Tag> tags) |
FirewallRule(String id,
Iterable<String> CIDRs,
int startPort,
int endPort,
String icmpCode,
String icmpType,
String ipAddress,
String ipAddressId,
FirewallRule.Protocol protocol,
FirewallRule.State state,
Set<Tag> tags) |
FirewallRule(String id,
Iterable<String> CIDRs,
int startPort,
int endPort,
String icmpCode,
String icmpType,
String ipAddress,
String ipAddressId,
FirewallRule.Protocol protocol,
FirewallRule.State state,
Set<Tag> tags) |
FirewallRule(String id,
Iterable<String> CIDRs,
int startPort,
int endPort,
String icmpCode,
String icmpType,
String ipAddress,
String ipAddressId,
FirewallRule.Protocol protocol,
FirewallRule.State state,
Set<Tag> tags) |
FirewallRule(String id,
Iterable<String> CIDRs,
int startPort,
int endPort,
String icmpCode,
String icmpType,
String ipAddress,
String ipAddressId,
FirewallRule.Protocol protocol,
FirewallRule.State state,
Set<Tag> tags) |
FirewallRule(String id,
Iterable<String> CIDRs,
int startPort,
int endPort,
String icmpCode,
String icmpType,
String ipAddress,
String ipAddressId,
FirewallRule.Protocol protocol,
FirewallRule.State state,
Set<Tag> tags) |
FirewallRule(String id,
Iterable<String> CIDRs,
int startPort,
int endPort,
String icmpCode,
String icmpType,
String ipAddress,
String ipAddressId,
FirewallRule.Protocol protocol,
FirewallRule.State state,
Set<Tag> tags) |
FirewallRule(String id,
Iterable<String> CIDRs,
int startPort,
int endPort,
String icmpCode,
String icmpType,
String ipAddress,
String ipAddressId,
FirewallRule.Protocol protocol,
FirewallRule.State state,
Set<Tag> tags) |
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,
Set<Tag> tags) |
IngressRule(String account,
String CIDR,
int endPort,
int ICMPCode,
int ICMPType,
String protocol,
String id,
String securityGroupName,
int startPort,
Set<Tag> tags) |
IngressRule(String account,
String CIDR,
int endPort,
int ICMPCode,
int ICMPType,
String protocol,
String id,
String securityGroupName,
int startPort,
Set<Tag> tags) |
IngressRule(String account,
String CIDR,
int endPort,
int ICMPCode,
int ICMPType,
String protocol,
String id,
String securityGroupName,
int startPort,
Set<Tag> tags) |
IngressRule(String account,
String CIDR,
int endPort,
int ICMPCode,
int ICMPType,
String protocol,
String id,
String securityGroupName,
int startPort,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> 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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
Project(String id,
String account,
String displayText,
String domain,
String domainId,
String name,
Project.State state,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules,
Set<Tag> tags) |
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules,
Set<Tag> tags) |
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules,
Set<Tag> tags) |
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules,
Set<Tag> tags) |
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules,
Set<Tag> tags) |
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules,
Set<Tag> tags) |
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules,
Set<Tag> tags) |
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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) |
Tag(String account,
String customer,
String domain,
String domainId,
String key,
String project,
String projectId,
String resourceId,
Tag.ResourceType resourceType,
String value) |
Tag(String account,
String customer,
String domain,
String domainId,
String key,
String project,
String projectId,
String resourceId,
Tag.ResourceType resourceType,
String value) |
Tag(String account,
String customer,
String domain,
String domainId,
String key,
String project,
String projectId,
String resourceId,
Tag.ResourceType resourceType,
String value) |
Tag(String account,
String customer,
String domain,
String domainId,
String key,
String project,
String projectId,
String resourceId,
Tag.ResourceType resourceType,
String value) |
Tag(String account,
String customer,
String domain,
String domainId,
String key,
String project,
String projectId,
String resourceId,
Tag.ResourceType resourceType,
String value) |
Tag(String account,
String customer,
String domain,
String domainId,
String key,
String project,
String projectId,
String resourceId,
Tag.ResourceType resourceType,
String value) |
Tag(String account,
String customer,
String domain,
String domainId,
String key,
String project,
String projectId,
String resourceId,
Tag.ResourceType resourceType,
String value) |
Tag(String account,
String customer,
String domain,
String domainId,
String key,
String project,
String projectId,
String resourceId,
Tag.ResourceType resourceType,
String value) |
Tag(String account,
String customer,
String domain,
String domainId,
String key,
String project,
String projectId,
String resourceId,
Tag.ResourceType resourceType,
String value) |
Tag(String account,
String customer,
String domain,
String domainId,
String key,
String project,
String projectId,
String resourceId,
Tag.ResourceType resourceType,
String value) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Long size,
String type,
UsageRecord.UsageType usageType,
String project,
String projectId) |
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,
Long size,
String type,
UsageRecord.UsageType usageType,
String project,
String projectId) |
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,
Long size,
String type,
UsageRecord.UsageType usageType,
String project,
String projectId) |
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,
Long size,
String type,
UsageRecord.UsageType usageType,
String project,
String projectId) |
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,
Long size,
String type,
UsageRecord.UsageType usageType,
String project,
String projectId) |
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,
Long size,
String type,
UsageRecord.UsageType usageType,
String project,
String projectId) |
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,
Long size,
String type,
UsageRecord.UsageType usageType,
String project,
String projectId) |
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,
Long size,
String type,
UsageRecord.UsageType usageType,
String project,
String projectId) |
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,
Long size,
String type,
UsageRecord.UsageType usageType,
String project,
String projectId) |
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,
Long size,
String type,
UsageRecord.UsageType usageType,
String project,
String projectId) |
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,
Long size,
String type,
UsageRecord.UsageType usageType,
String project,
String projectId) |
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,
Long size,
String type,
UsageRecord.UsageType usageType,
String project,
String projectId) |
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,
Long size,
String type,
UsageRecord.UsageType usageType,
String project,
String projectId) |
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,
Long size,
String type,
UsageRecord.UsageType usageType,
String project,
String projectId) |
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,
Long size,
String type,
UsageRecord.UsageType usageType,
String project,
String projectId) |
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,
Long size,
String type,
UsageRecord.UsageType usageType,
String project,
String projectId) |
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,
Long size,
String type,
UsageRecord.UsageType usageType,
String project,
String projectId) |
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,
Long size,
String type,
UsageRecord.UsageType usageType,
String project,
String projectId) |
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,
Long size,
String type,
UsageRecord.UsageType usageType,
String project,
String projectId) |
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,
Long size,
String type,
UsageRecord.UsageType usageType,
String project,
String projectId) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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,
Set<Tag> tags) |
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 |
---|---|
AlarmApi |
CloudWatchApi.getAlarmApiForRegion(String region)
Provides synchronous access to Alarm 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 |
---|---|
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 |
Image.getDescription()
Description of the image.
|
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) |
ImageBuilder |
ImageBuilder.description(String description) |
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) |
SecurityGroup(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
Iterable<IpPermission> ipPermissions,
String ownerId) |
SecurityGroup(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
Iterable<IpPermission> ipPermissions,
String ownerId) |
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,
boolean deprecated) |
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,
boolean deprecated) |
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) |
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.ByteSource supplier,
CertificateFactory certFactory)
Returns the
X509EncodedKeySpec that is pem encoded in the supplier. |
Modifier and Type | Method and Description |
---|---|
String |
LoginCredentials.getPassword()
Deprecated.
since 1.8; instead use
LoginCredentials.getOptionalPassword() |
String |
LoginCredentials.getPrivateKey()
Deprecated.
since 1.8; instead use
LoginCredentials.getOptionalPrivateKey() |
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 AMIApi> |
EC2Api.getAMIApiForRegion(String region) |
com.google.common.base.Optional<? extends AvailabilityZoneAndRegionApi> |
EC2Api.getAvailabilityZoneAndRegionApiForRegion(String region) |
com.google.common.base.Optional<? extends ElasticBlockStoreApi> |
EC2Api.getElasticBlockStoreApiForRegion(String region) |
com.google.common.base.Optional<? extends ElasticIPAddressApi> |
EC2Api.getElasticIPAddressApiForRegion(String region) |
com.google.common.base.Optional<? extends InstanceApi> |
EC2Api.getInstanceApiForRegion(String region) |
com.google.common.base.Optional<? extends KeyPairApi> |
EC2Api.getKeyPairApiForRegion(String region) |
com.google.common.base.Optional<? extends SecurityGroupApi> |
EC2Api.getSecurityGroupApiForRegion(String region) |
com.google.common.base.Optional<? extends SubnetApi> |
EC2Api.getSubnetApiForRegion(String region) |
com.google.common.base.Optional<? extends TagApi> |
EC2Api.getTagApiForRegion(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) |
EC2TemplateOptions |
EC2TemplateOptions.mapEBSSnapshotToDeviceName(String deviceName,
String snapshotId,
Integer sizeInGib,
boolean deleteOnTermination,
String volumeType,
Integer iops,
boolean encrypted) |
EC2TemplateOptions |
EC2TemplateOptions.mapEBSSnapshotToDeviceName(String deviceName,
String snapshotId,
Integer sizeInGib,
boolean deleteOnTermination,
String volumeType,
Integer iops,
boolean encrypted) |
EC2TemplateOptions |
EC2TemplateOptions.mapEBSSnapshotToDeviceName(String deviceName,
String snapshotId,
Integer sizeInGib,
boolean deleteOnTermination,
String volumeType,
Integer iops,
boolean encrypted) |
EC2TemplateOptions |
EC2TemplateOptions.mapNewVolumeToDeviceName(String deviceName,
int sizeInGib,
boolean deleteOnTermination,
String volumeType,
Integer iops,
boolean encrypted) |
EC2TemplateOptions |
EC2TemplateOptions.mapNewVolumeToDeviceName(String deviceName,
int sizeInGib,
boolean deleteOnTermination,
String volumeType,
Integer iops,
boolean encrypted) |
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,
String volumeType,
Integer iops,
Boolean encrypted) |
BlockDeviceMapping.MapEBSSnapshotToDevice(String deviceName,
String snapshotId,
Integer sizeInGib,
Boolean deleteOnTermination,
String volumeType,
Integer iops,
Boolean encrypted) |
BlockDeviceMapping.MapEBSSnapshotToDevice(String deviceName,
String snapshotId,
Integer sizeInGib,
Boolean deleteOnTermination,
String volumeType,
Integer iops,
Boolean encrypted) |
BlockDeviceMapping.MapEBSSnapshotToDevice(String deviceName,
String snapshotId,
Integer sizeInGib,
Boolean deleteOnTermination,
String volumeType,
Integer iops,
Boolean encrypted) |
BlockDeviceMapping.MapEBSSnapshotToDevice(String deviceName,
String snapshotId,
Integer sizeInGib,
Boolean deleteOnTermination,
String volumeType,
Integer iops,
Boolean encrypted) |
BlockDeviceMapping.MapNewVolumeToDevice(String deviceName,
Integer sizeInGib,
Boolean deleteOnTermination,
String volumeType,
Integer iops,
Boolean encrypted) |
BlockDeviceMapping.MapNewVolumeToDevice(String deviceName,
Integer sizeInGib,
Boolean deleteOnTermination,
String volumeType,
Integer iops,
Boolean encrypted) |
BlockDeviceMapping.MapNewVolumeToDevice(String deviceName,
Integer sizeInGib,
Boolean deleteOnTermination,
String volumeType,
Integer iops,
Boolean encrypted) |
BlockDeviceMapping.MapNewVolumeToDevice(String deviceName,
Integer sizeInGib,
Boolean deleteOnTermination,
String volumeType,
Integer iops,
Boolean encrypted) |
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,
String volumeType,
Integer iops,
boolean encrypted) |
Image.EbsBlockDevice(String snapshotId,
long volumeSize,
boolean deleteOnTermination,
String volumeType,
Integer iops,
boolean encrypted) |
Image.EbsBlockDevice(String snapshotId,
long volumeSize,
boolean deleteOnTermination,
String volumeType,
Integer iops,
boolean encrypted) |
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,
Map<String,String> tags,
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,
Map<String,String> tags,
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,
Map<String,String> tags,
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,
Map<String,String> tags,
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,
Map<String,String> tags,
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,
Map<String,String> tags,
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 |
---|---|
void |
ElasticBlockStoreApi.addCreateVolumePermissionsToSnapshotInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String snapshotId)
Adds
createVolumePermission s to an EBS snapshot. |
void |
AMIApi.addLaunchPermissionsToImageInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String imageId)
Adds
launchPermission s to an AMI. |
String |
ElasticIPAddressApi.allocateAddressInRegion(String region)
Acquires an elastic IP address for use with your identity.
|
void |
ElasticIPAddressApi.associateAddressInRegion(String region,
String publicIp,
String instanceId)
Associates an elastic IP address with an instance.
|
Attachment |
ElasticBlockStoreApi.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.
|
void |
SecurityGroupApi.authorizeSecurityGroupIngressInRegion(String region,
String groupName,
IpProtocol ipProtocol,
int fromPort,
int toPort,
String cidrIp)
Adds permissions to a security group.
|
void |
SecurityGroupApi.authorizeSecurityGroupIngressInRegion(String region,
String groupName,
UserIdGroupPair sourceSecurityGroup)
Adds permissions to a security group based on another group.
|
BundleTask |
WindowsApi.bundleInstanceInRegion(String region,
String instanceId,
String prefix,
String bucket,
String uploadPolicy,
BundleInstanceS3StorageOptions... options)
Bundles the Windows instance.
|
BundleTask |
WindowsApi.cancelBundleTaskInRegion(String region,
String bundleId)
Cancels an Amazon EC2 bundling operation.
|
String |
AMIApi.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.
|
KeyPair |
KeyPairApi.createKeyPairInRegion(String region,
String keyName)
Creates a new 2048-bit RSA key pair with the specified name.
|
void |
SecurityGroupApi.createSecurityGroupInRegion(String region,
String name,
String description)
Creates a new security group.
|
Snapshot |
ElasticBlockStoreApi.createSnapshotInRegion(String region,
String volumeId,
CreateSnapshotOptions... options)
Creates a snapshot of an Amazon EBS volume and stores it in Amazon S3.
|
void |
KeyPairApi.deleteKeyPairInRegion(String region,
String keyName)
Deletes the specified key pair, by removing the public key from Amazon EC2.
|
void |
SecurityGroupApi.deleteSecurityGroupInRegion(String region,
String name)
Deletes a security group that you own.
|
void |
ElasticBlockStoreApi.deleteSnapshotInRegion(String region,
String snapshotId)
Deletes a snapshot of an Amazon EBS volume that you own.
|
void |
ElasticBlockStoreApi.deleteVolumeInRegion(String region,
String volumeId)
Deletes an Amazon EBS volume that you own.
|
void |
AMIApi.deregisterImageInRegion(String region,
String imageId)
Deregisters the specified AMI.
|
Set<PublicIpInstanceIdPair> |
ElasticIPAddressApi.describeAddressesInRegion(String region,
String... publicIps)
Lists elastic IP addresses assigned to your identity or provides information about a specific
address.
|
Set<PublicIpInstanceIdPair> |
ElasticIPAddressApi.describeAddressesInRegionWithFilter(String region,
com.google.common.collect.Multimap<String,String> filter)
Lists elastic IP addresses assigned to your identity or provides information on addresses
matching a given filter.
|
Set<AvailabilityZoneInfo> |
AvailabilityZoneAndRegionApi.describeAvailabilityZonesInRegion(String region,
DescribeAvailabilityZonesOptions... options)
Displays Availability Zones that are currently available to the identity and their states.
|
Set<BundleTask> |
WindowsApi.describeBundleTasksInRegion(String region,
String... bundleTaskIds)
Describes current bundling tasks.
|
Set<BundleTask> |
WindowsApi.describeBundleTasksInRegionWithFilter(String region,
com.google.common.collect.Multimap<String,String> filter)
Describes current bundling tasks.
|
Set<? extends Image> |
AMIApi.describeImagesInRegion(String region,
DescribeImagesOptions... options)
Returns information about AMIs, AKIs, and ARIs.
|
Set<? extends Image> |
AMIApi.describeImagesInRegionWithFilter(String region,
com.google.common.collect.Multimap<String,String> filter,
DescribeImagesOptions... options)
Returns information about AMIs, AKIs, and ARIs.
|
Set<? extends Reservation<? extends RunningInstance>> |
InstanceApi.describeInstancesInRegion(String region,
String... instanceIds)
Returns information about instances that you own.
|
Set<? extends Reservation<? extends RunningInstance>> |
InstanceApi.describeInstancesInRegionWithFilter(String region,
com.google.common.collect.Multimap<String,String> filter)
Returns information about instances that you own.
|
Set<KeyPair> |
KeyPairApi.describeKeyPairsInRegion(String region,
String... keyPairNames)
Returns information about key pairs available to you.
|
Set<KeyPair> |
KeyPairApi.describeKeyPairsInRegionWithFilter(String region,
com.google.common.collect.Multimap<String,String> filter)
Returns information about key pairs available to you.
|
Set<SecurityGroup> |
SecurityGroupApi.describeSecurityGroupsInRegion(String region,
String... securityGroupNames)
Returns information about security groups that you own.
|
Set<SecurityGroup> |
SecurityGroupApi.describeSecurityGroupsInRegionWithFilter(String region,
com.google.common.collect.Multimap<String,String> filter)
Returns information about security groups that you own.
|
Set<Snapshot> |
ElasticBlockStoreApi.describeSnapshotsInRegion(String region,
DescribeSnapshotsOptions... options)
Returns information about Amazon EBS snapshots available to the user.
|
Set<Snapshot> |
ElasticBlockStoreApi.describeSnapshotsInRegionWithFilter(String region,
com.google.common.collect.Multimap<String,String> filter,
DescribeSnapshotsOptions... options)
Returns information about EBS snapshots matching the given filters.
|
Set<Volume> |
ElasticBlockStoreApi.describeVolumesInRegion(String region,
String... volumeIds)
Describes the specified Amazon EBS volumes that you own.
|
Set<Volume> |
ElasticBlockStoreApi.describeVolumesInRegionWithFilter(String region,
com.google.common.collect.Multimap<String,String> filter)
Describes the specified Amazon EBS volumes that you own and match the given filters.
|
void |
ElasticBlockStoreApi.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.
|
void |
ElasticIPAddressApi.disassociateAddressInRegion(String region,
String publicIp)
Disassociates the specified elastic IP address from the instance to which it is assigned.
|
Map<String,BlockDevice> |
InstanceApi.getBlockDeviceMappingForInstanceInRegion(String region,
String instanceId) |
Map<String,Image.EbsBlockDevice> |
AMIApi.getBlockDeviceMappingsForImageInRegion(String region,
String imageId)
Returns a map of device name to block device for the image.
|
String |
InstanceApi.getConsoleOutputForInstanceInRegion(String region,
String instanceId)
Retrieves console output for the specified instance.
|
Permission |
ElasticBlockStoreApi.getCreateVolumePermissionForSnapshotInRegion(String region,
String snapshotId)
Returns the
Permission s of an snapshot. |
Volume.InstanceInitiatedShutdownBehavior |
InstanceApi.getInstanceInitiatedShutdownBehaviorForInstanceInRegion(String region,
String instanceId) |
String |
InstanceApi.getInstanceTypeForInstanceInRegion(String region,
String instanceId) |
String |
InstanceApi.getKernelForInstanceInRegion(String region,
String instanceId) |
Permission |
AMIApi.getLaunchPermissionForImageInRegion(String region,
String imageId)
Returns the
Permission s of an image. |
PasswordData |
WindowsApi.getPasswordDataInRegion(String region,
String instanceId)
Retrieves the encrypted administrator password for the instances running Windows.
|
String |
InstanceApi.getRamdiskForInstanceInRegion(String region,
String instanceId) |
String |
InstanceApi.getRootDeviceNameForInstanceInRegion(String region,
String instanceId) |
String |
InstanceApi.getUserDataForInstanceInRegion(String region,
String instanceId) |
boolean |
InstanceApi.isApiTerminationDisabledForInstanceInRegion(String region,
String instanceId) |
void |
InstanceApi.rebootInstancesInRegion(String region,
String... instanceIds)
Requests a reboot of one or more instances.
|
String |
AMIApi.registerImageFromManifestInRegion(String region,
String imageName,
String pathToManifest,
RegisterImageOptions... options)
Registers an AMI with Amazon EC2.
|
String |
AMIApi.registerUnixImageBackedByEbsInRegion(String region,
String imageName,
String ebsSnapshotId,
RegisterImageBackedByEbsOptions... options)
Registers an AMI with Amazon EC2.
|
void |
ElasticIPAddressApi.releaseAddressInRegion(String region,
String publicIp)
Releases an elastic IP address associated with your identity.
|
void |
ElasticBlockStoreApi.removeCreateVolumePermissionsFromSnapshotInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String snapshotId)
Removes
createVolumePermission s from an EBS snapshot. |
void |
AMIApi.removeLaunchPermissionsFromImageInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String imageId) |
void |
ElasticBlockStoreApi.resetCreateVolumePermissionsOnSnapshotInRegion(String region,
String snapshotId)
Resets the
createVolumePermission s on an EBS snapshot. |
void |
InstanceApi.resetKernelForInstanceInRegion(String region,
String instanceId)
Resets an attribute of an instance to its default value.
|
void |
AMIApi.resetLaunchPermissionsOnImageInRegion(String region,
String imageId)
Resets the
launchPermission s on an AMI. |
void |
InstanceApi.resetRamdiskForInstanceInRegion(String region,
String instanceId)
Resets an attribute of an instance to its default value.
|
void |
SecurityGroupApi.revokeSecurityGroupIngressInRegion(String region,
String groupName,
IpProtocol ipProtocol,
int fromPort,
int toPort,
String cidrIp)
Revokes permissions from a security group.
|
void |
SecurityGroupApi.revokeSecurityGroupIngressInRegion(String region,
String groupName,
UserIdGroupPair sourceSecurityGroup)
Revokes permissions from a security group.
|
Reservation<? extends RunningInstance> |
InstanceApi.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> |
InstanceApi.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.
|
void |
InstanceApi.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.
|
void |
InstanceApi.setBlockDeviceMappingForInstanceInRegion(String region,
String instanceId,
Map<String,BlockDevice> blockDeviceMapping)
Sets the blockDeviceMapping used for an instance.
|
void |
InstanceApi.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.
|
void |
InstanceApi.setInstanceTypeForInstanceInRegion(String region,
String instanceId,
String instanceType)
Sets the instanceType used for starting the instance.
|
void |
InstanceApi.setKernelForInstanceInRegion(String region,
String instanceId,
String kernel)
Sets the kernelId used for starting the instance.
|
void |
InstanceApi.setRamdiskForInstanceInRegion(String region,
String instanceId,
String ramdisk)
Sets the ramdisk used for starting the instance.
|
void |
InstanceApi.setUserDataForInstanceInRegion(String region,
String instanceId,
byte[] unencodedData)
Sets the userData used for starting the instance.
|
Set<? extends InstanceStateChange> |
InstanceApi.startInstancesInRegion(String region,
String... instanceIds)
Starts an instance that uses an Amazon EBS volume as its root device.
|
Set<? extends InstanceStateChange> |
InstanceApi.stopInstancesInRegion(String region,
boolean force,
String... instanceIds)
Stops an instance that uses an Amazon EBS volume as its root device.
|
Set<? extends InstanceStateChange> |
InstanceApi.terminateInstancesInRegion(String region,
String... instanceIds)
Shuts down one or more instances.
|
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.addBlockDeviceFromSnapshot(String deviceName,
String virtualName,
String snapshotId,
boolean deleteOnTermination,
String volumeType,
Integer iops,
boolean encrypted)
adds a block device to the image from an ebs snapshot.
|
RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.addBlockDeviceFromSnapshot(String deviceName,
String virtualName,
String snapshotId,
boolean deleteOnTermination,
String volumeType,
Integer iops,
boolean encrypted)
adds a block device to the image from an ebs snapshot.
|
RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.addBlockDeviceFromSnapshot(String deviceName,
String virtualName,
String snapshotId,
boolean deleteOnTermination,
String volumeType,
Integer iops,
boolean encrypted)
adds a block device to the image from an ebs snapshot.
|
static RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.Builder.addBlockDeviceFromSnapshot(String deviceName,
String virtualName,
String snapshotId,
boolean deleteOnTermination,
String volumeType,
Integer iops,
boolean encrypted) |
static RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.Builder.addBlockDeviceFromSnapshot(String deviceName,
String virtualName,
String snapshotId,
boolean deleteOnTermination,
String volumeType,
Integer iops,
boolean encrypted) |
static RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.Builder.addBlockDeviceFromSnapshot(String deviceName,
String virtualName,
String snapshotId,
boolean deleteOnTermination,
String volumeType,
Integer iops,
boolean encrypted) |
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.addNewBlockDevice(String deviceName,
String virtualName,
int volumeSize,
boolean deleteOnTermination,
String volumeType,
Integer iops,
boolean encrypted)
adds a new block device to the image.
|
RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.addNewBlockDevice(String deviceName,
String virtualName,
int volumeSize,
boolean deleteOnTermination,
String volumeType,
Integer iops,
boolean encrypted)
adds a new block device to the image.
|
RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.addNewBlockDevice(String deviceName,
String virtualName,
int volumeSize,
boolean deleteOnTermination,
String volumeType,
Integer iops,
boolean encrypted)
adds a new block device to the image.
|
static RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.Builder.addNewBlockDevice(String deviceName,
String virtualName,
int volumeSize,
boolean deleteOnTermination,
String volumeType,
Integer iops,
boolean encrypted) |
static RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.Builder.addNewBlockDevice(String deviceName,
String virtualName,
int volumeSize,
boolean deleteOnTermination,
String volumeType,
Integer iops,
boolean encrypted) |
static RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.Builder.addNewBlockDevice(String deviceName,
String virtualName,
int volumeSize,
boolean deleteOnTermination,
String volumeType,
Integer iops,
boolean encrypted) |
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 | 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) |
StandardDrive(String uuid,
String name,
long size,
ClaimType claimType,
Iterable<String> readers,
Iterable<String> tags,
Map<String,String> userMetadata,
ImageConversionType format,
MediaType media,
long rawSize) |
WellKnownImage(String loginUser,
String uuid,
String description,
OsFamily osFamily,
String osVersion,
int size,
Boolean is64bit) |
WellKnownImage(String loginUser,
String uuid,
String description,
OsFamily osFamily,
String osVersion,
int size,
Boolean is64bit) |
WellKnownImage(String loginUser,
String uuid,
String description,
OsFamily osFamily,
String osVersion,
int size,
Boolean is64bit) |
Constructor and Description |
---|
JCECrypto(Provider provider) |
Constructor and Description |
---|
Group(String name,
String groupname,
String orgname,
Set<String> actors,
Set<String> clients,
Set<String> groups,
Set<String> users) |
Group(String name,
String groupname,
String orgname,
Set<String> actors,
Set<String> clients,
Set<String> groups,
Set<String> users) |
Group(String name,
String groupname,
String orgname,
Set<String> actors,
Set<String> clients,
Set<String> groups,
Set<String> users) |
Group(String name,
String groupname,
String orgname,
Set<String> actors,
Set<String> clients,
Set<String> groups,
Set<String> users) |
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 |
---|---|
protected com.google.common.base.Supplier<URI> |
HPCloudObjectStorageHttpApiModule.provideCDNUrl(RegionIdToURISupplier.Factory factory,
String apiVersion,
String region) |
protected com.google.common.base.Supplier<URI> |
HPCloudObjectStorageHttpApiModule.HPCloudObjectStorageEndpointModule.provideStorageUrl(RegionIdToURISupplier.Factory factory,
String apiVersion,
String region) |
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()
Deprecated.
use
ContentMetadata.getContentMD5AsHashCode() instead. |
com.google.common.hash.HashCode |
ContentMetadata.getContentMD5AsHashCode() |
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.contentMD5(byte[] contentMD5)
Deprecated.
use
ContentMetadataBuilder.contentMD5(HashCode) instead. |
ContentMetadataBuilder |
ContentMetadataBuilder.contentMD5(com.google.common.hash.HashCode contentMD5) |
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)
Deprecated.
use
MutableContentMetadata.setContentMD5(HashCode) instead. |
void |
MutableContentMetadata.setContentMD5(com.google.common.hash.HashCode 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 |
RegionToEndpointOrProviderIfNull.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 |
---|---|
AvailabilityZoneApi |
CinderApi.getAvailabilityZoneApi(String region)
Provides access to Availability Zone features
|
Modifier and Type | Method and Description |
---|---|
Date |
Snapshot.getCreated() |
String |
Volume.getDescription() |
String |
Snapshot.getDescription() |
String |
VolumeAttachment.getDevice() |
com.google.common.base.Optional<SnapshotExtendedAttributes> |
Snapshot.getExtendedAttributes() |
String |
Volume.getName() |
String |
Snapshot.getName() |
String |
SnapshotExtendedAttributes.getProgress() |
String |
SnapshotExtendedAttributes.getProjectId() |
String |
VolumeAttachment.getServerId() |
String |
Volume.getSnapshotId() |
String |
Volume.getTenantId() |
String |
Volume.getVolumeType() |
String |
Volume.getZone() |
Constructor and Description |
---|
Snapshot(String id,
String volumeId,
Volume.Status status,
int size,
Date created,
String name,
String description,
SnapshotExtendedAttributes extendedAttributes) |
Snapshot(String id,
String volumeId,
Volume.Status status,
int size,
Date created,
String name,
String description,
SnapshotExtendedAttributes extendedAttributes) |
Snapshot(String id,
String volumeId,
Volume.Status status,
int size,
Date created,
String name,
String description,
SnapshotExtendedAttributes extendedAttributes) |
Snapshot(String id,
String volumeId,
Volume.Status status,
int size,
Date created,
String name,
String description,
SnapshotExtendedAttributes extendedAttributes) |
SnapshotExtendedAttributes(String projectId,
String progress) |
SnapshotExtendedAttributes(String projectId,
String progress) |
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,
String tenantId) |
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,
String tenantId) |
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,
String tenantId) |
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,
String tenantId) |
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,
String tenantId) |
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,
String tenantId) |
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,
String tenantId) |
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 |
---|---|
VolumeType |
VolumeTypeApi.get(String volumeTypeId)
Return data about the given VolumeType.
|
Volume |
VolumeApi.get(String volumeId)
Return data about the given Volume.
|
Snapshot |
SnapshotApi.get(String snapshotId)
Return data about the given Snapshot.
|
VolumeQuota |
QuotaApi.getByTenant(String tenantId) |
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) |
Constructor and Description |
---|
Image(String id,
String name,
Set<Link> links,
ContainerFormat containerFormat,
DiskFormat diskFormat,
Long size,
String checksum) |
Image(String id,
String name,
Set<Link> links,
ContainerFormat containerFormat,
DiskFormat diskFormat,
Long size,
String checksum) |
Image(String id,
String name,
Set<Link> links,
ContainerFormat containerFormat,
DiskFormat diskFormat,
Long size,
String checksum) |
Image(String id,
String name,
Set<Link> links,
ContainerFormat containerFormat,
DiskFormat diskFormat,
Long size,
String checksum) |
Image(String id,
String name,
Set<Link> links,
ContainerFormat containerFormat,
DiskFormat diskFormat,
Long size,
String checksum) |
ImageDetails(String id,
String name,
Set<Link> links,
ContainerFormat containerFormat,
DiskFormat diskFormat,
Long size,
String checksum,
long minDisk,
long minRam,
String location,
String owner,
Date updatedAt,
Date createdAt,
Date deletedAt,
Image.Status status,
boolean isPublic,
Map<String,String> properties) |
ImageDetails(String id,
String name,
Set<Link> links,
ContainerFormat containerFormat,
DiskFormat diskFormat,
Long size,
String checksum,
long minDisk,
long minRam,
String location,
String owner,
Date updatedAt,
Date createdAt,
Date deletedAt,
Image.Status status,
boolean isPublic,
Map<String,String> properties) |
ImageDetails(String id,
String name,
Set<Link> links,
ContainerFormat containerFormat,
DiskFormat diskFormat,
Long size,
String checksum,
long minDisk,
long minRam,
String location,
String owner,
Date updatedAt,
Date createdAt,
Date deletedAt,
Image.Status status,
boolean isPublic,
Map<String,String> properties) |
ImageDetails(String id,
String name,
Set<Link> links,
ContainerFormat containerFormat,
DiskFormat diskFormat,
Long size,
String checksum,
long minDisk,
long minRam,
String location,
String owner,
Date updatedAt,
Date createdAt,
Date deletedAt,
Image.Status status,
boolean isPublic,
Map<String,String> properties) |
ImageDetails(String id,
String name,
Set<Link> links,
ContainerFormat containerFormat,
DiskFormat diskFormat,
Long size,
String checksum,
long minDisk,
long minRam,
String location,
String owner,
Date updatedAt,
Date createdAt,
Date deletedAt,
Image.Status status,
boolean isPublic,
Map<String,String> properties) |
ImageDetails(String id,
String name,
Set<Link> links,
ContainerFormat containerFormat,
DiskFormat diskFormat,
Long size,
String checksum,
long minDisk,
long minRam,
String location,
String owner,
Date updatedAt,
Date createdAt,
Date deletedAt,
Image.Status status,
boolean isPublic,
Map<String,String> properties) |
ImageDetails(String id,
String name,
Set<Link> links,
ContainerFormat containerFormat,
DiskFormat diskFormat,
Long size,
String checksum,
long minDisk,
long minRam,
String location,
String owner,
Date updatedAt,
Date createdAt,
Date deletedAt,
Image.Status status,
boolean isPublic,
Map<String,String> properties) |
ImageDetails(String id,
String name,
Set<Link> links,
ContainerFormat containerFormat,
DiskFormat diskFormat,
Long size,
String checksum,
long minDisk,
long minRam,
String location,
String owner,
Date updatedAt,
Date createdAt,
Date deletedAt,
Image.Status status,
boolean isPublic,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
ImageDetails |
ImageApi.get(String id)
Returns metadata about an image with id
|
InputStream |
ImageApi.getAsStream(String id)
Returns image data for image with id
|
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 |
---|---|
ApiMetadata |
KeystoneApi.getApiMetadata()
Discover API version information, links to documentation (PDF, HTML, WADL), and supported media types
|
Modifier and Type | Method and Description |
---|---|
Access |
AuthenticationApi.authenticateWithTenantIdAndCredentials(String tenantId,
ApiAccessKeyCredentials apiAccessKeyCredentials)
Authenticate to generate a token.
|
Access |
AuthenticationApi.authenticateWithTenantIdAndCredentials(String tenantId,
PasswordCredentials passwordCredentials)
Authenticate to generate a token.
|
Access |
AuthenticationApi.authenticateWithTenantNameAndCredentials(String tenantName,
ApiAccessKeyCredentials apiAccessKeyCredentials)
Authenticate to generate a token.
|
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 |
Service.getId()
When providing an ID, it is assumed that the service exists in the current OpenStack deployment
|
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) |
Service(String id,
String type,
String name,
String description,
Set<Endpoint> endpoints) |
Service(String id,
String type,
String name,
String description,
Set<Endpoint> endpoints) |
Service(String id,
String type,
String name,
String description,
Set<Endpoint> endpoints) |
Tenant(String id,
String name,
String description,
Boolean enabled) |
Tenant(String id,
String name,
String description,
Boolean enabled) |
Token(String id,
Date expires,
com.google.common.base.Optional<Tenant> tenant) |
User(String id,
String name,
String email,
Boolean enabled,
String tenantId,
Set<Role> roles) |
User(String id,
String name,
String email,
Boolean enabled,
String tenantId,
Set<Role> roles) |
User(String id,
String name,
String email,
Boolean enabled,
String tenantId,
Set<Role> roles) |
User(String id,
String name,
String email,
Boolean enabled,
String tenantId,
Set<Role> roles) |
Modifier and Type | Method and Description |
---|---|
Tenant |
TenantAdminApi.create(String name)
Creates a new tenant
|
Role |
RoleAdminApi.create(String name)
Creates a new Role
|
Tenant |
TenantAdminApi.create(String name,
CreateTenantOptions options)
Creates a new tenant
|
User |
UserAdminApi.create(String name,
String password)
Creates a new user
|
User |
UserAdminApi.create(String name,
String password,
CreateUserOptions options)
Creates a new user
|
Service |
ServiceAdminApi.create(String name,
String type,
String description)
Creates a new Service
|
Service |
ServiceAdminApi.get(String serviceId)
Gets the service
|
Role |
RoleAdminApi.get(String roleId)
Gets the role
|
Tenant |
TenantAdminApi.update(String id,
UpdateTenantOptions options)
Updates a tenant
|
User |
UserAdminApi.update(String id,
UpdateUserOptions options)
Updates an user
|
Modifier and Type | Method and Description |
---|---|
User |
UserApi.get(String userId)
Retrieve information about a user, by user ID
|
Token |
TokenApi.get(String token)
Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog)/
|
Tenant |
TenantApi.get(String tenantId)
Retrieve information about a tenant, by tenant ID
|
User |
UserApi.getByName(String userName)
Retrieve information about a user, by user name
NOTE: currently not working in openstack ( https://bugs.launchpad.net/keystone/+bug/956687 )
|
Tenant |
TenantApi.getByName(String tenantName)
Retrieve information about a tenant, by tenant name
NOTE: currently not working in openstack ( https://bugs.launchpad.net/keystone/+bug/956687 )
|
User |
TokenApi.getUserOfToken(String token)
Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog)/
|
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) |
Constructor and Description |
---|
Claim(String id,
int ttl,
int age,
List<Message> messages) |
Message(String id,
int ttl,
String body,
int age,
String claimId) |
MessagesStats(int claimed,
int free,
int total,
Aged oldest,
Aged newest) |
MessagesStats(int claimed,
int free,
int total,
Aged oldest,
Aged newest) |
Queue(String name,
Map<String,String> metadata) |
Modifier and Type | Method and Description |
---|---|
MessagesCreated |
MessageApi.create(List<CreateMessage> messages)
Create message(s) on a queue.
|
Message |
MessageApi.get(String id)
Gets a specific message.
|
Claim |
ClaimApi.get(String claimId)
Gets a specific claim and the associated messages.
|
Modifier and Type | Method and Description |
---|---|
abstract String |
UpdateFirewallRule.getAction() |
abstract String |
UpdateFirewallRule.Builder.getAction() |
abstract String |
FirewallRule.getAction() |
abstract String |
CreateFirewallRule.getAction() |
abstract String |
CreateFirewallRule.Builder.getAction() |
abstract Boolean |
UpdateFirewall.getAdminStateUp() |
abstract Boolean |
UpdateFirewall.Builder.getAdminStateUp() |
Boolean |
Router.getAdminStateUp() |
Boolean |
Port.getAdminStateUp() |
Boolean |
Network.getAdminStateUp() |
abstract Boolean |
CreateFirewall.getAdminStateUp() |
abstract Boolean |
CreateFirewall.Builder.getAdminStateUp() |
com.google.common.collect.ImmutableSet<AllocationPool> |
Subnet.getAllocationPools() |
com.google.common.collect.ImmutableSet<AddressPair> |
Port.getAllowedAddressPairs() |
abstract Boolean |
UpdateFirewallPolicy.getAudited() |
abstract Boolean |
UpdateFirewallPolicy.Builder.getAudited() |
abstract Boolean |
CreateFirewallPolicy.getAudited() |
abstract Boolean |
CreateFirewallPolicy.Builder.getAudited() |
String |
Subnet.getCidr() |
abstract String |
UpdateFirewallRule.getDescription() |
abstract String |
UpdateFirewallRule.Builder.getDescription() |
abstract String |
UpdateFirewallPolicy.getDescription() |
abstract String |
UpdateFirewallPolicy.Builder.getDescription() |
abstract String |
UpdateFirewall.getDescription() |
abstract String |
UpdateFirewall.Builder.getDescription() |
String |
SecurityGroup.getDescription() |
abstract String |
FirewallRule.getDescription() |
abstract String |
FirewallPolicy.getDescription() |
abstract String |
Firewall.getDescription() |
abstract String |
CreateFirewallRule.getDescription() |
abstract String |
CreateFirewallRule.Builder.getDescription() |
abstract String |
CreateFirewallPolicy.getDescription() |
abstract String |
CreateFirewallPolicy.Builder.getDescription() |
abstract String |
CreateFirewall.getDescription() |
abstract String |
CreateFirewall.Builder.getDescription() |
String |
HostRoute.getDestinationCidr() |
abstract String |
UpdateFirewallRule.getDestinationIpAddress() |
abstract String |
UpdateFirewallRule.Builder.getDestinationIpAddress() |
abstract String |
FirewallRule.getDestinationIpAddress() |
abstract String |
CreateFirewallRule.getDestinationIpAddress() |
abstract String |
CreateFirewallRule.Builder.getDestinationIpAddress() |
abstract String |
UpdateFirewallRule.getDestinationPort() |
abstract String |
UpdateFirewallRule.Builder.getDestinationPort() |
abstract String |
FirewallRule.getDestinationPort() |
abstract String |
CreateFirewallRule.getDestinationPort() |
abstract String |
CreateFirewallRule.Builder.getDestinationPort() |
String |
Port.getDeviceId() |
String |
Port.getDeviceOwner() |
RuleDirection |
Rule.getDirection() |
com.google.common.collect.ImmutableSet<String> |
Subnet.getDnsNameservers() |
abstract Boolean |
UpdateFirewallRule.getEnabled() |
abstract Boolean |
UpdateFirewallRule.Builder.getEnabled() |
abstract Boolean |
CreateFirewallRule.getEnabled() |
abstract Boolean |
CreateFirewallRule.Builder.getEnabled() |
Boolean |
Subnet.getEnableDhcp() |
Boolean |
ExternalGatewayInfo.getEnableSnat() |
String |
AllocationPool.getEnd() |
RuleEthertype |
Rule.getEthertype() |
Boolean |
Network.getExternal()
Adds external network attribute to network resource.
|
ExternalGatewayInfo |
Router.getExternalGatewayInfo() |
com.google.common.collect.ImmutableSet<ExtraDhcpOption> |
Port.getExtraDhcpOptions() |
abstract String |
UpdateFirewallRule.getFirewallPolicyId() |
abstract String |
UpdateFirewallRule.Builder.getFirewallPolicyId() |
abstract String |
UpdateFirewall.getFirewallPolicyId() |
abstract String |
UpdateFirewall.Builder.getFirewallPolicyId() |
abstract String |
FirewallRule.getFirewallPolicyId() |
abstract String |
Firewall.getFirewallPolicyId() |
abstract String |
CreateFirewallRule.getFirewallPolicyId() |
abstract String |
CreateFirewallRule.Builder.getFirewallPolicyId() |
abstract String |
CreateFirewall.getFirewallPolicyId() |
abstract String |
CreateFirewall.Builder.getFirewallPolicyId() |
abstract List<String> |
UpdateFirewallPolicy.getFirewallRules() |
abstract List<String> |
UpdateFirewallPolicy.Builder.getFirewallRules() |
abstract List<String> |
FirewallPolicy.getFirewallRules() |
abstract List<String> |
CreateFirewallPolicy.getFirewallRules() |
abstract List<String> |
CreateFirewallPolicy.Builder.getFirewallRules() |
String |
FloatingIP.getFixedIpAddress() |
com.google.common.collect.ImmutableSet<IP> |
Port.getFixedIps() |
String |
FloatingIP.getFloatingIpAddress() |
String |
FloatingIP.getFloatingNetworkId() |
String |
Subnet.getGatewayIp() |
String |
Port.getHostId() |
com.google.common.collect.ImmutableSet<HostRoute> |
Subnet.getHostRoutes() |
String |
Subnet.getId() |
String |
SecurityGroup.getId() |
String |
Rule.getId() |
String |
Router.getId() |
String |
Port.getId() |
String |
Network.getId() |
String |
FloatingIP.getId() |
String |
ExtraDhcpOption.getId() |
String |
IP.getIpAddress() |
String |
AddressPair.getIpAddress() |
IPv6DHCPMode |
Subnet.getIPv6AddressMode() |
IPv6DHCPMode |
Subnet.getIPv6RAMode() |
abstract IpVersion |
UpdateFirewallRule.getIpVersion() |
abstract IpVersion |
UpdateFirewallRule.Builder.getIpVersion() |
Integer |
Subnet.getIpVersion() |
abstract IpVersion |
FirewallRule.getIpVersion() |
abstract IpVersion |
CreateFirewallRule.getIpVersion() |
abstract IpVersion |
CreateFirewallRule.Builder.getIpVersion() |
String |
Port.getMacAddress() |
String |
AddressPair.getMacAddress() |
Boolean |
Port.getMacLearning() |
String |
Network.getMemberSegments() |
String |
Network.getMulticastIp() |
abstract String |
UpdateFirewallRule.getName() |
abstract String |
UpdateFirewallRule.Builder.getName() |
abstract String |
UpdateFirewallPolicy.getName() |
abstract String |
UpdateFirewallPolicy.Builder.getName() |
abstract String |
UpdateFirewall.getName() |
abstract String |
UpdateFirewall.Builder.getName() |
String |
Subnet.getName() |
String |
SecurityGroup.getName() |
String |
Router.getName() |
String |
Port.getName() |
String |
Network.getName() |
abstract String |
Firewall.getName() |
abstract String |
CreateFirewallRule.getName() |
abstract String |
CreateFirewallRule.Builder.getName() |
abstract String |
CreateFirewallPolicy.getName() |
abstract String |
CreateFirewallPolicy.Builder.getName() |
abstract String |
CreateFirewall.getName() |
abstract String |
CreateFirewall.Builder.getName() |
String |
Network.getNetworkFlavor() |
String |
Subnet.getNetworkId() |
String |
Port.getNetworkId() |
String |
ExternalGatewayInfo.getNetworkId() |
NetworkType |
NetworkSegment.getNetworkType() |
NetworkType |
Network.getNetworkType() |
String |
HostRoute.getNextHop() |
String |
ExtraDhcpOption.getOptionName() |
String |
ExtraDhcpOption.getOptionValue() |
String |
NetworkSegment.getPhysicalNetwork() |
String |
Network.getPhysicalNetworkName() |
String |
RouterInterface.getPortId() |
String |
FloatingIP.getPortId() |
Integer |
Rule.getPortRangeMax() |
Integer |
Rule.getPortRangeMin() |
Boolean |
Port.getPortSecurity() |
Boolean |
Network.getPortSecurity() |
abstract Integer |
UpdateFirewallRule.getPosition() |
abstract Integer |
UpdateFirewallRule.Builder.getPosition() |
abstract Integer |
FirewallRule.getPosition() |
abstract Integer |
CreateFirewallRule.getPosition()
see Builder#position(Integer)
|
abstract Integer |
CreateFirewallRule.Builder.getPosition() |
com.google.common.collect.ImmutableMap<String,Object> |
Port.getProfile() |
String |
Port.getProfileId() |
String |
Network.getProfileId() |
abstract String |
UpdateFirewallRule.getProtocol() |
abstract String |
UpdateFirewallRule.Builder.getProtocol() |
RuleProtocol |
Rule.getProtocol() |
abstract String |
FirewallRule.getProtocol() |
abstract String |
CreateFirewallRule.getProtocol() |
abstract String |
CreateFirewallRule.Builder.getProtocol() |
String |
Port.getQosQueueId() |
Integer |
Port.getQosRxtxFactor() |
String |
Rule.getRemoteGroupId() |
String |
Rule.getRemoteIpPrefix() |
String |
FloatingIP.getRouterId() |
String |
Rule.getSecurityGroupId() |
com.google.common.collect.ImmutableSet<String> |
Port.getSecurityGroups() |
String |
Network.getSegmentAdd() |
Integer |
NetworkSegment.getSegmentationId() |
Integer |
Network.getSegmentationId() |
String |
Network.getSegmentDel() |
com.google.common.collect.ImmutableSet<NetworkSegment> |
Network.getSegments() |
abstract Boolean |
UpdateFirewallRule.getShared() |
abstract Boolean |
UpdateFirewallRule.Builder.getShared() |
abstract Boolean |
UpdateFirewallPolicy.getShared() |
abstract Boolean |
UpdateFirewallPolicy.Builder.getShared() |
Boolean |
Network.getShared()
The shared attribute can be used to create a public network, i.e.: a network which is shared with all other tenants.
|
abstract Boolean |
CreateFirewallRule.getShared() |
abstract Boolean |
CreateFirewallRule.Builder.getShared() |
abstract Boolean |
CreateFirewallPolicy.getShared() |
abstract Boolean |
CreateFirewallPolicy.Builder.getShared() |
abstract String |
UpdateFirewallRule.getSourceIpAddress() |
abstract String |
UpdateFirewallRule.Builder.getSourceIpAddress() |
abstract String |
FirewallRule.getSourceIpAddress() |
abstract String |
CreateFirewallRule.getSourceIpAddress() |
abstract String |
CreateFirewallRule.Builder.getSourceIpAddress() |
abstract String |
UpdateFirewallRule.getSourcePort() |
abstract String |
UpdateFirewallRule.Builder.getSourcePort() |
abstract String |
FirewallRule.getSourcePort() |
abstract String |
CreateFirewallRule.getSourcePort() |
abstract String |
CreateFirewallRule.Builder.getSourcePort() |
String |
AllocationPool.getStart() |
NetworkStatus |
Router.getStatus() |
NetworkStatus |
Port.getStatus() |
NetworkStatus |
Network.getStatus() |
String |
RouterInterface.getSubnetId() |
String |
IP.getSubnetId() |
com.google.common.collect.ImmutableSet<String> |
Network.getSubnets() |
abstract String |
UpdateFirewallRule.getTenantId() |
abstract String |
UpdateFirewallRule.Builder.getTenantId() |
abstract String |
UpdateFirewallPolicy.getTenantId() |
abstract String |
UpdateFirewallPolicy.Builder.getTenantId() |
abstract String |
UpdateFirewall.getTenantId() |
abstract String |
UpdateFirewall.Builder.getTenantId() |
String |
Subnet.getTenantId() |
String |
SecurityGroup.getTenantId() |
String |
Rule.getTenantId() |
String |
Router.getTenantId() |
String |
Port.getTenantId() |
String |
Network.getTenantId() |
String |
FloatingIP.getTenantId() |
abstract String |
CreateFirewallRule.getTenantId() |
abstract String |
CreateFirewallRule.Builder.getTenantId() |
abstract String |
CreateFirewallPolicy.getTenantId() |
abstract String |
CreateFirewallPolicy.Builder.getTenantId() |
abstract String |
CreateFirewall.getTenantId() |
abstract String |
CreateFirewall.Builder.getTenantId() |
com.google.common.collect.ImmutableMap<String,Object> |
Port.getVifDetails() |
VIFType |
Port.getVifType() |
VNICType |
Port.getVnicType() |
abstract Boolean |
Firewall.isAdminStateUp() |
Modifier and Type | Method and Description |
---|---|
RouterInterface |
RouterApi.addInterfaceForPort(String routerId,
String portId)
Add a interface to a router to connect to the specified port
|
RouterInterface |
RouterApi.addInterfaceForSubnet(String routerId,
String subnetId)
Add a interface to a router to connect to the specified subnet
|
Rule |
SecurityGroupApi.get(String id) |
Router |
RouterApi.get(String id)
Returns a Routers collection that should contain a single router with the id requested.
|
Firewall |
FWaaSApi.get(String id)
Returns the details for a specific firewall.
|
FloatingIP |
FloatingIPApi.get(String id)
Returns the details for a specific floating IP.
|
FirewallRule |
FWaaSApi.getFirewallRule(String firewallRuleId) |
SecurityGroup |
SecurityGroupApi.getSecurityGroup(String id) |
FirewallPolicy |
FWaaSApi.insertFirewallRuleToPolicy(String policyId,
String firewallRuleId) |
FirewallPolicy |
FWaaSApi.removeFirewallRuleFromPolicy(String policyId,
String firewallRuleId) |
FloatingIP |
FloatingIPApi.update(String id,
FloatingIP.UpdateFloatingIP updateFloatingIP)
Update a Floating IP
|
Router |
RouterApi.update(String id,
Router.UpdateRouter router)
Update a router
|
Firewall |
FWaaSApi.update(String id,
UpdateFirewall updateFirewall)
Update a firewall
|
FirewallRule |
FWaaSApi.updateFirewallRule(String id,
UpdateFirewallRule updateFirewallRule) |
Modifier and Type | Method and Description |
---|---|
HealthMonitor |
LBaaSApi.getHealthMonitor(String id)
Returns the details for a specific HealthMonitor.
|
Member |
LBaaSApi.getMember(String id)
Returns the details for a specific Member.
|
Pool |
LBaaSApi.getPool(String id)
Returns the details for a specific Pool.
|
VIP |
LBaaSApi.getVIP(String id)
Returns the details for a specific VIP.
|
HealthMonitor |
LBaaSApi.updateHealthMonitor(String id,
HealthMonitor.UpdateHealthMonitor healthMonitor)
Update a HealthMonitor.
|
Member |
LBaaSApi.updateMember(String id,
Member.UpdateMember member)
Update a Member.
|
Pool |
LBaaSApi.updatePool(String id,
Pool.UpdatePool pool)
Update a Pool.
|
VIP |
LBaaSApi.updateVIP(String id,
VIP.UpdateVIP vip)
Update a VIP.
|
Modifier and Type | Method and Description |
---|---|
Subnet |
SubnetApi.get(String id)
Returns the specific Subnet.
|
Port |
PortApi.get(String id)
Returns the specific port
|
Network |
NetworkApi.get(String id)
Return a specific network
|
Network |
NetworkApi.update(String id,
Network.UpdateNetwork network)
Update a network
|
Modifier and Type | Method and Description |
---|---|
String |
Server.getAccessIPv4() |
String |
Server.getAccessIPv6() |
com.google.common.base.Optional<String> |
Server.getAvailabilityZone()
return the Availability Zone of a server
|
List<BlockDeviceMapping> |
Image.getBlockDeviceMapping() |
Integer |
BlockDeviceMapping.getBootIndex() |
String |
Server.getConfigDrive() |
Date |
VolumeSnapshot.getCreated() |
Date |
Image.getCreated() |
Boolean |
BlockDeviceMapping.getDeleteOnTermination() |
String |
VolumeSnapshot.getDescription() |
String |
Volume.getDescription() |
String |
SecurityGroup.getDescription() |
String |
BlockDeviceMapping.getDestinationType() |
String |
VolumeAttachment.getDevice() |
String |
BlockDeviceMapping.getDeviceName() |
String |
BlockDeviceMapping.getDeviceType() |
String |
BlockDeviceMapping.getDiskBus() |
String |
KeyPair.getFingerprint() |
String |
FloatingIP.getFixedIp() |
TenantIdAndName |
SecurityGroupRule.getGroup() |
String |
BlockDeviceMapping.getGuestFormat() |
String |
Server.getHostId() |
String |
ServerExtendedAttributes.getHostName() |
String |
ServerExtendedAttributes.getHypervisorHostName() |
String |
FloatingIP.getInstanceId() |
String |
ServerExtendedAttributes.getInstanceName() |
Date |
SimpleServerUsage.getInstanceTerminated() |
String |
FixedIP.getIpAddress() |
String |
SecurityGroupRule.getIpRange() |
String |
Server.getKeyName() |
String |
VolumeSnapshot.getName() |
String |
Volume.getName() |
String |
SecurityGroup.getName() |
String |
Host.getName() |
Boolean |
BlockDeviceMapping.getNoDevice() |
String |
FloatingIP.getPool() |
String |
KeyPair.getPrivateKey() |
String |
HostResourceUsage.getProject() |
String |
KeyPair.getPublicKey() |
Resource |
Image.getServer() |
String |
VolumeAttachment.getServerId() |
String |
Host.getService() |
String |
Volume.getSnapshotId() |
String |
BlockDeviceMapping.getSourceType() |
Date |
SimpleTenantUsage.getStart() |
Image.Status |
Image.getStatus() |
Date |
SimpleTenantUsage.getStop() |
String |
FixedIP.getSubnetId() |
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 |
BlockDeviceMapping.getUuid() |
String |
ServerExtendedStatus.getVmState() |
Integer |
BlockDeviceMapping.getVolumeSize() |
String |
Volume.getVolumeType() |
String |
Host.getZone() |
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,
String pool) |
FloatingIP(String id,
String ip,
String fixedIp,
String instanceId,
String pool) |
FloatingIP(String id,
String ip,
String fixedIp,
String instanceId,
String pool) |
Host(String name,
String service,
String zone) |
Host(String name,
String service,
String zone) |
Host(String name,
String service,
String zone) |
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) |
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,
List<BlockDeviceMapping> blockDeviceMapping,
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,
List<BlockDeviceMapping> blockDeviceMapping,
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,
List<BlockDeviceMapping> blockDeviceMapping,
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,
List<BlockDeviceMapping> blockDeviceMapping,
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,
List<BlockDeviceMapping> blockDeviceMapping,
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,
List<BlockDeviceMapping> blockDeviceMapping,
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,
List<BlockDeviceMapping> blockDeviceMapping,
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,
List<BlockDeviceMapping> blockDeviceMapping,
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,
String availabilityZone) |
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,
String availabilityZone) |
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,
String availabilityZone) |
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,
String availabilityZone) |
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,
String availabilityZone) |
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,
String availabilityZone) |
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,
String availabilityZone) |
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,
String availabilityZone) |
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,
String availabilityZone) |
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,
String availabilityZone) |
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,
String availabilityZone) |
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,
String availabilityZone) |
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,
String availabilityZone) |
ServerCreated(String id,
String name,
Set<Link> links,
String adminPass,
String diskConfig) |
ServerCreated(String id,
String name,
Set<Link> links,
String adminPass,
String diskConfig) |
ServerCreated(String id,
String name,
Set<Link> links,
String adminPass,
String diskConfig) |
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,
String availabilityZone) |
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,
String availabilityZone) |
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,
String availabilityZone) |
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,
String availabilityZone) |
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,
String availabilityZone) |
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,
String availabilityZone) |
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,
String availabilityZone) |
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,
String availabilityZone) |
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,
String availabilityZone) |
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,
String availabilityZone) |
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,
String availabilityZone) |
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 |
---|---|
abstract String |
HypervisorDetails.getCpuInfo() |
abstract Integer |
HypervisorDetails.getCurrentWorkload() |
abstract Integer |
HypervisorDetails.getDiskAvailableLeast() |
abstract Integer |
HypervisorDetails.getFreeDiskGb() |
abstract Integer |
HypervisorDetails.getFreeRamMb() |
abstract String |
HypervisorDetails.getName() |
abstract String |
Hypervisor.getName() |
abstract Integer |
HypervisorDetails.getRunningVms() |
Modifier and Type | Method and Description |
---|---|
FloatingIP |
FloatingIPApi.allocateFromPool(String pool)
Allocates a Floating IP address from a pool
|
FloatingIP |
FloatingIPApi.create()
Allocates a Floating IP address
|
SecurityGroupRule |
SecurityGroupApi.createRuleAllowingCidrBlock(String parentGroup,
Ingress ip_protocol,
String sourceCidr)
Create a Security Group Rule.
|
SecurityGroupRule |
SecurityGroupApi.createRuleAllowingSecurityGroupId(String parentGroup,
Ingress ip_protocol,
String groupId)
Create a Security Group Rule.
|
SecurityGroup |
SecurityGroupApi.createWithDescription(String name,
String description)
Create a Security Group
|
VolumeType |
VolumeTypeApi.get(String id)
Gets a volume type
|
Volume |
VolumeApi.get(String volumeId)
Deprecated.
Please use
VolumeApi.get(String) instead.
To be removed in jclouds 2.0. |
SimpleTenantUsage |
SimpleTenantUsageApi.get(String tenantId)
Retrieve tenant_usage for a specified tenant
|
ServerWithSecurityGroups |
ServerWithSecurityGroupsApi.get(String id)
Retrieve details of the specified server, including security groups
|
SecurityGroup |
SecurityGroupApi.get(String id)
Get a specific Security Group
|
KeyPair |
KeyPairApi.get(String name)
Gets a specific
KeyPair by name. |
HostAggregate |
HostAggregateApi.get(String id)
Retrieves the details of an aggregate, hosts and metadata included.
|
FloatingIP |
FloatingIPApi.get(String id)
Gets a specific Floating IP address
|
InterfaceAttachment |
AttachInterfaceApi.get(String serverId,
String attachmentId)
Returns information about a specified port interface for given server
|
VolumeAttachment |
VolumeAttachmentApi.getAttachmentForVolumeOnServer(String volumeId,
String serverId)
Gets a specific Volume Attachment for a Volume and Server.
|
Quota |
QuotaApi.getByTenant(String tenantId) |
Quota |
QuotaApi.getDefaultsForTenant(String tenantId) |
String |
VolumeTypeApi.getExtraSpec(String id,
String key)
Retrieve a single extra spec value
|
String |
FlavorExtraSpecsApi.getMetadataKey(String flavorId,
String key)
Return a single extra spec value
|
VolumeSnapshot |
VolumeApi.getSnapshot(String snapshotId)
Deprecated.
Please use
SnapshotApi.get(String) instead.
To be removed in jclouds 2.0. |
Modifier and Type | Method and Description |
---|---|
Flavor |
FlavorApi.create(Flavor flavor)
Create flavor according to the provided object
|
Server |
ServerApi.get(String id)
List details of the specified server
|
Image |
ImageApi.get(String id)
List details of the specified image
|
Flavor |
FlavorApi.get(String id)
List details of the specified flavor
|
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.
|
String |
ImageApi.updateMetadata(String id,
String key,
String value)
Set a metadata item 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 |
---|---|
SwiftObject |
ObjectApi.get(String objectName)
Gets the
SwiftObject including its body . |
Container |
ContainerApi.get(String containerName)
Gets the
Container . |
SwiftObject |
ObjectApi.get(String objectName,
GetOptions options)
Gets the
SwiftObject including its body . |
SwiftObject |
ObjectApi.getWithoutBody(String objectName)
Gets the
SwiftObject metadata without its body . |
ObjectList |
ObjectApi.list()
Lists up to 10,000 objects.
|
ObjectList |
ObjectApi.list(ListContainerOptions options)
Lists up to 10,000 objects.
|
Modifier and Type | Method and Description |
---|---|
User |
UserApi.get(String name)
Returns a User by identifier.
|
Instance |
InstanceApi.get(String instanceId)
Returns an Instance by id.
|
User |
UserApi.get(String name,
String hostname)
Returns a User by name and allowed host.
|
Modifier and Type | Method and Description |
---|---|
Set<Link> |
Resource.getLinks() |
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) |
PaginatedCollection(Iterable<T> resources,
Iterable<Link> links,
Integer totalEntries) |
PaginatedCollection(Iterable<T> resources,
Iterable<Link> links,
Integer totalEntries) |
PaginatedCollection(Iterable<T> resources,
Iterable<Link> links,
Integer totalEntries) |
Resource(String id,
String name,
Set<Link> links) |
Resource(String id,
String name,
Set<Link> links) |
Modifier and Type | Method and Description |
---|---|
Extension |
ExtensionApi.get(String id)
Extensions may also be queried individually by their unique alias.
|
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) |
Constructor and Description |
---|
CreateWebhook(String name,
Map<String,Object> metadata) |
Webhook(String name,
Map<String,Object> metadata,
List<Link> links,
String id) |
Modifier and Type | Method and Description |
---|---|
Group |
GroupApi.create(GroupConfiguration groupConfiguration,
LaunchConfiguration launchConfiguration,
List<CreateScalingPolicy> scalingPolicies)
Create a scaling group.
|
Webhook |
WebhookApi.get(String id)
Get a webhook.
|
ScalingPolicy |
PolicyApi.get(String scalingPolicyId)
This operation returns the details for a single scaling policy.
|
Group |
GroupApi.get(String id)
This operation gets group details for a group
|
GroupConfiguration |
GroupApi.getGroupConfiguration(String id)
This operation gets the configuration for the scaling group.
|
LaunchConfiguration |
GroupApi.getLaunchConfiguration(String id)
This operation gets the launch configuration for the scaling group.
|
GroupState |
GroupApi.getState(String id)
This operation gets the state of the Autoscaling Group.
|
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 |
---|---|
URI |
CDNApi.enable(String containerName)
Enables the
CDNContainer . |
URI |
CDNApi.enable(String containerName,
int ttl)
Enables the
CDNContainer with a TTL. |
CDNContainer |
CDNApi.get(String containerName)
Gets the specified CDN Container.
|
Modifier and Type | Method and Description |
---|---|
URI |
RegionToCDNEndpoint.apply(Object from) |
Modifier and Type | Method and Description |
---|---|
Access |
CloudIdentityAuthenticationApi.authenticateWithTenantIdAndCredentials(String tenantId,
ApiKeyCredentials apiKeyCredentials)
Authenticate to generate a token.
|
Access |
CloudIdentityAuthenticationApi.authenticateWithTenantNameAndCredentials(String tenantName,
ApiKeyCredentials apiKeyCredentials)
Authenticate to generate a token.
|
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.
|
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) |
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 |
---|---|
SoftLayerTemplateOptions |
SoftLayerTemplateOptions.dedicatedAccountHostOnlyFlag(Boolean dedicatedAccountHostOnlyFlag) |
SoftLayerTemplateOptions |
SoftLayerTemplateOptions.diskType(String diskType) |
SoftLayerTemplateOptions |
SoftLayerTemplateOptions.hourlyBillingFlag(Boolean hourlyBillingFlag) |
SoftLayerTemplateOptions |
SoftLayerTemplateOptions.portSpeed(Integer portSpeed) |
SoftLayerTemplateOptions |
SoftLayerTemplateOptions.postInstallScriptUri(String postInstallScriptUri) |
SoftLayerTemplateOptions |
SoftLayerTemplateOptions.primaryBackendNetworkComponentNetworkVlanId(Integer primaryBackendNetworkComponentNetworkVlanId) |
SoftLayerTemplateOptions |
SoftLayerTemplateOptions.primaryNetworkComponentNetworkVlanId(Integer primaryNetworkComponentNetworkVlanId) |
SoftLayerTemplateOptions |
SoftLayerTemplateOptions.privateNetworkOnlyFlag(Boolean privateNetworkOnlyFlag) |
SoftLayerTemplateOptions |
SoftLayerTemplateOptions.userData(String userData) |
Constructor and Description |
---|
Address(int id,
String country,
String state,
String description,
int accountId,
String address,
String city,
String contactName,
int isActive,
int locationId,
String postalCode) |
Address(int id,
String country,
String state,
String description,
int accountId,
String address,
String city,
String contactName,
int isActive,
int locationId,
String postalCode) |
Address(int id,
String country,
String state,
String description,
int accountId,
String address,
String city,
String contactName,
int isActive,
int locationId,
String postalCode) |
Address(int id,
String country,
String state,
String description,
int accountId,
String address,
String city,
String contactName,
int isActive,
int locationId,
String postalCode) |
Address(int id,
String country,
String state,
String description,
int accountId,
String address,
String city,
String contactName,
int isActive,
int locationId,
String postalCode) |
Address(int id,
String country,
String state,
String description,
int accountId,
String address,
String city,
String contactName,
int isActive,
int locationId,
String postalCode) |
ContainerVirtualGuestConfigurationOption(ProductItemPrice productItemPrice,
VirtualGuest template) |
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) |
NetworkVlan(int id,
int accountId,
String name,
int networkVrfId,
int primarySubnetId,
int vlanNumber,
String note) |
NetworkVlan(int id,
int accountId,
String name,
int networkVrfId,
int primarySubnetId,
int vlanNumber,
String note) |
OperatingSystem(String id,
SoftwareLicense softwareLicense,
String operatingSystemReferenceCode,
Set<Password> passwords) |
OperatingSystem(String id,
SoftwareLicense softwareLicense,
String operatingSystemReferenceCode,
Set<Password> passwords) |
OperatingSystem(String id,
SoftwareLicense softwareLicense,
String operatingSystemReferenceCode,
Set<Password> passwords) |
Password(int id,
String username,
String password) |
ProductItem(int id,
String description,
String softwareDescriptionId,
SoftwareDescription softwareDescription) |
ProductItem(int id,
String description,
String softwareDescriptionId,
SoftwareDescription softwareDescription) |
ProductItem(int id,
String description,
String softwareDescriptionId,
SoftwareDescription softwareDescription) |
SecuritySshKey(int id,
String key,
String label,
String fingerprint,
String notes,
String createDate,
String modifyDate) |
SecuritySshKey(int id,
String key,
String label,
String fingerprint,
String notes,
String createDate,
String modifyDate) |
SecuritySshKey(int id,
String key,
String label,
String fingerprint,
String notes,
String createDate,
String modifyDate) |
SecuritySshKey(int id,
String key,
String label,
String fingerprint,
String notes,
String createDate,
String modifyDate) |
SecuritySshKey(int id,
String key,
String label,
String fingerprint,
String notes,
String createDate,
String modifyDate) |
SecuritySshKey(int id,
String key,
String label,
String fingerprint,
String notes,
String createDate,
String modifyDate) |
SoftwareDescription(int id,
String longDescription,
String manufacturer,
String name,
int operatingSystem,
String referenceCode,
String requiredUser,
String version,
int controlPanel,
String upgradeSoftwareDescriptionId,
String upgradeSwDescId,
String virtualLicense,
String virtualizationPlatform) |
SoftwareDescription(int id,
String longDescription,
String manufacturer,
String name,
int operatingSystem,
String referenceCode,
String requiredUser,
String version,
int controlPanel,
String upgradeSoftwareDescriptionId,
String upgradeSwDescId,
String virtualLicense,
String virtualizationPlatform) |
SoftwareDescription(int id,
String longDescription,
String manufacturer,
String name,
int operatingSystem,
String referenceCode,
String requiredUser,
String version,
int controlPanel,
String upgradeSoftwareDescriptionId,
String upgradeSwDescId,
String virtualLicense,
String virtualizationPlatform) |
SoftwareDescription(int id,
String longDescription,
String manufacturer,
String name,
int operatingSystem,
String referenceCode,
String requiredUser,
String version,
int controlPanel,
String upgradeSoftwareDescriptionId,
String upgradeSwDescId,
String virtualLicense,
String virtualizationPlatform) |
SoftwareDescription(int id,
String longDescription,
String manufacturer,
String name,
int operatingSystem,
String referenceCode,
String requiredUser,
String version,
int controlPanel,
String upgradeSoftwareDescriptionId,
String upgradeSwDescId,
String virtualLicense,
String virtualizationPlatform) |
SoftwareDescription(int id,
String longDescription,
String manufacturer,
String name,
int operatingSystem,
String referenceCode,
String requiredUser,
String version,
int controlPanel,
String upgradeSoftwareDescriptionId,
String upgradeSwDescId,
String virtualLicense,
String virtualizationPlatform) |
SoftwareDescription(int id,
String longDescription,
String manufacturer,
String name,
int operatingSystem,
String referenceCode,
String requiredUser,
String version,
int controlPanel,
String upgradeSoftwareDescriptionId,
String upgradeSwDescId,
String virtualLicense,
String virtualizationPlatform) |
SoftwareDescription(int id,
String longDescription,
String manufacturer,
String name,
int operatingSystem,
String referenceCode,
String requiredUser,
String version,
int controlPanel,
String upgradeSoftwareDescriptionId,
String upgradeSwDescId,
String virtualLicense,
String virtualizationPlatform) |
SoftwareDescription(int id,
String longDescription,
String manufacturer,
String name,
int operatingSystem,
String referenceCode,
String requiredUser,
String version,
int controlPanel,
String upgradeSoftwareDescriptionId,
String upgradeSwDescId,
String virtualLicense,
String virtualizationPlatform) |
SoftwareDescription(int id,
String longDescription,
String manufacturer,
String name,
int operatingSystem,
String referenceCode,
String requiredUser,
String version,
int controlPanel,
String upgradeSoftwareDescriptionId,
String upgradeSwDescId,
String virtualLicense,
String virtualizationPlatform) |
SoftwareLicense(int id,
SoftwareDescription softwareDescription,
int softwareDescriptionId) |
TagReference(int id,
int usrRecordId,
int tagTypeId,
int tagId,
int resourceTableId,
int empRecordId,
Tag tag,
TagType tagType) |
TagReference(int id,
int usrRecordId,
int tagTypeId,
int tagId,
int resourceTableId,
int empRecordId,
Tag tag,
TagType tagType) |
TagType(String keyName,
String description) |
TagType(String keyName,
String description) |
VirtualDiskImage(int id,
String uuid,
float capacity,
String units,
int typeId,
String description,
String name,
int storageRepositoryId,
Set<VirtualDiskImageSoftware> softwareReferences) |
VirtualDiskImage(int id,
String uuid,
float capacity,
String units,
int typeId,
String description,
String name,
int storageRepositoryId,
Set<VirtualDiskImageSoftware> softwareReferences) |
VirtualDiskImage(int id,
String uuid,
float capacity,
String units,
int typeId,
String description,
String name,
int storageRepositoryId,
Set<VirtualDiskImageSoftware> softwareReferences) |
VirtualDiskImage(int id,
String uuid,
float capacity,
String units,
int typeId,
String description,
String name,
int storageRepositoryId,
Set<VirtualDiskImageSoftware> softwareReferences) |
VirtualDiskImage(int id,
String uuid,
float capacity,
String units,
int typeId,
String description,
String name,
int storageRepositoryId,
Set<VirtualDiskImageSoftware> softwareReferences) |
VirtualDiskImageSoftware(int id,
int softwareDescriptionId,
SoftwareDescription softwareDescription) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuest(int accountId,
Date createDate,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
String operatingSystemReferenceCode,
Datacenter datacenter,
PowerState powerState,
SoftwareLicense softwareLicense,
int activeTransactionCount,
List<VirtualGuestBlockDevice> blockDevices,
boolean hourlyBillingFlag,
boolean localDiskFlag,
boolean dedicatedAccountHostOnlyFlag,
boolean privateNetworkOnlyFlag,
VirtualGuestBlockDeviceTemplateGroup blockDeviceTemplateGroup,
Set<VirtualGuestNetworkComponent> networkComponents,
Set<TagReference> tagReferences,
VirtualGuestNetworkComponent primaryNetworkComponent,
VirtualGuestNetworkComponent primaryBackendNetworkComponent,
String postInstallScriptUri,
VirtualGuestAttribute virtualGuestAttribute,
Set<SecuritySshKey> sshKeys) |
VirtualGuestBlockDevice(int id,
String uuid,
int statusId,
String mountType,
String mountMode,
int bootableFlag,
String device,
VirtualDiskImage diskImage,
VirtualGuest guest) |
VirtualGuestBlockDevice(int id,
String uuid,
int statusId,
String mountType,
String mountMode,
int bootableFlag,
String device,
VirtualDiskImage diskImage,
VirtualGuest guest) |
VirtualGuestBlockDevice(int id,
String uuid,
int statusId,
String mountType,
String mountMode,
int bootableFlag,
String device,
VirtualDiskImage diskImage,
VirtualGuest guest) |
VirtualGuestBlockDevice(int id,
String uuid,
int statusId,
String mountType,
String mountMode,
int bootableFlag,
String device,
VirtualDiskImage diskImage,
VirtualGuest guest) |
VirtualGuestBlockDevice(int id,
String uuid,
int statusId,
String mountType,
String mountMode,
int bootableFlag,
String device,
VirtualDiskImage diskImage,
VirtualGuest guest) |
VirtualGuestBlockDeviceTemplateGroup(int id,
String name,
String globalIdentifier,
int statusId,
int accountId,
int parentId,
String summary,
Set<VirtualGuestBlockDeviceTemplateGroup> children,
Set<VirtualGuestBlockDeviceTemplate> blockDevices) |
VirtualGuestBlockDeviceTemplateGroup(int id,
String name,
String globalIdentifier,
int statusId,
int accountId,
int parentId,
String summary,
Set<VirtualGuestBlockDeviceTemplateGroup> children,
Set<VirtualGuestBlockDeviceTemplate> blockDevices) |
VirtualGuestBlockDeviceTemplateGroup(int id,
String name,
String globalIdentifier,
int statusId,
int accountId,
int parentId,
String summary,
Set<VirtualGuestBlockDeviceTemplateGroup> children,
Set<VirtualGuestBlockDeviceTemplate> blockDevices) |
VirtualGuestBlockDeviceTemplateGroup(int id,
String name,
String globalIdentifier,
int statusId,
int accountId,
int parentId,
String summary,
Set<VirtualGuestBlockDeviceTemplateGroup> children,
Set<VirtualGuestBlockDeviceTemplate> blockDevices) |
VirtualGuestBlockDeviceTemplateGroup(int id,
String name,
String globalIdentifier,
int statusId,
int accountId,
int parentId,
String summary,
Set<VirtualGuestBlockDeviceTemplateGroup> children,
Set<VirtualGuestBlockDeviceTemplate> blockDevices) |
VirtualGuestNetworkComponent(int id,
String uuid,
int guestId,
int networkId,
String macAddress,
int maxSpeed,
String name,
int port,
int speed,
String status,
NetworkVlan networkVlan) |
VirtualGuestNetworkComponent(int id,
String uuid,
int guestId,
int networkId,
String macAddress,
int maxSpeed,
String name,
int port,
int speed,
String status,
NetworkVlan networkVlan) |
VirtualGuestNetworkComponent(int id,
String uuid,
int guestId,
int networkId,
String macAddress,
int maxSpeed,
String name,
int port,
int speed,
String status,
NetworkVlan networkVlan) |
VirtualGuestNetworkComponent(int id,
String uuid,
int guestId,
int networkId,
String macAddress,
int maxSpeed,
String name,
int port,
int speed,
String status,
NetworkVlan networkVlan) |
Modifier and Type | Method and Description |
---|---|
QueueApi |
SQSApi.getQueueApiForRegion(String region) |
Modifier and Type | Method and Description |
---|---|
com.jcraft.jsch.Session |
SessionConnection.getSession() |
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 void |
Closeables2.closeQuietly(Closeable closeable)
Closes the closable, swallowing any IOException.
|
static String |
Strings2.urlDecode(String in)
url decodes the input param, if set.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.