Uses of Class
org.jclouds.javax.annotation.Nullable

Packages that use Nullable
org.jclouds   
org.jclouds.atmos.domain   
org.jclouds.atmos.domain.internal   
org.jclouds.aws.config   
org.jclouds.aws.ec2.compute   
org.jclouds.aws.ec2.domain   
org.jclouds.aws.ec2.services   
org.jclouds.aws.s3   
org.jclouds.azureblob.domain   
org.jclouds.azureblob.domain.internal   
org.jclouds.blobstore   
org.jclouds.blobstore.domain   
org.jclouds.blobstore.domain.internal   
org.jclouds.cloudloadbalancers.loadbalancer.strategy   
org.jclouds.cloudsigma.domain   
org.jclouds.cloudwatch   
org.jclouds.cloudwatch.domain   
org.jclouds.collect   
org.jclouds.compute   
org.jclouds.compute.domain   
org.jclouds.compute.domain.internal   
org.jclouds.compute.internal   
org.jclouds.compute.strategy   
org.jclouds.concurrent   
org.jclouds.crypto   
org.jclouds.deltacloud.domain   
org.jclouds.deltacloud.xml   
org.jclouds.domain.internal   
org.jclouds.ec2.compute.options   
org.jclouds.ec2.compute.strategy   
org.jclouds.ec2.domain   
org.jclouds.ec2.options   
org.jclouds.ec2.services   
org.jclouds.elasticstack.domain   
org.jclouds.encryption.internal   
org.jclouds.filesystem   
org.jclouds.functions   
org.jclouds.http   
org.jclouds.http.internal   
org.jclouds.http.utils   
org.jclouds.internal   
org.jclouds.io   
org.jclouds.io.payloads   
org.jclouds.loadbalancer   
org.jclouds.loadbalancer.internal   
org.jclouds.location.functions   
org.jclouds.openstack.swift.domain   
org.jclouds.ovf   
org.jclouds.predicates   
org.jclouds.predicates.validators   
org.jclouds.providers   
org.jclouds.rest   
org.jclouds.rest.internal   
org.jclouds.s3 This package contains an Amazon S3 client implemented by HttpCommandExecutorService commands. 
org.jclouds.s3.config This package contains modules who manage the dependencies of the S3Context, S3Client, and S3 Map views. 
org.jclouds.s3.domain This package contains the core components of S3. 
org.jclouds.s3.functions This package contains response handlers for S3 commands. 
org.jclouds.savvis.vpdc.domain   
org.jclouds.savvis.vpdc.features   
org.jclouds.scriptbuilder.functions   
org.jclouds.scriptbuilder.statements.login   
org.jclouds.slicehost.domain   
org.jclouds.softlayer.domain   
org.jclouds.tools.ant.taskdefs.compute   
org.jclouds.trmk.ecloud   
org.jclouds.trmk.ecloud.features   
org.jclouds.trmk.vcloud_0_8   
org.jclouds.trmk.vcloud_0_8.binders   
org.jclouds.trmk.vcloud_0_8.compute   
org.jclouds.trmk.vcloud_0_8.domain   
org.jclouds.trmk.vcloud_0_8.domain.internal   
org.jclouds.trmk.vcloudexpress   
org.jclouds.util   
org.jclouds.vcloud   
org.jclouds.vcloud.binders   
org.jclouds.vcloud.domain   
org.jclouds.vcloud.domain.internal   
org.jclouds.vcloud.domain.network   
org.jclouds.vcloud.domain.network.firewall   
org.jclouds.vcloud.domain.network.internal   
org.jclouds.vcloud.domain.network.nat   
org.jclouds.vcloud.domain.network.nat.rules   
org.jclouds.vcloud.domain.ovf   
org.jclouds.vcloud.features   
 

Uses of Nullable in org.jclouds
 

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.config
 

Methods in org.jclouds.aws.config with annotations of type Nullable
protected  String AWSRestClientModule.getDefaultRegion(URI uri, Map<String,URI> map, Logger.LoggerFactory logFactory)
           
 

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
 com.google.common.util.concurrent.ListenableFuture<Void> AWSAMIAsyncClient.addProductCodesToImageInRegion(String region, Iterable<String> productCodes, String imageId)
           
 void AWSAMIClient.addProductCodesToImageInRegion(String region, Iterable<String> productCodes, String imageId)
          Adds productCodes to an AMI.
 com.google.common.util.concurrent.ListenableFuture<Void> AWSSecurityGroupAsyncClient.authorizeSecurityGroupIngressInRegion(String region, String groupId, IpPermission perm)
           
 void AWSSecurityGroupClient.authorizeSecurityGroupIngressInRegion(String region, String groupId, IpPermission perm)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AWSSecurityGroupAsyncClient.authorizeSecurityGroupIngressInRegion(String region, String groupId, Iterable<IpPermission> perms)
           
 void AWSSecurityGroupClient.authorizeSecurityGroupIngressInRegion(String region, String groupId, Iterable<IpPermission> perm)
           
 com.google.common.util.concurrent.ListenableFuture<Void> SpotInstanceAsyncClient.cancelSpotInstanceRequestsInRegion(String region, String... requestIds)
           
 String SpotInstanceClient.cancelSpotInstanceRequestsInRegion(String region, String... requestIds)
          Cancels one or more Spot Instance requests.
 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.
 com.google.common.util.concurrent.ListenableFuture<String> AWSSecurityGroupAsyncClient.createSecurityGroupInRegionAndReturnId(String region, String name, String description, CreateSecurityGroupOptions... options)
           
 String AWSSecurityGroupClient.createSecurityGroupInRegionAndReturnId(String region, String name, String desc, 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.
 com.google.common.util.concurrent.ListenableFuture<Void> AWSSecurityGroupAsyncClient.deleteSecurityGroupInRegionById(String region, String name)
           
 void AWSSecurityGroupClient.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.
 com.google.common.util.concurrent.ListenableFuture<Set<? extends Reservation<? extends AWSRunningInstance>>> AWSInstanceAsyncClient.describeInstancesInRegion(String region, String... instanceIds)
           
 Set<? extends Reservation<? extends AWSRunningInstance>> AWSInstanceClient.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.
 com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> AWSSecurityGroupAsyncClient.describeSecurityGroupsInRegionById(String region, String... securityGroupNames)
           
 Set<SecurityGroup> AWSSecurityGroupClient.describeSecurityGroupsInRegionById(String region, String... securityGroupIds)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<SpotInstanceRequest>> SpotInstanceAsyncClient.describeSpotInstanceRequestsInRegion(String region, String... requestIds)
           
 Set<SpotInstanceRequest> SpotInstanceClient.describeSpotInstanceRequestsInRegion(String region, String... requestIds)
          Describes Spot Instance requests.
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Spot>> SpotInstanceAsyncClient.describeSpotPriceHistoryInRegion(String region, DescribeSpotPriceHistoryOptions... options)
           
 Set<Spot> SpotInstanceClient.describeSpotPriceHistoryInRegion(String region, DescribeSpotPriceHistoryOptions... options)
          Describes Spot Price history.
 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.
 com.google.common.util.concurrent.ListenableFuture<Set<String>> AWSAMIAsyncClient.getProductCodesForImageInRegion(String region, String imageId)
           
 Set<String> AWSAMIClient.getProductCodesForImageInRegion(String region, String imageId)
          Returns the Product Codes of an image.
 com.google.common.util.concurrent.ListenableFuture<KeyPair> AWSKeyPairAsyncClient.importKeyPairInRegion(String region, String keyName, String publicKeyMaterial)
           
 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<? 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.
 com.google.common.util.concurrent.ListenableFuture<Void> AWSAMIAsyncClient.removeProductCodesFromImageInRegion(String region, Iterable<String> productCodes, String imageId)
           
 void AWSAMIClient.removeProductCodesFromImageInRegion(String region, Iterable<String> productCodes, String imageId)
          Removes productCodes from an AMI.
 com.google.common.util.concurrent.ListenableFuture<SpotInstanceRequest> SpotInstanceAsyncClient.requestSpotInstanceInRegion(String region, float spotPrice, String imageId, String instanceType)
           
 SpotInstanceRequest SpotInstanceClient.requestSpotInstanceInRegion(String region, float spotPrice, String imageId, String instanceType)
          request a single spot instance
 com.google.common.util.concurrent.ListenableFuture<? extends Set<SpotInstanceRequest>> SpotInstanceAsyncClient.requestSpotInstancesInRegion(String region, float spotPrice, int instanceCount, LaunchSpecification launchSpec, RequestSpotInstancesOptions... options)
           
 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<Void> AWSSecurityGroupAsyncClient.revokeSecurityGroupIngressInRegion(String region, String groupId, IpPermission perm)
           
 void AWSSecurityGroupClient.revokeSecurityGroupIngressInRegion(String region, String groupId, IpPermission perm)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AWSSecurityGroupAsyncClient.revokeSecurityGroupIngressInRegion(String region, String groupId, Iterable<IpPermission> perms)
           
 void AWSSecurityGroupClient.revokeSecurityGroupIngressInRegion(String region, String groupId, Iterable<IpPermission> perm)
           
 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)
           
 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<? 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
 com.google.common.util.concurrent.ListenableFuture<Boolean> AsyncBlobStore.createContainerInLocation(Location location, String container)
           
 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, CreateContainerOptions options)
           
 boolean BlobStore.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.loadbalancer.strategy
 

Constructor parameters in org.jclouds.cloudloadbalancers.loadbalancer.strategy with annotations of type Nullable
CloudLoadBalancersListLoadBalancersStrategy(CloudLoadBalancersAsyncClient aclient, com.google.common.base.Function<LoadBalancer,LoadBalancerMetadata> converter, ExecutorService executor, Set<String> regions)
           
 

Uses of Nullable in org.jclouds.cloudsigma.domain
 

Fields in org.jclouds.cloudsigma.domain with annotations of type Nullable
protected  Map<String,Device> Server.devices
           
protected  String DriveInfo.encryptionCipher
           
protected  String DriveInfo.Builder.encryptionCipher
           
protected  String DriveInfo.imaging
           
protected  String DriveInfo.Builder.imaging
           
protected  Date ServerInfo.started
           
protected  String ServerInfo.user
           
protected  String VLANInfo.uuid
           
protected  String Item.uuid
           
 

Methods in org.jclouds.cloudsigma.domain with annotations of type Nullable
 String StaticIPInfo.getAddress()
           
 ClaimType Drive.getClaimType()
           
 String CreateDriveRequest.getEncryptionCipher()
           
 String DriveInfo.getEncryptionCipher()
           
 ServerMetrics ServerInfo.getMetrics()
           
 String VLANInfo.getUuid()
           
 String Item.getUuid()
           
 

Constructor parameters in org.jclouds.cloudsigma.domain with annotations of type Nullable
CreateDriveRequest(String name, long size, ClaimType claimType, Iterable<String> readers, Iterable<String> use, String encryptionCipher, Iterable<String> avoid)
           
CreateDriveRequest(String name, long size, ClaimType claimType, Iterable<String> readers, Iterable<String> use, String encryptionCipher, Iterable<String> avoid)
           
Drive(String uuid, String name, long size, ClaimType claimType, Iterable<String> readers, Iterable<String> use)
           
Drive(String uuid, String name, long size, ClaimType claimType, Iterable<String> readers, Iterable<String> use)
           
DriveData(String uuid, String name, long size, ClaimType claimType, Iterable<String> readers, Iterable<String> use)
           
DriveData(String uuid, String name, long size, ClaimType claimType, 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.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 measureName, Date startTime, Date endTime, int period, String statistics)
           
 Set<Datapoint> CloudWatchClient.getMetricStatisticsInRegion(String region, String measureName, Date startTime, Date endTime, int period, String statistics)
          This call returns data for one or more statistics of given a metric.
 

Uses of Nullable in org.jclouds.cloudwatch.domain
 

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, StandardUnit unit, String customUnit)
           
Datapoint(Double average, Double maximum, Double minimum, Date timestamp, Double samples, Double sum, StandardUnit unit, String customUnit)
           
Datapoint(Double average, Double maximum, Double minimum, Date timestamp, Double samples, Double sum, StandardUnit unit, String customUnit)
           
Datapoint(Double average, Double maximum, Double minimum, Date timestamp, Double samples, Double sum, StandardUnit unit, String customUnit)
           
Datapoint(Double average, Double maximum, Double minimum, Date timestamp, Double samples, Double sum, StandardUnit unit, String customUnit)
           
Datapoint(Double average, Double maximum, Double minimum, Date timestamp, Double samples, Double sum, StandardUnit unit, String customUnit)
           
Datapoint(Double average, Double maximum, Double minimum, Date timestamp, Double samples, Double sum, StandardUnit unit, String customUnit)
           
Datapoint(Double average, Double maximum, Double minimum, Date timestamp, Double samples, Double sum, StandardUnit 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
 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
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.domain
 

Fields in org.jclouds.compute.domain with annotations of type Nullable
protected  String OperatingSystem.arch
           
protected  OsFamily OperatingSystem.family
           
protected  String OperatingSystem.name
           
protected  String OperatingSystem.version
           
 

Methods in org.jclouds.compute.domain with annotations of type Nullable
 String NodeMetadata.getAdminPassword()
          secures access to root with a password.
 String Image.getAdminPassword()
          secures access to root with a password.
 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 Volume.getId()
          Unique identifier.
 String NodeMetadata.getImageId()
          The id of the image this node was created from, if possible to correlate.
 String OperatingSystem.getName()
          name of the operating system; ex.
 String ComputeMetadata.getName()
           
 OperatingSystem NodeMetadata.getOperatingSystem()
          The operating system this node is running, if possible to determine.
 Float Volume.getSize()
           
 String OperatingSystem.getVersion()
          version of the operating system; ex.
 

Method parameters in org.jclouds.compute.domain with annotations of type Nullable
 NodeMetadataBuilder NodeMetadataBuilder.adminPassword(String adminPassword)
           
 ImageBuilder ImageBuilder.adminPassword(String adminPassword)
           
 OperatingSystem.Builder OperatingSystem.Builder.arch(String arch)
           
 NodeMetadataBuilder NodeMetadataBuilder.credentials(Credentials credentials)
           
 ImageBuilder ImageBuilder.defaultCredentials(Credentials defaultCredentials)
           
 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
 

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)
           
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)
           
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)
           
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)
           
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)
           
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)
           
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)
           
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)
           
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)
           
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)
           
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.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.strategy
 

Constructor parameters in org.jclouds.compute.strategy with annotations of type Nullable
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap(com.google.common.base.Predicate<NodeMetadata> nodeRunning, GetNodeMetadataStrategy getNode, RetryIfSocketNotYetOpen socketTester, ComputeServiceConstants.Timeouts timeouts, com.google.common.base.Function<TemplateOptions,Statement> templateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, NodeMetadata node, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 

Uses of Nullable in org.jclouds.concurrent
 

Method parameters in org.jclouds.concurrent with annotations of type Nullable
static
<T> Map<T,Exception>
FutureIterables.awaitCompletion(Map<T,? extends Future<?>> responses, ExecutorService exec, Long maxTime, Logger logger, String logPrefix)
           
static
<F,T> Iterable<T>
FutureIterables.transformParallel(Iterable<F> fromIterable, com.google.common.base.Function<? super F,Future<T>> function, ExecutorService exec, Long maxTime)
           
static
<F,T> Iterable<T>
FutureIterables.transformParallel(Iterable<F> fromIterable, com.google.common.base.Function<? super F,Future<T>> function, ExecutorService exec, Long maxTime, Logger logger, String logPrefix)
           
static
<F,T> Iterable<T>
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.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)
           
 

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
 com.google.common.util.concurrent.ListenableFuture<Void> ElasticBlockStoreAsyncClient.addCreateVolumePermissionsToSnapshotInRegion(String region, Iterable<String> userIds, Iterable<String> userGroups, String snapshotId)
           
 void ElasticBlockStoreClient.addCreateVolumePermissionsToSnapshotInRegion(String region, Iterable<String> userIds, Iterable<String> userGroups, String snapshotId)
          Adds createVolumePermissions to an EBS snapshot.
 void AMIClient.addLaunchPermissionsToImageInRegion(String region, Iterable<String> userIds, Iterable<String> userGroups, String imageId)
          Adds launchPermissions to an AMI.
 com.google.common.util.concurrent.ListenableFuture<Void> AMIAsyncClient.addLaunchPermissionsToImageInRegion(String region, Iterable<String> userIds, Iterable<String> userGroups, String imageId)
           
 com.google.common.util.concurrent.ListenableFuture<String> ElasticIPAddressAsyncClient.allocateAddressInRegion(String region)
           
 String ElasticIPAddressClient.allocateAddressInRegion(String region)
          Acquires an elastic IP address for use with your identity.
 com.google.common.util.concurrent.ListenableFuture<Void> ElasticIPAddressAsyncClient.associateAddressInRegion(String region, String publicIp, String instanceId)
           
 void ElasticIPAddressClient.associateAddressInRegion(String region, String publicIp, String instanceId)
          Associates an elastic IP address with an instance.
 com.google.common.util.concurrent.ListenableFuture<Attachment> ElasticBlockStoreAsyncClient.attachVolumeInRegion(String region, String volumeId, String instanceId, String device)
           
 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<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.
 com.google.common.util.concurrent.ListenableFuture<BundleTask> WindowsAsyncClient.bundleInstanceInRegion(String region, String instanceId, String prefix, String bucket, String uploadPolicy, BundleInstanceS3StorageOptions... options)
           
 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.cancelBundleTaskInRegion(String region, String bundleId)
           
 BundleTask WindowsClient.cancelBundleTaskInRegion(String region, String bundleId)
          Cancels an Amazon EC2 bundling operation.
 String AMIClient.createImageInRegion(String region, String name, String instanceId, CreateImageOptions... options)
          Creates an AMI that uses an Amazon EBS root device from a "running" or "stopped" instance.
 com.google.common.util.concurrent.ListenableFuture<String> AMIAsyncClient.createImageInRegion(String region, String name, String instanceId, CreateImageOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<KeyPair> KeyPairAsyncClient.createKeyPairInRegion(String region, String keyName)
           
 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<Void> SecurityGroupAsyncClient.createSecurityGroupInRegion(String region, String name, String description)
           
 void SecurityGroupClient.createSecurityGroupInRegion(String region, String name, String description)
          Creates a new security group.
 com.google.common.util.concurrent.ListenableFuture<Snapshot> ElasticBlockStoreAsyncClient.createSnapshotInRegion(String region, String volumeId, CreateSnapshotOptions... options)
           
 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<Void> KeyPairAsyncClient.deleteKeyPairInRegion(String region, String keyName)
           
 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> SecurityGroupAsyncClient.deleteSecurityGroupInRegion(String region, String name)
           
 void SecurityGroupClient.deleteSecurityGroupInRegion(String region, String name)
          Deletes a security group that you own.
 com.google.common.util.concurrent.ListenableFuture<Void> ElasticBlockStoreAsyncClient.deleteSnapshotInRegion(String region, String snapshotId)
           
 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.deleteVolumeInRegion(String region, String volumeId)
           
 void ElasticBlockStoreClient.deleteVolumeInRegion(String region, String volumeId)
          Deletes an Amazon EBS volume that you own.
 void AMIClient.deregisterImageInRegion(String region, String imageId)
          Deregisters the specified AMI.
 com.google.common.util.concurrent.ListenableFuture<Void> AMIAsyncClient.deregisterImageInRegion(String region, String imageId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<PublicIpInstanceIdPair>> ElasticIPAddressAsyncClient.describeAddressesInRegion(String region, String... publicIps)
           
 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<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.
 com.google.common.util.concurrent.ListenableFuture<? extends Set<BundleTask>> WindowsAsyncClient.describeBundleTasksInRegion(String region, String... bundleTaskIds)
           
 Set<BundleTask> WindowsClient.describeBundleTasksInRegion(String region, String... bundleTaskIds)
          Describes current bundling tasks.
 Set<? extends Image> AMIClient.describeImagesInRegion(String region, DescribeImagesOptions... options)
          Returns information about AMIs, AKIs, and ARIs.
 com.google.common.util.concurrent.ListenableFuture<Set<? extends Image>> AMIAsyncClient.describeImagesInRegion(String region, DescribeImagesOptions... options)
           
 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.
 com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> KeyPairAsyncClient.describeKeyPairsInRegion(String region, String... keyPairNames)
           
 Set<KeyPair> KeyPairClient.describeKeyPairsInRegion(String region, String... keyPairNames)
          Returns information about key pairs available to you.
 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.
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Snapshot>> ElasticBlockStoreAsyncClient.describeSnapshotsInRegion(String region, DescribeSnapshotsOptions... options)
           
 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<Volume>> ElasticBlockStoreAsyncClient.describeVolumesInRegion(String region, String... volumeIds)
           
 Set<Volume> ElasticBlockStoreClient.describeVolumesInRegion(String region, String... volumeIds)
          Describes the specified Amazon EBS volumes that you own.
 com.google.common.util.concurrent.ListenableFuture<Void> ElasticBlockStoreAsyncClient.detachVolumeInRegion(String region, String volumeId, boolean force, DetachVolumeOptions... options)
           
 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> ElasticIPAddressAsyncClient.disassociateAddressInRegion(String region, String publicIp)
           
 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<? extends Map<String,BlockDevice>> InstanceAsyncClient.getBlockDeviceMappingForInstanceInRegion(String region, String instanceId)
           
 Map<String,BlockDevice> InstanceClient.getBlockDeviceMappingForInstanceInRegion(String region, String instanceId)
           
 Map<String,Image.EbsBlockDevice> AMIClient.getBlockDeviceMappingsForImageInRegion(String region, String imageId)
          Returns a map of device name to block device for the image.
 com.google.common.util.concurrent.ListenableFuture<Map<String,Image.EbsBlockDevice>> AMIAsyncClient.getBlockDeviceMappingsForImageInRegion(String region, String imageId)
           
 com.google.common.util.concurrent.ListenableFuture<Permission> ElasticBlockStoreAsyncClient.getCreateVolumePermissionForSnapshotInRegion(String region, String snapshotId)
           
 Permission ElasticBlockStoreClient.getCreateVolumePermissionForSnapshotInRegion(String region, String snapshotId)
          Returns the Permissions of an snapshot.
 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)
           
 Permission AMIClient.getLaunchPermissionForImageInRegion(String region, String imageId)
          Returns the Permissions of an image.
 com.google.common.util.concurrent.ListenableFuture<Permission> AMIAsyncClient.getLaunchPermissionForImageInRegion(String region, String imageId)
           
 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.
 String AMIClient.registerImageFromManifestInRegion(String region, String name, String pathToManifest, RegisterImageOptions... options)
          Registers an AMI with Amazon EC2.
 com.google.common.util.concurrent.ListenableFuture<String> AMIAsyncClient.registerImageFromManifestInRegion(String region, String imageName, String pathToManifest, RegisterImageOptions... options)
           
 String AMIClient.registerUnixImageBackedByEbsInRegion(String region, String name, String ebsSnapshotId, RegisterImageBackedByEbsOptions... options)
          Registers an AMI with Amazon EC2.
 com.google.common.util.concurrent.ListenableFuture<String> AMIAsyncClient.registerUnixImageBackedByEbsInRegion(String region, String imageName, String ebsSnapshotId, RegisterImageBackedByEbsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Void> ElasticIPAddressAsyncClient.releaseAddressInRegion(String region, String publicIp)
           
 void ElasticIPAddressClient.releaseAddressInRegion(String region, String publicIp)
          Releases an elastic IP address associated with your identity.
 com.google.common.util.concurrent.ListenableFuture<Void> ElasticBlockStoreAsyncClient.removeCreateVolumePermissionsFromSnapshotInRegion(String region, Iterable<String> userIds, Iterable<String> userGroups, String snapshotId)
           
 void ElasticBlockStoreClient.removeCreateVolumePermissionsFromSnapshotInRegion(String region, Iterable<String> userIds, Iterable<String> userGroups, String snapshotId)
          Removes createVolumePermissions from an EBS snapshot.
 void AMIClient.removeLaunchPermissionsFromImageInRegion(String region, Iterable<String> userIds, Iterable<String> userGroups, String imageId)
          Removes launchPermissions from an AMI.
 com.google.common.util.concurrent.ListenableFuture<Void> AMIAsyncClient.removeLaunchPermissionsFromImageInRegion(String region, Iterable<String> userIds, Iterable<String> userGroups, String imageId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> ElasticBlockStoreAsyncClient.resetCreateVolumePermissionsOnSnapshotInRegion(String region, String snapshotId)
           
 void ElasticBlockStoreClient.resetCreateVolumePermissionsOnSnapshotInRegion(String region, String snapshotId)
          Resets the createVolumePermissions on an EBS snapshot.
 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.
 void AMIClient.resetLaunchPermissionsOnImageInRegion(String region, String imageId)
          Resets the launchPermissions on an AMI.
 com.google.common.util.concurrent.ListenableFuture<Void> AMIAsyncClient.resetLaunchPermissionsOnImageInRegion(String region, String imageId)
           
 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 CreateDriveRequest.getEncryptionCipher()
           
 String DriveInfo.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.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.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)
           
 

Constructor parameters in org.jclouds.location.functions with annotations of type Nullable
RegionToEndpointOrProviderIfNull(URI defaultUri, String defaultProvider, Map<String,URI> regionToEndpoint)
           
 

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
<S,A> RestContext<S,A>
RestContextFactory.createContext(String provider, String identity, String credential, Iterable<? extends com.google.inject.Module> wiring)
           
<S,A> RestContext<S,A>
RestContextFactory.createContext(String provider, String identity, String credential, Iterable<? extends com.google.inject.Module> wiring)
           
<S,A> RestContext<S,A>
RestContextFactory.createContext(String provider, String identity, String credential, Iterable<? extends com.google.inject.Module> wiring, Properties overrides)
           
<S,A> RestContext<S,A>
RestContextFactory.createContext(String provider, String identity, String credential, Iterable<? extends com.google.inject.Module> wiring, Properties overrides)
           
<S,A> RestContext<S,A>
RestContextFactory.createContext(String provider, String identity, String credential, Properties properties)
           
<S,A> RestContext<S,A>
RestContextFactory.createContext(String provider, String identity, String credential, Properties properties)
           
<S,A> RestContextBuilder<S,A>
RestContextFactory.createContextBuilder(String provider, String identity, String credential, Iterable<? extends com.google.inject.Module> wiring)
           
<S,A> RestContextBuilder<S,A>
RestContextFactory.createContextBuilder(String provider, String identity, String credential, Iterable<? extends com.google.inject.Module> wiring)
           
<S,A> RestContextBuilder<S,A>
RestContextFactory.createContextBuilder(String providerName, String identity, String credential, Iterable<? extends com.google.inject.Module> wiring, Properties _overrides)
          Creates a new remote context.
<S,A> RestContextBuilder<S,A>
RestContextFactory.createContextBuilder(String providerName, String identity, String credential, Iterable<? extends com.google.inject.Module> wiring, Properties _overrides)
          Creates a new remote context.
<S,A> RestContextBuilder<S,A>
RestContextFactory.createContextBuilder(String provider, String identity, String credential, Properties properties)
           
<S,A> RestContextBuilder<S,A>
RestContextFactory.createContextBuilder(String provider, String identity, String credential, Properties properties)
           
static
<S,A> RestContextBuilder<S,A>
Providers.initContextBuilder(Class<RestContextBuilder<S,A>> contextBuilderClass, Class<S> sync, Class<A> async, Properties properties)
           
static
<S,A> RestContextBuilder<S,A>
Providers.initContextBuilder(Class<RestContextBuilder<S,A>> contextBuilderClass, Class<S> sync, Class<A> async, Properties properties)
           
 

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
 boolean S3Client.putBucketInRegion(String region, String bucketName, PutBucketOptions... options)
          Create and name your own bucket in which to store your objects.
 com.google.common.util.concurrent.ListenableFuture<Boolean> S3AsyncClient.putBucketInRegion(String region, String bucketName, PutBucketOptions... options)
           
 

Uses of Nullable in org.jclouds.s3.config
 

Methods in org.jclouds.s3.config with annotations of type Nullable
protected  String S3RestClientModule.defaultRegionForBucket(String defaultRegion)
           
 

Method parameters in org.jclouds.s3.config with annotations of type Nullable
protected  String S3RestClientModule.defaultRegionForBucket(String defaultRegion)
           
 

Uses of Nullable in org.jclouds.s3.domain
 

Method parameters in org.jclouds.s3.domain with annotations of type Nullable
 S3Object S3Object.Factory.create(MutableObjectMetadata metadata)
           
 

Uses of Nullable in org.jclouds.s3.functions
 

Constructor parameters in org.jclouds.s3.functions with annotations of type Nullable
BindRegionToXmlPayload(String defaultRegionForEndpoint, String defaultRegionForService, Set<String> regions)
           
BindRegionToXmlPayload(String defaultRegionForEndpoint, String defaultRegionForService, Set<String> regions)
           
 

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)
           
 com.google.common.util.concurrent.ListenableFuture<Org> BrowsingAsyncClient.getOrg(String billingSiteId)
           
 Org BrowsingClient.getOrg(String billingSiteId)
          Get an organization, which can contain list of vDC entities
 com.google.common.util.concurrent.ListenableFuture<VDC> BrowsingAsyncClient.getVDCInOrg(String billingSiteId, String vpdcId)
           
 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<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.Cache<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)
           
 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)
           
 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 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.
 

