Package | Description |
---|---|
com.vmware.cis | |
com.vmware.cis.tagging |
Copyright 2013-2014 VMware, Inc.
|
com.vmware.content |
The Content package provides classes and interfaces for configuring global
settings and permissions, and for managing libraries in the Content Library
Service.
|
com.vmware.content.library |
The Content Library package provides classes and interfaces for defining and
managing the library's items, subscription, publication, and storage.
|
com.vmware.content.library.item |
The Content Library Item package provides classes and interfaces for managing
files in a library item.
|
com.vmware.content.library.item.downloadsession |
The Content Library Item Download Session package provides classes and
interfaces for downloading files in a session.
|
com.vmware.content.library.item.updatesession |
The Content Library Item Update Session package provides classes and interfaces
for updating files in a session.
|
com.vmware.vapi.bindings | |
com.vmware.vapi.metadata |
The
com.vmware.vapi.metadata package provides metadata interfaces. |
com.vmware.vapi.metadata.authentication |
The
com.vmware.vapi.metadata.authentication package provides interfaces
that expose authentication information for operation elements across all the
service elements. |
com.vmware.vapi.metadata.cli |
The
com.vmware.vapi.metadata.cli package provides interfaces that expose
all the information required to display namespace or command help, execute a
command and display it's result. |
com.vmware.vapi.metadata.metamodel |
The
com.vmware.vapi.metadata.metamodel package provides interfaces that
expose all the information present in the interface definition language (IDL)
specification. |
com.vmware.vapi.metadata.privilege |
The
com.vmware.vapi.metadata.privilege package provides interfaces that
expose privilege information for operation elements across all the service
elements. |
com.vmware.vapi.std |
The
com.vmware.vapi.std package provides standard types that can be used
in the interface specification of any interface. |
com.vmware.vapi.std.errors |
The
com.vmware.vapi.std.errors package provides the standard exceptions
that can be included in the list of exceptions in the specification of methods
to indicate that the method might report those exceptions. |
com.vmware.vapi.std.interposition | |
com.vmware.vapi.std.introspection |
The
com.vmware.vapi.std.introspection package provides services that
expose basic information about the vAPI services registered with a vAPI
provider. |
com.vmware.vcenter.inventory |
The
com.vmware.vcenter.inventory component provides methods and classes
for retrieving vCenter datastore and network information for a given List of identifiers. |
com.vmware.vcenter.ovf |
The
com.vmware.vcenter.ovf package provides services to capture and
deploy Open Virtualization Format (OVF) packages to and from the content
library. |
Modifier and Type | Class and Description |
---|---|
static class |
SessionTypes.Info
Represents data associated with an API session.
|
Modifier and Type | Method and Description |
---|---|
<T extends Structure> |
SessionTypes.Info._convertTo(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
boolean |
SessionTypes.Info._hasTypeNameOf(Class<? extends Structure> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
CategoryModel
The
CategoryModel class defines a category that is used to group one or
more tags. |
static class |
CategoryTypes.CreateSpec
The
CreateSpec class is used to create a category. |
static class |
CategoryTypes.UpdateSpec
The
UpdateSpec class describes the updates to be made to an existing
category. |
class |
TagModel
The
TagModel class defines a tag that can be attached to vSphere
objects. |
static class |
TagTypes.CreateSpec
The
CreateSpec class describes a tag. |
static class |
TagTypes.UpdateSpec
The
UpdateSpec class describes the updates to be made to an existing
tag. |
Modifier and Type | Method and Description |
---|---|
<T extends Structure> |
CategoryModel._convertTo(Class<T> clazz) |
<T extends Structure> |
TagModel._convertTo(Class<T> clazz) |
<T extends Structure> |
CategoryTypes.CreateSpec._convertTo(Class<T> clazz) |
<T extends Structure> |
CategoryTypes.UpdateSpec._convertTo(Class<T> clazz) |
<T extends Structure> |
TagTypes.CreateSpec._convertTo(Class<T> clazz) |
<T extends Structure> |
TagTypes.UpdateSpec._convertTo(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
boolean |
CategoryModel._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
TagModel._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
CategoryTypes.CreateSpec._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
CategoryTypes.UpdateSpec._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
TagTypes.CreateSpec._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
TagTypes.UpdateSpec._hasTypeNameOf(Class<? extends Structure> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationModel
The
ConfigurationModel class defines the global settings of the Content
Library Service. |
class |
LibraryModel
The
LibraryModel class represents a Content Library
resource model. |
static class |
LibraryTypes.FindSpec
Specifies the properties that can be used as a filter to find libraries.
|
static class |
SubscribedLibraryTypes.ProbeResult
The
ProbeResult class defines the subscription information probe result. |
static class |
TypeTypes.Info
The
Info class describes support for a specific type of data in an
ItemModel . |
Modifier and Type | Method and Description |
---|---|
<T extends Structure> |
ConfigurationModel._convertTo(Class<T> clazz) |
<T extends Structure> |
LibraryTypes.FindSpec._convertTo(Class<T> clazz) |
<T extends Structure> |
SubscribedLibraryTypes.ProbeResult._convertTo(Class<T> clazz) |
<T extends Structure> |
LibraryModel._convertTo(Class<T> clazz) |
<T extends Structure> |
TypeTypes.Info._convertTo(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
boolean |
ConfigurationModel._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
LibraryTypes.FindSpec._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
SubscribedLibraryTypes.ProbeResult._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
LibraryModel._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
TypeTypes.Info._hasTypeNameOf(Class<? extends Structure> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
ItemModel
The
ItemModel class represents a library item that has been stored in a
library. |
static class |
ItemTypes.FindSpec
The
FindSpec class specifies the properties that can be used as a filter
to find library items. |
class |
PublishInfo
The
PublishInfo class defines how a local library is published publicly
for synchronization to other libraries. |
class |
StorageBacking
The
StorageBacking class defines a storage location where content in a
library will be stored. |
class |
SubscriptionInfo
The
SubscriptionInfo class defines the subscription behavior for a
subscribed library. |
Modifier and Type | Method and Description |
---|---|
<T extends Structure> |
StorageBacking._convertTo(Class<T> clazz) |
<T extends Structure> |
PublishInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
ItemModel._convertTo(Class<T> clazz) |
<T extends Structure> |
ItemTypes.FindSpec._convertTo(Class<T> clazz) |
<T extends Structure> |
SubscriptionInfo._convertTo(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
boolean |
StorageBacking._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
PublishInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ItemModel._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ItemTypes.FindSpec._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
SubscriptionInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
DownloadSessionModel
The
DownloadSessionModel class provides information on an active DownloadSession resource. |
static class |
FileTypes.ChecksumInfo
Provides checksums for a
FileTypes.Info
object. |
static class |
FileTypes.Info
The
Info class provides information about a file in Content Library
Service storage. |
static class |
StorageTypes.Info
The
Info class is the expanded form of FileTypes.Info that includes details about the
storage backing for a file in a library item. |
class |
TransferEndpoint
The
TransferEndpoint class encapsulates a URI along with extra
information about it. |
class |
UpdateSessionModel
The
UpdateSessionModel class provides information on an active UpdateSession resource. |
Modifier and Type | Method and Description |
---|---|
<T extends Structure> |
StorageTypes.Info._convertTo(Class<T> clazz) |
<T extends Structure> |
DownloadSessionModel._convertTo(Class<T> clazz) |
<T extends Structure> |
UpdateSessionModel._convertTo(Class<T> clazz) |
<T extends Structure> |
TransferEndpoint._convertTo(Class<T> clazz) |
<T extends Structure> |
FileTypes.ChecksumInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
FileTypes.Info._convertTo(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
boolean |
StorageTypes.Info._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
DownloadSessionModel._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
UpdateSessionModel._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
TransferEndpoint._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
FileTypes.ChecksumInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
FileTypes.Info._hasTypeNameOf(Class<? extends Structure> clazz) |
Modifier and Type | Method and Description |
---|---|
<T extends Structure> |
FileTypes.Info._convertTo(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
boolean |
FileTypes.Info._hasTypeNameOf(Class<? extends Structure> clazz) |
Modifier and Type | Class and Description |
---|---|
static class |
FileTypes.AddSpec
The
AddSpec class describes the properties of the file to be uploaded. |
static class |
FileTypes.ValidationError
The
ValidationError class defines the validation error of a file in the
session. |
static class |
FileTypes.ValidationResult
The
ValidationResult class defines the result of validating the files in
the session. |
Modifier and Type | Method and Description |
---|---|
<T extends Structure> |
FileTypes.AddSpec._convertTo(Class<T> clazz) |
<T extends Structure> |
FileTypes.Info._convertTo(Class<T> clazz) |
<T extends Structure> |
FileTypes.ValidationError._convertTo(Class<T> clazz) |
<T extends Structure> |
FileTypes.ValidationResult._convertTo(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
boolean |
FileTypes.AddSpec._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
FileTypes.Info._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
FileTypes.ValidationError._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
FileTypes.ValidationResult._hasTypeNameOf(Class<? extends Structure> clazz) |
Modifier and Type | Interface and Description |
---|---|
interface |
DynamicStructure
Interface representing a "dynamic structure".
|
interface |
StaticStructure
Interface implemented by all generated static bindings structures.
|
Modifier and Type | Class and Description |
---|---|
class |
ApiError
Common base class for all VMODL2 errors (standard and custom ones)
in Java static language bindings.
|
class |
DynamicStructureImpl
DynamicStructure implementation backed by a StructValue . |
class |
UnresolvedError
Concrete
ApiError which represents a VMODL2 error that
was reported but couldn't be resolved. |
Modifier and Type | Method and Description |
---|---|
<T extends Structure> |
UnresolvedError._convertTo(Class<T> clazz) |
<T extends Structure> |
Structure._convertTo(Class<T> clazz)
Converts this structure into an instance of the provided class structure
if possible.
|
<T extends Structure> |
DynamicStructureImpl._convertTo(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
boolean |
UnresolvedError._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
Structure._hasTypeNameOf(Class<? extends Structure> clazz)
Checks that the runtime type name matches the type name from the binding
class.
|
boolean |
DynamicStructureImpl._hasTypeNameOf(Class<? extends Structure> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
SourceCreateSpec
The
SourceCreateSpec class contains the registration information for a
metadata source. |
class |
SourceInfo
Metadata source info
|
Modifier and Type | Method and Description |
---|---|
<T extends Structure> |
SourceInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
SourceCreateSpec._convertTo(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
boolean |
SourceInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
SourceCreateSpec._hasTypeNameOf(Class<? extends Structure> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationInfo
The
AuthenticationInfo class describes the authentication information. |
Modifier and Type | Method and Description |
---|---|
<T extends Structure> |
ComponentInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
SourceTypes.Info._convertTo(Class<T> clazz) |
<T extends Structure> |
SourceTypes.CreateSpec._convertTo(Class<T> clazz) |
<T extends Structure> |
AuthenticationInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
PackageInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
ServiceInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
OperationInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
ComponentData._convertTo(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
boolean |
ComponentInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
SourceTypes.Info._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
SourceTypes.CreateSpec._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
AuthenticationInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
PackageInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ServiceInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
OperationInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ComponentData._hasTypeNameOf(Class<? extends Structure> clazz) |
Modifier and Type | Class and Description |
---|---|
static class |
CommandTypes.Identity
The
Identity class uniquely identifies a command in the CLI commands
tree. |
static class |
CommandTypes.Info
The
Info class contains information about a command. |
static class |
CommandTypes.OptionInfo
The
OptionInfo class describes information about a specific input option
of a command. |
static class |
CommandTypes.OutputFieldInfo
The
OutputFieldInfo class describes the name used by the CLI to display
a single property of a class element in the interface definition language. |
static class |
CommandTypes.OutputInfo
The
OutputInfo class describes the names used by the CLI to display the
properties of a class element in the interface definition language as well as
the order in which the properties will be displayed. |
static class |
NamespaceTypes.Identity
The
Identity class uniquely identifies a namespace in the CLI namespace
tree. |
static class |
NamespaceTypes.Info
The
Info class contains information about a namespace. |
static class |
SourceTypes.CreateSpec
The
CreateSpec class contains the registration information of a CLI
source. |
static class |
SourceTypes.Info
The
Info class contains the metadata source information. |
Modifier and Type | Method and Description |
---|---|
<T extends Structure> |
SourceTypes.Info._convertTo(Class<T> clazz) |
<T extends Structure> |
SourceTypes.CreateSpec._convertTo(Class<T> clazz) |
<T extends Structure> |
NamespaceTypes.Identity._convertTo(Class<T> clazz) |
<T extends Structure> |
NamespaceTypes.Info._convertTo(Class<T> clazz) |
<T extends Structure> |
CommandTypes.OutputFieldInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
CommandTypes.OutputInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
CommandTypes.OptionInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
CommandTypes.Identity._convertTo(Class<T> clazz) |
<T extends Structure> |
CommandTypes.Info._convertTo(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
boolean |
SourceTypes.Info._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
SourceTypes.CreateSpec._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
NamespaceTypes.Identity._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
NamespaceTypes.Info._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
CommandTypes.OutputFieldInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
CommandTypes.OutputInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
CommandTypes.OptionInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
CommandTypes.Identity._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
CommandTypes.Info._hasTypeNameOf(Class<? extends Structure> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
ComponentData
The
ComponentData class contains the metamodel metadata information of a
component element along with its fingerprint. |
class |
ComponentInfo
The
ComponentInfo class contains metamodel metadata information about a
component element. |
class |
ConstantInfo
The
ConstantInfo class contains metamodel information of the constant
elements. |
class |
ConstantValue
The
ConstantValue class contains the metamodel information of the
constant element. |
class |
ElementMap
The
ElementMap class contains the metadata elements. |
class |
ElementValue
The
ElementValue class describes the value of the metadata element. |
class |
EnumerationInfo
The
EnumerationInfo class contains the metamodel information of an
enumeration element. |
class |
EnumerationValueInfo
The
EnumerationValueInfo class describes the enumeration constant in the
enumeration class. |
class |
ErrorInfo
The
ErrorInfo class contains the metadata information about the error
elements contained in an operation element. |
class |
FieldInfo
The
FieldInfo class contains metamodel information of a field element
contained in a structure element. |
class |
GenericInstantiation
The
GenericInstantiation class describes the type information of a typed
element when the type is an instantiation of one of the generic types provided
by the infrastructure. |
class |
OperationInfo
The
OperationInfo class contains metamodel information of an operation
element. |
class |
OperationResultInfo
The
OperationResultInfo class contains the metamodel information of an
operation result element. |
class |
PackageInfo
The
PackageInfo class contains the metamodel information of all the
service elements, structure elements and enumeration elements contained in the
package element. |
class |
PrimitiveValue
The
PrimitiveValue class contains value of the constant element. |
class |
ServiceInfo
The
ServiceInfo class contains the metamodel information of all the
operation elements, structure elements and enumeration elements containted in a
service element. |
class |
StructureInfo
The
StructureInfo class contains the metamodel information of all the
field elements, constant elements and enumeration elements contained in the
structure element. |
class |
Type
The
Type class describes the type information of a typed element in the
interface definiton language. |
class |
UserDefinedType
The
UserDefinedType class contains the metamodel type information of a
typed element whose type is a user defined named type. |
Modifier and Type | Method and Description |
---|---|
<T extends Structure> |
EnumerationValueInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
ErrorInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
ConstantInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
OperationResultInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
FieldInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
ComponentInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
SourceTypes.Info._convertTo(Class<T> clazz) |
<T extends Structure> |
SourceTypes.CreateSpec._convertTo(Class<T> clazz) |
<T extends Structure> |
ConstantValue._convertTo(Class<T> clazz) |
<T extends Structure> |
EnumerationInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
PackageInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
StructureInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
ServiceInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
GenericInstantiation._convertTo(Class<T> clazz) |
<T extends Structure> |
ElementValue._convertTo(Class<T> clazz) |
<T extends Structure> |
UserDefinedType._convertTo(Class<T> clazz) |
<T extends Structure> |
OperationInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
ComponentData._convertTo(Class<T> clazz) |
<T extends Structure> |
ElementMap._convertTo(Class<T> clazz) |
<T extends Structure> |
PrimitiveValue._convertTo(Class<T> clazz) |
<T extends Structure> |
Type._convertTo(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
boolean |
EnumerationValueInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ErrorInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ConstantInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
OperationResultInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
FieldInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ComponentInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
SourceTypes.Info._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
SourceTypes.CreateSpec._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ConstantValue._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
EnumerationInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
PackageInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
StructureInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ServiceInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
GenericInstantiation._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ElementValue._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
UserDefinedType._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
OperationInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ComponentData._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ElementMap._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
PrimitiveValue._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
Type._hasTypeNameOf(Class<? extends Structure> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
PrivilegeInfo
The
PrivilegeInfo class contains the privilege information for a
parameter element in an operation element. |
Modifier and Type | Method and Description |
---|---|
<T extends Structure> |
ComponentInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
SourceTypes.Info._convertTo(Class<T> clazz) |
<T extends Structure> |
SourceTypes.CreateSpec._convertTo(Class<T> clazz) |
<T extends Structure> |
PackageInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
PrivilegeInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
ServiceInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
OperationInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
ComponentData._convertTo(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
boolean |
ComponentInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
SourceTypes.Info._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
SourceTypes.CreateSpec._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
PackageInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
PrivilegeInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ServiceInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
OperationInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ComponentData._hasTypeNameOf(Class<? extends Structure> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationScheme
The
AuthenticationScheme class defines constants for
authentication scheme identifiers for authentication mechanisms present in the
vAPI infrastructure shipped by VMware. |
class |
DynamicID
The
DynamicID class represents an identifier for a resource of an
arbitrary type. |
class |
LocalizableMessage
The
LocalizableMessage class represents a localizable string or message
template. |
Modifier and Type | Method and Description |
---|---|
<T extends Structure> |
LocalizableMessage._convertTo(Class<T> clazz) |
<T extends Structure> |
DynamicID._convertTo(Class<T> clazz) |
<T extends Structure> |
AuthenticationScheme._convertTo(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
boolean |
LocalizableMessage._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
DynamicID._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
AuthenticationScheme._hasTypeNameOf(Class<? extends Structure> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
AlreadyExists
The
AlreadyExists exception indicates that an attempt was made to create
an entity but the entity already exists. |
class |
AlreadyInDesiredState
The
AlreadyInDesiredState exception indicates that an attempt to change
the state of a resource or service had no effect because the resource or service
is already in the desired state. |
class |
ArgumentLocations
The
ArgumentLocations class describes which part(s) of the input to the
method caused the exception. |
class |
Canceled
The
Canceled exception indicates that the method canceled itself in
response to an explicit request to do so. |
class |
ConcurrentChange
The
ConcurrentChange exception indicates that a data structure, entity,
or resource has been modified since some earlier point in time. |
class |
Error
The
Error exception describes theproperties common to all standard
exceptions. |
class |
FeatureInUse
The
FeatureInUse exception indicates that an action cannot be completed
because a feature is in use. |
class |
FileLocations
The
FileLocations class identifies the file(s) that caused the method to
report the exception. |
class |
InternalServerError
The
InternalServerError exception indicates that the server encounters
an unexpected condition that prevented it from fulfilling the request. |
class |
InvalidArgument
The
InvalidArgument exception indicates that the values received for one
or more parameters are not acceptable. |
class |
InvalidElementConfiguration
The
InvalidElementConfiguration exception indicates that an attempt to
modify the configuration of an element or a group containing the element failed
due to the configuraton of the element. |
class |
InvalidElementType
The
InvalidElementType exception indicates that the server was unable to
fulfil the request because an element of a specific type cannot be a member of
particular group. |
class |
InvalidRequest
The
InvalidRequest exception indicates that the request is malformed in
such a way that the server is unable to process it. |
class |
NotAllowedInCurrentState
The
NotAllowedInCurrentState exception indicates that the requested
method is not allowed with a resource or service in its current state. |
class |
NotFound
The
NotFound exception indicates that a specified element could not be
found. |
class |
OperationNotFound
The
OperationNotFound exception indicates that the method specified in
the request could not be found. |
class |
ResourceBusy
The
ResourceBusy exception indicates that the method could not be
completed because a resource it needs is busy. |
class |
ResourceInaccessible
The
ResourceInaccessible exception indicates that the method could not
be completed because an entity is not accessible. |
class |
ResourceInUse
The
ResourceInUse exception indicates that the method could not be
completed because a resource is in use. |
class |
ServiceUnavailable
The
ServiceUnavailable exception indicates that the interface is
unavailable. |
class |
TimedOut
The
TimedOut exception indicates that the method did not complete within
the allowed amount of time. |
class |
TransientIndication
The
TransientIndication class indicates whether or not the exception is
transient. |
class |
UnableToAllocateResource
The
UnableToAllocateResource exception indicates that the method failed
because it was unable to allocate or acquire a required resource. |
class |
Unauthenticated
The
Unauthenticated exception indicates that the method requires
authentication and the user is not authenticated. |
class |
Unauthorized
The
Unauthorized exception indicates that the user is not authorized to
perform the method. |
class |
UnexpectedInput
The
UnexpectedInput exception indicates that the request contained a
parameter or property whose name is not known by the server. |
class |
Unsupported
The
Unsupported exception indicates that the method is not supported by
the interface. |
Modifier and Type | Method and Description |
---|---|
<T extends Structure> |
Unsupported._convertTo(Class<T> clazz) |
<T extends Structure> |
UnexpectedInput._convertTo(Class<T> clazz) |
<T extends Structure> |
Unauthorized._convertTo(Class<T> clazz) |
<T extends Structure> |
Unauthenticated._convertTo(Class<T> clazz) |
<T extends Structure> |
UnableToAllocateResource._convertTo(Class<T> clazz) |
<T extends Structure> |
TransientIndication._convertTo(Class<T> clazz) |
<T extends Structure> |
TimedOut._convertTo(Class<T> clazz) |
<T extends Structure> |
ServiceUnavailable._convertTo(Class<T> clazz) |
<T extends Structure> |
ResourceInaccessible._convertTo(Class<T> clazz) |
<T extends Structure> |
ResourceInUse._convertTo(Class<T> clazz) |
<T extends Structure> |
ResourceBusy._convertTo(Class<T> clazz) |
<T extends Structure> |
OperationNotFound._convertTo(Class<T> clazz) |
<T extends Structure> |
NotFound._convertTo(Class<T> clazz) |
<T extends Structure> |
NotAllowedInCurrentState._convertTo(Class<T> clazz) |
<T extends Structure> |
InvalidRequest._convertTo(Class<T> clazz) |
<T extends Structure> |
InvalidElementType._convertTo(Class<T> clazz) |
<T extends Structure> |
InvalidElementConfiguration._convertTo(Class<T> clazz) |
<T extends Structure> |
InvalidArgument._convertTo(Class<T> clazz) |
<T extends Structure> |
InternalServerError._convertTo(Class<T> clazz) |
<T extends Structure> |
FileLocations._convertTo(Class<T> clazz) |
<T extends Structure> |
FeatureInUse._convertTo(Class<T> clazz) |
<T extends Structure> |
Error._convertTo(Class<T> clazz) |
<T extends Structure> |
ConcurrentChange._convertTo(Class<T> clazz) |
<T extends Structure> |
Canceled._convertTo(Class<T> clazz) |
<T extends Structure> |
ArgumentLocations._convertTo(Class<T> clazz) |
<T extends Structure> |
AlreadyInDesiredState._convertTo(Class<T> clazz) |
<T extends Structure> |
AlreadyExists._convertTo(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
Structure |
Error.getData()
Data to facilitate clients responding to the method reporting a standard
exception to indicating that it was unable to complete successfully.
|
Modifier and Type | Method and Description |
---|---|
void |
Error.setData(Structure data)
Data to facilitate clients responding to the method reporting a standard
exception to indicating that it was unable to complete successfully.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Unsupported._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
UnexpectedInput._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
Unauthorized._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
Unauthenticated._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
UnableToAllocateResource._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
TransientIndication._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
TimedOut._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ServiceUnavailable._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ResourceInaccessible._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ResourceInUse._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ResourceBusy._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
OperationNotFound._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
NotFound._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
NotAllowedInCurrentState._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
InvalidRequest._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
InvalidElementType._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
InvalidElementConfiguration._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
InvalidArgument._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
InternalServerError._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
FileLocations._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
FeatureInUse._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
Error._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ConcurrentChange._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
Canceled._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ArgumentLocations._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
AlreadyInDesiredState._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
AlreadyExists._hasTypeNameOf(Class<? extends Structure> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
InvocationRequest
Information about an interposed request for operation invocation.
|
class |
InvocationResult
Information about the result from an interposed operation invocation.
|
class |
SecurityPrincipal
VMODL equivalent of com.vmware.vapi.security.PrincipalId.
|
Modifier and Type | Method and Description |
---|---|
<T extends Structure> |
SecurityPrincipal._convertTo(Class<T> clazz) |
<T extends Structure> |
InvocationResult._convertTo(Class<T> clazz) |
<T extends Structure> |
InvocationRequest._convertTo(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
Structure |
InvocationResult.getError()
Error result value.
|
Modifier and Type | Method and Description |
---|---|
void |
InvocationResult.setError(Structure error)
Error result value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SecurityPrincipal._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
InvocationResult._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
InvocationRequest._hasTypeNameOf(Class<? extends Structure> clazz) |
Constructor and Description |
---|
InvocationResult(InvocationResult.ResultType resultType,
DataValue output,
Structure error) |
Modifier and Type | Class and Description |
---|---|
static class |
OperationTypes.DataDefinition
The
OperationTypes.DataDefinition
structure describes a vAPI data type. |
static class |
OperationTypes.Info
Information about a vAPI operation.
|
static class |
ProviderTypes.Info
Information about a vAPI provider
|
static class |
ServiceTypes.Info
Information about a vAPI service
|
Modifier and Type | Method and Description |
---|---|
<T extends Structure> |
ServiceTypes.Info._convertTo(Class<T> clazz) |
<T extends Structure> |
ProviderTypes.Info._convertTo(Class<T> clazz) |
<T extends Structure> |
OperationTypes.DataDefinition._convertTo(Class<T> clazz) |
<T extends Structure> |
OperationTypes.Info._convertTo(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
boolean |
ServiceTypes.Info._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ProviderTypes.Info._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
OperationTypes.DataDefinition._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
OperationTypes.Info._hasTypeNameOf(Class<? extends Structure> clazz) |
Modifier and Type | Class and Description |
---|---|
static class |
DatastoreTypes.Info
The
Info class contains information about a datastore. |
static class |
NetworkTypes.Info
The
Info class contains information about a vCenter Server network. |
Modifier and Type | Method and Description |
---|---|
<T extends Structure> |
DatastoreTypes.Info._convertTo(Class<T> clazz) |
<T extends Structure> |
NetworkTypes.Info._convertTo(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
boolean |
DatastoreTypes.Info._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
NetworkTypes.Info._hasTypeNameOf(Class<? extends Structure> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
CertificateParams
The
CertificateParams class contains information about the public key
certificate used to sign the OVF package. |
class |
DeploymentOption
The
DeploymentOption class contains the information about a deployment
option as defined in the OVF specification. |
class |
DeploymentOptionParams
The
DeploymentOptionParams class describes the possible deployment
options as well as the choice provided by the user. |
static class |
ExportFlagTypes.Info
The
Info class describes an export flag supported by the server. |
class |
ExtraConfig
The
ExtraConfig class contains the information about a vmw:ExtraConfig
element which can be used to specify configuration settings that are transferred
directly to the .vmx file. |
class |
ExtraConfigParams
The
ExtraConfigParams class contains the parameters with information
about the vmw:ExtraConfig elements in an OVF package. |
static class |
ImportFlagTypes.Info
The
Info class describes an import flag supported by the deployment
platform. |
class |
IpAllocationParams
The
IpAllocationParams class specifies how IP addresses are allocated to
OVF properties. |
static class |
LibraryItemTypes.CreateResult
The
CreateResult class defines the result of the create()
method. |
static class |
LibraryItemTypes.CreateSpec
The
CreateSpec class defines the information used to create or update a
library item containing an OVF package. |
static class |
LibraryItemTypes.CreateTarget
The
CreateTarget class specifies the target library item when capturing
a virtual machine or virtual appliance as an OVF package in a library item in a
content library. |
static class |
LibraryItemTypes.DeployableIdentity
The
DeployableIdentity class describes the resource created by a
deployment, or the source resource from which library item can be created, by
specifying its resource type and resource identifier. |
static class |
LibraryItemTypes.DeploymentResult
The
DeploymentResult class defines the result of the deploy()
method. |
static class |
LibraryItemTypes.DeploymentTarget
The
DeploymentTarget class describes the location (target) where a
virtual machine or virtual appliance should be deployed. |
static class |
LibraryItemTypes.OvfSummary
The
OvfSummary class defines the result of the filter() method. |
static class |
LibraryItemTypes.ResourcePoolDeploymentSpec
The
ResourcePoolDeploymentSpec class defines the deployment parameters
that can be specified for the deploy() method where the deployment
target is a resource pool. |
static class |
LibraryItemTypes.ResultInfo
The
ResultInfo class defines the information returned along with the
result of a create() or deploy() method to describe errors,
warnings, and informational messages produced by the server. |
static class |
LibraryItemTypes.StorageGroupMapping
The
StorageGroupMapping class defines the storage deployment target and
storage provisioning type for a section of type vmw:StorageGroupSection in the
OVF descriptor. |
class |
OvfError
The
OvfError class describes an error related to accessing, validating,
deploying, or exporting an OVF package. |
class |
OvfInfo
The
OvfInfo class contains informational messages related to accessing,
validating, deploying, or exporting an OVF package. |
class |
OvfMessage
The
OvfMessage class describes a base OVF handling error message related
to accessing, validating, deploying, or exporting an OVF package. |
class |
OvfParams
The
OvfParams class defines the common properties for all OVF deployment
parameters. |
class |
OvfWarning
The
OvfWarning class describes a warning related to accessing,
validating, deploying, or exporting an OVF package. |
class |
ParseIssue
The
ParseIssue class contains the information about the issue found when
parsing an OVF package during deployment or exporting an OVF package including:
Parsing and validation error on OVF descriptor (which is an XML
document), manifest and certificate files. |
class |
Property
The
Property class contains the information about a property in an OVF
package. |
class |
PropertyParams
The
PropertyParams class contains a List of OVF
properties that can be configured when the OVF package is deployed. |
class |
ScaleOutGroup
The
ScaleOutGroup class contains information about a scale-out group. |
class |
ScaleOutParams
The
ScaleOutParams class contains information about the scale-out groups
described in the OVF package. |
class |
SizeParams
The
SizeParams class contains estimates of the download and deployment
sizes. |
class |
UnknownSection
The
UnknownSection class contains information about an unknown section
in an OVF package. |
class |
UnknownSectionParams
The
UnknownSectionParams class contains a List of
unknown, non-required sections. |
class |
VcenterExtensionParams
The
VcenterExtensionParams class specifies that the OVF package should
be registered as a vCenter extension. |
Modifier and Type | Method and Description |
---|---|
<T extends Structure> |
OvfParams._convertTo(Class<T> clazz) |
<T extends Structure> |
Property._convertTo(Class<T> clazz) |
<T extends Structure> |
ExtraConfigParams._convertTo(Class<T> clazz) |
<T extends Structure> |
OvfMessage._convertTo(Class<T> clazz) |
<T extends Structure> |
OvfError._convertTo(Class<T> clazz) |
<T extends Structure> |
UnknownSection._convertTo(Class<T> clazz) |
<T extends Structure> |
LibraryItemTypes.DeployableIdentity._convertTo(Class<T> clazz) |
<T extends Structure> |
LibraryItemTypes.ResourcePoolDeploymentSpec._convertTo(Class<T> clazz) |
<T extends Structure> |
LibraryItemTypes.StorageGroupMapping._convertTo(Class<T> clazz) |
<T extends Structure> |
LibraryItemTypes.ResultInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
LibraryItemTypes.DeploymentResult._convertTo(Class<T> clazz) |
<T extends Structure> |
LibraryItemTypes.DeploymentTarget._convertTo(Class<T> clazz) |
<T extends Structure> |
LibraryItemTypes.OvfSummary._convertTo(Class<T> clazz) |
<T extends Structure> |
LibraryItemTypes.CreateTarget._convertTo(Class<T> clazz) |
<T extends Structure> |
LibraryItemTypes.CreateSpec._convertTo(Class<T> clazz) |
<T extends Structure> |
LibraryItemTypes.CreateResult._convertTo(Class<T> clazz) |
<T extends Structure> |
ScaleOutGroup._convertTo(Class<T> clazz) |
<T extends Structure> |
ExtraConfig._convertTo(Class<T> clazz) |
<T extends Structure> |
UnknownSectionParams._convertTo(Class<T> clazz) |
<T extends Structure> |
VcenterExtensionParams._convertTo(Class<T> clazz) |
<T extends Structure> |
ParseIssue._convertTo(Class<T> clazz) |
<T extends Structure> |
OvfInfo._convertTo(Class<T> clazz) |
<T extends Structure> |
OvfWarning._convertTo(Class<T> clazz) |
<T extends Structure> |
PropertyParams._convertTo(Class<T> clazz) |
<T extends Structure> |
CertificateParams._convertTo(Class<T> clazz) |
<T extends Structure> |
ExportFlagTypes.Info._convertTo(Class<T> clazz) |
<T extends Structure> |
DeploymentOptionParams._convertTo(Class<T> clazz) |
<T extends Structure> |
SizeParams._convertTo(Class<T> clazz) |
<T extends Structure> |
DeploymentOption._convertTo(Class<T> clazz) |
<T extends Structure> |
ImportFlagTypes.Info._convertTo(Class<T> clazz) |
<T extends Structure> |
IpAllocationParams._convertTo(Class<T> clazz) |
<T extends Structure> |
ScaleOutParams._convertTo(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
Structure |
OvfMessage.getError()
Represents a server
Error . |
Structure |
OvfError.getError()
Represents a server
Error . |
Structure |
OvfWarning.getError()
Represents a server
Error . |
Modifier and Type | Method and Description |
---|---|
List<Structure> |
LibraryItemTypes.ResourcePoolDeploymentSpec.getAdditionalParameters()
Additional OVF parameters that may be needed for the deployment.
|
List<Structure> |
LibraryItemTypes.OvfSummary.getAdditionalParams()
List of additional OVF parameters which can be specified for the deployment
target.
|
Modifier and Type | Method and Description |
---|---|
void |
OvfMessage.setError(Structure error)
Represents a server
Error . |
void |
OvfError.setError(Structure error)
Represents a server
Error . |
void |
OvfWarning.setError(Structure error)
Represents a server
Error . |
Modifier and Type | Method and Description |
---|---|
boolean |
OvfParams._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
Property._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ExtraConfigParams._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
OvfMessage._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
OvfError._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
UnknownSection._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
LibraryItemTypes.DeployableIdentity._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
LibraryItemTypes.ResourcePoolDeploymentSpec._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
LibraryItemTypes.StorageGroupMapping._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
LibraryItemTypes.ResultInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
LibraryItemTypes.DeploymentResult._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
LibraryItemTypes.DeploymentTarget._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
LibraryItemTypes.OvfSummary._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
LibraryItemTypes.CreateTarget._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
LibraryItemTypes.CreateSpec._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
LibraryItemTypes.CreateResult._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ScaleOutGroup._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ExtraConfig._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
UnknownSectionParams._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
VcenterExtensionParams._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ParseIssue._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
OvfInfo._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
OvfWarning._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
PropertyParams._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
CertificateParams._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ExportFlagTypes.Info._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
DeploymentOptionParams._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
SizeParams._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
DeploymentOption._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ImportFlagTypes.Info._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
IpAllocationParams._hasTypeNameOf(Class<? extends Structure> clazz) |
boolean |
ScaleOutParams._hasTypeNameOf(Class<? extends Structure> clazz) |
void |
LibraryItemTypes.ResourcePoolDeploymentSpec.setAdditionalParameters(List<Structure> additionalParameters)
Additional OVF parameters that may be needed for the deployment.
|
void |
LibraryItemTypes.OvfSummary.setAdditionalParams(List<Structure> additionalParams)
List of additional OVF parameters which can be specified for the deployment
target.
|
Copyright © 2015. All Rights Reserved.