Uses of Class
org.jclouds.dmtf.cim.CimString

Packages that use CimString
org.jclouds.dmtf.cim   
org.jclouds.dmtf.ovf   
org.jclouds.dmtf.ovf.environment   
 

Uses of CimString in org.jclouds.dmtf.cim
 

Subclasses of CimString in org.jclouds.dmtf.cim
 class ResourceAllocationCaption
          Java class for anonymous complex type.
 class VirtualSystemCaption
          Java class for anonymous complex type.
 

Methods in org.jclouds.dmtf.cim that return types with arguments of type CimString
 Set<CimString> ResourceAllocationSettingData.getConnections()
          The thing to which this resource is connected.
 Set<CimString> ResourceAllocationSettingData.getHostResources()
          This property exposes specific assignment of resources.
 

Methods in org.jclouds.dmtf.cim with parameters of type CimString
 B ResourceAllocationSettingData.Builder.connection(CimString connection)
           
 B ResourceAllocationSettingData.Builder.hostResource(CimString hostResource)
           
 

Method parameters in org.jclouds.dmtf.cim with type arguments of type CimString
 B ResourceAllocationSettingData.Builder.connections(Iterable<CimString> connections)
           
 B ResourceAllocationSettingData.Builder.hostResources(Iterable<CimString> hostResources)
           
 

Uses of CimString in org.jclouds.dmtf.ovf
 

Methods in org.jclouds.dmtf.ovf that return CimString
 CimString ProductSection.getAppUrl()
          Experimental: URL resolving to deployed product instance.
 CimString ProductSection.getFullVersion()
          Product version, long form.
 CimString ProductSection.getProductUrl()
          URL resolving to product description.
 CimString ProductSection.getVendorUrl()
          URL resolving to vendor description.
 CimString ProductSection.getVersion()
          Product version, short form.
 

Methods in org.jclouds.dmtf.ovf with parameters of type CimString
 B ProductSection.Builder.appUrl(CimString appUrl)
           
 B ProductSection.Builder.fullVersion(CimString fullVersion)
           
 B ProductSection.Builder.productUrl(CimString productUrl)
           
 B ProductSection.Builder.vendorUrl(CimString vendorUrl)
           
 B ProductSection.Builder.version(CimString version)
           
 

Uses of CimString in org.jclouds.dmtf.ovf.environment
 

Fields in org.jclouds.dmtf.ovf.environment declared as CimString
protected  CimString PlatformSectionType.kind
           
protected  CimString PlatformSectionType.locale
           
protected  CimString PlatformSectionType.vendor
           
protected  CimString PlatformSectionType.version
           
 

Methods in org.jclouds.dmtf.ovf.environment that return CimString
 CimString PlatformSectionType.getKind()
          Gets the value of the kind property.
 CimString PlatformSectionType.getLocale()
          Gets the value of the locale property.
 CimString PlatformSectionType.getVendor()
          Gets the value of the vendor property.
 CimString PlatformSectionType.getVersion()
          Gets the value of the version property.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.