Uses of Nullable in org.jclouds.trmk.vcloud_0_8.domain
 

Methods in org.jclouds.trmk.vcloud_0_8.domain with annotations of type Nullable
 String VDC.getDescription()
           
 String Org.getDescription()
          optional description
 String Catalog.getDescription()
          optional description
 VCloudError Task.getError()
          error message or related information returned by the task
 VCloudError.MinorCode VCloudError.getMinorErrorCode()
           
 String VApp.getOperatingSystemDescription()
           
 Integer VApp.getOsType()
           
 String KeyPair.getPrivateKey()
           
 String VCloudError.getVendorSpecificErrorCode()
           
 

Constructor parameters in org.jclouds.trmk.vcloud_0_8.domain with annotations of type Nullable
KeyPair(URI id, String name, boolean isDefault, String privateKey, String fingerPrint)
           
 

Uses of Nullable in org.jclouds.trmk.vcloud_0_8.domain.internal
 

Constructor parameters in org.jclouds.trmk.vcloud_0_8.domain.internal with annotations of type Nullable
CatalogImpl(String name, String type, URI href, String description, Map<String,ReferenceType> contents)
           
ErrorImpl(String message, int majorErrorCode, VCloudError.MinorCode minorErrorCode, String vendorSpecificErrorCode, String stackTrace)
           
