|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Nullable in org.jclouds |
---|
Fields in org.jclouds with annotations of type Nullable | |
---|---|
Integer |
JcloudsVersion.releaseCandidateVersion
Non-null iff JcloudsVersion.releaseCandidate is true |
Method parameters in org.jclouds with annotations of type Nullable | |
---|---|
PropertiesBuilder |
PropertiesBuilder.credentials(String identity,
String credential)
|
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,
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 productCode s to an AMI. |
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSAMIAsyncClient.addProductCodesToImageInRegion(String region,
Iterable<String> productCodes,
String imageId)
|
void |
AWSSecurityGroupClient.authorizeSecurityGroupIngressInRegion(String region,
String groupId,
IpPermission perm)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSSecurityGroupAsyncClient.authorizeSecurityGroupIngressInRegion(String region,
String groupId,
IpPermission perm)
|
void |
AWSSecurityGroupClient.authorizeSecurityGroupIngressInRegion(String region,
String groupId,
Iterable<IpPermission> perm)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSSecurityGroupAsyncClient.authorizeSecurityGroupIngressInRegion(String region,
String groupId,
Iterable<IpPermission> perms)
|
String |
SpotInstanceClient.cancelSpotInstanceRequestsInRegion(String region,
String... requestIds)
Cancels one or more Spot Instance requests. |
com.google.common.util.concurrent.ListenableFuture<Void> |
SpotInstanceAsyncClient.cancelSpotInstanceRequestsInRegion(String region,
String... requestIds)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
PlacementGroupAsyncClient.createPlacementGroupInRegion(String region,
String name)
|
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,
String strategy)
|
void |
PlacementGroupClient.createPlacementGroupInRegion(String region,
String name,
String strategy)
Creates a placement group that you launch cluster compute instances into. |
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)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
TagAsyncClient.createTagsInRegion(String region,
Iterable<String> resourceIds,
Map<String,String> tags)
|
void |
TagClient.createTagsInRegion(String region,
Iterable<String> resourceIds,
Map<String,String> tags)
Creates tags. |
com.google.common.util.concurrent.ListenableFuture<Void> |
PlacementGroupAsyncClient.deletePlacementGroupInRegion(String region,
String name)
|
void |
PlacementGroupClient.deletePlacementGroupInRegion(String region,
String name)
Deletes a placement group from your account. |
void |
AWSSecurityGroupClient.deleteSecurityGroupInRegionById(String region,
String name)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSSecurityGroupAsyncClient.deleteSecurityGroupInRegionById(String region,
String name)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
TagAsyncClient.deleteTagsInRegion(String region,
Iterable<String> resourceIds,
Map<String,String> tags)
|
void |
TagClient.deleteTagsInRegion(String region,
Iterable<String> resourceIds,
Map<String,String> tags)
Deletes 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)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<PlacementGroup>> |
PlacementGroupAsyncClient.describePlacementGroupsInRegion(String region,
String... placementGroupIds)
|
Set<PlacementGroup> |
PlacementGroupClient.describePlacementGroupsInRegion(String region,
String... groupNames)
Returns information about one or more placement groups in your account. |
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)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Tag>> |
TagAsyncClient.describeTagsInRegion(String region,
Map<TagFilters.FilterName,Iterable<?>> filters)
|
Set<Tag> |
TagClient.describeTagsInRegion(String region,
Map<TagFilters.FilterName,Iterable<?>> filters)
Returns filtered information about tags. |
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)
|
com.google.common.util.concurrent.ListenableFuture<? extends Map<String,MonitoringState>> |
MonitoringAsyncClient.monitorInstancesInRegion(String region,
String instanceId,
String... instanceIds)
|
Map<String,MonitoringState> |
MonitoringClient.monitorInstancesInRegion(String region,
String instanceId,
String... instanceIds)
Enables monitoring for a running instance. |
void |
AWSAMIClient.removeProductCodesFromImageInRegion(String region,
Iterable<String> productCodes,
String imageId)
Removes productCode s from an AMI. |
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSAMIAsyncClient.removeProductCodesFromImageInRegion(String region,
Iterable<String> productCodes,
String imageId)
|
SpotInstanceRequest |
SpotInstanceClient.requestSpotInstanceInRegion(String region,
float spotPrice,
String imageId,
String instanceType)
request a single spot instance |
com.google.common.util.concurrent.ListenableFuture<SpotInstanceRequest> |
SpotInstanceAsyncClient.requestSpotInstanceInRegion(String region,
float spotPrice,
String imageId,
String instanceType)
|
Set<SpotInstanceRequest> |
SpotInstanceClient.requestSpotInstancesInRegion(String region,
float spotPrice,
int instanceCount,
LaunchSpecification launchSpec,
RequestSpotInstancesOptions... options)
Creates a Spot Instance request. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<SpotInstanceRequest>> |
SpotInstanceAsyncClient.requestSpotInstancesInRegion(String region,
float spotPrice,
int instanceCount,
LaunchSpecification launchSpec,
RequestSpotInstancesOptions... options)
|
void |
AWSSecurityGroupClient.revokeSecurityGroupIngressInRegion(String region,
String groupId,
IpPermission perm)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSSecurityGroupAsyncClient.revokeSecurityGroupIngressInRegion(String region,
String groupId,
IpPermission perm)
|
void |
AWSSecurityGroupClient.revokeSecurityGroupIngressInRegion(String region,
String groupId,
Iterable<IpPermission> perm)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSSecurityGroupAsyncClient.revokeSecurityGroupIngressInRegion(String region,
String groupId,
Iterable<IpPermission> perms)
|
Reservation<? extends AWSRunningInstance> |
AWSInstanceClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options)
|
Reservation<? extends AWSRunningInstance> |
AWSInstanceClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<Reservation<? extends AWSRunningInstance>> |
AWSInstanceAsyncClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<Reservation<? extends AWSRunningInstance>> |
AWSInstanceAsyncClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends Map<String,MonitoringState>> |
MonitoringAsyncClient.unmonitorInstancesInRegion(String region,
String instanceId,
String... instanceIds)
|
Map<String,MonitoringState> |
MonitoringClient.unmonitorInstancesInRegion(String region,
String instanceId,
String... instanceIds)
Disables monitoring for a running instance. |
Uses of Nullable in org.jclouds.aws.s3 |
---|
Method parameters in org.jclouds.aws.s3 with annotations of type Nullable | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AWSS3AsyncClient.putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options)
|
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,
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,
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,
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 provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> modules)
|
BlobStoreContext |
BlobStoreContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> modules)
|
BlobStoreContext |
BlobStoreContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> modules,
Properties overrides)
|
BlobStoreContext |
BlobStoreContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> modules,
Properties overrides)
|
String |
TransientAsyncBlobStore.getFirstQueryOrNull(String string,
HttpRequestOptions options)
|
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 |
Item.uuid
|
protected String |
VLANInfo.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 |
Item.getUuid()
|
String |
VLANInfo.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.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(long domainId)
|
static CreateZoneOptions |
CreateZoneOptions.Builder.domainId(long domainId)
|
Uses of Nullable in org.jclouds.cloudwatch |
---|
Method parameters in org.jclouds.cloudwatch with annotations of type Nullable | |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Datapoint>> |
CloudWatchAsyncClient.getMetricStatisticsInRegion(String region,
String metricName,
String namespace,
Date startTime,
Date endTime,
int period,
Statistics statistics,
GetMetricStatisticsOptions... options)
|
Set<Datapoint> |
CloudWatchClient.getMetricStatisticsInRegion(String region,
String metricName,
String namespace,
Date startTime,
Date endTime,
int period,
Statistics statistics,
GetMetricStatisticsOptions... options)
This call returns data for one or more statistics of given a metric. |
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. |
Double |
Datapoint.getMaximum()
return Maximum of the samples used for the datapoint. |
Double |
Datapoint.getMinimum()
return Minimum of samples for the datapoint. |
Double |
Datapoint.getSamples()
return The number of Measurements that contributed to the aggregate value of this datapoint. |
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)
|
Uses of Nullable in org.jclouds.collect |
---|
Method parameters in org.jclouds.collect with annotations of type Nullable | |
---|---|
boolean |
AbstractMapEntry.equals(Object object)
|
Uses of Nullable in org.jclouds.compute |
---|
Methods in org.jclouds.compute with annotations of type Nullable | |
---|---|
LoginCredentials |
ComputeServiceAdapter.NodeAndInitialCredentials.getCredentials()
|
SshClient.Factory |
Utils.getSshClientFactory()
|
SshClient.Factory |
Utils.sshFactory()
|
Method parameters in org.jclouds.compute with annotations of type Nullable | |
---|---|
ComputeServiceContext |
ComputeServiceContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> modules)
|
ComputeServiceContext |
ComputeServiceContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> modules)
|
ComputeServiceContext |
ComputeServiceContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> modules,
Properties overrides)
|
ComputeServiceContext |
ComputeServiceContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> modules,
Properties overrides)
|
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 |
Image.getAdminPassword()
Deprecated. |
String |
NodeMetadata.getAdminPassword()
Deprecated. |
String |
OperatingSystem.getArch()
architecture of the operating system; ex. |
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 |
ComputeMetadata.getName()
|
String |
OperatingSystem.getName()
name of the operating system; ex. |
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. |
Method parameters in org.jclouds.compute.domain with annotations of type Nullable | |
---|---|
NodeMetadataBuilder |
NodeMetadataBuilder.adminPassword(String adminPassword)
Deprecated. |
ImageBuilder |
ImageBuilder.adminPassword(String adminPassword)
Deprecated. |
OperatingSystem.Builder |
OperatingSystem.Builder.arch(String arch)
|
NodeMetadataBuilder |
NodeMetadataBuilder.credentials(Credentials credentials)
Deprecated. |
NodeMetadataBuilder |
NodeMetadataBuilder.credentials(LoginCredentials credentials)
|
ImageBuilder |
ImageBuilder.defaultCredentials(Credentials defaultLoginCredentials)
Deprecated. |
ImageBuilder |
ImageBuilder.defaultCredentials(LoginCredentials defaultLoginCredentials)
|
VolumeBuilder |
VolumeBuilder.device(String device)
|
OperatingSystem.Builder |
OperatingSystem.Builder.family(OsFamily family)
|
NodeMetadataBuilder |
NodeMetadataBuilder.group(String group)
|
NodeMetadataBuilder |
NodeMetadataBuilder.hardware(Hardware hardware)
|
NodeMetadataBuilder |
NodeMetadataBuilder.imageId(String imageId)
|
OperatingSystem.Builder |
OperatingSystem.Builder.name(String name)
|
NodeMetadataBuilder |
NodeMetadataBuilder.operatingSystem(OperatingSystem os)
|
CIMOperatingSystem.Builder |
CIMOperatingSystem.Builder.osType(OSType osType)
|
VolumeBuilder |
VolumeBuilder.size(Float size)
|
ImageBuilder |
ImageBuilder.version(String version)
|
OperatingSystem.Builder |
OperatingSystem.Builder.version(String version)
|
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,
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,
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,
String description,
String version,
String adminPassword,
Credentials defaultCredentials)
Deprecated. |
|
ImageImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
OperatingSystem operatingSystem,
String description,
String version,
String adminPassword,
Credentials defaultCredentials)
Deprecated. |
|
ImageImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
OperatingSystem operatingSystem,
String description,
String version,
String adminPassword,
Credentials defaultCredentials)
Deprecated. |
|
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,
NodeState state,
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,
NodeState state,
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,
NodeState state,
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,
NodeState state,
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,
NodeState state,
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,
NodeState state,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
String adminPassword,
Credentials credentials,
String hostname)
Deprecated. |
|
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,
NodeState state,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
String adminPassword,
Credentials credentials,
String hostname)
Deprecated. |
|
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,
NodeState state,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
String adminPassword,
Credentials credentials,
String hostname)
Deprecated. |
|
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,
NodeState state,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
String adminPassword,
Credentials credentials,
String hostname)
Deprecated. |
|
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,
NodeState state,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
String adminPassword,
Credentials credentials,
String hostname)
Deprecated. |
|
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,
NodeState state,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
String adminPassword,
Credentials credentials,
String hostname)
Deprecated. |
|
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 |
---|
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 |
---|
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.impl |
---|
Constructor parameters in org.jclouds.compute.strategy.impl with annotations of type Nullable | |
---|---|
ReturnCredentialsBoundToImage(LoginCredentials creds,
Map<String,Credentials> credentialStore)
|
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<T>> function,
ExecutorService exec,
Long maxTime)
|
|
static
|
FutureIterables.transformParallel(Iterable<F> fromIterable,
com.google.common.base.Function<? super F,Future<T>> function,
ExecutorService exec,
Long maxTime,
Logger logger,
String logPrefix)
|
|
static
|
FutureIterables.transformParallel(Iterable<F> fromIterable,
com.google.common.base.Function<? super F,Future<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 |
Image.getName()
|
String |
Instance.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)
|
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,
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,
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,
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,
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,
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,
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 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 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 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 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 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 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 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 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 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 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 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 createVolumePermission s to an EBS snapshot. |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticBlockStoreAsyncClient.addCreateVolumePermissionsToSnapshotInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String snapshotId)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AMIAsyncClient.addLaunchPermissionsToImageInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String imageId)
|
void |
AMIClient.addLaunchPermissionsToImageInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String imageId)
Adds launchPermission s to an AMI. |
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)
|
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,
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,
UserIdGroupPair sourceSecurityGroup)
|
void |
SecurityGroupClient.authorizeSecurityGroupIngressInRegion(String region,
String groupName,
UserIdGroupPair sourceSecurityGroup)
Adds permissions to a security group based on another group. |
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)
|
com.google.common.util.concurrent.ListenableFuture<String> |
AMIAsyncClient.createImageInRegion(String region,
String name,
String instanceId,
CreateImageOptions... options)
|
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. |
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)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
SecurityGroupAsyncClient.createSecurityGroupInRegion(String region,
String name,
String description)
|
void |
SecurityGroupClient.createSecurityGroupInRegion(String region,
String name,
String description)
Creates a new security group. |
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)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
SecurityGroupAsyncClient.deleteSecurityGroupInRegion(String region,
String name)
|
void |
SecurityGroupClient.deleteSecurityGroupInRegion(String region,
String name)
Deletes a security group that you own. |
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)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AMIAsyncClient.deregisterImageInRegion(String region,
String imageId)
|
void |
AMIClient.deregisterImageInRegion(String region,
String imageId)
Deregisters the specified AMI. |
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)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<AvailabilityZoneInfo>> |
AvailabilityZoneAndRegionAsyncClient.describeAvailabilityZonesInRegion(String region,
DescribeAvailabilityZonesOptions... options)
|
Set<AvailabilityZoneInfo> |
AvailabilityZoneAndRegionClient.describeAvailabilityZonesInRegion(String region,
DescribeAvailabilityZonesOptions... options)
Displays Availability Zones that are currently available to the identity and their states. |
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)
|
com.google.common.util.concurrent.ListenableFuture<Set<? extends Image>> |
AMIAsyncClient.describeImagesInRegion(String region,
DescribeImagesOptions... options)
|
Set<? extends Image> |
AMIClient.describeImagesInRegion(String region,
DescribeImagesOptions... options)
Returns information about AMIs, AKIs, and ARIs. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Reservation<? extends RunningInstance>>> |
InstanceAsyncClient.describeInstancesInRegion(String region,
String... instanceIds)
|
Set<? extends Reservation<? extends RunningInstance>> |
InstanceClient.describeInstancesInRegion(String region,
String... instanceIds)
Returns information about instances that you own. |
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)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> |
SecurityGroupAsyncClient.describeSecurityGroupsInRegion(String region,
String... securityGroupNames)
|
Set<SecurityGroup> |
SecurityGroupClient.describeSecurityGroupsInRegion(String region,
String... securityGroupNames)
Returns information about security groups that you own. |
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)
|
com.google.common.util.concurrent.ListenableFuture<? extends Map<String,BlockDevice>> |
InstanceAsyncClient.getBlockDeviceMappingForInstanceInRegion(String region,
String instanceId)
|
Map<String,BlockDevice> |
InstanceClient.getBlockDeviceMappingForInstanceInRegion(String region,
String instanceId)
|
com.google.common.util.concurrent.ListenableFuture<Map<String,Image.EbsBlockDevice>> |
AMIAsyncClient.getBlockDeviceMappingsForImageInRegion(String region,
String imageId)
|
Map<String,Image.EbsBlockDevice> |
AMIClient.getBlockDeviceMappingsForImageInRegion(String region,
String imageId)
Returns a map of device name to block device for the image. |
Permission |
ElasticBlockStoreClient.getCreateVolumePermissionForSnapshotInRegion(String region,
String snapshotId)
Returns the Permission s of an snapshot. |
com.google.common.util.concurrent.ListenableFuture<Permission> |
ElasticBlockStoreAsyncClient.getCreateVolumePermissionForSnapshotInRegion(String region,
String snapshotId)
|
com.google.common.util.concurrent.ListenableFuture<Volume.InstanceInitiatedShutdownBehavior> |
InstanceAsyncClient.getInstanceInitiatedShutdownBehaviorForInstanceInRegion(String region,
String instanceId)
|
com.google.common.util.concurrent.ListenableFuture<String> |
InstanceAsyncClient.getInstanceTypeForInstanceInRegion(String region,
String instanceId)
|
String |
InstanceClient.getInstanceTypeForInstanceInRegion(String region,
String instanceId)
|
com.google.common.util.concurrent.ListenableFuture<String> |
InstanceAsyncClient.getKernelForInstanceInRegion(String region,
String instanceId)
|
String |
InstanceClient.getKernelForInstanceInRegion(String region,
String instanceId)
|
com.google.common.util.concurrent.ListenableFuture<Permission> |
AMIAsyncClient.getLaunchPermissionForImageInRegion(String region,
String imageId)
|
Permission |
AMIClient.getLaunchPermissionForImageInRegion(String region,
String imageId)
Returns the Permission s of an image. |
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)
|
com.google.common.util.concurrent.ListenableFuture<String> |
InstanceAsyncClient.getRamdiskForInstanceInRegion(String region,
String instanceId)
|
String |
InstanceClient.getRamdiskForInstanceInRegion(String region,
String instanceId)
|
com.google.common.util.concurrent.ListenableFuture<String> |
InstanceAsyncClient.getRootDeviceNameForInstanceInRegion(String region,
String instanceId)
|
String |
InstanceClient.getRootDeviceNameForInstanceInRegion(String region,
String instanceId)
|
com.google.common.util.concurrent.ListenableFuture<String> |
InstanceAsyncClient.getUserDataForInstanceInRegion(String region,
String instanceId)
|
String |
InstanceClient.getUserDataForInstanceInRegion(String region,
String instanceId)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
InstanceAsyncClient.isApiTerminationDisabledForInstanceInRegion(String region,
String instanceId)
|
boolean |
InstanceClient.isApiTerminationDisabledForInstanceInRegion(String region,
String instanceId)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.rebootInstancesInRegion(String region,
String... instanceIds)
|
void |
InstanceClient.rebootInstancesInRegion(String region,
String... instanceIds)
Requests a reboot of one or more instances. |
com.google.common.util.concurrent.ListenableFuture<String> |
AMIAsyncClient.registerImageFromManifestInRegion(String region,
String imageName,
String pathToManifest,
RegisterImageOptions... options)
|
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.registerUnixImageBackedByEbsInRegion(String region,
String imageName,
String ebsSnapshotId,
RegisterImageBackedByEbsOptions... options)
|
String |
AMIClient.registerUnixImageBackedByEbsInRegion(String region,
String name,
String ebsSnapshotId,
RegisterImageBackedByEbsOptions... options)
Registers an AMI with Amazon EC2. |
void |
ElasticIPAddressClient.releaseAddressInRegion(String region,
String publicIp)
Releases an elastic IP address associated with your identity. |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticIPAddressAsyncClient.releaseAddressInRegion(String region,
String publicIp)
|
void |
ElasticBlockStoreClient.removeCreateVolumePermissionsFromSnapshotInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String snapshotId)
Removes createVolumePermission s from an EBS snapshot. |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticBlockStoreAsyncClient.removeCreateVolumePermissionsFromSnapshotInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String snapshotId)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AMIAsyncClient.removeLaunchPermissionsFromImageInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String imageId)
|
void |
AMIClient.removeLaunchPermissionsFromImageInRegion(String region,
Iterable<String> userIds,
Iterable<String> userGroups,
String imageId)
Removes launchPermission s from an AMI. |
void |
ElasticBlockStoreClient.resetCreateVolumePermissionsOnSnapshotInRegion(String region,
String snapshotId)
Resets the createVolumePermission s on an EBS snapshot. |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticBlockStoreAsyncClient.resetCreateVolumePermissionsOnSnapshotInRegion(String region,
String snapshotId)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.resetKernelForInstanceInRegion(String region,
String instanceId)
|
String |
InstanceClient.resetKernelForInstanceInRegion(String region,
String instanceId)
Resets an attribute of an instance to its default value. |
com.google.common.util.concurrent.ListenableFuture<Void> |
AMIAsyncClient.resetLaunchPermissionsOnImageInRegion(String region,
String imageId)
|
void |
AMIClient.resetLaunchPermissionsOnImageInRegion(String region,
String imageId)
Resets the launchPermission s on an AMI. |
com.google.common.util.concurrent.ListenableFuture<Void> |
InstanceAsyncClient.resetRamdiskForInstanceInRegion(String region,
String instanceId)
|
String |
InstanceClient.resetRamdiskForInstanceInRegion(String region,
String instanceId)
Resets an attribute of an instance to its default value. |
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,
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,
UserIdGroupPair sourceSecurityGroup)
|
void |
SecurityGroupClient.revokeSecurityGroupIngressInRegion(String region,
String groupName,
UserIdGroupPair sourceSecurityGroup)
Revokes permissions from a security group. |
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)
|
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<Void> |
InstanceAsyncClient.setApiTerminationDisabledForInstanceInRegion(String region,
String instanceId,
boolean apiTerminationDisabled)
|
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.setBlockDeviceMappingForInstanceInRegion(String region,
String instanceId,
Map<String,BlockDevice> blockDeviceMapping)
|
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.setInstanceInitiatedShutdownBehaviorForInstanceInRegion(String region,
String instanceId,
Volume.InstanceInitiatedShutdownBehavior instanceInitiatedShutdownBehavior)
|
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.setInstanceTypeForInstanceInRegion(String region,
String instanceId,
String instanceType)
|
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.setKernelForInstanceInRegion(String region,
String instanceId,
String kernel)
|
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.setRamdiskForInstanceInRegion(String region,
String instanceId,
String ramdisk)
|
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.setUserDataForInstanceInRegion(String region,
String instanceId,
byte[] unencodedData)
|
void |
InstanceClient.setUserDataForInstanceInRegion(String region,
String instanceId,
byte[] unencodedData)
Sets the userData used for starting the instance. |
com.google.common.util.concurrent.ListenableFuture<Set<? extends InstanceStateChange>> |
InstanceAsyncClient.startInstancesInRegion(String region,
String... instanceIds)
|
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.stopInstancesInRegion(String region,
boolean force,
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.terminateInstancesInRegion(String region,
String... instanceIds)
|
Set<? extends InstanceStateChange> |
InstanceClient.terminateInstancesInRegion(String region,
String... instanceIds)
Shuts down one or more instances. |
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.encryption.internal |
---|
Constructor parameters in org.jclouds.encryption.internal with annotations of type Nullable | |
---|---|
JCECrypto(Provider provider)
|
Uses of Nullable in org.jclouds.filesystem |
---|
Method parameters in org.jclouds.filesystem with annotations of type Nullable | |
---|---|
String |
FilesystemAsyncBlobStore.getFirstQueryOrNull(String string,
HttpRequestOptions options)
|
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 |
---|
Constructor parameters in org.jclouds.glesys.domain with annotations of type Nullable | |
---|---|
IpDetails(String datacenter,
String ipversion,
String ptr,
String platform,
String address,
String netmask,
String broadcast,
String gateway,
List<String> nameservers)
|
|
IpDetails(String datacenter,
String ipversion,
String ptr,
String platform,
String address,
String netmask,
String broadcast,
String gateway,
List<String> nameservers)
|
|
IpDetails(String datacenter,
String ipversion,
String ptr,
String platform,
String address,
String netmask,
String broadcast,
String gateway,
List<String> nameservers)
|
|
IpDetails(String datacenter,
String ipversion,
String ptr,
String platform,
String address,
String netmask,
String broadcast,
String gateway,
List<String> nameservers)
|
|
IpDetails(String datacenter,
String ipversion,
String ptr,
String platform,
String address,
String netmask,
String broadcast,
String gateway,
List<String> nameservers)
|
Uses of Nullable in org.jclouds.http |
---|
Constructor parameters in org.jclouds.http with annotations of type Nullable | |
---|---|
HttpMessage(Payload payload,
com.google.common.collect.Multimap<String,String> headers)
|
|
HttpRequest(String method,
URI endpoint,
char[] skips,
List<HttpRequestFilter> requestFilters,
Payload payload)
|
|
HttpRequest(String method,
URI endpoint,
char[] skips,
List<HttpRequestFilter> requestFilters,
Payload payload,
com.google.common.collect.Multimap<String,String> headers)
|
|
HttpRequest(String method,
URI endpoint,
com.google.common.collect.Multimap<String,String> headers,
Payload payload)
|
|
HttpResponse(int statusCode,
String message,
Payload payload)
|
|
HttpResponse(int statusCode,
String message,
Payload payload,
com.google.common.collect.Multimap<String,String> headers)
|
|
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 |
ModifyRequest.makeQueryLine(com.google.common.collect.Multimap<String,String> params,
Comparator<Map.Entry<String,String>> sorter,
char... skips)
|
Uses of Nullable in org.jclouds.internal |
---|
Constructor parameters in org.jclouds.internal with annotations of type Nullable | |
---|---|
ClassMethodArgs(Class<?> asyncClass,
Method method,
Object[] args)
|
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. |
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)
|
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)
|
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)
|
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.loadbalancer |
---|
Method parameters in org.jclouds.loadbalancer with annotations of type Nullable | |
---|---|
LoadBalancerServiceContext |
LoadBalancerServiceContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> modules)
|
LoadBalancerServiceContext |
LoadBalancerServiceContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> modules)
|
LoadBalancerServiceContext |
LoadBalancerServiceContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> modules,
Properties overrides)
|
LoadBalancerServiceContext |
LoadBalancerServiceContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> modules,
Properties overrides)
|
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 |
RegionToEndpointOrProviderIfNull.apply(Object from)
|
URI |
ZoneToEndpoint.apply(Object from)
|
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.domain |
---|
Methods in org.jclouds.openstack.keystone.v2_0.domain with annotations of type Nullable | |
---|---|
URI |
Endpoint.getInternalURL()
|
URI |
Endpoint.getPublicURL()
|
String |
Role.getServiceId()
|
String |
Role.getTenantId()
|
String |
Endpoint.getTenantId()
|
Method parameters in org.jclouds.openstack.keystone.v2_0.domain with annotations of type Nullable | |
---|---|
Role.Builder |
Role.Builder.serviceId(String serviceId)
|
Role.Builder |
Role.Builder.tenantId(String tenantId)
|
Endpoint.Builder |
Endpoint.Builder.tenantId(String tenantId)
|
Constructor parameters in org.jclouds.openstack.keystone.v2_0.domain with annotations of type Nullable | |
---|---|
Endpoint(String versionId,
String region,
URI publicURL,
URI internalURL,
String tenantId)
|
|
Endpoint(String versionId,
String region,
URI publicURL,
URI internalURL,
String tenantId)
|
|
Endpoint(String versionId,
String region,
URI publicURL,
URI internalURL,
String tenantId)
|
|
Role(String id,
String name,
String serviceId,
String tenantId)
|
|
Role(String id,
String name,
String serviceId,
String tenantId)
|
Uses of Nullable in org.jclouds.openstack.nova.v1_1 |
---|
Method parameters in org.jclouds.openstack.nova.v1_1 with annotations of type Nullable | |
---|---|
ServerAsyncClient |
NovaAsyncClient.getServerClientForRegion(String region)
Provides asynchronous access to Server features. |
ServerClient |
NovaClient.getServerClientForRegion(String region)
Provides synchronous access to Server features. |
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.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 |
---|
Methods in org.jclouds.providers with annotations of type Nullable | |
---|---|
String |
ProviderMetadata.getCredentialName()
|
Uses of Nullable in org.jclouds.rest |
---|
Method parameters in org.jclouds.rest with annotations of type Nullable | ||
---|---|---|
|
RestContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring)
|
|
|
RestContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring)
|
|
|
RestContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring,
Properties overrides)
|
|
|
RestContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring,
Properties overrides)
|
|
|
RestContextFactory.createContext(String provider,
String identity,
String credential,
Properties properties)
|
|
|
RestContextFactory.createContext(String provider,
String identity,
String credential,
Properties properties)
|
|
|
RestContextFactory.createContextBuilder(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring)
|
|
|
RestContextFactory.createContextBuilder(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring)
|
|
|
RestContextFactory.createContextBuilder(String providerName,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring,
Properties _overrides)
Creates a new remote context. |
|
|
RestContextFactory.createContextBuilder(String providerName,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring,
Properties _overrides)
Creates a new remote context. |
|
|
RestContextFactory.createContextBuilder(String provider,
String identity,
String credential,
Properties properties)
|
|
|
RestContextFactory.createContextBuilder(String provider,
String identity,
String credential,
Properties properties)
|
|
static
|
Providers.initContextBuilder(Class<RestContextBuilder<S,A>> contextBuilderClass,
Class<S> sync,
Class<A> async,
Properties properties)
|
|
static
|
Providers.initContextBuilder(Class<RestContextBuilder<S,A>> contextBuilderClass,
Class<S> sync,
Class<A> async,
Properties properties)
|
Uses of Nullable in org.jclouds.rest.config |
---|
Methods in org.jclouds.rest.config with annotations of type Nullable | |
---|---|
protected String |
BindPropertiesToAnnotations.bindCredential(ValueOfConfigurationKeyOrNull config)
|
Method parameters in org.jclouds.rest.config with annotations of type Nullable | |
---|---|
protected Credentials |
BindPropertiesToAnnotations.bindProviderCredentials(String identity,
String credential)
|
Uses of Nullable in org.jclouds.rest.internal |
---|
Method parameters in org.jclouds.rest.internal with annotations of type Nullable | |
---|---|
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)
|
Uses of Nullable in org.jclouds.s3 |
---|
Method parameters in org.jclouds.s3 with annotations of type Nullable | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options)
|
boolean |
S3Client.putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options)
Create and name your own bucket in which to store your objects. |
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.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> |
FirewallAsyncClient.addFirewallRule(String billingSiteId,
String vpdcId,
FirewallRule firewallRule)
|
com.google.common.util.concurrent.ListenableFuture<Set<Task>> |
VMAsyncClient.addMultipleVMsIntoVDC(String billingSiteId,
String vpdcId,
Iterable<VMSpec> vmSpecs)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncClient.addVMIntoVDC(String billingSiteId,
String vpdcId,
VMSpec spec)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncClient.captureVApp(String billingSiteId,
String vpdcId,
URI vAppUri)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
FirewallAsyncClient.deleteFirewallRule(String billingSiteId,
String vpdcId,
FirewallRule firewallRule)
|
com.google.common.util.concurrent.ListenableFuture<Network> |
BrowsingAsyncClient.getNetworkInVDC(String billingSiteId,
String vpdcId,
String networkTierName)
|
Org |
BrowsingClient.getOrg(String billingSiteId)
Get an organization, which can contain list of vDC entities |
com.google.common.util.concurrent.ListenableFuture<Org> |
BrowsingAsyncClient.getOrg(String billingSiteId)
|
VDC |
BrowsingClient.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<VDC> |
BrowsingAsyncClient.getVDCInOrg(String billingSiteId,
String vpdcId)
|
com.google.common.util.concurrent.ListenableFuture<VM> |
BrowsingAsyncClient.getVMInVDC(String billingSiteId,
String vpdcId,
String vAppId,
GetVMOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<FirewallService> |
BrowsingAsyncClient.listFirewallRules(String billingSiteId,
String vpdcId)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
ServiceManagementAsyncClient.powerOffVMInVDC(String billingSiteId,
String vpdcId,
String vAppId)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
ServiceManagementAsyncClient.powerOnVMInVDC(String billingSiteId,
String vpdcId,
String vAppId)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncClient.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()
|
Constructor parameters in org.jclouds.scriptbuilder.statements.login with annotations of type Nullable | |
---|---|
AdminAccess.Config(String adminUsername,
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 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 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 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 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)
|
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.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)
|
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 |
Catalog.getDescription()
optional description |
String |
Org.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 |
VDC.getDescription()
optional description |
String |
Catalog.getDescription()
optional description |
String |
VApp.getDescription()
optional description |
String |
VAppTemplate.getDescription()
optional description |
String |
Org.getDescription()
optional description |
String |
Vm.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 |
VApp.getNetworkSection()
description of the predefined vApp internal networks in this template |
VCloudNetworkSection |
VAppTemplate.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 |
VAppTemplate.getVAppScopedLocalId()
read-only identifier created on import |
String |
Vm.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 |
OneToOneVmRule.getExternalIP()
|
String |
VmRule.getExternalIP()
IP address to which this NAT rule maps the IP address specified in the InternalIp element. |
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 | |
---|---|
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)
|
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<CatalogItem> |
CatalogAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
|
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
|
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. |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |