|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Nullable in org.jclouds |
|---|
| Fields in org.jclouds with annotations of type Nullable | |
|---|---|
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 |
| Methods in org.jclouds with annotations of type Nullable | |
|---|---|
String |
Context.getBuildVersion()
Deprecated. |
| Method parameters in org.jclouds with annotations of type Nullable | |
|---|---|
ContextBuilder |
ContextBuilder.credentials(String identity,
String credential)
|
| Constructor parameters in org.jclouds with annotations of type Nullable | |
|---|---|
ContextBuilder(ProviderMetadata providerMetadata,
ApiMetadata apiMetadata)
|
|
| Uses of Nullable in org.jclouds.apis |
|---|
| Method parameters in org.jclouds.apis with annotations of type Nullable | |
|---|---|
ApiMetadata.Builder |
ApiMetadata.Builder.buildVersion(String buildVersion)
|
ApiMetadata.Builder |
ApiMetadata.Builder.credentialName(String credentialName)
|
ApiMetadata.Builder |
ApiMetadata.Builder.defaultCredential(String defaultCredential)
|
ApiMetadata.Builder |
ApiMetadata.Builder.defaultEndpoint(String defaultEndpoint)
|
ApiMetadata.Builder |
ApiMetadata.Builder.defaultIdentity(String defaultIdentity)
|
| Uses of Nullable in org.jclouds.atmos.domain |
|---|
| Methods in org.jclouds.atmos.domain with annotations of type Nullable | |
|---|---|
String |
BoundedSet.getToken()
|
| Method parameters in org.jclouds.atmos.domain with annotations of type Nullable | |
|---|---|
AtmosObject |
AtmosObject.Factory.create(MutableContentMetadata contentMetadata)
|
| Constructor parameters in org.jclouds.atmos.domain with annotations of type Nullable | |
|---|---|
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)
|
|
| Uses of Nullable in org.jclouds.atmos.domain.internal |
|---|
| Methods in org.jclouds.atmos.domain.internal with annotations of type Nullable | |
|---|---|
String |
BoundedLinkedHashSet.getToken()
|
| Constructor parameters in org.jclouds.atmos.domain.internal with annotations of type Nullable | |
|---|---|
BoundedLinkedHashSet(Iterable<T> contents,
String token)
|
|
| Uses of Nullable in org.jclouds.aws.ec2.compute |
|---|
| Method parameters in org.jclouds.aws.ec2.compute with annotations of type Nullable | |
|---|---|
static AWSEC2TemplateOptions |
AWSEC2TemplateOptions.Builder.mapEBSSnapshotToDeviceName(String deviceName,
String snapshotId,
Integer sizeInGib,
boolean deleteOnTermination)
|
| Uses of Nullable in org.jclouds.aws.ec2.domain |
|---|
| Method parameters in org.jclouds.aws.ec2.domain with annotations of type Nullable | |
|---|---|
LaunchSpecification.Builder |
LaunchSpecification.Builder.mapEBSSnapshotToDevice(String deviceName,
String snapshotId,
Integer sizeInGib,
boolean deleteOnTermination)
|
| Constructor parameters in org.jclouds.aws.ec2.domain with annotations of type Nullable | |
|---|---|
SpotInstanceRequest(String region,
String availabilityZoneGroup,
String launchedAvailabilityZone,
Date createTime,
String faultCode,
String faultMessage,
String instanceId,
String launchGroup,
LaunchSpecification launchSpecification,
String productDescription,
String id,
float spotPrice,
SpotInstanceRequest.State state,
String rawState,
SpotInstanceRequest.Type type,
Date validFrom,
Date validUntil,
Map<String,String> tags)
|
|
| Uses of Nullable in org.jclouds.aws.ec2.services |
|---|
| Method parameters in org.jclouds.aws.ec2.services with annotations of type Nullable | |
|---|---|
void |
AWSAMIClient.addProductCodesToImageInRegion(String region,
Iterable<String> productCodes,
String imageId)
Adds productCodes to an AMI. |
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSAMIAsyncClient.addProductCodesToImageInRegion(String region,
Iterable<String> productCodes,
String imageId)
|
void |
AWSSecurityGroupClient.authorizeSecurityGroupIngressInRegion(String region,
String groupId,
IpPermission perm)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSSecurityGroupAsyncClient.authorizeSecurityGroupIngressInRegion(String region,
String groupId,
IpPermission perm)
|
void |
AWSSecurityGroupClient.authorizeSecurityGroupIngressInRegion(String region,
String groupId,
Iterable<IpPermission> perm)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSSecurityGroupAsyncClient.authorizeSecurityGroupIngressInRegion(String region,
String groupId,
Iterable<IpPermission> perms)
|
String |
SpotInstanceClient.cancelSpotInstanceRequestsInRegion(String region,
String... requestIds)
Cancels one or more Spot Instance requests. |
com.google.common.util.concurrent.ListenableFuture<Void> |
SpotInstanceAsyncClient.cancelSpotInstanceRequestsInRegion(String region,
String... requestIds)
|
void |
PlacementGroupClient.createPlacementGroupInRegion(String region,
String name)
like {@link #createPlacementGroupInRegion(String,String,String) except that the strategy is default: "cluster". |
com.google.common.util.concurrent.ListenableFuture<Void> |
PlacementGroupAsyncClient.createPlacementGroupInRegion(String region,
String name)
|
void |
PlacementGroupClient.createPlacementGroupInRegion(String region,
String name,
String strategy)
Creates a placement group that you launch cluster compute instances into. |
com.google.common.util.concurrent.ListenableFuture<Void> |
PlacementGroupAsyncClient.createPlacementGroupInRegion(String region,
String name,
String strategy)
|
String |
AWSSecurityGroupClient.createSecurityGroupInRegionAndReturnId(String region,
String name,
String desc,
CreateSecurityGroupOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<String> |
AWSSecurityGroupAsyncClient.createSecurityGroupInRegionAndReturnId(String region,
String name,
String description,
CreateSecurityGroupOptions... options)
|
void |
TagClient.createTagsInRegion(String region,
Iterable<String> resourceIds,
Map<String,String> tags)
Creates tags. |
com.google.common.util.concurrent.ListenableFuture<Void> |
TagAsyncClient.createTagsInRegion(String region,
Iterable<String> resourceIds,
Map<String,String> tags)
|
void |
PlacementGroupClient.deletePlacementGroupInRegion(String region,
String name)
Deletes a placement group from your account. |
com.google.common.util.concurrent.ListenableFuture<Void> |
PlacementGroupAsyncClient.deletePlacementGroupInRegion(String region,
String name)
|
void |
AWSSecurityGroupClient.deleteSecurityGroupInRegionById(String region,
String name)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSSecurityGroupAsyncClient.deleteSecurityGroupInRegionById(String region,
String name)
|
void |
TagClient.deleteTagsInRegion(String region,
Iterable<String> resourceIds,
Map<String,String> tags)
Deletes tags. |
com.google.common.util.concurrent.ListenableFuture<Void> |
TagAsyncClient.deleteTagsInRegion(String region,
Iterable<String> resourceIds,
Map<String,String> tags)
|
Set<? extends Reservation<? extends AWSRunningInstance>> |
AWSInstanceClient.describeInstancesInRegion(String region,
String... instanceIds)
|
com.google.common.util.concurrent.ListenableFuture<Set<? extends Reservation<? extends AWSRunningInstance>>> |
AWSInstanceAsyncClient.describeInstancesInRegion(String region,
String... instanceIds)
|
Set<PlacementGroup> |
PlacementGroupClient.describePlacementGroupsInRegion(String region,
String... groupNames)
Returns information about one or more placement groups in your account. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<PlacementGroup>> |
PlacementGroupAsyncClient.describePlacementGroupsInRegion(String region,
String... placementGroupIds)
|
Set<SecurityGroup> |
AWSSecurityGroupClient.describeSecurityGroupsInRegionById(String region,
String... securityGroupIds)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> |
AWSSecurityGroupAsyncClient.describeSecurityGroupsInRegionById(String region,
String... securityGroupNames)
|
Set<SpotInstanceRequest> |
SpotInstanceClient.describeSpotInstanceRequestsInRegion(String region,
String... requestIds)
Describes Spot Instance requests. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<SpotInstanceRequest>> |
SpotInstanceAsyncClient.describeSpotInstanceRequestsInRegion(String region,
String... requestIds)
|
Set<Spot> |
SpotInstanceClient.describeSpotPriceHistoryInRegion(String region,
DescribeSpotPriceHistoryOptions... options)
Describes Spot Price history. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Spot>> |
SpotInstanceAsyncClient.describeSpotPriceHistoryInRegion(String region,
DescribeSpotPriceHistoryOptions... options)
|
Set<Tag> |
TagClient.describeTagsInRegion(String region,
Map<TagFilters.FilterName,Iterable<?>> filters)
Returns filtered information about tags. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Tag>> |
TagAsyncClient.describeTagsInRegion(String region,
Map<TagFilters.FilterName,Iterable<?>> filters)
|
Set<String> |
AWSAMIClient.getProductCodesForImageInRegion(String region,
String imageId)
Returns the Product Codes of an image. |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
AWSAMIAsyncClient.getProductCodesForImageInRegion(String region,
String imageId)
|
KeyPair |
AWSKeyPairClient.importKeyPairInRegion(String region,
String keyName,
String publicKeyMaterial)
Imports the public key from an RSA key pair that you created with a third-party tool. |
com.google.common.util.concurrent.ListenableFuture<KeyPair> |
AWSKeyPairAsyncClient.importKeyPairInRegion(String region,
String keyName,
String publicKeyMaterial)
|
Map<String,MonitoringState> |
MonitoringClient.monitorInstancesInRegion(String region,
String instanceId,
String... instanceIds)
Enables monitoring for a running instance. |
com.google.common.util.concurrent.ListenableFuture<? extends Map<String,MonitoringState>> |
MonitoringAsyncClient.monitorInstancesInRegion(String region,
String instanceId,
String... instanceIds)
|
void |
AWSAMIClient.removeProductCodesFromImageInRegion(String region,
Iterable<String> productCodes,
String imageId)
Removes productCodes from an AMI. |
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSAMIAsyncClient.removeProductCodesFromImageInRegion(String region,
Iterable<String> productCodes,
String imageId)
|
SpotInstanceRequest |
SpotInstanceClient.requestSpotInstanceInRegion(String region,
float spotPrice,
String imageId,
String instanceType)
request a single spot instance |
com.google.common.util.concurrent.ListenableFuture<SpotInstanceRequest> |
SpotInstanceAsyncClient.requestSpotInstanceInRegion(String region,
float spotPrice,
String imageId,
String instanceType)
|
Set<SpotInstanceRequest> |
SpotInstanceClient.requestSpotInstancesInRegion(String region,
float spotPrice,
int instanceCount,
LaunchSpecification launchSpec,
RequestSpotInstancesOptions... options)
Creates a Spot Instance request. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<SpotInstanceRequest>> |
SpotInstanceAsyncClient.requestSpotInstancesInRegion(String region,
float spotPrice,
int instanceCount,
LaunchSpecification launchSpec,
RequestSpotInstancesOptions... options)
|
void |
AWSSecurityGroupClient.revokeSecurityGroupIngressInRegion(String region,
String groupId,
IpPermission perm)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSSecurityGroupAsyncClient.revokeSecurityGroupIngressInRegion(String region,
String groupId,
IpPermission perm)
|
void |
AWSSecurityGroupClient.revokeSecurityGroupIngressInRegion(String region,
String groupId,
Iterable<IpPermission> perm)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSSecurityGroupAsyncClient.revokeSecurityGroupIngressInRegion(String region,
String groupId,
Iterable<IpPermission> perms)
|
Reservation<? extends AWSRunningInstance> |
AWSInstanceClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options)
|
Reservation<? extends AWSRunningInstance> |
AWSInstanceClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<Reservation<? extends AWSRunningInstance>> |
AWSInstanceAsyncClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<Reservation<? extends AWSRunningInstance>> |
AWSInstanceAsyncClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options)
|
Map<String,MonitoringState> |
MonitoringClient.unmonitorInstancesInRegion(String region,
String instanceId,
String... instanceIds)
Disables monitoring for a running instance. |
com.google.common.util.concurrent.ListenableFuture<? extends Map<String,MonitoringState>> |
MonitoringAsyncClient.unmonitorInstancesInRegion(String region,
String instanceId,
String... instanceIds)
|
| Uses of Nullable in org.jclouds.azureblob.domain |
|---|
| Method parameters in org.jclouds.azureblob.domain with annotations of type Nullable | |
|---|---|
AzureBlob |
AzureBlob.Factory.create(MutableBlobProperties properties)
|
| Uses of Nullable in org.jclouds.azureblob.domain.internal |
|---|
| Constructor parameters in org.jclouds.azureblob.domain.internal with annotations of type Nullable | |
|---|---|
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)
|
|
| Uses of Nullable in org.jclouds.blobstore |
|---|
| Method parameters in org.jclouds.blobstore with annotations of type Nullable | |
|---|---|
boolean |
BlobStore.createContainerInLocation(Location location,
String container)
Creates a namespace for your blobs A container is a namespace for your objects. |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AsyncBlobStore.createContainerInLocation(Location location,
String container)
|
boolean |
BlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AsyncBlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options)
|
BlobStoreContext |
BlobStoreContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring)
Deprecated. |
BlobStoreContext |
BlobStoreContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring)
Deprecated. |
BlobStoreContext |
BlobStoreContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring,
Properties overrides)
Deprecated. for porting old code to ContextBuilder |
BlobStoreContext |
BlobStoreContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring,
Properties overrides)
Deprecated. for porting old code to ContextBuilder |
BlobStoreContext |
BlobStoreContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Properties overrides)
Deprecated. |
BlobStoreContext |
BlobStoreContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Properties overrides)
Deprecated. |
| Uses of Nullable in org.jclouds.blobstore.domain |
|---|
| Methods in org.jclouds.blobstore.domain with annotations of type Nullable | |
|---|---|
String |
BlobMetadata.getContainer()
|
URI |
BlobMetadata.getPublicUri()
If the blob is publicly readable, what is the URI one can access it at. |
| Method parameters in org.jclouds.blobstore.domain with annotations of type Nullable | |
|---|---|
Blob |
Blob.Factory.create(MutableBlobMetadata metadata)
Creates a blob, optionally setting its metadata to a known value. |
void |
MutableBlobMetadata.setContainer(String container)
|
void |
MutableBlobMetadata.setPublicUri(URI publicUri)
|
| Uses of Nullable in org.jclouds.blobstore.domain.internal |
|---|
| Constructor parameters in org.jclouds.blobstore.domain.internal with annotations of type Nullable | |
|---|---|
BlobMetadataImpl(String id,
String name,
Location location,
URI uri,
String eTag,
Date lastModified,
Map<String,String> userMetadata,
URI publicUri,
String container,
ContentMetadata contentMetadata)
|
|
BlobMetadataImpl(String id,
String name,
Location location,
URI uri,
String eTag,
Date lastModified,
Map<String,String> userMetadata,
URI publicUri,
String container,
ContentMetadata contentMetadata)
|
|
BlobMetadataImpl(String id,
String name,
Location location,
URI uri,
String eTag,
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 lastModified,
Map<String,String> userMetadata)
|
|
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date lastModified,
Map<String,String> userMetadata)
|
|
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date lastModified,
Map<String,String> userMetadata)
|
|
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date lastModified,
Map<String,String> userMetadata)
|
|
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date lastModified,
Map<String,String> userMetadata)
|
|
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date lastModified,
Map<String,String> userMetadata)
|
|
| Uses of Nullable in org.jclouds.cloudloadbalancers.domain |
|---|
| Methods in org.jclouds.cloudloadbalancers.domain with annotations of type Nullable | |
|---|---|
LoadBalancer.Algorithm |
LoadBalancer.getTypedAlgorithm()
|
| Constructor parameters in org.jclouds.cloudloadbalancers.domain with annotations of type Nullable | |
|---|---|
LoadBalancer(String region,
int id,
String name,
String protocol,
Integer port,
String algorithm,
LoadBalancer.Status status,
Iterable<VirtualIP> virtualIPs,
Iterable<Node> nodes,
String sessionPersistenceType,
String clusterName,
Date created,
Date updated,
boolean connectionLoggingEnabled)
|
|
| Uses of Nullable in org.jclouds.cloudloadbalancers.domain.internal |
|---|
| Methods in org.jclouds.cloudloadbalancers.domain.internal with annotations of type Nullable | |
|---|---|
String |
BaseLoadBalancer.getAlgorithm()
|
| Constructor parameters in org.jclouds.cloudloadbalancers.domain.internal with annotations of type Nullable | |
|---|---|
BaseLoadBalancer(String name,
String protocol,
Integer port,
String algorithm,
Iterable<N> nodes)
|
|
| Uses of Nullable in org.jclouds.cloudsigma.domain |
|---|
| Fields in org.jclouds.cloudsigma.domain with annotations of type Nullable | |
|---|---|
protected Map<String,Device> |
Server.devices
|
protected String |
DriveInfo.encryptionCipher
|
protected String |
DriveInfo.Builder.encryptionCipher
|
protected String |
DriveInfo.imaging
|
protected String |
DriveInfo.Builder.imaging
|
protected Date |
ServerInfo.started
|
protected String |
ServerInfo.user
|
protected String |
VLANInfo.uuid
|
protected String |
Item.uuid
|
| Methods in org.jclouds.cloudsigma.domain with annotations of type Nullable | |
|---|---|
String |
StaticIPInfo.getAddress()
|
ClaimType |
Drive.getClaimType()
|
String |
DriveInfo.getEncryptionCipher()
|
String |
CreateDriveRequest.getEncryptionCipher()
|
ServerMetrics |
ServerInfo.getMetrics()
|
String |
VLANInfo.getUuid()
|
String |
Item.getUuid()
|
| Constructor parameters in org.jclouds.cloudsigma.domain with annotations of type Nullable | |
|---|---|
CreateDriveRequest(String name,
long size,
ClaimType claimType,
Iterable<String> tags,
Iterable<String> readers,
Iterable<String> use,
String encryptionCipher,
Iterable<String> avoid)
|
|
CreateDriveRequest(String name,
long size,
ClaimType claimType,
Iterable<String> tags,
Iterable<String> readers,
Iterable<String> use,
String encryptionCipher,
Iterable<String> avoid)
|
|
Drive(String uuid,
String name,
long size,
ClaimType claimType,
Iterable<String> tags,
Iterable<String> readers,
Iterable<String> use)
|
|
Drive(String uuid,
String name,
long size,
ClaimType claimType,
Iterable<String> tags,
Iterable<String> readers,
Iterable<String> use)
|
|
DriveData(String uuid,
String name,
long size,
ClaimType claimType,
Iterable<String> tags,
Iterable<String> readers,
Iterable<String> use)
|
|
DriveData(String uuid,
String name,
long size,
ClaimType claimType,
Iterable<String> tags,
Iterable<String> readers,
Iterable<String> use)
|
|
Item(String uuid,
String name,
Iterable<String> use)
|
|
NIC(String dhcp,
Model model,
String vlan,
String mac,
Iterable<String> block)
|
|
NIC(String dhcp,
Model model,
String vlan,
String mac,
Iterable<String> block)
|
|
NIC(String dhcp,
Model model,
String vlan,
String mac,
Iterable<String> block)
|
|
Server(String uuid,
String name,
int cpu,
Integer smp,
int mem,
boolean persistent,
Map<String,? extends Device> devices,
Iterable<String> bootDeviceIds,
Iterable<String> use,
Iterable<NIC> nics,
VNC vnc,
String description)
|
|
Server(String uuid,
String name,
int cpu,
Integer smp,
int mem,
boolean persistent,
Map<String,? extends Device> devices,
Iterable<String> bootDeviceIds,
Iterable<String> use,
Iterable<NIC> nics,
VNC vnc,
String description)
|
|
ServerInfo(String uuid,
String name,
int cpu,
Integer smp,
int mem,
boolean persistent,
Map<String,? extends Device> devices,
Iterable<String> bootDeviceIds,
Iterable<String> use,
Iterable<NIC> nics,
VNC vnc,
String description,
ServerStatus status,
Date started,
String user,
ServerMetrics metrics)
|
|
| Uses of Nullable in org.jclouds.cloudstack.domain |
|---|
| Constructor parameters in org.jclouds.cloudstack.domain with annotations of type Nullable | |
|---|---|
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,
String tags)
|
|
DiskOffering(String id,
String name,
String displayText,
Date created,
String domain,
String domainId,
int diskSize,
boolean customized,
String tags)
|
|
DiskOffering(String id,
String name,
String displayText,
Date created,
String domain,
String domainId,
int diskSize,
boolean customized,
String tags)
|
|
DiskOffering(String id,
String name,
String displayText,
Date created,
String domain,
String domainId,
int diskSize,
boolean customized,
String tags)
|
|
DiskOffering(String id,
String name,
String displayText,
Date created,
String domain,
String domainId,
int diskSize,
boolean customized,
String tags)
|
|
DiskOffering(String id,
String name,
String displayText,
Date created,
String domain,
String domainId,
int diskSize,
boolean customized,
String tags)
|
|
Domain(String id,
boolean hasChild,
long level,
String name,
String networkDomain,
String parentDomainId,
String parentDomainName)
|
|
Domain(String id,
boolean hasChild,
long level,
String name,
String networkDomain,
String parentDomainId,
String parentDomainName)
|
|
Domain(String id,
boolean hasChild,
long level,
String name,
String networkDomain,
String parentDomainId,
String parentDomainName)
|
|
Domain(String id,
boolean hasChild,
long level,
String name,
String networkDomain,
String parentDomainId,
String parentDomainName)
|
|
EncryptedPasswordAndPrivateKey(String encryptedPassword,
String privateKey)
|
|
EncryptedPasswordAndPrivateKey(String encryptedPassword,
String privateKey)
|
|
Event(String id,
String account,
String description,
Date created,
String domain,
String domainId,
String level,
String parentId,
String state,
String type,
String username)
|
|
Event(String id,
String account,
String description,
Date created,
String domain,
String domainId,
String level,
String parentId,
String state,
String type,
String username)
|
|
Event(String id,
String account,
String description,
Date created,
String domain,
String domainId,
String level,
String parentId,
String state,
String type,
String username)
|
|
Event(String id,
String account,
String description,
Date created,
String domain,
String domainId,
String level,
String parentId,
String state,
String type,
String username)
|
|
Event(String id,
String account,
String description,
Date created,
String domain,
String domainId,
String level,
String parentId,
String state,
String type,
String username)
|
|
Event(String id,
String account,
String description,
Date created,
String domain,
String domainId,
String level,
String parentId,
String state,
String type,
String username)
|
|
Event(String id,
String account,
String description,
Date created,
String domain,
String domainId,
String level,
String parentId,
String state,
String type,
String username)
|
|
Event(String id,
String account,
String description,
Date created,
String domain,
String domainId,
String level,
String parentId,
String state,
String type,
String username)
|
|
Event(String id,
String account,
String description,
Date created,
String domain,
String domainId,
String level,
String parentId,
String state,
String type,
String username)
|
|
Event(String id,
String account,
String description,
Date created,
String domain,
String domainId,
String level,
String parentId,
String state,
String type,
String username)
|
|
FirewallRule(String id,
Iterable<String> CIDRs,
int startPort,
int endPort,
String icmpCode,
String icmpType,
String ipAddress,
String ipAddressId,
FirewallRule.Protocol protocol,
FirewallRule.State state)
|
|
FirewallRule(String id,
Iterable<String> CIDRs,
int startPort,
int endPort,
String icmpCode,
String icmpType,
String ipAddress,
String ipAddressId,
FirewallRule.Protocol protocol,
FirewallRule.State state)
|
|
FirewallRule(String id,
Iterable<String> CIDRs,
int startPort,
int endPort,
String icmpCode,
String icmpType,
String ipAddress,
String ipAddressId,
FirewallRule.Protocol protocol,
FirewallRule.State state)
|
|
FirewallRule(String id,
Iterable<String> CIDRs,
int startPort,
int endPort,
String icmpCode,
String icmpType,
String ipAddress,
String ipAddressId,
FirewallRule.Protocol protocol,
FirewallRule.State state)
|
|
FirewallRule(String id,
Iterable<String> CIDRs,
int startPort,
int endPort,
String icmpCode,
String icmpType,
String ipAddress,
String ipAddressId,
FirewallRule.Protocol protocol,
FirewallRule.State state)
|
|
FirewallRule(String id,
Iterable<String> CIDRs,
int startPort,
int endPort,
String icmpCode,
String icmpType,
String ipAddress,
String ipAddressId,
FirewallRule.Protocol protocol,
FirewallRule.State state)
|
|
FirewallRule(String id,
Iterable<String> CIDRs,
int startPort,
int endPort,
String icmpCode,
String icmpType,
String ipAddress,
String ipAddressId,
FirewallRule.Protocol protocol,
FirewallRule.State state)
|
|
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
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,
String hostTags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName)
|
|
IngressRule(String account,
String CIDR,
int endPort,
int ICMPCode,
int ICMPType,
String protocol,
String id,
String securityGroupName,
int startPort)
|
|
IngressRule(String account,
String CIDR,
int endPort,
int ICMPCode,
int ICMPType,
String protocol,
String id,
String securityGroupName,
int startPort)
|
|
IngressRule(String account,
String CIDR,
int endPort,
int ICMPCode,
int ICMPType,
String protocol,
String id,
String securityGroupName,
int startPort)
|
|
IngressRule(String account,
String CIDR,
int endPort,
int ICMPCode,
int ICMPType,
String protocol,
String id,
String securityGroupName,
int startPort)
|
|
IPForwardingRule(String id,
String IPAddress,
String IPAddressId,
int startPort,
String protocol,
int endPort,
String state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
int publicPort,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort)
|
|
IPForwardingRule(String id,
String IPAddress,
String IPAddressId,
int startPort,
String protocol,
int endPort,
String state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
int publicPort,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort)
|
|
IPForwardingRule(String id,
String IPAddress,
String IPAddressId,
int startPort,
String protocol,
int endPort,
String state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
int publicPort,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort)
|
|
IPForwardingRule(String id,
String IPAddress,
String IPAddressId,
int startPort,
String protocol,
int endPort,
String state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
int publicPort,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort)
|
|
IPForwardingRule(String id,
String IPAddress,
String IPAddressId,
int startPort,
String protocol,
int endPort,
String state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
int publicPort,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort)
|
|
IPForwardingRule(String id,
String IPAddress,
String IPAddressId,
int startPort,
String protocol,
int endPort,
String state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
int publicPort,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort)
|
|
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName)
|
|
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName)
|
|
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName)
|
|
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName)
|
|
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName)
|
|
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName)
|
|
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName)
|
|
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName)
|
|
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName)
|
|
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName)
|
|
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName)
|
|
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName)
|
|
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName)
|
|
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName)
|
|
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName)
|
|
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName)
|
|
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName)
|
|
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName)
|
|
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName)
|
|
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName)
|
|
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName)
|
|
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName)
|
|
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName)
|
|
ISOExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName)
|
|
ISOExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName)
|
|
ISOExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName)
|
|
ISOExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName)
|
|
ISOExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName)
|
|
ISOExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName)
|
|
ISOExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName)
|
|
ISOExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName)
|
|
ISOExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName)
|
|
ISOExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName)
|
|
ISOExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName)
|
|
ISOPermissions(String id,
Set<String> accounts,
String domainId,
boolean isPublic)
|
|
ISOPermissions(String id,
Set<String> accounts,
String domainId,
boolean isPublic)
|
|
JobResult(boolean success,
String displayText)
|
|
LoadBalancerRule(String id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
String domainId,
String name,
int privatePort,
String publicIP,
String publicIPId,
int publicPort,
LoadBalancerRule.State state,
Iterable<String> CIDRs,
String zoneId)
|
|
LoadBalancerRule(String id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
String domainId,
String name,
int privatePort,
String publicIP,
String publicIPId,
int publicPort,
LoadBalancerRule.State state,
Iterable<String> CIDRs,
String zoneId)
|
|
LoadBalancerRule(String id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
String domainId,
String name,
int privatePort,
String publicIP,
String publicIPId,
int publicPort,
LoadBalancerRule.State state,
Iterable<String> CIDRs,
String zoneId)
|
|
LoadBalancerRule(String id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
String domainId,
String name,
int privatePort,
String publicIP,
String publicIPId,
int publicPort,
LoadBalancerRule.State state,
Iterable<String> CIDRs,
String zoneId)
|
|
LoadBalancerRule(String id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
String domainId,
String name,
int privatePort,
String publicIP,
String publicIPId,
int publicPort,
LoadBalancerRule.State state,
Iterable<String> CIDRs,
String zoneId)
|
|
LoadBalancerRule(String id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
String domainId,
String name,
int privatePort,
String publicIP,
String publicIPId,
int publicPort,
LoadBalancerRule.State state,
Iterable<String> CIDRs,
String zoneId)
|
|
LoadBalancerRule(String id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
String domainId,
String name,
int privatePort,
String publicIP,
String publicIPId,
int publicPort,
LoadBalancerRule.State state,
Iterable<String> CIDRs,
String zoneId)
|
|
LoadBalancerRule(String id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
String domainId,
String name,
int privatePort,
String publicIP,
String publicIPId,
int publicPort,
LoadBalancerRule.State state,
Iterable<String> CIDRs,
String zoneId)
|
|
LoadBalancerRule(String id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
String domainId,
String name,
int privatePort,
String publicIP,
String publicIPId,
int publicPort,
LoadBalancerRule.State state,
Iterable<String> CIDRs,
String zoneId)
|
|
LoadBalancerRule(String id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
String domainId,
String name,
int privatePort,
String publicIP,
String publicIPId,
int publicPort,
LoadBalancerRule.State state,
Iterable<String> CIDRs,
String zoneId)
|
|
LoadBalancerRule(String id,
String account,
LoadBalancerRule.Algorithm algorithm,
String description,
String domain,
String domainId,
String name,
int privatePort,
String publicIP,
String publicIPId,
int publicPort,
LoadBalancerRule.State state,
Iterable<String> CIDRs,
String zoneId)
|
|
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId)
|
|
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId)
|
|
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId)
|
|
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId)
|
|
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId)
|
|
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId)
|
|
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId)
|
|
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId)
|
|
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId)
|
|
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId)
|
|
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId)
|
|
LoginResponse(String username,
String userId,
String password,
String domainId,
long timeout,
boolean registered,
String accountName,
String firstName,
String lastName,
Account.Type accountType,
String timezone,
String timezoneOffset,
String sessionKey,
String jSessionId)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
Network(String id,
String account,
String broadcastDomainType,
URI broadcastURI,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String endIP,
String gateway,
boolean isDefault,
boolean isShared,
boolean isSystem,
String netmask,
String networkDomain,
String networkOfferingAvailability,
String networkOfferingDisplayText,
String networkOfferingId,
String networkOfferingName,
String related,
String startIP,
String name,
String state,
GuestIPType guestIPType,
String VLAN,
TrafficType trafficType,
String zoneId,
String tags,
boolean securityGroupEnabled,
Set<? extends NetworkService> services)
|
|
NetworkOffering(String id,
String name,
String displayText,
Date created,
NetworkOfferingAvailabilityType availability,
Integer maxConnections,
boolean isDefault,
boolean supportsVLAN,
TrafficType trafficType,
GuestIPType guestIPType,
int networkRate,
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,
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,
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,
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,
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,
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,
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,
String tags)
|
|
NetworkService.Capability(String name,
String value)
|
|
NetworkService(String name,
Set<NetworkService.Capability> capabilities)
|
|
NIC(String id,
URI broadcastURI,
String gateway,
String IPAddress,
boolean isDefault,
URI isolationURI,
String netmask,
String macAddress,
String networkId,
TrafficType trafficType,
GuestIPType guestIPType)
|
|
NIC(String id,
URI broadcastURI,
String gateway,
String IPAddress,
boolean isDefault,
URI isolationURI,
String netmask,
String macAddress,
String networkId,
TrafficType trafficType,
GuestIPType guestIPType)
|
|
NIC(String id,
URI broadcastURI,
String gateway,
String IPAddress,
boolean isDefault,
URI isolationURI,
String netmask,
String macAddress,
String networkId,
TrafficType trafficType,
GuestIPType guestIPType)
|
|
NIC(String id,
URI broadcastURI,
String gateway,
String IPAddress,
boolean isDefault,
URI isolationURI,
String netmask,
String macAddress,
String networkId,
TrafficType trafficType,
GuestIPType guestIPType)
|
|
NIC(String id,
URI broadcastURI,
String gateway,
String IPAddress,
boolean isDefault,
URI isolationURI,
String netmask,
String macAddress,
String networkId,
TrafficType trafficType,
GuestIPType guestIPType)
|
|
NIC(String id,
URI broadcastURI,
String gateway,
String IPAddress,
boolean isDefault,
URI isolationURI,
String netmask,
String macAddress,
String networkId,
TrafficType trafficType,
GuestIPType guestIPType)
|
|
NIC(String id,
URI broadcastURI,
String gateway,
String IPAddress,
boolean isDefault,
URI isolationURI,
String netmask,
String macAddress,
String networkId,
TrafficType trafficType,
GuestIPType guestIPType)
|
|
NIC(String id,
URI broadcastURI,
String gateway,
String IPAddress,
boolean isDefault,
URI isolationURI,
String netmask,
String macAddress,
String networkId,
TrafficType trafficType,
GuestIPType guestIPType)
|
|
NIC(String id,
URI broadcastURI,
String gateway,
String IPAddress,
boolean isDefault,
URI isolationURI,
String netmask,
String macAddress,
String networkId,
TrafficType trafficType,
GuestIPType guestIPType)
|
|
OSType(String id,
String OSCategoryId,
String description)
|
|
OSType(String id,
String OSCategoryId,
String description)
|
|
Pod(String id,
String name,
String zoneId,
String zoneName,
String gateway,
String netmask,
String startIp,
String endIp,
AllocationState allocationState)
|
|
Pod(String id,
String name,
String zoneId,
String zoneName,
String gateway,
String netmask,
String startIp,
String endIp,
AllocationState allocationState)
|
|
Pod(String id,
String name,
String zoneId,
String zoneName,
String gateway,
String netmask,
String startIp,
String endIp,
AllocationState allocationState)
|
|
Pod(String id,
String name,
String zoneId,
String zoneName,
String gateway,
String netmask,
String startIp,
String endIp,
AllocationState allocationState)
|
|
Pod(String id,
String name,
String zoneId,
String zoneName,
String gateway,
String netmask,
String startIp,
String endIp,
AllocationState allocationState)
|
|
Pod(String id,
String name,
String zoneId,
String zoneName,
String gateway,
String netmask,
String startIp,
String endIp,
AllocationState allocationState)
|
|
Pod(String id,
String name,
String zoneId,
String zoneName,
String gateway,
String netmask,
String startIp,
String endIp,
AllocationState allocationState)
|
|
Pod(String id,
String name,
String zoneId,
String zoneName,
String gateway,
String netmask,
String startIp,
String endIp,
AllocationState allocationState)
|
|
PortForwardingRule(String id,
String IPAddress,
String IPAddressId,
int privatePort,
PortForwardingRule.Protocol protocol,
int publicPort,
PortForwardingRule.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort)
|
|
PortForwardingRule(String id,
String IPAddress,
String IPAddressId,
int privatePort,
PortForwardingRule.Protocol protocol,
int publicPort,
PortForwardingRule.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort)
|
|
PortForwardingRule(String id,
String IPAddress,
String IPAddressId,
int privatePort,
PortForwardingRule.Protocol protocol,
int publicPort,
PortForwardingRule.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort)
|
|
PortForwardingRule(String id,
String IPAddress,
String IPAddressId,
int privatePort,
PortForwardingRule.Protocol protocol,
int publicPort,
PortForwardingRule.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort)
|
|
PortForwardingRule(String id,
String IPAddress,
String IPAddressId,
int privatePort,
PortForwardingRule.Protocol protocol,
int publicPort,
PortForwardingRule.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort)
|
|
PortForwardingRule(String id,
String IPAddress,
String IPAddressId,
int privatePort,
PortForwardingRule.Protocol protocol,
int publicPort,
PortForwardingRule.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort)
|
|
PortForwardingRule(String id,
String IPAddress,
String IPAddressId,
int privatePort,
PortForwardingRule.Protocol protocol,
int publicPort,
PortForwardingRule.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort)
|
|
PortForwardingRule(String id,
String IPAddress,
String IPAddressId,
int privatePort,
PortForwardingRule.Protocol protocol,
int publicPort,
PortForwardingRule.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
Set<String> CIDRs,
int privateEndPort,
int publicEndPort)
|
|
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus)
|
|
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus)
|
|
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus)
|
|
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus)
|
|
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus)
|
|
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus)
|
|
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus)
|
|
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus)
|
|
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus)
|
|
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus)
|
|
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus)
|
|
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus)
|
|
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus)
|
|
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus)
|
|
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus)
|
|
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus)
|
|
PublicIPAddress(String id,
String account,
Date allocated,
String associatedNetworkId,
String domain,
String domainId,
boolean usesVirtualNetwork,
String IPAddress,
boolean isSourceNAT,
boolean isStaticNAT,
String networkId,
PublicIPAddress.State state,
String virtualMachineDisplayName,
String virtualMachineId,
String virtualMachineName,
String VLANId,
String VLANName,
String zoneId,
String zoneName,
String jobId,
Integer jobStatus)
|
|
ResourceLimit(String account,
String domain,
String domainId,
int max,
ResourceLimit.ResourceType resourceType)
|
|
ResourceLimit(String account,
String domain,
String domainId,
int max,
ResourceLimit.ResourceType resourceType)
|
|
ResourceLimit(String account,
String domain,
String domainId,
int max,
ResourceLimit.ResourceType resourceType)
|
|
ResourceLimit(String account,
String domain,
String domainId,
int max,
ResourceLimit.ResourceType resourceType)
|
|
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules)
|
|
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules)
|
|
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules)
|
|
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules)
|
|
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules)
|
|
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules)
|
|
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules)
|
|
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules)
|
|
ServiceOffering(String id,
String name,
String displayText,
Date created,
String domain,
String domainId,
int cpuNumber,
int cpuSpeed,
int memory,
boolean haSupport,
StorageType storageType,
String tags,
boolean defaultUse,
String hostTags,
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,
String tags,
boolean defaultUse,
String hostTags,
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,
String tags,
boolean defaultUse,
String hostTags,
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,
String tags,
boolean defaultUse,
String hostTags,
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,
String tags,
boolean defaultUse,
String hostTags,
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,
String tags,
boolean defaultUse,
String hostTags,
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,
String tags,
boolean defaultUse,
String hostTags,
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,
String tags,
boolean defaultUse,
String hostTags,
boolean systemOffering,
boolean cpuUseLimited,
long networkRate,
boolean systemVmType)
|
|
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType)
|
|
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType)
|
|
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType)
|
|
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType)
|
|
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType)
|
|
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType)
|
|
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType)
|
|
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType)
|
|
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType)
|
|
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType)
|
|
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType)
|
|
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType)
|
|
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType)
|
|
SnapshotPolicy(String id,
Snapshot.Interval interval,
long numberToRetain,
String schedule,
String timezone,
String volumeId)
|
|
SnapshotPolicy(String id,
Snapshot.Interval interval,
long numberToRetain,
String schedule,
String timezone,
String volumeId)
|
|
SnapshotPolicy(String id,
Snapshot.Interval interval,
long numberToRetain,
String schedule,
String timezone,
String volumeId)
|
|
SnapshotPolicy(String id,
Snapshot.Interval interval,
long numberToRetain,
String schedule,
String timezone,
String volumeId)
|
|
SnapshotPolicySchedule(Snapshot.Interval interval,
String time)
|
|
SnapshotPolicySchedule(Snapshot.Interval interval,
String time)
|
|
SshKeyPair(String fingerprint,
String name,
String privateKey)
|
|
SshKeyPair(String fingerprint,
String name,
String privateKey)
|
|
StoragePool(String id,
String name,
String path,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
String tags,
StoragePool.State state,
StoragePool.Type type,
String zoneId,
String zoneName,
String podId,
String podName,
String clusterId,
String clusterName,
Date created,
long diskSizeAllocated,
long diskSizeTotal,
String ipAddress,
String jobId,
String jobStatus)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
Template(String id,
String displayText,
String domain,
String domainId,
String account,
String accountId,
String zone,
String zoneId,
String OSType,
String OSTypeId,
String name,
Template.Type type,
Template.Status status,
Template.Format format,
String hypervisor,
Long size,
Date created,
Date removed,
boolean crossZones,
boolean bootable,
boolean extractable,
boolean featured,
boolean ispublic,
boolean ready,
boolean passwordEnabled,
String jobId,
String jobStatus,
String checksum,
String hostId,
String hostName,
String sourceTemplateId,
String templateTag)
|
|
TemplateExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName)
|
|
TemplateExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName)
|
|
TemplateExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName)
|
|
TemplateExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName)
|
|
TemplateExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName)
|
|
TemplateExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName)
|
|
TemplateExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName)
|
|
TemplateExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName)
|
|
TemplateExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName)
|
|
TemplateExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName)
|
|
TemplateExtraction(String id,
String accountId,
Date created,
String extractId,
ExtractMode extractMode,
String name,
String state,
String status,
String storageType,
int uploadPercentage,
String url,
String zoneId,
String zoneName)
|
|
TemplateMetadata(String name,
String osTypeId,
String displayText,
String snapshotId,
String volumeId,
String virtualMachineId,
Boolean passwordEnabled)
|
|
TemplateMetadata(String name,
String osTypeId,
String displayText,
String snapshotId,
String volumeId,
String virtualMachineId,
Boolean passwordEnabled)
|
|
TemplateMetadata(String name,
String osTypeId,
String displayText,
String snapshotId,
String volumeId,
String virtualMachineId,
Boolean passwordEnabled)
|
|
TemplateMetadata(String name,
String osTypeId,
String displayText,
String snapshotId,
String volumeId,
String virtualMachineId,
Boolean passwordEnabled)
|
|
TemplatePermission(String id,
String account,
String domainId,
boolean isPublic)
|
|
TemplatePermission(String id,
String account,
String domainId,
boolean isPublic)
|
|
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType)
|
|
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType)
|
|
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType)
|
|
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType)
|
|
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType)
|
|
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType)
|
|
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType)
|
|
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType)
|
|
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType)
|
|
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType)
|
|
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType)
|
|
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType)
|
|
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType)
|
|
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType)
|
|
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType)
|
|
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType)
|
|
UsageRecord(String id,
String description,
String accountId,
String accountName,
String domainId,
Date startDate,
Date endDate,
Date assignDate,
String releaseDate,
String zoneId,
String virtualMachineId,
String virtualMachineName,
String serviceOfferingId,
String templateId,
String ipAddress,
boolean isSourceNAT,
double rawUsageHours,
String usage,
String type,
UsageRecord.UsageType usageType)
|
|
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey)
|
|
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey)
|
|
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey)
|
|
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey)
|
|
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey)
|
|
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey)
|
|
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey)
|
|
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey)
|
|
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey)
|
|
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey)
|
|
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey)
|
|
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey)
|
|
User(String id,
String name,
String firstName,
String lastName,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
String domainId,
String timeZone,
String apiKey,
String secretKey)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VirtualMachine(String id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
String domainId,
boolean usesVirtualNetwork,
String group,
String groupId,
String guestOSId,
boolean HAEnabled,
String hostId,
String hostname,
String IPAddress,
String ISODisplayText,
String ISOId,
String ISOName,
String jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
String publicIP,
String publicIPId,
String rootDeviceId,
String rootDeviceType,
String serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
String templateId,
String templateName,
String zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor,
Set<SecurityGroup> securityGroups)
|
|
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId)
|
|
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId)
|
|
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId)
|
|
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId)
|
|
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId)
|
|
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId)
|
|
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId)
|
|
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId)
|
|
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId)
|
|
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId)
|
|
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId)
|
|
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId)
|
|
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId)
|
|
VMGroup(String id,
String account,
Date created,
String domain,
String domainId,
String name)
|
|
VMGroup(String id,
String account,
Date created,
String domain,
String domainId,
String name)
|
|
VMGroup(String id,
String account,
Date created,
String domain,
String domainId,
String name)
|
|
VMGroup(String id,
String account,
Date created,
String domain,
String domainId,
String name)
|
|
VMGroup(String id,
String account,
Date created,
String domain,
String domainId,
String name)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName)
|
|
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken)
|
|
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken)
|
|
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken)
|
|
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken)
|
|
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken)
|
|
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken)
|
|
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken)
|
|
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken)
|
|
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken)
|
|
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken)
|
|
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken)
|
|
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken)
|
|
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken)
|
|
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken)
|
|
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken)
|
|
| Uses of Nullable in org.jclouds.cloudstack.functions |
|---|
| Method parameters in org.jclouds.cloudstack.functions with annotations of type Nullable | |
|---|---|
LoginCredentials |
WindowsLoginCredentialsFromEncryptedData.apply(EncryptedPasswordAndPrivateKey dataAndKey)
|
| Uses of Nullable in org.jclouds.cloudstack.options |
|---|
| Method parameters in org.jclouds.cloudstack.options with annotations of type Nullable | |
|---|---|
CreateZoneOptions |
CreateZoneOptions.domainId(String domainId)
|
static CreateZoneOptions |
CreateZoneOptions.Builder.domainId(String domainId)
|
| Uses of Nullable in org.jclouds.cloudwatch |
|---|
| Method parameters in org.jclouds.cloudwatch with annotations of type Nullable | |
|---|---|
MetricAsyncApi |
CloudWatchAsyncApi.getMetricApiForRegion(String region)
|
MetricApi |
CloudWatchApi.getMetricApiForRegion(String region)
Provides synchronous access to Metric features. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Datapoint>> |
CloudWatchAsyncApi.getMetricStatisticsInRegion(String region,
String metricName,
String namespace,
Date startTime,
Date endTime,
int period,
Statistics statistics,
GetMetricStatisticsOptions... options)
Deprecated. |
Set<Datapoint> |
CloudWatchApi.getMetricStatisticsInRegion(String region,
String metricName,
String namespace,
Date startTime,
Date endTime,
int period,
Statistics statistics,
GetMetricStatisticsOptions... options)
Deprecated. |
| Uses of Nullable in org.jclouds.cloudwatch.domain |
|---|
| Methods in org.jclouds.cloudwatch.domain with annotations of type Nullable | |
|---|---|
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 parameters in org.jclouds.cloudwatch.domain with annotations of type Nullable | |
|---|---|
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(Set<Datapoint> datapoints,
String label)
|
|
ListMetricsResponse(Set<Metric> metrics,
String nextToken)
|
|
ListMetricsResponse(Set<Metric> metrics,
String nextToken)
|
|
Metric(String metricName,
String namespace,
Set<Dimension> dimensions)
|
|
| Uses of Nullable in org.jclouds.collect |
|---|
| Method parameters in org.jclouds.collect with annotations of type Nullable | ||
|---|---|---|
boolean |
AbstractMapEntry.equals(Object object)
|
|
static
|
IterableWithMarkers.from(Iterable<T> elements,
Object marker)
Returns a paginated iterable containing the given elements and marker. |
|
| Uses of Nullable in org.jclouds.compute |
|---|
| Methods in org.jclouds.compute with annotations of type Nullable | |
|---|---|
LoginCredentials |
ComputeServiceAdapter.NodeAndInitialCredentials.getCredentials()
|
I |
ComputeServiceAdapter.getImage(String id)
get a specific image by id |
SshClient.Factory |
Utils.getSshClientFactory()
|
SshClient.Factory |
Utils.sshFactory()
|
| Method parameters in org.jclouds.compute with annotations of type Nullable | |
|---|---|
ComputeServiceContext |
ComputeServiceContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring)
Deprecated. |
ComputeServiceContext |
ComputeServiceContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring)
Deprecated. |
ComputeServiceContext |
ComputeServiceContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring,
Properties overrides)
Deprecated. for porting old code to ContextBuilder |
ComputeServiceContext |
ComputeServiceContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring,
Properties overrides)
Deprecated. for porting old code to ContextBuilder |
ComputeServiceContext |
ComputeServiceContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Properties overrides)
Deprecated. |
ComputeServiceContext |
ComputeServiceContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Properties overrides)
Deprecated. |
| Constructor parameters in org.jclouds.compute with annotations of type Nullable | |
|---|---|
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)
|
|
| Uses of Nullable in org.jclouds.compute.config |
|---|
| Methods in org.jclouds.compute.config with annotations of type Nullable | |
|---|---|
LoginCredentials |
GetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull.get()
|
| Uses of Nullable in org.jclouds.compute.domain |
|---|
| Fields in org.jclouds.compute.domain with annotations of type Nullable | |
|---|---|
protected String |
OperatingSystem.arch
|
protected OsFamily |
OperatingSystem.family
|
protected String |
OperatingSystem.name
|
protected String |
OperatingSystem.version
|
| Methods in org.jclouds.compute.domain with annotations of type Nullable | |
|---|---|
String |
NodeMetadata.getAdminPassword()
Deprecated. |
String |
Image.getAdminPassword()
Deprecated. |
String |
OperatingSystem.getArch()
architecture of the operating system; ex. |
String |
ComputeMetadataIncludingStatus.getBackendStatus()
status of the resource, as supplied literally from the backend api. |
LoginCredentials |
NodeMetadata.getCredentials()
If possible, these are returned upon all detail requests. |
String |
Volume.getDevice()
|
OsFamily |
OperatingSystem.getFamily()
Type of the operating system generally, this is used to compare the means by which you use an operating system. |
String |
NodeMetadata.getGroup()
Tag used for all resources that belong to the same logical group. |
Hardware |
NodeMetadata.getHardware()
The hardware this node is running, if possible to determine. |
String |
NodeMetadata.getHostname()
note |
String |
Hardware.getHypervisor()
|
String |
Volume.getId()
Unique identifier. |
String |
NodeMetadata.getImageId()
The id of the image this node was created from, if possible to correlate. |
String |
OperatingSystem.getName()
name of the operating system; ex. |
String |
ComputeMetadata.getName()
|
OperatingSystem |
NodeMetadata.getOperatingSystem()
The operating system this node is running, if possible to determine. |
Float |
Volume.getSize()
|
String |
OperatingSystem.getVersion()
version of the operating system; ex. |
| Constructor parameters in org.jclouds.compute.domain with annotations of type Nullable | |
|---|---|
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)
|
|
| Uses of Nullable in org.jclouds.compute.domain.internal |
|---|
| Methods in org.jclouds.compute.domain.internal with annotations of type Nullable | |
|---|---|
String |
HardwareImpl.getHypervisor()
|
| Constructor parameters in org.jclouds.compute.domain.internal with annotations of type Nullable | |
|---|---|
HardwareImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
Iterable<? extends Processor> processors,
int ram,
Iterable<? extends Volume> volumes,
com.google.common.base.Predicate<Image> supportsImage,
String hypervisor)
|
|
HardwareImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
Iterable<? extends Processor> processors,
int ram,
Iterable<? extends Volume> volumes,
com.google.common.base.Predicate<Image> supportsImage,
String hypervisor)
|
|
ImageImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
OperatingSystem operatingSystem,
Image.Status status,
String backendStatus,
String description,
String version,
LoginCredentials defaultCredentials)
|
|
ImageImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
OperatingSystem operatingSystem,
Image.Status status,
String backendStatus,
String description,
String version,
LoginCredentials defaultCredentials)
|
|
ImageImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
OperatingSystem operatingSystem,
Image.Status status,
String backendStatus,
String description,
String version,
LoginCredentials defaultCredentials)
|
|
NodeMetadataImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
String group,
Hardware hardware,
String imageId,
OperatingSystem os,
NodeMetadata.Status status,
String backendStatus,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
LoginCredentials credentials,
String hostname)
|
|
NodeMetadataImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
String group,
Hardware hardware,
String imageId,
OperatingSystem os,
NodeMetadata.Status status,
String backendStatus,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
LoginCredentials credentials,
String hostname)
|
|
NodeMetadataImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
String group,
Hardware hardware,
String imageId,
OperatingSystem os,
NodeMetadata.Status status,
String backendStatus,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
LoginCredentials credentials,
String hostname)
|
|
NodeMetadataImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
String group,
Hardware hardware,
String imageId,
OperatingSystem os,
NodeMetadata.Status status,
String backendStatus,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
LoginCredentials credentials,
String hostname)
|
|
NodeMetadataImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
String group,
Hardware hardware,
String imageId,
OperatingSystem os,
NodeMetadata.Status status,
String backendStatus,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
LoginCredentials credentials,
String hostname)
|
|
NodeMetadataImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
String group,
Hardware hardware,
String imageId,
OperatingSystem os,
NodeMetadata.Status status,
String backendStatus,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
LoginCredentials credentials,
String hostname)
|
|
VolumeImpl(Float size,
boolean bootDevice,
boolean durable)
|
|
VolumeImpl(Float size,
String device,
boolean bootDevice,
boolean durable)
|
|
VolumeImpl(Float size,
String device,
boolean bootDevice,
boolean durable)
|
|
VolumeImpl(String id,
Volume.Type type,
Float size,
String device,
boolean bootDevice,
boolean durable)
|
|
VolumeImpl(String id,
Volume.Type type,
Float size,
String device,
boolean bootDevice,
boolean durable)
|
|
VolumeImpl(String id,
Volume.Type type,
Float size,
String device,
boolean bootDevice,
boolean durable)
|
|
| Uses of Nullable in org.jclouds.compute.functions |
|---|
| Methods in org.jclouds.compute.functions with annotations of type Nullable | |
|---|---|
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 |
| Method parameters in org.jclouds.compute.functions with annotations of type Nullable | |
|---|---|
static LoginCredentials |
DefaultCredentialsFromImageOrOverridingCredentials.overrideDefaultCredentialsWithOptionsIfPresent(LoginCredentials defaultCreds,
RunScriptOptions options)
|
| Uses of Nullable in org.jclouds.compute.internal |
|---|
| Methods in org.jclouds.compute.internal with annotations of type Nullable | |
|---|---|
protected NodeMetadata |
BaseComputeService.doDestroyNode(String id)
|
| Method parameters in org.jclouds.compute.internal with annotations of type Nullable | |
|---|---|
com.google.common.base.Function<NodeMetadata,NodeMetadata> |
PersistNodeCredentials.always(Statement statement)
|
com.google.common.base.Function<NodeMetadata,NodeMetadata> |
PersistNodeCredentials.ifAdminAccess(Statement statement)
|
| Uses of Nullable in org.jclouds.compute.options |
|---|
| Methods in org.jclouds.compute.options with annotations of type Nullable | |
|---|---|
String |
RunScriptOptions.getLoginPassword()
|
String |
RunScriptOptions.getLoginPrivateKey()
|
String |
RunScriptOptions.getLoginUser()
|
Boolean |
RunScriptOptions.shouldAuthenticateSudo()
|
| Uses of Nullable in org.jclouds.compute.strategy |
|---|
| Methods in org.jclouds.compute.strategy with annotations of type Nullable | |
|---|---|
NodeMetadata |
DestroyNodeStrategy.destroyNode(String id)
|
| Uses of Nullable in org.jclouds.compute.strategy.impl |
|---|
| Constructor parameters in org.jclouds.compute.strategy.impl with annotations of type Nullable | |
|---|---|
ReturnCredentialsBoundToImage(LoginCredentials creds,
Map<String,Credentials> credentialStore,
Map<OsFamily,LoginCredentials> osFamilyToCredentials)
|
|
| Uses of Nullable in org.jclouds.concurrent |
|---|
| Method parameters in org.jclouds.concurrent with annotations of type Nullable | ||
|---|---|---|
static
|
FutureIterables.awaitCompletion(Map<T,? extends Future<?>> responses,
ExecutorService exec,
Long maxTime,
Logger logger,
String logPrefix)
|
|
static
|
FutureIterables.transformParallel(Iterable<F> fromIterable,
com.google.common.base.Function<? super F,Future<? extends T>> function,
ExecutorService exec,
Long maxTime)
|
|
static
|
FutureIterables.transformParallel(Iterable<F> fromIterable,
com.google.common.base.Function<? super F,Future<? extends T>> function,
ExecutorService exec,
Long maxTime,
Logger logger,
String logPrefix)
|
|
static
|
FutureIterables.transformParallel(Iterable<F> fromIterable,
com.google.common.base.Function<? super F,Future<? extends T>> function,
ExecutorService exec,
Long maxTime,
Logger logger,
String logPrefix,
BackoffLimitedRetryHandler retryHandler,
int maxRetries)
|
|
| Uses of Nullable in org.jclouds.crypto |
|---|
| Method parameters in org.jclouds.crypto with annotations of type Nullable | |
|---|---|
static String |
Sha512Crypt.makeShadowLine(String password,
String shadowPrefix,
Crypto crypto)
This method actually generates an Sha512 crypted password hash from a plaintext password and a salt. |
static X509Certificate |
Pems.x509Certificate(com.google.common.io.InputSupplier<? extends InputStream> supplier,
CertificateFactory certFactory)
Returns the X509EncodedKeySpec that is pem encoded in the
supplier. |
| Uses of Nullable in org.jclouds.deltacloud.domain |
|---|
| Methods in org.jclouds.deltacloud.domain with annotations of type Nullable | |
|---|---|
Instance.Authentication |
Instance.getAuthentication()
|
String |
Image.getDescription()
|
String |
Realm.getLimit()
for example limitation of how many machine you can launch in given region / how much computing power is available for you. |
String |
Instance.getName()
|
String |
Image.getName()
|
| Constructor parameters in org.jclouds.deltacloud.domain with annotations of type Nullable | |
|---|---|
Image(URI href,
String id,
String ownerId,
String name,
String description,
String architecture)
|
|
Instance(URI href,
String id,
String ownerId,
String name,
URI image,
URI hardwareProfile,
URI realm,
Instance.State state,
Map<Instance.Action,HttpRequest> actions,
Instance.Authentication authentication,
Set<String> publicAddresses,
Set<String> privateAddresses)
|
|
Instance(URI href,
String id,
String ownerId,
String name,
URI image,
URI hardwareProfile,
URI realm,
Instance.State state,
Map<Instance.Action,HttpRequest> actions,
Instance.Authentication authentication,
Set<String> publicAddresses,
Set<String> privateAddresses)
|
|
Realm(URI href,
String id,
String name,
String limit,
Realm.State state)
|
|
| Uses of Nullable in org.jclouds.deltacloud.xml |
|---|
| Methods in org.jclouds.deltacloud.xml with annotations of type Nullable | |
|---|---|
static Number |
HardwarePropertyHandler.parseNumberOrNull(String in)
|
| Uses of Nullable in org.jclouds.domain |
|---|
| Methods in org.jclouds.domain with annotations of type Nullable | |
|---|---|
com.google.common.base.Optional<String> |
LoginCredentials.getOptionalPassword()
|
com.google.common.base.Optional<String> |
LoginCredentials.getOptionalPrivateKey()
|
String |
LoginCredentials.getPassword()
|
String |
LoginCredentials.getPrivateKey()
|
| Constructor parameters in org.jclouds.domain with annotations of type Nullable | |
|---|---|
LoginCredentials(String username,
com.google.common.base.Optional<String> password,
com.google.common.base.Optional<String> privateKey,
boolean authenticateSudo)
|
|
LoginCredentials(String username,
com.google.common.base.Optional<String> password,
com.google.common.base.Optional<String> privateKey,
boolean authenticateSudo)
|
|
LoginCredentials(String username,
String password,
String privateKey,
boolean authenticateSudo)
|
|
LoginCredentials(String username,
String password,
String privateKey,
boolean authenticateSudo)
|
|
| Uses of Nullable in org.jclouds.domain.internal |
|---|
| Constructor parameters in org.jclouds.domain.internal with annotations of type Nullable | |
|---|---|
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)
|
|
| Uses of Nullable in org.jclouds.ec2.compute.options |
|---|
| Method parameters in org.jclouds.ec2.compute.options with annotations of type Nullable | |
|---|---|
EC2TemplateOptions |
EC2TemplateOptions.mapEBSSnapshotToDeviceName(String deviceName,
String snapshotId,
Integer sizeInGib,
boolean deleteOnTermination)
|
static EC2TemplateOptions |
EC2TemplateOptions.Builder.mapEBSSnapshotToDeviceName(String deviceName,
String snapshotId,
Integer sizeInGib,
boolean deleteOnTermination)
|
| Uses of Nullable in org.jclouds.ec2.compute.strategy |
|---|
| Method parameters in org.jclouds.ec2.compute.strategy with annotations of type Nullable | |
|---|---|
Set<String> |
CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions.getSecurityGroupsForTagAndOptions(String region,
String group,
TemplateOptions options)
|
| Constructor parameters in org.jclouds.ec2.compute.strategy with annotations of type Nullable | |
|---|---|
EC2PopulateDefaultLoginCredentialsForImageStrategy(LoginCredentials creds,
Map<String,Credentials> credentialStore,
Map<OsFamily,LoginCredentials> osFamilyToCredentials)
|
|
| Uses of Nullable in org.jclouds.ec2.domain |
|---|
| Fields in org.jclouds.ec2.domain with annotations of type Nullable | |
|---|---|
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
|
| Methods in org.jclouds.ec2.domain with annotations of type Nullable | |
|---|---|
String |
SecurityGroup.getId()
id of the security group. |
| Constructor parameters in org.jclouds.ec2.domain with annotations of type Nullable | |
|---|---|
BlockDeviceMapping.MapEBSSnapshotToDevice(String deviceName,
String snapshotId,
Integer sizeInGib,
Boolean deleteOnTermination)
|
|
BlockDeviceMapping.MapEBSSnapshotToDevice(String deviceName,
String snapshotId,
Integer sizeInGib,
Boolean deleteOnTermination)
|
|
BlockDeviceMapping.MapNewVolumeToDevice(String deviceName,
Integer sizeInGib,
Boolean deleteOnTermination)
|
|
BundleInstanceS3Storage(String ccessKeyId,
String bucket,
String prefix,
String secretAccessKey,
String uploadPolicy,
String uploadPolicySignature)
|
|
BundleInstanceS3Storage(String ccessKeyId,
String bucket,
String prefix,
String secretAccessKey,
String uploadPolicy,
String uploadPolicySignature)
|
|
BundleInstanceS3Storage(String ccessKeyId,
String bucket,
String prefix,
String secretAccessKey,
String uploadPolicy,
String uploadPolicySignature)
|
|
BundleInstanceS3Storage(String ccessKeyId,
String bucket,
String prefix,
String secretAccessKey,
String uploadPolicy,
String uploadPolicySignature)
|
|
BundleTask(String region,
String bundleId,
BundleTask.Error error,
String instanceId,
int progress,
Date startTime,
String state,
String bucket,
String prefix,
Date updateTime)
|
|
Image.EbsBlockDevice(String snapshotId,
long volumeSize,
boolean deleteOnTermination)
|
|
Image(String region,
Image.Architecture architecture,
String name,
String description,
String imageId,
String imageLocation,
String imageOwnerId,
Image.ImageState imageState,
String rawState,
Image.ImageType imageType,
boolean isPublic,
Iterable<String> productCodes,
String kernelId,
String platform,
String ramdiskId,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,Image.EbsBlockDevice> ebsBlockDevices,
VirtualizationType virtualizationType,
Hypervisor hypervisor)
|
|
Image(String region,
Image.Architecture architecture,
String name,
String description,
String imageId,
String imageLocation,
String imageOwnerId,
Image.ImageState imageState,
String rawState,
Image.ImageType imageType,
boolean isPublic,
Iterable<String> productCodes,
String kernelId,
String platform,
String ramdiskId,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,Image.EbsBlockDevice> ebsBlockDevices,
VirtualizationType virtualizationType,
Hypervisor hypervisor)
|
|
Image(String region,
Image.Architecture architecture,
String name,
String description,
String imageId,
String imageLocation,
String imageOwnerId,
Image.ImageState imageState,
String rawState,
Image.ImageType imageType,
boolean isPublic,
Iterable<String> productCodes,
String kernelId,
String platform,
String ramdiskId,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,Image.EbsBlockDevice> ebsBlockDevices,
VirtualizationType virtualizationType,
Hypervisor hypervisor)
|
|
Image(String region,
Image.Architecture architecture,
String name,
String description,
String imageId,
String imageLocation,
String imageOwnerId,
Image.ImageState imageState,
String rawState,
Image.ImageType imageType,
boolean isPublic,
Iterable<String> productCodes,
String kernelId,
String platform,
String ramdiskId,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,Image.EbsBlockDevice> ebsBlockDevices,
VirtualizationType virtualizationType,
Hypervisor hypervisor)
|
|
Image(String region,
Image.Architecture architecture,
String name,
String description,
String imageId,
String imageLocation,
String imageOwnerId,
Image.ImageState imageState,
String rawState,
Image.ImageType imageType,
boolean isPublic,
Iterable<String> productCodes,
String kernelId,
String platform,
String ramdiskId,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,Image.EbsBlockDevice> ebsBlockDevices,
VirtualizationType virtualizationType,
Hypervisor hypervisor)
|
|
Image(String region,
Image.Architecture architecture,
String name,
String description,
String imageId,
String imageLocation,
String imageOwnerId,
Image.ImageState imageState,
String rawState,
Image.ImageType imageType,
boolean isPublic,
Iterable<String> productCodes,
String kernelId,
String platform,
String ramdiskId,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,Image.EbsBlockDevice> ebsBlockDevices,
VirtualizationType virtualizationType,
Hypervisor hypervisor)
|
|
KeyPair(String region,
String keyName,
String sha1OfPrivateKey,
String keyMaterial,
String fingerprint)
|
|
KeyPair(String region,
String keyName,
String sha1OfPrivateKey,
String keyMaterial,
String fingerprint)
|
|
PublicIpInstanceIdPair(String region,
String publicIp,
String instanceId)
|
|
Reservation(String region,
Iterable<String> groupIds,
Iterable<T> instances,
String ownerId,
String requesterId,
String reservationId)
|
|
Reservation(String region,
Iterable<String> groupIds,
Iterable<T> instances,
String ownerId,
String requesterId,
String reservationId)
|
|
Reservation(String region,
Iterable<String> groupIds,
Iterable<T> instances,
String ownerId,
String requesterId,
String reservationId)
|
|
RunningInstance(String region,
Iterable<String> groupIds,
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)
|
|
RunningInstance(String region,
Iterable<String> groupIds,
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)
|
|
RunningInstance(String region,
Iterable<String> groupIds,
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)
|
|
RunningInstance(String region,
Iterable<String> groupIds,
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)
|
|
RunningInstance(String region,
Iterable<String> groupIds,
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)
|
|
RunningInstance(String region,
Iterable<String> groupIds,
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)
|
|
RunningInstance(String region,
Iterable<String> groupIds,
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)
|
|
RunningInstance(String region,
Iterable<String> groupIds,
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)
|
|
RunningInstance(String region,
Iterable<String> groupIds,
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)
|
|
RunningInstance(String region,
Iterable<String> groupIds,
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)
|
|
RunningInstance(String region,
Iterable<String> groupIds,
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)
|
|
| Uses of Nullable in org.jclouds.ec2.options |
|---|
| Method parameters in org.jclouds.ec2.options with annotations of type Nullable | |
|---|---|
RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.addBlockDeviceFromSnapshot(String deviceName,
String virtualName,
String snapshotId)
adds a block device to the image from an ebs snapshot. |
static RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.Builder.addBlockDeviceFromSnapshot(String deviceName,
String virtualName,
String snapshotId)
|
RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.addEphemeralBlockDeviceFromSnapshot(String deviceName,
String virtualName,
String snapshotId)
adds a block device to the image from an ebs snapshot. |
static RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.Builder.addEphemeralBlockDeviceFromSnapshot(String deviceName,
String virtualName,
String snapshotId)
|
RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.addNewBlockDevice(String deviceName,
String virtualName,
int volumeSize)
adds a new block device to the image. |
static RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.Builder.addNewBlockDevice(String deviceName,
String virtualName,
int volumeSize)
|
RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.addNewEphemeralBlockDevice(String deviceName,
String virtualName,
int volumeSize)
adds a new block device to the image. |
static RegisterImageBackedByEbsOptions |
RegisterImageBackedByEbsOptions.Builder.addNewEphemeralBlockDevice(String deviceName,
String virtualName,
int volumeSize)
|
| Uses of Nullable in org.jclouds.ec2.services |
|---|
| Method parameters in org.jclouds.ec2.services with annotations of type Nullable | |
|---|---|
void |
ElasticBlockStoreClient.addCreateVolumePermissionsToSnapshotInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String snapshotId)
Adds createVolumePermissions to an EBS snapshot. |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticBlockStoreAsyncClient.addCreateVolumePermissionsToSnapshotInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String snapshotId)
|
void |
AMIClient.addLaunchPermissionsToImageInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String imageId)
Adds launchPermissions to an AMI. |
com.google.common.util.concurrent.ListenableFuture<Void> |
AMIAsyncClient.addLaunchPermissionsToImageInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String imageId)
|
String |
ElasticIPAddressClient.allocateAddressInRegion(String region)
Acquires an elastic IP address for use with your identity. |
com.google.common.util.concurrent.ListenableFuture<String> |
ElasticIPAddressAsyncClient.allocateAddressInRegion(String region)
|
void |
ElasticIPAddressClient.associateAddressInRegion(String region,
String publicIp,
String instanceId)
Associates an elastic IP address with an instance. |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticIPAddressAsyncClient.associateAddressInRegion(String region,
String publicIp,
String instanceId)
|
Attachment |
ElasticBlockStoreClient.attachVolumeInRegion(String region,
String volumeId,
String instanceId,
String device)
Attaches an Amazon EBS volume to a running instance and exposes it as the specified device. |
com.google.common.util.concurrent.ListenableFuture<Attachment> |
ElasticBlockStoreAsyncClient.attachVolumeInRegion(String region,
String volumeId,
String instanceId,
String device)
|
void |
SecurityGroupClient.authorizeSecurityGroupIngressInRegion(String region,
String groupName,
IpProtocol ipProtocol,
int fromPort,
int toPort,
String cidrIp)
Adds permissions to a security group. |
com.google.common.util.concurrent.ListenableFuture<Void> |
SecurityGroupAsyncClient.authorizeSecurityGroupIngressInRegion(String region,
String groupName,
IpProtocol ipProtocol,
int fromPort,
int toPort,
String cidrIp)
|
void |
SecurityGroupClient.authorizeSecurityGroupIngressInRegion(String region,
String groupName,
UserIdGroupPair sourceSecurityGroup)
Adds permissions to a security group based on another group. |
com.google.common.util.concurrent.ListenableFuture<Void> |
SecurityGroupAsyncClient.authorizeSecurityGroupIngressInRegion(String region,
String groupName,
UserIdGroupPair sourceSecurityGroup)
|
BundleTask |
WindowsClient.bundleInstanceInRegion(String region,
String instanceId,
String prefix,
String bucket,
String uploadPolicy,
BundleInstanceS3StorageOptions... options)
Bundles the Windows instance. |
com.google.common.util.concurrent.ListenableFuture<BundleTask> |
WindowsAsyncClient.bundleInstanceInRegion(String region,
String instanceId,
String prefix,
String bucket,
String uploadPolicy,
BundleInstanceS3StorageOptions... options)
|
BundleTask |
WindowsClient.cancelBundleTaskInRegion(String region,
String bundleId)
Cancels an Amazon EC2 bundling operation. |
com.google.common.util.concurrent.ListenableFuture<BundleTask> |
WindowsAsyncClient.cancelBundleTaskInRegion(String region,
String bundleId)
|
String |
AMIClient.createImageInRegion(String region,
String name,
String instanceId,
CreateImageOptions... options)
Creates an AMI that uses an Amazon EBS root device from a "running" or "stopped" instance. |
com.google.common.util.concurrent.ListenableFuture<String> |
AMIAsyncClient.createImageInRegion(String region,
String name,
String instanceId,
CreateImageOptions... options)
|
KeyPair |
KeyPairClient.createKeyPairInRegion(String region,
String keyName)
Creates a new 2048-bit RSA key pair with the specified name. |
com.google.common.util.concurrent.ListenableFuture<KeyPair> |
KeyPairAsyncClient.createKeyPairInRegion(String region,
String keyName)
|
void |
SecurityGroupClient.createSecurityGroupInRegion(String region,
String name,
String description)
Creates a new security group. |
com.google.common.util.concurrent.ListenableFuture<Void> |
SecurityGroupAsyncClient.createSecurityGroupInRegion(String region,
String name,
String description)
|
Snapshot |
ElasticBlockStoreClient.createSnapshotInRegion(String region,
String volumeId,
CreateSnapshotOptions... options)
Creates a snapshot of an Amazon EBS volume and stores it in Amazon S3. |
com.google.common.util.concurrent.ListenableFuture<Snapshot> |
ElasticBlockStoreAsyncClient.createSnapshotInRegion(String region,
String volumeId,
CreateSnapshotOptions... options)
|
void |
KeyPairClient.deleteKeyPairInRegion(String region,
String keyName)
Deletes the specified key pair, by removing the public key from Amazon EC2. |
com.google.common.util.concurrent.ListenableFuture<Void> |
KeyPairAsyncClient.deleteKeyPairInRegion(String region,
String keyName)
|
void |
SecurityGroupClient.deleteSecurityGroupInRegion(String region,
String name)
Deletes a security group that you own. |
com.google.common.util.concurrent.ListenableFuture<Void> |
SecurityGroupAsyncClient.deleteSecurityGroupInRegion(String region,
String name)
|
void |
ElasticBlockStoreClient.deleteSnapshotInRegion(String region,
String snapshotId)
Deletes a snapshot of an Amazon EBS volume that you own. |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticBlockStoreAsyncClient.deleteSnapshotInRegion(String region,
String snapshotId)
|
void |
ElasticBlockStoreClient.deleteVolumeInRegion(String region,
String volumeId)
Deletes an Amazon EBS volume that you own. |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticBlockStoreAsyncClient.deleteVolumeInRegion(String region,
String volumeId)
|
void |
AMIClient.deregisterImageInRegion(String region,
String imageId)
Deregisters the specified AMI. |
com.google.common.util.concurrent.ListenableFuture<Void> |
AMIAsyncClient.deregisterImageInRegion(String region,
String imageId)
|
Set<PublicIpInstanceIdPair> |
ElasticIPAddressClient.describeAddressesInRegion(String region,
String... publicIps)
Lists elastic IP addresses assigned to your identity or provides information about a specific address. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<PublicIpInstanceIdPair>> |
ElasticIPAddressAsyncClient.describeAddressesInRegion(String region,
String... publicIps)
|
Set<AvailabilityZoneInfo> |
AvailabilityZoneAndRegionClient.describeAvailabilityZonesInRegion(String region,
DescribeAvailabilityZonesOptions... options)
Displays Availability Zones that are currently available to the identity and their states. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<AvailabilityZoneInfo>> |
AvailabilityZoneAndRegionAsyncClient.describeAvailabilityZonesInRegion(String region,
DescribeAvailabilityZonesOptions... options)
|
Set<BundleTask> |
WindowsClient.describeBundleTasksInRegion(String region,
String... bundleTaskIds)
Describes current bundling tasks. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<BundleTask>> |
WindowsAsyncClient.describeBundleTasksInRegion(String region,
String... bundleTaskIds)
|
Set<? extends Image> |
AMIClient.describeImagesInRegion(String region,
DescribeImagesOptions... options)
Returns information about AMIs, AKIs, and ARIs. |
com.google.common.util.concurrent.ListenableFuture<Set<? extends Image>> |
AMIAsyncClient.describeImagesInRegion(String region,
DescribeImagesOptions... options)
|
Set<? extends Reservation<? extends RunningInstance>> |
InstanceClient.describeInstancesInRegion(String region,
String... instanceIds)
Returns information about instances that you own. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Reservation<? extends RunningInstance>>> |
InstanceAsyncClient.describeInstancesInRegion(String region,
String... instanceIds)
|
Set<KeyPair> |
KeyPairClient.describeKeyPairsInRegion(String region,
String... keyPairNames)
Returns information about key pairs available to you. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
KeyPairAsyncClient.describeKeyPairsInRegion(String region,
String... keyPairNames)
|
Set<SecurityGroup> |
SecurityGroupClient.describeSecurityGroupsInRegion(String region,
String... securityGroupNames)
Returns information about security groups that you own. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> |
SecurityGroupAsyncClient.describeSecurityGroupsInRegion(String region,
String... securityGroupNames)
|
Set<Snapshot> |
ElasticBlockStoreClient.describeSnapshotsInRegion(String region,
DescribeSnapshotsOptions... options)
Returns information about Amazon EBS snapshots available to the user. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Snapshot>> |
ElasticBlockStoreAsyncClient.describeSnapshotsInRegion(String region,
DescribeSnapshotsOptions... options)
|
Set<Volume> |
ElasticBlockStoreClient.describeVolumesInRegion(String region,
String... volumeIds)
Describes the specified Amazon EBS volumes that you own. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Volume>> |
ElasticBlockStoreAsyncClient.describeVolumesInRegion(String region,
String... volumeIds)
|
void |
ElasticBlockStoreClient.detachVolumeInRegion(String region,
String volumeId,
boolean force,
DetachVolumeOptions... options)
Attaches an Amazon EBS volume to a running instance and exposes it as the specified device. |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticBlockStoreAsyncClient.detachVolumeInRegion(String region,
String volumeId,
boolean force,
DetachVolumeOptions... options)
|
void |
ElasticIPAddressClient.disassociateAddressInRegion(String region,
String publicIp)
Disassociates the specified elastic IP address from the instance to which it is assigned. |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticIPAddressAsyncClient.disassociateAddressInRegion(String region,
String publicIp)
|
Map<String,BlockDevice> |
InstanceClient.getBlockDeviceMappingForInstanceInRegion(String region,
String instanceId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Map<String,BlockDevice>> |
InstanceAsyncClient.getBlockDeviceMappingForInstanceInRegion(String region,
String instanceId)
|
Map<String,Image.EbsBlockDevice> |
AMIClient.getBlockDeviceMappingsForImageInRegion(String region,
String imageId)
Returns a map of device name to block device for the image. |
com.google.common.util.concurrent.ListenableFuture<Map<String,Image.EbsBlockDevice>> |
AMIAsyncClient.getBlockDeviceMappingsForImageInRegion(String region,
String imageId)
|
String |
InstanceClient.getConsoleOutputForInstanceInRegion(String region,
String instanceId)
Retrieves console output for the specified instance. |
com.google.common.util.concurrent.ListenableFuture<String> |
InstanceAsyncClient.getConsoleOutputForInstanceInRegion(String region,
String instanceId)
|
Permission |
ElasticBlockStoreClient.getCreateVolumePermissionForSnapshotInRegion(String region,
String snapshotId)
Returns the Permissions of an snapshot. |
com.google.common.util.concurrent.ListenableFuture<Permission> |
ElasticBlockStoreAsyncClient.getCreateVolumePermissionForSnapshotInRegion(String region,
String snapshotId)
|
com.google.common.util.concurrent.ListenableFuture<Volume.InstanceInitiatedShutdownBehavior> |
InstanceAsyncClient.getInstanceInitiatedShutdownBehaviorForInstanceInRegion(String region,
String instanceId)
|
String |
InstanceClient.getInstanceTypeForInstanceInRegion(String region,
String instanceId)
|
com.google.common.util.concurrent.ListenableFuture<String> |
InstanceAsyncClient.getInstanceTypeForInstanceInRegion(String region,
String instanceId)
|
String |
InstanceClient.getKernelForInstanceInRegion(String region,
String instanceId)
|
com.google.common.util.concurrent.ListenableFuture<String> |
InstanceAsyncClient.getKernelForInstanceInRegion(String region,
String instanceId)
|
Permission |
AMIClient.getLaunchPermissionForImageInRegion(String region,
String imageId)
Returns the Permissions of an image. |
com.google.common.util.concurrent.ListenableFuture<Permission> |
AMIAsyncClient.getLaunchPermissionForImageInRegion(String region,
String imageId)
|
PasswordData |
WindowsClient.getPasswordDataInRegion(String region,
String instanceId)
Retrieves the encrypted administrator password for the instances running Windows. |
com.google.common.util.concurrent.ListenableFuture<PasswordData> |
WindowsAsyncClient.getPasswordDataInRegion(String region,
String instanceId)
|
String |
InstanceClient.getRamdiskForInstanceInRegion(String region,
String instanceId)
|
com.google.common.util.concurrent.ListenableFuture<String> |
InstanceAsyncClient.getRamdiskForInstanceInRegion(String region,
String instanceId)
|
String |
InstanceClient.getRootDeviceNameForInstanceInRegion(String region,
String instanceId)
|
com.google.common.util.concurrent.ListenableFuture<String> |
InstanceAsyncClient.getRootDeviceNameForInstanceInRegion(String region,
String instanceId)
|
String |
InstanceClient.getUserDataForInstanceInRegion(String region,
String instanceId)
|
com.google.common.util.concurrent.ListenableFuture<String> |
InstanceAsyncClient.getUserDataForInstanceInRegion(String region,
String instanceId)
|
boolean |
InstanceClient.isApiTerminationDisabledForInstanceInRegion(String region,
String instanceId)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
InstanceAsyncClient.isApiTerminationDisabledForInstanceInRegion(String region,
String instanceId)
|
void |
InstanceClient.rebootInstancesInRegion(String region,
String... instanceIds)
Requests a reboot of one or more instances. |
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.rebootInstancesInRegion(String region,
String... instanceIds)
|
String |
AMIClient.registerImageFromManifestInRegion(String region,
String name,
String pathToManifest,
RegisterImageOptions... options)
Registers an AMI with Amazon EC2. |
com.google.common.util.concurrent.ListenableFuture<String> |
AMIAsyncClient.registerImageFromManifestInRegion(String region,
String imageName,
String pathToManifest,
RegisterImageOptions... options)
|
String |
AMIClient.registerUnixImageBackedByEbsInRegion(String region,
String name,
String ebsSnapshotId,
RegisterImageBackedByEbsOptions... options)
Registers an AMI with Amazon EC2. |
com.google.common.util.concurrent.ListenableFuture<String> |
AMIAsyncClient.registerUnixImageBackedByEbsInRegion(String region,
String imageName,
String ebsSnapshotId,
RegisterImageBackedByEbsOptions... options)
|
void |
ElasticIPAddressClient.releaseAddressInRegion(String region,
String publicIp)
Releases an elastic IP address associated with your identity. |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticIPAddressAsyncClient.releaseAddressInRegion(String region,
String publicIp)
|
void |
ElasticBlockStoreClient.removeCreateVolumePermissionsFromSnapshotInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String snapshotId)
Removes createVolumePermissions from an EBS snapshot. |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticBlockStoreAsyncClient.removeCreateVolumePermissionsFromSnapshotInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String snapshotId)
|
void |
AMIClient.removeLaunchPermissionsFromImageInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String imageId)
Removes launchPermissions from an AMI. |
com.google.common.util.concurrent.ListenableFuture<Void> |
AMIAsyncClient.removeLaunchPermissionsFromImageInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String imageId)
|
void |
ElasticBlockStoreClient.resetCreateVolumePermissionsOnSnapshotInRegion(String region,
String snapshotId)
Resets the createVolumePermissions on an EBS snapshot. |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticBlockStoreAsyncClient.resetCreateVolumePermissionsOnSnapshotInRegion(String region,
String snapshotId)
|
String |
InstanceClient.resetKernelForInstanceInRegion(String region,
String instanceId)
Resets an attribute of an instance to its default value. |
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.resetKernelForInstanceInRegion(String region,
String instanceId)
|
void |
AMIClient.resetLaunchPermissionsOnImageInRegion(String region,
String imageId)
Resets the launchPermissions on an AMI. |
com.google.common.util.concurrent.ListenableFuture<Void> |
AMIAsyncClient.resetLaunchPermissionsOnImageInRegion(String region,
String imageId)
|
String |
InstanceClient.resetRamdiskForInstanceInRegion(String region,
String instanceId)
Resets an attribute of an instance to its default value. |
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.resetRamdiskForInstanceInRegion(String region,
String instanceId)
|
void |
SecurityGroupClient.revokeSecurityGroupIngressInRegion(String region,
String groupName,
IpProtocol ipProtocol,
int fromPort,
int toPort,
String cidrIp)
Revokes permissions from a security group. |
com.google.common.util.concurrent.ListenableFuture<Void> |
SecurityGroupAsyncClient.revokeSecurityGroupIngressInRegion(String region,
String groupName,
IpProtocol ipProtocol,
int fromPort,
int toPort,
String cidrIp)
|
void |
SecurityGroupClient.revokeSecurityGroupIngressInRegion(String region,
String groupName,
UserIdGroupPair sourceSecurityGroup)
Revokes permissions from a security group. |
com.google.common.util.concurrent.ListenableFuture<Void> |
SecurityGroupAsyncClient.revokeSecurityGroupIngressInRegion(String region,
String groupName,
UserIdGroupPair sourceSecurityGroup)
|
Reservation<? extends RunningInstance> |
InstanceClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options)
Launches a specified number of instances of an AMI for which you have permissions. |
Reservation<? extends RunningInstance> |
InstanceClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options)
Launches a specified number of instances of an AMI for which you have permissions. |
com.google.common.util.concurrent.ListenableFuture<? extends Reservation<? extends RunningInstance>> |
InstanceAsyncClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends Reservation<? extends RunningInstance>> |
InstanceAsyncClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options)
|
void |
InstanceClient.setApiTerminationDisabledForInstanceInRegion(String region,
String instanceId,
boolean apiTerminationDisabled)
This command works while the instance is running and controls whether or not the api can be used to terminate the instance. |
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.setApiTerminationDisabledForInstanceInRegion(String region,
String instanceId,
boolean apiTerminationDisabled)
|
void |
InstanceClient.setBlockDeviceMappingForInstanceInRegion(String region,
String instanceId,
Map<String,BlockDevice> blockDeviceMapping)
Sets the blockDeviceMapping used for an instance. |
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.setBlockDeviceMappingForInstanceInRegion(String region,
String instanceId,
Map<String,BlockDevice> blockDeviceMapping)
|
void |
InstanceClient.setInstanceInitiatedShutdownBehaviorForInstanceInRegion(String region,
String instanceId,
Volume.InstanceInitiatedShutdownBehavior instanceInitiatedShutdownBehavior)
Specifies whether the instance's Amazon EBS volumes are stopped or terminated when the instance is shut down. |
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.setInstanceInitiatedShutdownBehaviorForInstanceInRegion(String region,
String instanceId,
Volume.InstanceInitiatedShutdownBehavior instanceInitiatedShutdownBehavior)
|
void |
InstanceClient.setInstanceTypeForInstanceInRegion(String region,
String instanceId,
String instanceType)
Sets the instanceType used for starting the instance. |
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.setInstanceTypeForInstanceInRegion(String region,
String instanceId,
String instanceType)
|
void |
InstanceClient.setKernelForInstanceInRegion(String region,
String instanceId,
String kernel)
Sets the kernelId used for starting the instance. |
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.setKernelForInstanceInRegion(String region,
String instanceId,
String kernel)
|
void |
InstanceClient.setRamdiskForInstanceInRegion(String region,
String instanceId,
String ramdisk)
Sets the ramdisk used for starting the instance. |
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.setRamdiskForInstanceInRegion(String region,
String instanceId,
String ramdisk)
|
void |
InstanceClient.setUserDataForInstanceInRegion(String region,
String instanceId,
byte[] unencodedData)
Sets the userData used for starting the instance. |
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.setUserDataForInstanceInRegion(String region,
String instanceId,
byte[] unencodedData)
|
Set<? extends InstanceStateChange> |
InstanceClient.startInstancesInRegion(String region,
String... instanceIds)
Starts an instance that uses an Amazon EBS volume as its root device. |
com.google.common.util.concurrent.ListenableFuture<Set<? extends InstanceStateChange>> |
InstanceAsyncClient.startInstancesInRegion(String region,
String... instanceIds)
|
Set<? extends InstanceStateChange> |
InstanceClient.stopInstancesInRegion(String region,
boolean force,
String... instanceIds)
Stops an instance that uses an Amazon EBS volume as its root device. |
com.google.common.util.concurrent.ListenableFuture<Set<? extends InstanceStateChange>> |
InstanceAsyncClient.stopInstancesInRegion(String region,
boolean force,
String... instanceIds)
|
Set<? extends InstanceStateChange> |
InstanceClient.terminateInstancesInRegion(String region,
String... instanceIds)
Shuts down one or more instances. |
com.google.common.util.concurrent.ListenableFuture<Set<? extends InstanceStateChange>> |
InstanceAsyncClient.terminateInstancesInRegion(String region,
String... instanceIds)
|
| Uses of Nullable in org.jclouds.elasticstack.domain |
|---|
| Fields in org.jclouds.elasticstack.domain with annotations of type Nullable | |
|---|---|
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
|
| Methods in org.jclouds.elasticstack.domain with annotations of type Nullable | |
|---|---|
ClaimType |
Drive.getClaimType()
|
String |
DriveInfo.getEncryptionCipher()
|
String |
CreateDriveRequest.getEncryptionCipher()
|
ServerMetrics |
ServerInfo.getMetrics()
|
String |
Item.getUuid()
|
| Constructor parameters in org.jclouds.elasticstack.domain with annotations of type Nullable | |
|---|---|
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)
|
|
| Uses of Nullable in org.jclouds.elb.features |
|---|
| Methods in org.jclouds.elb.features with annotations of type Nullable | |
|---|---|
Policy |
PolicyApi.get(String name)
Retrieves information about the specified policy. |
LoadBalancer |
LoadBalancerApi.get(String name)
Retrieves information about the specified loadBalancer. |
PolicyType |
PolicyApi.getType(String name)
Retrieves information about the specified policy type. |
| Uses of Nullable in org.jclouds.encryption.internal |
|---|
| Constructor parameters in org.jclouds.encryption.internal with annotations of type Nullable | |
|---|---|
JCECrypto(Provider provider)
|
|
| Uses of Nullable in org.jclouds.functions |
|---|
| Constructor parameters in org.jclouds.functions with annotations of type Nullable | |
|---|---|
ExceptionToValueOrPropagate(Class<E> matchingClass,
T value)
|
|
| Uses of Nullable in org.jclouds.glesys.domain |
|---|
| Methods in org.jclouds.glesys.domain with annotations of type Nullable | |
|---|---|
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 parameters in org.jclouds.glesys.domain with annotations of type Nullable | |
|---|---|
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)
|
|
| Uses of Nullable in org.jclouds.gogrid.domain |
|---|
| Methods in org.jclouds.gogrid.domain with annotations of type Nullable | |
|---|---|
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 parameters in org.jclouds.gogrid.domain with annotations of type Nullable | |
|---|---|
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)
|
|
| Uses of Nullable in org.jclouds.http |
|---|
| Methods in org.jclouds.http with annotations of type Nullable | |
|---|---|
String |
HttpResponse.getMessage()
|
| Method parameters in org.jclouds.http with annotations of type Nullable | |
|---|---|
T |
HttpResponse.Builder.message(String message)
|
| Constructor parameters in org.jclouds.http with annotations of type Nullable | |
|---|---|
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<Character> skips,
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)
|
|
| Uses of Nullable in org.jclouds.http.functions |
|---|
| Method parameters in org.jclouds.http.functions with annotations of type Nullable | |
|---|---|
T |
ParseSax.addDetailsAndPropagate(HttpResponse response,
Exception e,
String text)
|
| Uses of Nullable in org.jclouds.http.internal |
|---|
| Constructor parameters in org.jclouds.http.internal with annotations of type Nullable | |
|---|---|
PayloadEnclosingImpl(Payload payload)
|
|
| Uses of Nullable in org.jclouds.http.utils |
|---|
| Method parameters in org.jclouds.http.utils with annotations of type Nullable | |
|---|---|
static String |
Queries.makeQueryLine(com.google.common.collect.Multimap<String,String> params,
Comparator<Map.Entry<String,String>> sorter,
char... skips)
|
| Uses of Nullable in org.jclouds.iam.features |
|---|
| Methods in org.jclouds.iam.features with annotations of type Nullable | |
|---|---|
User |
UserApi.get(String name)
Retrieves information about the specified user, including the user's path, GUID, and ARN. |
| Uses of Nullable in org.jclouds.internal |
|---|
| Methods in org.jclouds.internal with annotations of type Nullable | |
|---|---|
Object[] |
ClassMethodArgs.getArgs()
|
| Constructor parameters in org.jclouds.internal with annotations of type Nullable | |
|---|---|
ClassMethodArgs(Class<?> clazz,
Method method,
Object[] args)
|
|
ClassMethodArgsAndReturnVal(Class<?> clazz,
Method method,
Object[] args,
Object returnVal)
|
|
| Uses of Nullable in org.jclouds.io |
|---|
| Methods in org.jclouds.io with annotations of type Nullable | |
|---|---|
String |
ContentMetadata.getContentDisposition()
Specifies presentational information for the object. |
String |
ContentMetadata.getContentEncoding()
Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied in order to obtain the media-type referenced by the Content-Type header field. |
String |
ContentMetadata.getContentLanguage()
Get Content Language of the payload Not all providers may support it |
Long |
ContentMetadata.getContentLength()
Returns the total size of the payload, or the chunk that's available. |
byte[] |
ContentMetadata.getContentMD5()
|
String |
ContentMetadata.getContentType()
A standard MIME type describing the format of the contents. |
Date |
ContentMetadata.getExpires()
Gives the date/time after which the response is considered stale. |
| Method parameters in org.jclouds.io with annotations of type Nullable | |
|---|---|
ContentMetadataBuilder |
ContentMetadataBuilder.contentDisposition(String contentDisposition)
|
ContentMetadataBuilder |
ContentMetadataBuilder.contentEncoding(String contentEncoding)
|
ContentMetadataBuilder |
ContentMetadataBuilder.contentLanguage(String contentLanguage)
|
ContentMetadataBuilder |
ContentMetadataBuilder.contentLength(Long contentLength)
|
ContentMetadataBuilder |
ContentMetadataBuilder.contentType(String contentType)
|
ContentMetadataBuilder |
ContentMetadataBuilder.expires(Date expires)
|
static UrlEncodedFormPayload |
Payloads.newUrlEncodedFormPayload(com.google.common.collect.Multimap<String,String> formParams,
Comparator<Map.Entry<String,String>> sorter,
char... skips)
|
void |
MutableContentMetadata.setContentDisposition(String contentDisposition)
Set Content Disposition of the payload Not all providers may support it |
void |
MutableContentMetadata.setContentEncoding(String contentEncoding)
Set Content Encoding of the payload Not all providers may support it |
void |
MutableContentMetadata.setContentLanguage(String contentLanguage)
Set Content Language of the payload Not all providers may support it |
void |
MutableContentMetadata.setContentLength(Long contentLength)
|
void |
MutableContentMetadata.setContentMD5(byte[] md5)
|
void |
MutableContentMetadata.setContentType(String contentType)
|
void |
MutableContentMetadata.setExpires(Date expires)
|
| Uses of Nullable in org.jclouds.io.payloads |
|---|
| Method parameters in org.jclouds.io.payloads with annotations of type Nullable | |
|---|---|
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)
|
| Constructor parameters in org.jclouds.io.payloads with annotations of type Nullable | |
|---|---|
UrlEncodedFormPayload(com.google.common.collect.Multimap<String,String> formParams,
Comparator<Map.Entry<String,String>> sorter,
char... skips)
|
|
| Uses of Nullable in org.jclouds.joyent.cloudapi.v6_5 |
|---|
| Method parameters in org.jclouds.joyent.cloudapi.v6_5 with annotations of type Nullable | |
|---|---|
DatasetAsyncApi |
JoyentCloudAsyncApi.getDatasetApiForDatacenter(String datacenter)
Provides asynchronous access to Dataset features. |
DatasetApi |
JoyentCloudApi.getDatasetApiForDatacenter(String datacenter)
Provides synchronous access to Dataset features. |
MachineAsyncApi |
JoyentCloudAsyncApi.getMachineApiForDatacenter(String datacenter)
Provides asynchronous access to Machine features. |
MachineApi |
JoyentCloudApi.getMachineApiForDatacenter(String datacenter)
Provides synchronous access to Machine features. |
PackageAsyncApi |
JoyentCloudAsyncApi.getPackageApiForDatacenter(String datacenter)
Provides asynchronous access to Package features. |
PackageApi |
JoyentCloudApi.getPackageApiForDatacenter(String datacenter)
Provides synchronous access to Package features. |
| Uses of Nullable in org.jclouds.loadbalancer |
|---|
| Method parameters in org.jclouds.loadbalancer with annotations of type Nullable | |
|---|---|
LoadBalancerServiceContext |
LoadBalancerServiceContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring)
Deprecated. |
LoadBalancerServiceContext |
LoadBalancerServiceContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring)
Deprecated. |
LoadBalancerServiceContext |
LoadBalancerServiceContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring,
Properties overrides)
Deprecated. for porting old code to ContextBuilder |
LoadBalancerServiceContext |
LoadBalancerServiceContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring,
Properties overrides)
Deprecated. for porting old code to ContextBuilder |
LoadBalancerServiceContext |
LoadBalancerServiceContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Properties overrides)
Deprecated. |
LoadBalancerServiceContext |
LoadBalancerServiceContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Properties overrides)
Deprecated. |
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)
|
| Uses of Nullable in org.jclouds.loadbalancer.internal |
|---|
| Method parameters in org.jclouds.loadbalancer.internal with annotations of type Nullable | |
|---|---|
LoadBalancerMetadata |
BaseLoadBalancerService.createLoadBalancerInLocation(Location location,
String loadBalancerName,
String protocol,
int loadBalancerPort,
int instancePort,
Iterable<? extends NodeMetadata> nodes)
|
| Uses of Nullable in org.jclouds.location.functions |
|---|
| Method parameters in org.jclouds.location.functions with annotations of type Nullable | |
|---|---|
URI |
ZoneToEndpoint.apply(Object from)
|
URI |
RegionToEndpointOrProviderIfNull.apply(Object from)
|
URI |
RegionToEndpoint.apply(Object from)
|
| Uses of Nullable in org.jclouds.location.suppliers |
|---|
| Method parameters in org.jclouds.location.suppliers with annotations of type Nullable | |
|---|---|
ZoneIdToURISupplier |
ZoneIdToURISupplier.Factory.createForApiTypeAndVersion(String apiType,
String apiVersion)
|
RegionIdToURISupplier |
RegionIdToURISupplier.Factory.createForApiTypeAndVersion(String apiType,
String apiVersion)
|
| Uses of Nullable in org.jclouds.openstack.domain |
|---|
| Methods in org.jclouds.openstack.domain with annotations of type Nullable | |
|---|---|
String |
Resource.getName()
|
String |
Link.getType()
|
| Constructor parameters in org.jclouds.openstack.domain with annotations of type Nullable | |
|---|---|
Link(Link.Relation relation,
String type,
URI href)
|
|
Resource(String id,
String name,
Set<Link> links)
|
|
Resource(String id,
String name,
Set<Link> links)
|
|
| Uses of Nullable in org.jclouds.openstack.glance.v1_0 |
|---|
| Method parameters in org.jclouds.openstack.glance.v1_0 with annotations of type Nullable | |
|---|---|
ImageAsyncApi |
GlanceAsyncApi.getImageApiForRegion(String region)
Provides asynchronous access to Image features. |
ImageApi |
GlanceApi.getImageApiForRegion(String region)
Provides synchronous access to Image features. |
| Uses of Nullable in org.jclouds.openstack.glance.v1_0.domain |
|---|
| Constructor parameters in org.jclouds.openstack.glance.v1_0.domain with annotations of type Nullable | |
|---|---|
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)
|
|
| Uses of Nullable in org.jclouds.openstack.glance.v1_0.features |
|---|
| Methods in org.jclouds.openstack.glance.v1_0.features with annotations of type Nullable | |
|---|---|
InputStream |
ImageApi.getAsStream(String id)
Return image data for image with id |
ImageDetails |
ImageApi.show(String id)
Return metadata about an image with id |
| Uses of Nullable in org.jclouds.openstack.keystone.v1_1.domain |
|---|
| Methods in org.jclouds.openstack.keystone.v1_1.domain with annotations of type Nullable | |
|---|---|
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. |
| Method parameters in org.jclouds.openstack.keystone.v1_1.domain with annotations of type Nullable | |
|---|---|
Endpoint.Builder |
Endpoint.Builder.internalURL(URI internalURL)
|
| Constructor parameters in org.jclouds.openstack.keystone.v1_1.domain with annotations of type Nullable | |
|---|---|
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)
|
|
| Uses of Nullable in org.jclouds.openstack.keystone.v2_0 |
|---|
| Method parameters in org.jclouds.openstack.keystone.v2_0 with annotations of type Nullable | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Access> |
AuthenticationAsyncApi.authenticateWithTenantIdAndCredentials(String tenantId,
ApiAccessKeyCredentials apiAccessKeyCredentials)
|
Access |
AuthenticationApi.authenticateWithTenantIdAndCredentials(String tenantId,
ApiAccessKeyCredentials passwordCredentials)
Authenticate to generate a token. |
com.google.common.util.concurrent.ListenableFuture<Access> |
AuthenticationAsyncApi.authenticateWithTenantIdAndCredentials(String tenantId,
PasswordCredentials passwordCredentials)
|
Access |
AuthenticationApi.authenticateWithTenantIdAndCredentials(String tenantId,
PasswordCredentials passwordCredentials)
Authenticate to generate a token. |
com.google.common.util.concurrent.ListenableFuture<Access> |
AuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(String tenantName,
ApiAccessKeyCredentials apiAccessKeyCredentials)
|
Access |
AuthenticationApi.authenticateWithTenantNameAndCredentials(String tenantId,
ApiAccessKeyCredentials passwordCredentials)
Authenticate to generate a token. |
com.google.common.util.concurrent.ListenableFuture<Access> |
AuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(String tenantName,
PasswordCredentials passwordCredentials)
|
Access |
AuthenticationApi.authenticateWithTenantNameAndCredentials(String tenantId,
PasswordCredentials passwordCredentials)
Authenticate to generate a token. |
| Uses of Nullable in org.jclouds.openstack.keystone.v2_0.domain |
|---|
| Methods in org.jclouds.openstack.keystone.v2_0.domain with annotations of type Nullable | |
|---|---|
URI |
Endpoint.getAdminURL()
|
String |
MediaType.getBase()
|
String |
Tenant.getDescription()
|
String |
Role.getDescription()
|
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()
When providing an ID, it is assumed that the endpoint exists in the current OpenStack deployment |
URI |
Endpoint.getVersionInfo()
|
URI |
Endpoint.getVersionList()
|
| Constructor parameters in org.jclouds.openstack.keystone.v2_0.domain with annotations of type Nullable | |
|---|---|
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)
|
|
Tenant(String id,
String name,
String description)
|
|
User(String id,
String name,
Set<Role> roles)
|
|
| Uses of Nullable in org.jclouds.openstack.keystone.v2_0.suppliers |
|---|
| Method parameters in org.jclouds.openstack.keystone.v2_0.suppliers with annotations of type Nullable | |
|---|---|
RegionIdToAdminURISupplier |
RegionIdToAdminURISupplier.Factory.createForApiTypeAndVersion(String apiType,
String apiVersion)
|
| Constructor parameters in org.jclouds.openstack.keystone.v2_0.suppliers with annotations of type Nullable | |
|---|---|
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)
|
|
| Uses of Nullable in org.jclouds.openstack.nova.ec2.services |
|---|
| Method parameters in org.jclouds.openstack.nova.ec2.services with annotations of type Nullable | |
|---|---|
KeyPair |
NovaEC2KeyPairClient.importKeyPairInRegion(String region,
String keyName,
String publicKeyMaterial)
Imports the public key from an RSA key pair that you created with a third-party tool. |
com.google.common.util.concurrent.ListenableFuture<KeyPair> |
NovaEC2KeyPairAsyncClient.importKeyPairInRegion(String region,
String keyName,
String publicKeyMaterial)
|
| Uses of Nullable in org.jclouds.openstack.nova.v2_0 |
|---|
| Method parameters in org.jclouds.openstack.nova.v2_0 with annotations of type Nullable | |
|---|---|
com.google.common.base.Optional<AdminActionsAsyncApi> |
NovaAsyncApi.getAdminActionsExtensionForZone(String zone)
Provides asynchronous access to Server Admin Actions features. |
com.google.common.base.Optional<AdminActionsApi> |
NovaApi.getAdminActionsExtensionForZone(String zone)
Provides synchronous access to Server Admin Actions features. |
ExtensionAsyncApi |
NovaAsyncApi.getExtensionApiForZone(String zone)
Provides asynchronous access to Extension features. |
ExtensionApi |
NovaApi.getExtensionApiForZone(String zone)
Provides synchronous access to Extension features. |
FlavorAsyncApi |
NovaAsyncApi.getFlavorApiForZone(String zone)
Provides asynchronous access to Flavor features. |
FlavorApi |
NovaApi.getFlavorApiForZone(String zone)
Provides synchronous access to Flavor features. |
com.google.common.base.Optional<FlavorExtraSpecsAsyncApi> |
NovaAsyncApi.getFlavorExtraSpecsExtensionForZone(String zone)
Provides asynchronous access to Flavor extra specs features. |
com.google.common.base.Optional<FlavorExtraSpecsApi> |
NovaApi.getFlavorExtraSpecsExtensionForZone(String zone)
Provides synchronous access to Flavor extra specs features. |
com.google.common.base.Optional<FloatingIPAsyncApi> |
NovaAsyncApi.getFloatingIPExtensionForZone(String zone)
Provides asynchronous access to Floating IP features. |
com.google.common.base.Optional<FloatingIPApi> |
NovaApi.getFloatingIPExtensionForZone(String zone)
Provides synchronous access to Floating IP features. |
com.google.common.base.Optional<HostAdministrationAsyncApi> |
NovaAsyncApi.getHostAdministrationExtensionForZone(String zone)
Provides asynchronous access to Host Administration features. |
com.google.common.base.Optional<HostAdministrationApi> |
NovaApi.getHostAdministrationExtensionForZone(String zone)
Provides synchronous access to Host Administration features. |
com.google.common.base.Optional<HostAggregateAsyncApi> |
NovaAsyncApi.getHostAggregateExtensionForZone(String zone)
Provides asynchronous access to HostAggregate features. |
com.google.common.base.Optional<HostAggregateApi> |
NovaApi.getHostAggregateExtensionForZone(String zone)
Provides synchronous access to Aggregate features. |
ImageAsyncApi |
NovaAsyncApi.getImageApiForZone(String zone)
Provides asynchronous access to Image features. |
ImageApi |
NovaApi.getImageApiForZone(String zone)
Provides synchronous access to Image features. |
com.google.common.base.Optional<KeyPairAsyncApi> |
NovaAsyncApi.getKeyPairExtensionForZone(String zone)
Provides asynchronous access to Key Pair features. |
com.google.common.base.Optional<KeyPairApi> |
NovaApi.getKeyPairExtensionForZone(String zone)
Provides synchronous access to Key Pair features. |
com.google.common.base.Optional<QuotaClassAsyncApi> |
NovaAsyncApi.getQuotaClassExtensionForZone(String zone)
Provides asynchronous access to Quota Classes features. |
com.google.common.base.Optional<QuotaClassApi> |
NovaApi.getQuotaClassExtensionForZone(String zone)
Provides synchronous access to Quota Classes features. |
com.google.common.base.Optional<QuotaAsyncApi> |
NovaAsyncApi.getQuotaExtensionForZone(String zone)
Provides asynchronous access to Quota features. |
com.google.common.base.Optional<QuotaApi> |
NovaApi.getQuotaExtensionForZone(String zone)
Provides synchronous access to Quota features. |
com.google.common.base.Optional<SecurityGroupAsyncApi> |
NovaAsyncApi.getSecurityGroupExtensionForZone(String zone)
Provides asynchronous access to Security Group features. |
com.google.common.base.Optional<SecurityGroupApi> |
NovaApi.getSecurityGroupExtensionForZone(String zone)
Provides synchronous access to Security Group features. |
ServerAsyncApi |
NovaAsyncApi.getServerApiForZone(String zone)
Provides asynchronous access to Server features. |
ServerApi |
NovaApi.getServerApiForZone(String zone)
Provides synchronous access to Server features. |
com.google.common.base.Optional<ServerWithSecurityGroupsAsyncApi> |
NovaAsyncApi.getServerWithSecurityGroupsExtensionForZone(String zone)
Provides asynchronous access to Server Extra Data features. |
com.google.common.base.Optional<ServerWithSecurityGroupsApi> |
NovaApi.getServerWithSecurityGroupsExtensionForZone(String zone)
Provides synchronous access to Server Extra Data features. |
com.google.common.base.Optional<SimpleTenantUsageAsyncApi> |
NovaAsyncApi.getSimpleTenantUsageExtensionForZone(String zone)
Provides asynchronous access to Simple Tenant Usage features. |
com.google.common.base.Optional<SimpleTenantUsageApi> |
NovaApi.getSimpleTenantUsageExtensionForZone(String zone)
Provides synchronous access to Simple Tenant Usage features. |
com.google.common.base.Optional<VirtualInterfaceAsyncApi> |
NovaAsyncApi.getVirtualInterfaceExtensionForZone(String zone)
Provides asynchronous access to Virtual Interface features. |
com.google.common.base.Optional<VirtualInterfaceApi> |
NovaApi.getVirtualInterfaceExtensionForZone(String zone)
Provides synchronous access to Virtual Interface features. |
com.google.common.base.Optional<VolumeAsyncApi> |
NovaAsyncApi.getVolumeExtensionForZone(String zone)
Provides asynchronous access to Volume features. |
com.google.common.base.Optional<VolumeApi> |
NovaApi.getVolumeExtensionForZone(String zone)
Provides synchronous access to Volume features. |
com.google.common.base.Optional<VolumeTypeAsyncApi> |
NovaAsyncApi.getVolumeTypeExtensionForZone(String zone)
Provides asynchronous access to Volume Type features. |
com.google.common.base.Optional<VolumeTypeApi> |
NovaApi.getVolumeTypeExtensionForZone(String zone)
Provides synchronous access to Volume Type features. |
| Uses of Nullable in org.jclouds.openstack.nova.v2_0.domain |
|---|
| Constructor parameters in org.jclouds.openstack.nova.v2_0.domain with annotations of type Nullable | |
|---|---|
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)
|
|
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)
|
|
Flavor(String id,
String name,
Set<Link> links,
int ram,
int disk,
int vcpus,
String swap,
Double rxtxFactor,
Integer ephemeral)
|
|
FloatingIP(String id,
String ip,
String fixedIp,
String instanceId)
|
|
FloatingIP(String id,
String ip,
String fixedIp,
String instanceId)
|
|
Host(String name,
String service)
|
|
Host(String name,
String service)
|
|
HostAggregate(String id,
String name,
String availabilityZone,
Set<String> hosts,
String state,
Date created,
Date updated,
Map<String,String> metadata)
|
|
HostAggregate(String id,
String name,
String availabilityZone,
Set<String> hosts,
String state,
Date created,
Date updated,
Map<String,String> metadata)
|
|
HostAggregate(String id,
String name,
String availabilityZone,
Set<String> hosts,
String state,
Date created,
Date updated,
Map<String,String> metadata)
|
|
HostResourceUsage(String host,
String project,
int memoryMb,
int cpu,
int diskGb)
|
|
Image(String id,
String name,
Set<Link> links,
Date updated,
Date created,
String tenantId,
String userId,
Image.Status status,
int progress,
int minDisk,
int minRam,
Resource server,
Map<String,String> metadata)
|
|
Image(String id,
String name,
Set<Link> links,
Date updated,
Date created,
String tenantId,
String userId,
Image.Status status,
int progress,
int minDisk,
int minRam,
Resource server,
Map<String,String> metadata)
|
|
Image(String id,
String name,
Set<Link> links,
Date updated,
Date created,
String tenantId,
String userId,
Image.Status status,
int progress,
int minDisk,
int minRam,
Resource server,
Map<String,String> metadata)
|
|
Image(String id,
String name,
Set<Link> links,
Date updated,
Date created,
String tenantId,
String userId,
Image.Status status,
int progress,
int minDisk,
int minRam,
Resource server,
Map<String,String> metadata)
|
|
Image(String id,
String name,
Set<Link> links,
Date updated,
Date created,
String tenantId,
String userId,
Image.Status status,
int progress,
int minDisk,
int minRam,
Resource server,
Map<String,String> metadata)
|
|
Image(String id,
String name,
Set<Link> links,
Date updated,
Date created,
String tenantId,
String userId,
Image.Status status,
int progress,
int minDisk,
int minRam,
Resource server,
Map<String,String> metadata)
|
|
Image(String id,
String name,
Set<Link> links,
Date updated,
Date created,
String tenantId,
String userId,
Image.Status status,
int progress,
int minDisk,
int minRam,
Resource server,
Map<String,String> metadata)
|
|
Ingress(IpProtocol ipProtocol,
int fromPort,
int toPort)
|
|
KeyPair(String publicKey,
String privateKey,
String userId,
String name,
String fingerprint)
|
|
KeyPair(String publicKey,
String privateKey,
String userId,
String name,
String fingerprint)
|
|
KeyPair(String publicKey,
String privateKey,
String userId,
String name,
String fingerprint)
|
|
KeyPair(String publicKey,
String privateKey,
String userId,
String name,
String fingerprint)
|
|
SecurityGroup(String id,
String tenantId,
String name,
String description,
Set<SecurityGroupRule> rules)
|
|
SecurityGroup(String id,
String tenantId,
String name,
String description,
Set<SecurityGroupRule> rules)
|
|
SecurityGroup(String id,
String tenantId,
String name,
String description,
Set<SecurityGroupRule> rules)
|
|
SecurityGroupRule(IpProtocol ipProtocol,
int fromPort,
int toPort,
String id,
TenantIdAndName group,
String parentGroupId,
SecurityGroupRule.Cidr ipRange)
|
|
SecurityGroupRule(IpProtocol ipProtocol,
int fromPort,
int toPort,
String id,
TenantIdAndName group,
String parentGroupId,
SecurityGroupRule.Cidr ipRange)
|
|
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig)
|
|
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig)
|
|
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig)
|
|
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig)
|
|
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig)
|
|
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig)
|
|
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig)
|
|
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig)
|
|
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig)
|
|
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig)
|
|
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig)
|
|
ServerCreated(String id,
String name,
Set<Link> links,
String adminPass)
|
|
ServerExtendedAttributes(String instanceName,
String hostName,
String hypervisorHostName)
|
|
ServerExtendedAttributes(String instanceName,
String hostName,
String hypervisorHostName)
|
|
ServerExtendedAttributes(String instanceName,
String hostName,
String hypervisorHostName)
|
|
ServerExtendedStatus(String taskState,
String vmState,
int powerState)
|
|
ServerExtendedStatus(String taskState,
String vmState,
int powerState)
|
|
ServerWithSecurityGroups(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
Set<String> securityGroupNames)
|
|
ServerWithSecurityGroups(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
Set<String> securityGroupNames)
|
|
ServerWithSecurityGroups(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
Set<String> securityGroupNames)
|
|
ServerWithSecurityGroups(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
Set<String> securityGroupNames)
|
|
ServerWithSecurityGroups(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
Set<String> securityGroupNames)
|
|
ServerWithSecurityGroups(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
Set<String> securityGroupNames)
|
|
ServerWithSecurityGroups(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
Set<String> securityGroupNames)
|
|
ServerWithSecurityGroups(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
Set<String> securityGroupNames)
|
|
ServerWithSecurityGroups(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
Set<String> securityGroupNames)
|
|
ServerWithSecurityGroups(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
Set<String> securityGroupNames)
|
|
SimpleServerUsage(String instanceName,
double hours,
double flavorMemoryMb,
double flavorLocalGb,
double flavorVcpus,
String tenantId,
String flavorName,
Date instanceCreated,
Date instanceTerminiated,
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)
|
|
| Uses of Nullable in org.jclouds.openstack.quantum.v1_0 |
|---|
| Method parameters in org.jclouds.openstack.quantum.v1_0 with annotations of type Nullable | |
|---|---|
NetworkAsyncApi |
QuantumAsyncApi.getNetworkApiForRegion(String region)
Provides asynchronous access to Network features. |
NetworkApi |
QuantumApi.getNetworkApiForRegion(String region)
Provides synchronous access to Network features. |
PortAsyncApi |
QuantumAsyncApi.getPortApiForRegionAndNetwork(String region,
String networkId)
Provides asynchronous access to Port features. |
PortApi |
QuantumApi.getPortApiForRegionAndNetwork(String region,
String networkId)
Provides synchronous access to Port features. |
| Uses of Nullable in org.jclouds.openstack.quantum.v1_0.domain |
|---|
| Methods in org.jclouds.openstack.quantum.v1_0.domain with annotations of type Nullable | |
|---|---|
Attachment |
PortDetails.getAttachment()
|
| Constructor parameters in org.jclouds.openstack.quantum.v1_0.domain with annotations of type Nullable | |
|---|---|
PortDetails(String id,
Port.State state,
Attachment attachment)
|
|
| Uses of Nullable in org.jclouds.openstack.swift.domain |
|---|
| Method parameters in org.jclouds.openstack.swift.domain with annotations of type Nullable | |
|---|---|
SwiftObject |
SwiftObject.Factory.create(MutableObjectInfoWithMetadata info)
|
| Uses of Nullable in org.jclouds.openstack.swift.v1 |
|---|
| Method parameters in org.jclouds.openstack.swift.v1 with annotations of type Nullable | |
|---|---|
AccountAsyncApi |
SwiftAsyncApi.getAccountApiForRegion(String region)
Provides asynchronous access to Account features. |
AccountApi |
SwiftApi.getAccountApiForRegion(String region)
Provides synchronous access to Account features. |
ContainerAsyncApi |
SwiftAsyncApi.getContainerApiForRegion(String region)
Provides asynchronous access to Container features. |
ContainerApi |
SwiftApi.getContainerApiForRegion(String region)
Provides synchronous access to Container features. |
ObjectAsyncApi |
SwiftAsyncApi.getObjectApiForRegion(String region)
Provides asynchronous access to Object features. |
ObjectApi |
SwiftApi.getObjectApiForRegion(String region)
Provides synchronous access to Object features. |
| Uses of Nullable in org.jclouds.openstack.v2_0.domain |
|---|
| Methods in org.jclouds.openstack.v2_0.domain with annotations of type Nullable | |
|---|---|
String |
Resource.getName()
|
String |
Link.getType()
|
| Constructor parameters in org.jclouds.openstack.v2_0.domain with annotations of type Nullable | |
|---|---|
Link(Link.Relation relation,
String type,
URI href)
|
|
Resource(String id,
String name,
Set<Link> links)
|
|
Resource(String id,
String name,
Set<Link> links)
|
|
| Uses of Nullable in org.jclouds.ovf |
|---|
| Constructor parameters in org.jclouds.ovf with annotations of type Nullable | |
|---|---|
OperatingSystemSection(Integer id,
String info,
String description)
|
|
OperatingSystemSection(Integer id,
String info,
String description)
|
|
OperatingSystemSection(Integer id,
String info,
String description)
|
|
Section(String info)
|
|
| Uses of Nullable in org.jclouds.predicates |
|---|
| Method parameters in org.jclouds.predicates with annotations of type Nullable | |
|---|---|
boolean |
Validator.apply(T t)
|
abstract void |
Validator.validate(T t)
Validates the parameter |
| Uses of Nullable in org.jclouds.predicates.validators |
|---|
| Method parameters in org.jclouds.predicates.validators with annotations of type Nullable | |
|---|---|
void |
AllLowerCaseValidator.validate(String s)
|
| Uses of Nullable in org.jclouds.providers |
|---|
| Method parameters in org.jclouds.providers with annotations of type Nullable | |
|---|---|
ProviderMetadata.Builder |
ProviderMetadata.Builder.console(URI console)
|
ProviderMetadata.Builder |
ProviderMetadata.Builder.homepage(URI homepage)
|
| Uses of Nullable in org.jclouds.providers.internal |
|---|
| Method parameters in org.jclouds.providers.internal with annotations of type Nullable | |
|---|---|
BaseProviderMetadata.Builder |
BaseProviderMetadata.Builder.console(URI console)
|
| Uses of Nullable in org.jclouds.rackspace.cloudidentity.v2_0 |
|---|
| Method parameters in org.jclouds.rackspace.cloudidentity.v2_0 with annotations of type Nullable | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Access> |
CloudIdentityAuthenticationAsyncApi.authenticateWithTenantIdAndCredentials(String tenantId,
ApiKeyCredentials apiKeyCredentials)
|
Access |
CloudIdentityAuthenticationApi.authenticateWithTenantIdAndCredentials(String tenantId,
ApiKeyCredentials apiKeyCredentials)
Authenticate to generate a token. |
com.google.common.util.concurrent.ListenableFuture<Access> |
CloudIdentityAuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(String tenantName,
ApiKeyCredentials apiKeyCredentials)
|
Access |
CloudIdentityAuthenticationApi.authenticateWithTenantNameAndCredentials(String tenantId,
ApiKeyCredentials apiKeyCredentials)
Authenticate to generate a token. |
| Uses of Nullable in org.jclouds.rds.features |
|---|
| Methods in org.jclouds.rds.features with annotations of type Nullable | |
|---|---|
SubnetGroup |
SubnetGroupApi.get(String name)
Retrieves information about the specified SubnetGroup. |
SecurityGroup |
SecurityGroupApi.get(String name)
Retrieves information about the specified SecurityGroup. |
Instance |
InstanceApi.get(String id)
Retrieves information about the specified instance. |
| Uses of Nullable in org.jclouds.rest |
|---|
| Method parameters in org.jclouds.rest with annotations of type Nullable | ||
|---|---|---|
|
RestContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring)
Deprecated. |
|
|
RestContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring)
Deprecated. |
|
|
RestContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring,
Properties overrides)
Deprecated. for porting old code to ContextBuilder |
|
|
RestContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring,
Properties overrides)
Deprecated. for porting old code to ContextBuilder |
|
|
RestContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Properties overrides)
Deprecated. |
|
|
RestContextFactory.createContext(String providerOrApi,
String identity,
String credential,
Properties overrides)
Deprecated. |
|
| Uses of Nullable in org.jclouds.rest.internal |
|---|
| Method parameters in org.jclouds.rest.internal with annotations of type Nullable | |
|---|---|
T |
GeneratedHttpRequest.Builder.arg(Object arg)
|
T |
GeneratedHttpRequest.Builder.args(Object[] args)
|
T |
GeneratedHttpRequest.Builder.caller(ClassMethodArgs caller)
|
static URI |
RestAnnotationProcessor.replaceQuery(javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilderProvider,
URI in,
String newQuery,
Comparator<Map.Entry<String,String>> sorter,
char... skips)
|
URI |
RestAnnotationProcessor.replaceQuery(URI in,
String newQuery,
Comparator<Map.Entry<String,String>> sorter)
|
| Constructor parameters in org.jclouds.rest.internal with annotations of type Nullable | |
|---|---|
GeneratedHttpRequest(String method,
URI endpoint,
com.google.common.collect.Multimap<String,String> headers,
Payload payload,
Class<?> declaring,
Method javaMethod,
Iterable<Object> args,
Iterable<Character> skips,
Iterable<HttpRequestFilter> filters,
com.google.common.base.Optional<ClassMethodArgs> caller)
|
|
| Uses of Nullable in org.jclouds.s3 |
|---|
| Method parameters in org.jclouds.s3 with annotations of type Nullable | |
|---|---|
boolean |
S3Client.putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options)
Create and name your own bucket in which to store your objects. |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options)
|
| Uses of Nullable in org.jclouds.s3.domain |
|---|
| Method parameters in org.jclouds.s3.domain with annotations of type Nullable | |
|---|---|
S3Object |
S3Object.Factory.create(MutableObjectMetadata metadata)
|
| Uses of Nullable in org.jclouds.s3.functions |
|---|
| Method parameters in org.jclouds.s3.functions with annotations of type Nullable | |
|---|---|
URI |
DefaultEndpointThenInvalidateRegion.apply(Object from)
|
URI |
AssignCorrectHostnameForBucket.apply(Object from)
|
ReturnFalseIfBucketAlreadyOwnedByYouOrOperationAbortedWhenBucketExists |
ReturnFalseIfBucketAlreadyOwnedByYouOrOperationAbortedWhenBucketExists.setContext(HttpRequest request)
|
| Uses of Nullable in org.jclouds.savvis.vpdc.domain |
|---|
| Methods in org.jclouds.savvis.vpdc.domain with annotations of type Nullable | |
|---|---|
Date |
Task.getEndTime()
date and time when the task completed. |
TaskError |
Task.getError()
error message or related information returned by the task |
Resource |
Task.getOwner()
A link to the object that owns the task. |
Resource |
Task.getResult()
Result is represent outcome of request url. |
String |
TaskError.getVendorSpecificErrorCode()
|
| Constructor parameters in org.jclouds.savvis.vpdc.domain with annotations of type Nullable | |
|---|---|
Network(String id,
String name,
String type,
URI href,
String gateway,
String netmask,
Map<String,String> internalToExternalNATRules)
|
|
Org(String id,
String name,
String type,
URI href,
String description,
Set<Link> vDCs,
Set<Link> images)
|
|
TaskError(String message,
int majorErrorCode,
int minorErrorCode,
String vendorSpecificErrorCode)
|
|
VDC(String id,
String name,
String type,
URI href,
String description,
VDC.Status status,
Set<Resource> resourceEntities,
Set<Resource> availableNetworks)
|
|
| Uses of Nullable in org.jclouds.savvis.vpdc.features |
|---|
| Method parameters in org.jclouds.savvis.vpdc.features with annotations of type Nullable | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Task> |
FirewallAsyncApi.addFirewallRule(String billingSiteId,
String vpdcId,
FirewallRule firewallRule)
|
com.google.common.util.concurrent.ListenableFuture<Set<Task>> |
VMAsyncApi.addMultipleVMsIntoVDC(String billingSiteId,
String vpdcId,
Iterable<VMSpec> vmSpecs)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncApi.addVMIntoVDC(String billingSiteId,
String vpdcId,
VMSpec spec)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncApi.captureVApp(String billingSiteId,
String vpdcId,
URI vAppUri)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
FirewallAsyncApi.deleteFirewallRule(String billingSiteId,
String vpdcId,
FirewallRule firewallRule)
|
com.google.common.util.concurrent.ListenableFuture<Network> |
BrowsingAsyncApi.getNetworkInVDC(String billingSiteId,
String vpdcId,
String networkTierName)
|
com.google.common.util.concurrent.ListenableFuture<Org> |
BrowsingAsyncApi.getOrg(String billingSiteId)
|
Org |
BrowsingApi.getOrg(String billingSiteId)
Get an organization, which can contain list of vDC entities |
com.google.common.util.concurrent.ListenableFuture<VDC> |
BrowsingAsyncApi.getVDCInOrg(String billingSiteId,
String vpdcId)
|
VDC |
BrowsingApi.getVDCInOrg(String billingSiteId,
String vpdcId)
VDC is a virtual data center ,the API returns a list of VAPPs own by given bill site Id. |
com.google.common.util.concurrent.ListenableFuture<VM> |
BrowsingAsyncApi.getVMInVDC(String billingSiteId,
String vpdcId,
String vAppId,
GetVMOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<FirewallService> |
BrowsingAsyncApi.listFirewallRules(String billingSiteId,
String vpdcId)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
ServiceManagementAsyncApi.powerOffVMInVDC(String billingSiteId,
String vpdcId,
String vAppId)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
ServiceManagementAsyncApi.powerOnVMInVDC(String billingSiteId,
String vpdcId,
String vAppId)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncApi.removeVMFromVDC(String billingSiteId,
String vpdcId,
String vAppId)
|
| Uses of Nullable in org.jclouds.scriptbuilder.functions |
|---|
| Method parameters in org.jclouds.scriptbuilder.functions with annotations of type Nullable | |
|---|---|
Credentials |
CredentialsFromAdminAccess.apply(Statement input)
|
| Uses of Nullable in org.jclouds.scriptbuilder.statements.login |
|---|
| Methods in org.jclouds.scriptbuilder.statements.login with annotations of type Nullable | |
|---|---|
Credentials |
AdminAccess.getAdminCredentials()
|
String |
AdminAccess.getAdminPassword()
|
| Method parameters in org.jclouds.scriptbuilder.statements.login with annotations of type Nullable | |
|---|---|
void |
AdminAccessBuilderSpec.ValueParser.parse(AdminAccessBuilderSpec spec,
String key,
String value)
|
| Constructor parameters in org.jclouds.scriptbuilder.statements.login with annotations of type Nullable | |
|---|---|
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(String login,
List<String> groups,
String password,
String installRSAPrivateKey,
List<String> authorizeRSAPublicKeys,
String defaultHome,
String shell)
|
|
UserAdd(String login,
List<String> groups,
String password,
String installRSAPrivateKey,
List<String> authorizeRSAPublicKeys,
String defaultHome,
String shell)
|
|
UserAdd(String login,
List<String> groups,
String password,
String installRSAPrivateKey,
List<String> authorizeRSAPublicKeys,
String home,
String defaultHome,
String shell,
String fullName)
|
|
UserAdd(String login,
List<String> groups,
String password,
String installRSAPrivateKey,
List<String> authorizeRSAPublicKeys,
String home,
String defaultHome,
String shell,
String fullName)
|
|
UserAdd(String login,
List<String> groups,
String password,
String installRSAPrivateKey,
List<String> authorizeRSAPublicKeys,
String home,
String defaultHome,
String shell,
String fullName)
|
|
| Uses of Nullable in org.jclouds.slicehost.domain |
|---|
| Constructor parameters in org.jclouds.slicehost.domain with annotations of type Nullable | |
|---|---|
Slice(int id,
String name,
int flavorId,
Integer imageId,
Integer backupId,
Slice.Status status,
Integer progress,
float bandwidthIn,
float bandwidthOut,
Set<String> addresses,
String rootPassword)
|
|
Slice(int id,
String name,
int flavorId,
Integer imageId,
Integer backupId,
Slice.Status status,
Integer progress,
float bandwidthIn,
float bandwidthOut,
Set<String> addresses,
String rootPassword)
|
|
Slice(int id,
String name,
int flavorId,
Integer imageId,
Integer backupId,
Slice.Status status,
Integer progress,
float bandwidthIn,
float bandwidthOut,
Set<String> addresses,
String rootPassword)
|
|
Slice(int id,
String name,
int flavorId,
Integer imageId,
Integer backupId,
Slice.Status status,
Integer progress,
float bandwidthIn,
float bandwidthOut,
Set<String> addresses,
String rootPassword)
|
|
| Uses of Nullable in org.jclouds.snia.cdmi.v1.domain |
|---|
| Methods in org.jclouds.snia.cdmi.v1.domain with annotations of type Nullable | |
|---|---|
String |
CDMIObject.getObjectName()
For objects in a container, the objectName field shall be returned. |
| Uses of Nullable in org.jclouds.softlayer.domain |
|---|
| Methods in org.jclouds.softlayer.domain with annotations of type Nullable | |
|---|---|
Float |
ProductItem.getCapacity()
|
Float |
ProductItemPrice.getHourlyRecurringFee()
|
Float |
ProductItemPrice.getRecurringFee()
|
String |
ProductItem.getUnits()
|
| Uses of Nullable in org.jclouds.tools.ant.taskdefs.compute |
|---|
| Constructor parameters in org.jclouds.tools.ant.taskdefs.compute with annotations of type Nullable | |
|---|---|
ComputeTask(com.google.common.cache.LoadingCache<URI,ComputeServiceContext> computeMap)
|
|
| Uses of Nullable in org.jclouds.trmk.ecloud |
|---|
| Method parameters in org.jclouds.trmk.ecloud with annotations of type Nullable | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkECloudAsyncClient.findKeyPairInOrg(URI org,
String keyName)
|
Network |
TerremarkECloudClient.findNetworkInOrgVDCNamed(String orgName,
String vdc,
String networkName)
|
Network |
TerremarkECloudClient.findNetworkInOrgVDCNamed(String orgName,
String vdc,
String networkName)
|
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
TerremarkECloudAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String catalogName,
String networkName)
|
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
TerremarkECloudAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String catalogName,
String networkName)
|
com.google.common.util.concurrent.ListenableFuture<? extends ECloudOrg> |
TerremarkECloudAsyncClient.findOrgNamed(String orgName)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
TerremarkECloudAsyncClient.listKeyPairsInOrg(URI org)
|
| Uses of Nullable in org.jclouds.trmk.ecloud.features |
|---|
| Method parameters in org.jclouds.trmk.ecloud.features with annotations of type Nullable | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Map<String,Integer>> |
TagOperationsAsyncClient.getTagNameToUsageCountInOrg(URI org)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
DataCenterOperationsAsyncClient.listDataCentersInOrg(URI org)
|
| Uses of Nullable in org.jclouds.trmk.vcloud_0_8 |
|---|
| Method parameters in org.jclouds.trmk.vcloud_0_8 with annotations of type Nullable | |
|---|---|
Node |
TerremarkVCloudClient.configureNode(URI nodeId,
String name,
boolean enabled,
String description)
|
com.google.common.util.concurrent.ListenableFuture<? extends Node> |
TerremarkVCloudAsyncClient.configureNode(URI nodeId,
String name,
boolean enabled,
String description)
|
Catalog |
TerremarkVCloudClient.findCatalogInOrgNamed(String orgName,
String catalogName)
returns the catalog in the organization associated with the specified name. |
Catalog |
TerremarkVCloudClient.findCatalogInOrgNamed(String orgName,
String catalogName)
returns the catalog in the organization associated with the specified name. |
com.google.common.util.concurrent.ListenableFuture<? extends Catalog> |
TerremarkVCloudAsyncClient.findCatalogInOrgNamed(String orgName,
String catalogName)
|
com.google.common.util.concurrent.ListenableFuture<? extends Catalog> |
TerremarkVCloudAsyncClient.findCatalogInOrgNamed(String orgName,
String catalogName)
|
CatalogItem |
TerremarkVCloudClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
returns the catalog item in the catalog associated with the specified name. |
CatalogItem |
TerremarkVCloudClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
returns the catalog item in the catalog associated with the specified name. |
com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> |
TerremarkVCloudAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
|
com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> |
TerremarkVCloudAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
|
com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> |
TerremarkVCloudAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
|
Network |
TerremarkVCloudClient.findNetworkInOrgVDCNamed(String orgName,
String catalogName,
String networkName)
|
Network |
TerremarkVCloudClient.findNetworkInOrgVDCNamed(String orgName,
String catalogName,
String networkName)
|
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
TerremarkVCloudAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String catalogName,
String networkName)
|
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
TerremarkVCloudAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String catalogName,
String networkName)
|
com.google.common.util.concurrent.ListenableFuture<? extends Org> |
TerremarkVCloudAsyncClient.findOrgNamed(String orgName)
|
com.google.common.util.concurrent.ListenableFuture<? extends TasksList> |
TerremarkVCloudAsyncClient.findTasksListInOrgNamed(String orgName,
String tasksListName)
|
com.google.common.util.concurrent.ListenableFuture<? extends TasksList> |
TerremarkVCloudAsyncClient.findTasksListInOrgNamed(String orgName,
String tasksListName)
|
VApp |
TerremarkVCloudClient.findVAppInOrgVDCNamed(String orgName,
String catalogName,
String vAppName)
|
VApp |
TerremarkVCloudClient.findVAppInOrgVDCNamed(String orgName,
String catalogName,
String vAppName)
|
com.google.common.util.concurrent.ListenableFuture<? extends VApp> |
TerremarkVCloudAsyncClient.findVAppInOrgVDCNamed(String orgName,
String catalogName,
String vAppName)
|
com.google.common.util.concurrent.ListenableFuture<? extends VApp> |
TerremarkVCloudAsyncClient.findVAppInOrgVDCNamed(String orgName,
String catalogName,
String vAppName)
|
VAppTemplate |
TerremarkVCloudClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
returns the vapp template corresponding to a catalog item in the catalog associated with the specified name. |
VAppTemplate |
TerremarkVCloudClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
returns the vapp template corresponding to a catalog item in the catalog associated with the specified name. |
com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> |
TerremarkVCloudAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
|
com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> |
TerremarkVCloudAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
|
com.google.common.util.concurrent.ListenableFuture<? extends VDC> |
TerremarkVCloudAsyncClient.findVDCInOrgNamed(String orgName,
String vdcName)
|
com.google.common.util.concurrent.ListenableFuture<? extends VDC> |
TerremarkVCloudAsyncClient.findVDCInOrgNamed(String orgName,
String vdcName)
|
| Uses of Nullable in org.jclouds.trmk.vcloud_0_8.binders |
|---|
| Method parameters in org.jclouds.trmk.vcloud_0_8.binders with annotations of type Nullable | |
|---|---|
protected void |
BindInstantiateVAppTemplateParamsToXmlPayload.addNetworkConfig(com.jamesmurty.utils.XMLBuilder instantiationParamsBuilder,
String name,
String fenceMode,
URI network)
|
protected String |
BindInstantiateVAppTemplateParamsToXmlPayload.generateXml(String name,
String template,
SortedMap<ResourceAllocationSettingData.ResourceType,String> virtualHardwareQuantity,
String networkName,
String fenceMode,
URI network)
|
| Uses of Nullable in org.jclouds.trmk.vcloud_0_8.compute |
|---|
| Method parameters in org.jclouds.trmk.vcloud_0_8.compute with annotations of type Nullable | |
|---|---|
VApp |
TerremarkVCloudComputeClient.start(URI VDC,
URI templateId,
String name,
InstantiateVAppTemplateOptions options,
int... portsToOpen)
Runs through all commands necessary to startup a vApp, opening at least one ip address to the public network. |
ComputeServiceAdapter.NodeAndInitialCredentials<VApp> |
TerremarkVCloudComputeClient.startAndReturnCredentials(URI VDC,
URI templateId,
String name,
InstantiateVAppTemplateOptions options,
int... portsToOpen)
|
| Uses of Nullable in org.jclouds.trmk.vcloud_0_8.compute.strategy |
|---|
| Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute.strategy with annotations of type Nullable | |
|---|---|
ParseVAppTemplateDescriptionToGetDefaultLoginCredentials(LoginCredentials creds,
Map<String,Credentials> credentialStore,
Map<OsFamily,LoginCredentials> osFamilyToCredentials)
|
|
| Uses of Nullable in org.jclouds.trmk.vcloud_0_8.domain |
|---|
| Methods in org.jclouds.trmk.vcloud_0_8.domain with annotations of type Nullable | |
|---|---|
String |
VDC.getDescription()
|
String |
Org.getDescription()
optional description |
String |
Catalog.getDescription()
optional description |
VCloudError |
Task.getError()
error message or related information returned by the task |
VCloudError.MinorCode |
VCloudError.getMinorErrorCode()
|
String |
VApp.getOperatingSystemDescription()
|
Integer |
VApp.getOsType()
|
String |
KeyPair.getPrivateKey()
|
String |
VCloudError.getVendorSpecificErrorCode()
|
| Constructor parameters in org.jclouds.trmk.vcloud_0_8.domain with annotations of type Nullable | |
|---|---|
KeyPair(URI id,
String name,
boolean isDefault,
String privateKey,
String fingerPrint)
|
|
| Uses of Nullable in org.jclouds.trmk.vcloud_0_8.domain.internal |
|---|
| Constructor parameters in org.jclouds.trmk.vcloud_0_8.domain.internal with annotations of type Nullable | |
|---|---|
CatalogImpl(String name,
String type,
URI href,
String description,
Map<String,ReferenceType> contents)
|
|
ErrorImpl(String message,
int majorErrorCode,
VCloudError.MinorCode minorErrorCode,
String vendorSpecificErrorCode,
String stackTrace)
|
|
ErrorImpl(String message,
int majorErrorCode,
VCloudError.MinorCode minorErrorCode,
String vendorSpecificErrorCode,
String stackTrace)
|
|
ErrorImpl(String message,
int majorErrorCode,
VCloudError.MinorCode minorErrorCode,
String vendorSpecificErrorCode,
String stackTrace)
|
|
TaskImpl(URI id,
String operation,
TaskStatus status,
Date startTime,
Date endTime,
Date expiryTime,
ReferenceType owner,
VCloudError error)
|
|
TaskImpl(URI id,
String operation,
TaskStatus status,
Date startTime,
Date endTime,
Date expiryTime,
ReferenceType owner,
VCloudError error)
|
|
VAppTemplateImpl(String name,
URI id,
String description,
Status status)
|
|
VAppTemplateImpl(String name,
URI id,
String description,
Status status)
|
|
VDCImpl(String name,
String type,
URI href,
String description,
ReferenceType catalog,
ReferenceType publicIps,
ReferenceType internetServices,
Map<String,ReferenceType> resourceEntities,
Map<String,ReferenceType> availableNetworks)
|
|
| Uses of Nullable in org.jclouds.trmk.vcloudexpress |
|---|
| Method parameters in org.jclouds.trmk.vcloudexpress with annotations of type Nullable | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkVCloudExpressAsyncClient.findKeyPairInOrg(URI org,
String keyName)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
TerremarkVCloudExpressAsyncClient.listKeyPairsInOrg(URI org)
|
| Uses of Nullable in org.jclouds.util |
|---|
| Method parameters in org.jclouds.util with annotations of type Nullable | |
|---|---|
static Credentials |
CredentialUtils.overrideCredentialsIfSupplied(Credentials defaultCredentials,
Credentials overridingCredentials)
|
| Uses of Nullable in org.jclouds.vcloud.binders |
|---|
| Method parameters in org.jclouds.vcloud.binders with annotations of type Nullable | |
|---|---|
protected String |
BindInstantiateVAppTemplateParamsToXmlPayload.generateXml(String name,
String description,
boolean deploy,
boolean powerOn,
URI template,
Iterable<NetworkConfig> networkConfig)
|
| Uses of Nullable in org.jclouds.vcloud.compute.strategy |
|---|
| Method parameters in org.jclouds.vcloud.compute.strategy with annotations of type Nullable | |
|---|---|
void |
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.ensureVmHasAllocationModeOrPooled(VApp vApp,
IpAddressAllocationMode ipAllocationMode)
|
Task |
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.updateVmWithNameAndCustomizationScript(Vm vm,
String name,
String customizationScript)
Naming constraints modifying a VM on a VApp in vCloud Director (at least v1.5) can be more strict than those in a vAppTemplate. |
void |
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.ComputerNameValidator.validate(String t)
|
| Uses of Nullable in org.jclouds.vcloud.domain |
|---|
| Methods in org.jclouds.vcloud.domain with annotations of type Nullable | |
|---|---|
Capacity |
VDC.getCpuCapacity()
reports CPU resource consumption in a vDC |
String |
Vm.getDescription()
optional description |
String |
VDC.getDescription()
optional description |
String |
VAppTemplate.getDescription()
optional description |
String |
VApp.getDescription()
optional description |
String |
Org.getDescription()
optional description |
String |
Catalog.getDescription()
optional description |
VCloudError |
Task.getError()
error message or related information returned by the task |
String |
NetworkConnection.getExternalIpAddress()
|
String |
Org.getFullName()
full name of the organization |
GuestCustomizationSection |
Vm.getGuestCustomizationSection()
|
String |
NetworkConnection.getIpAddress()
|
String |
NetworkConnection.getMACAddress()
|
Capacity |
VDC.getMemoryCapacity()
reports memory resource consumption in a vDC |
VCloudError.MinorCode |
VCloudError.getMinorErrorCode()
|
NetworkConnectionSection |
Vm.getNetworkConnectionSection()
|
VCloudNetworkSection |
VAppTemplate.getNetworkSection()
description of the predefined vApp internal networks in this template |
VCloudNetworkSection |
VApp.getNetworkSection()
description of the predefined vApp internal networks in this template |
VCloudOperatingSystemSection |
Vm.getOperatingSystemSection()
|
Status |
Vm.getStatus()
|
Capacity |
VDC.getStorageCapacity()
defines the storage capacity available in the vDC |
ReferenceType |
Org.getTasksList()
If there are any queued, running, or recently completed tasks owned by a member of the organization, it also contains a TasksList. |
String |
Vm.getVAppScopedLocalId()
read-only identifier created on import |
String |
VAppTemplate.getVAppScopedLocalId()
read-only identifier created on import |
String |
VCloudError.getVendorSpecificErrorCode()
|
VCloudVirtualHardwareSection |
Vm.getVirtualHardwareSection()
|
| Constructor parameters in org.jclouds.vcloud.domain with annotations of type Nullable | |
|---|---|
NetworkConnection(String network,
int networkConnectionIndex,
String ipAddress,
String externalIpAddress,
boolean connected,
String MACAddress,
IpAddressAllocationMode ipAddressAllocationMode)
|
|
NetworkConnection(String network,
int networkConnectionIndex,
String ipAddress,
String externalIpAddress,
boolean connected,
String MACAddress,
IpAddressAllocationMode ipAddressAllocationMode)
|
|
NetworkConnection(String network,
int networkConnectionIndex,
String ipAddress,
String externalIpAddress,
boolean connected,
String MACAddress,
IpAddressAllocationMode ipAddressAllocationMode)
|
|
| Uses of Nullable in org.jclouds.vcloud.domain.internal |
|---|
| Methods in org.jclouds.vcloud.domain.internal with annotations of type Nullable | |
|---|---|
Status |
VmImpl.getStatus()
|
| Constructor parameters in org.jclouds.vcloud.domain.internal with annotations of type Nullable | |
|---|---|
CatalogImpl(String name,
String type,
URI href,
ReferenceType org,
String description,
Map<String,ReferenceType> contents,
Iterable<Task> tasks,
boolean published,
boolean readOnly)
|
|
CatalogItemImpl(String name,
URI id,
String description,
ReferenceType entity,
Map<String,String> properties)
|
|
ErrorImpl(String message,
int majorErrorCode,
VCloudError.MinorCode minorErrorCode,
String vendorSpecificErrorCode,
String stackTrace)
|
|
ErrorImpl(String message,
int majorErrorCode,
VCloudError.MinorCode minorErrorCode,
String vendorSpecificErrorCode,
String stackTrace)
|
|
ErrorImpl(String message,
int majorErrorCode,
VCloudError.MinorCode minorErrorCode,
String vendorSpecificErrorCode,
String stackTrace)
|
|
OrgImpl(String name,
String type,
URI id,
String fullName,
String description,
Map<String,ReferenceType> catalogs,
Map<String,ReferenceType> vdcs,
Map<String,ReferenceType> networks,
ReferenceType tasksList,
Iterable<Task> tasks)
|
|
TaskImpl(URI id,
String operation,
TaskStatus status,
Date startTime,
Date endTime,
Date expiryTime,
ReferenceType owner,
VCloudError error)
|
|
TaskImpl(URI id,
String operation,
TaskStatus status,
Date startTime,
Date endTime,
Date expiryTime,
ReferenceType owner,
VCloudError error)
|
|
VAppImpl(String name,
String type,
URI id,
Status status,
ReferenceType vdc,
String description,
Iterable<Task> tasks,
boolean ovfDescriptorUploaded,
Iterable<Vm> children,
VCloudNetworkSection networkSection)
|
|
VAppImpl(String name,
String type,
URI id,
Status status,
ReferenceType vdc,
String description,
Iterable<Task> tasks,
boolean ovfDescriptorUploaded,
Iterable<Vm> children,
VCloudNetworkSection networkSection)
|
|
VAppTemplateImpl(String name,
String type,
URI id,
Status status,
ReferenceType vdc,
String description,
Iterable<Task> tasks,
boolean ovfDescriptorUploaded,
String vAppScopedLocalId,
Iterable<Vm> children,
VCloudNetworkSection networkSection)
|
|
VAppTemplateImpl(String name,
String type,
URI id,
Status status,
ReferenceType vdc,
String description,
Iterable<Task> tasks,
boolean ovfDescriptorUploaded,
String vAppScopedLocalId,
Iterable<Vm> children,
VCloudNetworkSection networkSection)
|
|
VAppTemplateImpl(String name,
String type,
URI id,
Status status,
ReferenceType vdc,
String description,
Iterable<Task> tasks,
boolean ovfDescriptorUploaded,
String vAppScopedLocalId,
Iterable<Vm> children,
VCloudNetworkSection networkSection)
|
|
VDCImpl(String name,
String type,
URI id,
VDCStatus status,
ReferenceType org,
String description,
Iterable<Task> tasks,
AllocationModel allocationModel,
Capacity storageCapacity,
Capacity cpuCapacity,
Capacity memoryCapacity,
Map<String,ReferenceType> resourceEntities,
Map<String,ReferenceType> availableNetworks,
int nicQuota,
int networkQuota,
int vmQuota,
boolean isEnabled)
|
|
VDCImpl(String name,
String type,
URI id,
VDCStatus status,
ReferenceType org,
String description,
Iterable<Task> tasks,
AllocationModel allocationModel,
Capacity storageCapacity,
Capacity cpuCapacity,
Capacity memoryCapacity,
Map<String,ReferenceType> resourceEntities,
Map<String,ReferenceType> availableNetworks,
int nicQuota,
int networkQuota,
int vmQuota,
boolean isEnabled)
|
|
VDCImpl(String name,
String type,
URI id,
VDCStatus status,
ReferenceType org,
String description,
Iterable<Task> tasks,
AllocationModel allocationModel,
Capacity storageCapacity,
Capacity cpuCapacity,
Capacity memoryCapacity,
Map<String,ReferenceType> resourceEntities,
Map<String,ReferenceType> availableNetworks,
int nicQuota,
int networkQuota,
int vmQuota,
boolean isEnabled)
|
|
VDCImpl(String name,
String type,
URI id,
VDCStatus status,
ReferenceType org,
String description,
Iterable<Task> tasks,
AllocationModel allocationModel,
Capacity storageCapacity,
Capacity cpuCapacity,
Capacity memoryCapacity,
Map<String,ReferenceType> resourceEntities,
Map<String,ReferenceType> availableNetworks,
int nicQuota,
int networkQuota,
int vmQuota,
boolean isEnabled)
|
|
VmImpl(String name,
String type,
URI id,
Status status,
ReferenceType vApp,
String description,
Iterable<Task> tasks,
VCloudVirtualHardwareSection hardware,
VCloudOperatingSystemSection os,
NetworkConnectionSection networkConnectionSection,
GuestCustomizationSection guestCustomization,
String vAppScopedLocalId)
|
|
VmImpl(String name,
String type,
URI id,
Status status,
ReferenceType vApp,
String description,
Iterable<Task> tasks,
VCloudVirtualHardwareSection hardware,
VCloudOperatingSystemSection os,
NetworkConnectionSection networkConnectionSection,
GuestCustomizationSection guestCustomization,
String vAppScopedLocalId)
|
|
VmImpl(String name,
String type,
URI id,
Status status,
ReferenceType vApp,
String description,
Iterable<Task> tasks,
VCloudVirtualHardwareSection hardware,
VCloudOperatingSystemSection os,
NetworkConnectionSection networkConnectionSection,
GuestCustomizationSection guestCustomization,
String vAppScopedLocalId)
|
|
VmImpl(String name,
String type,
URI id,
Status status,
ReferenceType vApp,
String description,
Iterable<Task> tasks,
VCloudVirtualHardwareSection hardware,
VCloudOperatingSystemSection os,
NetworkConnectionSection networkConnectionSection,
GuestCustomizationSection guestCustomization,
String vAppScopedLocalId)
|
|
VmImpl(String name,
String type,
URI id,
Status status,
ReferenceType vApp,
String description,
Iterable<Task> tasks,
VCloudVirtualHardwareSection hardware,
VCloudOperatingSystemSection os,
NetworkConnectionSection networkConnectionSection,
GuestCustomizationSection guestCustomization,
String vAppScopedLocalId)
|
|
VmImpl(String name,
String type,
URI id,
Status status,
ReferenceType vApp,
String description,
Iterable<Task> tasks,
VCloudVirtualHardwareSection hardware,
VCloudOperatingSystemSection os,
NetworkConnectionSection networkConnectionSection,
GuestCustomizationSection guestCustomization,
String vAppScopedLocalId)
|
|
VmImpl(String name,
String type,
URI id,
Status status,
ReferenceType vApp,
String description,
Iterable<Task> tasks,
VCloudVirtualHardwareSection hardware,
VCloudOperatingSystemSection os,
NetworkConnectionSection networkConnectionSection,
GuestCustomizationSection guestCustomization,
String vAppScopedLocalId)
|
|
| Uses of Nullable in org.jclouds.vcloud.domain.network |
|---|
| Methods in org.jclouds.vcloud.domain.network with annotations of type Nullable | |
|---|---|
Integer |
DhcpService.getDefaultLeaseTime()
default duration of a DCHP address lease |
String |
OrgNetwork.getDescription()
optional description |
DhcpService |
Features.getDhcpService()
specifies the properties of the network’s DHCP service |
String |
IpScope.getDns1()
|
String |
IpScope.getDns2()
|
String |
IpScope.getDnsSuffix()
|
Features |
OrgNetwork.Configuration.getFeatures()
defines a set of network features. |
FirewallService |
Features.getFirewallService()
defines the firewall service capabilities of the network |
String |
IpScope.getGateway()
|
IpRange |
DhcpService.getIpRange()
|
IpScope |
OrgNetwork.Configuration.getIpScope()
defines the address range, gateway, netmask, and other properties of the network. |
Integer |
DhcpService.getMaxLeaseTime()
maximum duration of a DCHP address lease. |
NatService |
Features.getNatService()
defines the NAT service capabilities of the network |
String |
IpScope.getNetmask()
|
ReferenceType |
OrgNetwork.getNetworkPool()
A reference the network pool from which this network is provisioned. |
ReferenceType |
OrgNetwork.getOrg()
The org this network belongs to. |
ReferenceType |
OrgNetwork.Configuration.getParentNetwork()
reference to a network to which this network connects |
NatPolicy |
NatService.getPolicy()
|
NatType |
NatService.getType()
|
boolean |
FirewallService.isEnabled()
|
| Constructor parameters in org.jclouds.vcloud.domain.network with annotations of type Nullable | |
|---|---|
DhcpService(boolean enabled,
Integer defaultLeaseTime,
Integer maxLeaseTime,
IpRange ipRange)
|
|
DhcpService(boolean enabled,
Integer defaultLeaseTime,
Integer maxLeaseTime,
IpRange ipRange)
|
|
DhcpService(boolean enabled,
Integer defaultLeaseTime,
Integer maxLeaseTime,
IpRange ipRange)
|
|
Features(DhcpService dhcpService,
FirewallService firewallService,
NatService natService)
|
|
Features(DhcpService dhcpService,
FirewallService firewallService,
NatService natService)
|
|
Features(DhcpService dhcpService,
FirewallService firewallService,
NatService natService)
|
|
IpScope(boolean inherited,
String gateway,
String netmask,
String dns1,
String dns2,
String dnsSuffix,
Iterable<IpRange> ipRanges,
Iterable<String> allocatedIpAddresses)
|
|
IpScope(boolean inherited,
String gateway,
String netmask,
String dns1,
String dns2,
String dnsSuffix,
Iterable<IpRange> ipRanges,
Iterable<String> allocatedIpAddresses)
|
|
IpScope(boolean inherited,
String gateway,
String netmask,
String dns1,
String dns2,
String dnsSuffix,
Iterable<IpRange> ipRanges,
Iterable<String> allocatedIpAddresses)
|
|
IpScope(boolean inherited,
String gateway,
String netmask,
String dns1,
String dns2,
String dnsSuffix,
Iterable<IpRange> ipRanges,
Iterable<String> allocatedIpAddresses)
|
|
IpScope(boolean inherited,
String gateway,
String netmask,
String dns1,
String dns2,
String dnsSuffix,
Iterable<IpRange> ipRanges,
Iterable<String> allocatedIpAddresses)
|
|
NatService(boolean enabled,
NatType type,
NatPolicy policy,
Iterable<NatRule> natRules)
|
|
NatService(boolean enabled,
NatType type,
NatPolicy policy,
Iterable<NatRule> natRules)
|
|
| Uses of Nullable in org.jclouds.vcloud.domain.network.firewall |
|---|
| Methods in org.jclouds.vcloud.domain.network.firewall with annotations of type Nullable | |
|---|---|
String |
FirewallRule.getDescription()
|
FirewallPolicy |
FirewallRule.getPolicy()
|
FirewallProtocols |
FirewallRule.getProtocols()
|
| Constructor parameters in org.jclouds.vcloud.domain.network.firewall with annotations of type Nullable | |
|---|---|
FirewallRule(boolean enabled,
String description,
FirewallPolicy policy,
FirewallProtocols protocols,
int port,
String destinationIp)
|
|
FirewallRule(boolean enabled,
String description,
FirewallPolicy policy,
FirewallProtocols protocols,
int port,
String destinationIp)
|
|
FirewallRule(boolean enabled,
String description,
FirewallPolicy policy,
FirewallProtocols protocols,
int port,
String destinationIp)
|
|
| Uses of Nullable in org.jclouds.vcloud.domain.network.internal |
|---|
| Methods in org.jclouds.vcloud.domain.network.internal with annotations of type Nullable | |
|---|---|
Features |
OrgNetworkImpl.ConfigurationImpl.getFeatures()
defines a set of network features. |
| Uses of Nullable in org.jclouds.vcloud.domain.network.nat |
|---|
| Methods in org.jclouds.vcloud.domain.network.nat with annotations of type Nullable | |
|---|---|
String |
NatRule.getExternalIP()
IP address to which this NAT rule maps the IP address specified in the InternalIp element. |
| Uses of Nullable in org.jclouds.vcloud.domain.network.nat.rules |
|---|
| Methods in org.jclouds.vcloud.domain.network.nat.rules with annotations of type Nullable | |
|---|---|
String |
VmRule.getExternalIP()
IP address to which this NAT rule maps the IP address specified in the vAppScopedLocalId element. |
String |
OneToOneVmRule.getExternalIP()
|
String |
VmRule.getVAppScopedLocalId()
|
String |
OneToOneVmRule.getVAppScopedVmId()
|
| Constructor parameters in org.jclouds.vcloud.domain.network.nat.rules with annotations of type Nullable | |
|---|---|
OneToOneVmRule(MappingMode mappingMode,
String externalIp,
String vAppScopedVmId,
int vmNicId)
|
|
OneToOneVmRule(MappingMode mappingMode,
String externalIp,
String vAppScopedVmId,
int vmNicId)
|
|
VmRule(String externalIP,
int externalPort,
String vAppScopedLocalId,
int vmNicId,
int internalPort,
NatProtocol protocol)
|
|
VmRule(String externalIP,
int externalPort,
String vAppScopedLocalId,
int vmNicId,
int internalPort,
NatProtocol protocol)
|
|
| Uses of Nullable in org.jclouds.vcloud.domain.ovf |
|---|
| Fields in org.jclouds.vcloud.domain.ovf with annotations of type Nullable | |
|---|---|
protected String |
VCloudOperatingSystemSection.vmwOsType
|
| Constructor parameters in org.jclouds.vcloud.domain.ovf with annotations of type Nullable | |
|---|---|
VCloudOperatingSystemSection(Integer id,
String info,
String description,
String type,
URI href,
String vmwOsType,
ReferenceType edit)
|
|
VCloudOperatingSystemSection(Integer id,
String info,
String description,
String type,
URI href,
String vmwOsType,
ReferenceType edit)
|
|
VCloudOperatingSystemSection(Integer id,
String info,
String description,
String type,
URI href,
String vmwOsType,
ReferenceType edit)
|
|
VCloudOperatingSystemSection(Integer id,
String info,
String description,
String type,
URI href,
String vmwOsType,
ReferenceType edit)
|
|
| Uses of Nullable in org.jclouds.vcloud.features |
|---|
| Method parameters in org.jclouds.vcloud.features with annotations of type Nullable | |
|---|---|
Catalog |
CatalogClient.findCatalogInOrgNamed(String orgName,
String catalogName)
returns the catalog in the organization associated with the specified name. |
Catalog |
CatalogClient.findCatalogInOrgNamed(String orgName,
String catalogName)
returns the catalog in the organization associated with the specified name. |
com.google.common.util.concurrent.ListenableFuture<Catalog> |
CatalogAsyncClient.findCatalogInOrgNamed(String orgName,
String catalogName)
|
com.google.common.util.concurrent.ListenableFuture<Catalog> |
CatalogAsyncClient.findCatalogInOrgNamed(String orgName,
String catalogName)
|
CatalogItem |
CatalogClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
returns the catalog item in the catalog associated with the specified name. |
CatalogItem |
CatalogClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
returns the catalog item in the catalog associated with the specified name. |
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
|
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
|
OrgNetwork |
NetworkClient.findNetworkInOrgVDCNamed(String orgName,
String catalogName,
String networkName)
|
OrgNetwork |
NetworkClient.findNetworkInOrgVDCNamed(String orgName,
String catalogName,
String networkName)
|
com.google.common.util.concurrent.ListenableFuture<OrgNetwork> |
NetworkAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String catalogName,
String networkName)
|
com.google.common.util.concurrent.ListenableFuture<OrgNetwork> |
NetworkAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String catalogName,
String networkName)
|
Org |
OrgClient.findOrgNamed(String name)
This call returns a list of all vCloud Data Centers (vdcs), catalogs, and task lists within the organization. |
com.google.common.util.concurrent.ListenableFuture<Org> |
OrgAsyncClient.findOrgNamed(String orgName)
|
com.google.common.util.concurrent.ListenableFuture<TasksList> |
TaskAsyncClient.findTasksListInOrgNamed(String orgName)
|
VApp |
VAppClient.findVAppInOrgVDCNamed(String orgName,
String catalogName,
String vAppName)
|
VApp |
VAppClient.findVAppInOrgVDCNamed(String orgName,
String catalogName,
String vAppName)
|
com.google.common.util.concurrent.ListenableFuture<VApp> |
VAppAsyncClient.findVAppInOrgVDCNamed(String orgName,
String catalogName,
String vAppName)
|
com.google.common.util.concurrent.ListenableFuture<VApp> |
VAppAsyncClient.findVAppInOrgVDCNamed(String orgName,
String catalogName,
String vAppName)
|
VAppTemplate |
VAppTemplateClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
returns the vapp template corresponding to a catalog item in the catalog associated with the specified name. |
VAppTemplate |
VAppTemplateClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
returns the vapp template corresponding to a catalog item in the catalog associated with the specified name. |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VAppTemplateAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
|
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VAppTemplateAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
|
com.google.common.util.concurrent.ListenableFuture<VDC> |
VDCAsyncClient.findVDCInOrgNamed(String orgName,
String vdcName)
|
com.google.common.util.concurrent.ListenableFuture<VDC> |
VDCAsyncClient.findVDCInOrgNamed(String orgName,
String vdcName)
|
| Uses of Nullable in org.jclouds.virtualbox.functions |
|---|
| Method parameters in org.jclouds.virtualbox.functions with annotations of type Nullable | |
|---|---|
NodeMetadata |
IMachineToNodeMetadata.apply(org.virtualbox_4_1.IMachine vm)
|
Image |
IMachineToImage.apply(org.virtualbox_4_1.IMachine from)
|
Hardware |
IMachineToHardware.apply(org.virtualbox_4_1.IMachine vm)
|
| Uses of Nullable in org.jclouds.virtualbox.functions.admin |
|---|
| Method parameters in org.jclouds.virtualbox.functions.admin with annotations of type Nullable | |
|---|---|
File |
FileDownloadFromURI.apply(URI input)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||