ErrorImpl(String message, int majorErrorCode, VCloudError.MinorCode minorErrorCode, String vendorSpecificErrorCode, String stackTrace)
           
ErrorImpl(String message, int majorErrorCode, VCloudError.MinorCode minorErrorCode, String vendorSpecificErrorCode, String stackTrace)
           
TaskImpl(URI id, String operation, TaskStatus status, Date startTime, Date endTime, Date expiryTime, ReferenceType owner, VCloudError error)
           
TaskImpl(URI id, String operation, TaskStatus status, Date startTime, Date endTime, Date expiryTime, ReferenceType owner, VCloudError error)
           
VAppTemplateImpl(String name, URI id, String description, Status status)
           
VAppTemplateImpl(String name, URI id, String description, Status status)
           
VDCImpl(String name, String type, URI href, String description, ReferenceType catalog, ReferenceType publicIps, ReferenceType internetServices, Map<String,ReferenceType> resourceEntities, Map<String,ReferenceType> availableNetworks)
           
 

Uses of Nullable in org.jclouds.trmk.vcloudexpress
 

Method parameters in org.jclouds.trmk.vcloudexpress with annotations of type Nullable
 com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> TerremarkVCloudExpressAsyncClient.findKeyPairInOrg(URI org, String keyName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> TerremarkVCloudExpressAsyncClient.listKeyPairsInOrg(URI org)
           
 

Uses of Nullable in org.jclouds.util
 

Method parameters in org.jclouds.util with annotations of type Nullable
static
<S,A> RestContextBuilder<S,A>
Utils.initContextBuilder(Class<RestContextBuilder<S,A>> contextBuilderClass, Class<S> sync, Class<A> async, Properties properties)
          Deprecated. 
static
<S,A> RestContextBuilder<S,A>
Utils.initContextBuilder(Class<RestContextBuilder<S,A>> contextBuilderClass, Class<S> sync, Class<A> async, Properties properties)
          Deprecated. 
static Credentials Utils.overrideCredentialsIfSupplied(Credentials defaultCredentials, Credentials overridingCredentials)
          Deprecated. 
static Credentials CredentialUtils.overrideCredentialsIfSupplied(Credentials defaultCredentials, Credentials overridingCredentials)
           
 

Uses of Nullable in org.jclouds.vcloud
 

Method parameters in org.jclouds.vcloud with annotations of type Nullable
 Catalog VCloudClient.findCatalogInOrgNamed(String orgName, String catalogName)
          Deprecated. 
 Catalog VCloudClient.findCatalogInOrgNamed(String orgName, String catalogName)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends Catalog> VCloudAsyncClient.findCatalogInOrgNamed(String orgName, String catalogName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Catalog> VCloudAsyncClient.findCatalogInOrgNamed(String orgName, String catalogName)
           
 CatalogItem VCloudClient.findCatalogItemInOrgCatalogNamed(String orgName, String catalogName, String itemName)
          Deprecated. 
 CatalogItem VCloudClient.findCatalogItemInOrgCatalogNamed(String orgName, String catalogName, String itemName)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> VCloudAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName, String catalogName, String itemName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> VCloudAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName, String catalogName, String itemName)
           
 OrgNetwork VCloudClient.findNetworkInOrgVDCNamed(String orgName, String catalogName, String networkName)
          Deprecated. 
 OrgNetwork VCloudClient.findNetworkInOrgVDCNamed(String orgName, String catalogName, String networkName)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends OrgNetwork> VCloudAsyncClient.findNetworkInOrgVDCNamed(String orgName, String catalogName, String networkName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends OrgNetwork> VCloudAsyncClient.findNetworkInOrgVDCNamed(String orgName, String catalogName, String networkName)
           
 Org VCloudClient.findOrgNamed(String name)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends Org> VCloudAsyncClient.findOrgNamed(String orgName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends TasksList> VCloudAsyncClient.findTasksListInOrgNamed(String orgName)
           
 VApp VCloudClient.findVAppInOrgVDCNamed(String orgName, String catalogName, String vAppName)
          Deprecated. 
 VApp VCloudClient.findVAppInOrgVDCNamed(String orgName, String catalogName, String vAppName)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends VApp> VCloudAsyncClient.findVAppInOrgVDCNamed(String orgName, String catalogName, String vAppName)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends VApp> VCloudAsyncClient.findVAppInOrgVDCNamed(String orgName, String catalogName, String vAppName)
          Deprecated. 
 VAppTemplate VCloudClient.findVAppTemplateInOrgCatalogNamed(String orgName, String catalogName, String itemName)
          Deprecated. 
 VAppTemplate VCloudClient.findVAppTemplateInOrgCatalogNamed(String orgName, String catalogName, String itemName)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> VCloudAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName, String catalogName, String itemName)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> VCloudAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName, String catalogName, String itemName)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends VDC> VCloudAsyncClient.findVDCInOrgNamed(String orgName, String vdcName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VDC> VCloudAsyncClient.findVDCInOrgNamed(String orgName, String vdcName)
           
 

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<? extends NetworkConfig> networkConfig, Boolean customizeOnInstantiate)
           
protected  String BindInstantiateVAppTemplateParamsToXmlPayload.generateXml(String name, String description, boolean deploy, boolean powerOn, URI template, Iterable<? extends NetworkConfig> networkConfig, Boolean customizeOnInstantiate)
           
 

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 VAppTemplate.getDescription()
          optional description
 String Vm.getDescription()
          optional description
 String VApp.getDescription()
          optional description
 String Org.getDescription()
          optional description
 VCloudError Task.getError()
          error message or related information returned by the task
 String NetworkConnection.getExternalIpAddress()
           
 String Org.getFullName()
          full name of the organization
 GuestCustomizationSection Vm.getGuestCustomizationSection()
           
 String NetworkConnection.getIpAddress()
           
 String NetworkConnection.getMACAddress()
           
 Capacity VDC.getMemoryCapacity()
          reports memory resource consumption in a vDC
 VCloudError.MinorCode VCloudError.getMinorErrorCode()
           
 NetworkConnectionSection Vm.getNetworkConnectionSection()
           
 VCloudNetworkSection VAppTemplate.getNetworkSection()
          description of the predefined vApp internal networks in this template
 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<? extends Vm> children)
           
VAppTemplateImpl(String name, String type, URI id, Status status, ReferenceType vdc, String description, Iterable<Task> tasks, boolean ovfDescriptorUploaded, String vAppScopedLocalId, Iterable<? extends 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<? extends 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<? extends 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<? extends NatRule> natRules)
           
NatService(boolean enabled, NatType type, NatPolicy policy, Iterable<? extends 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.
 

Constructor parameters in org.jclouds.vcloud.domain.network.internal with annotations of type Nullable
OrgNetworkImpl.ConfigurationImpl(IpScope ipScope, ReferenceType parentNetwork, FenceMode fenceMode, Features features)
           
OrgNetworkImpl.ConfigurationImpl(IpScope ipScope, ReferenceType parentNetwork, FenceMode fenceMode, Features features)
           
OrgNetworkImpl.ConfigurationImpl(IpScope ipScope, ReferenceType parentNetwork, FenceMode fenceMode, Features features)
           
OrgNetworkImpl(String name, String type, URI id, ReferenceType org, String description, Iterable<Task> tasks, OrgNetwork.Configuration configuration, ReferenceType networkPool, Iterable<String> allowedExternalIpAddresses)
           
OrgNetworkImpl(String name, String type, URI id, ReferenceType org, String description, Iterable<Task> tasks, OrgNetwork.Configuration configuration, ReferenceType networkPool, Iterable<String> allowedExternalIpAddresses)
           
OrgNetworkImpl(String name, String type, URI id, ReferenceType org, String description, Iterable<Task> tasks, OrgNetwork.Configuration configuration, ReferenceType networkPool, Iterable<String> allowedExternalIpAddresses)
           
 

Uses of Nullable in org.jclouds.vcloud.domain.network.nat
 

Methods in org.jclouds.vcloud.domain.network.nat with annotations of type Nullable
 String NatRule.getExternalIP()
          IP address to which this NAT rule maps the IP address specified in the InternalIp element.
 

Uses of Nullable in org.jclouds.vcloud.domain.network.nat.rules
 

Methods in org.jclouds.vcloud.domain.network.nat.rules with annotations of type Nullable
 String VmRule.getExternalIP()
          IP address to which this NAT rule maps the IP address specified in the InternalIp element.
 String OneToOneVmRule.getExternalIP()
           
 String VmRule.getVAppScopedLocalId()
           
 String OneToOneVmRule.getVAppScopedVmId()
           
 

Constructor parameters in org.jclouds.vcloud.domain.network.nat.rules with annotations of type Nullable
OneToOneVmRule(MappingMode mappingMode, String externalIp, String vAppScopedVmId, int vmNicId)
           
OneToOneVmRule(MappingMode mappingMode, String externalIp, String vAppScopedVmId, int vmNicId)
           
VmRule(String externalIP, int externalPort, String vAppScopedLocalId, int vmNicId, int internalPort, NatProtocol protocol)
           
VmRule(String externalIP, int externalPort, String vAppScopedLocalId, int vmNicId, int internalPort, NatProtocol protocol)
           
 

Uses of Nullable in org.jclouds.vcloud.domain.ovf
 

Fields in org.jclouds.vcloud.domain.ovf with annotations of type Nullable
protected  String VCloudOperatingSystemSection.vmwOsType
           
 

Constructor parameters in org.jclouds.vcloud.domain.ovf with annotations of type Nullable
VCloudOperatingSystemSection(Integer id, String info, String description, String type, URI href, String vmwOsType, ReferenceType edit)
           
VCloudOperatingSystemSection(Integer id, String info, String description, String type, URI href, String vmwOsType, ReferenceType edit)
           
VCloudOperatingSystemSection(Integer id, String info, String description, String type, URI href, String vmwOsType, ReferenceType edit)
           
VCloudOperatingSystemSection(Integer id, String info, String description, String type, URI href, String vmwOsType, ReferenceType edit)
           
 

Uses of Nullable in org.jclouds.vcloud.features
 

Method parameters in org.jclouds.vcloud.features with annotations of type Nullable
 Catalog CatalogClient.findCatalogInOrgNamed(String orgName, String catalogName)
          returns the catalog in the organization associated with the specified name.
 Catalog CatalogClient.findCatalogInOrgNamed(String orgName, String catalogName)
          returns the catalog in the organization associated with the specified name.
 com.google.common.util.concurrent.ListenableFuture<? extends Catalog> CatalogAsyncClient.findCatalogInOrgNamed(String orgName, String catalogName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Catalog> CatalogAsyncClient.findCatalogInOrgNamed(String orgName, String catalogName)
           
 CatalogItem CatalogClient.findCatalogItemInOrgCatalogNamed(String orgName, String catalogName, String itemName)
          returns the catalog item in the catalog associated with the specified name.
 CatalogItem CatalogClient.findCatalogItemInOrgCatalogNamed(String orgName, String catalogName, String itemName)
          returns the catalog item in the catalog associated with the specified name.
 com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> CatalogAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName, String catalogName, String itemName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> CatalogAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName, String catalogName, String itemName)
           
 OrgNetwork NetworkClient.findNetworkInOrgVDCNamed(String orgName, String catalogName, String networkName)
           
 OrgNetwork NetworkClient.findNetworkInOrgVDCNamed(String orgName, String catalogName, String networkName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends OrgNetwork> NetworkAsyncClient.findNetworkInOrgVDCNamed(String orgName, String catalogName, String networkName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends 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<? extends Org> OrgAsyncClient.findOrgNamed(String orgName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends TasksList> TaskAsyncClient.findTasksListInOrgNamed(String orgName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VApp> VAppAsyncClient.findVAppInOrgVDCNamed(String orgName, String catalogName, String vAppName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VApp> VAppAsyncClient.findVAppInOrgVDCNamed(String orgName, String catalogName, String vAppName)
           
 VApp VAppClient.findVAppInOrgVDCNamed(String orgName, String catalogName, String vAppName)
           
 VApp VAppClient.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<? extends VAppTemplate> VAppTemplateAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName, String catalogName, String itemName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> VAppTemplateAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName, String catalogName, String itemName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VDC> VDCAsyncClient.findVDCInOrgNamed(String orgName, String vdcName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VDC> VDCAsyncClient.findVDCInOrgNamed(String orgName, String vdcName)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.