| Package | Description |
|---|---|
| com.vmware.vcenter |
The
com.vmware.vcenter package provides interfaces for managing VMware
vSphere environments. |
| com.vmware.vcenter.topology |
The
com.vmware.vcenter.topology package provides interfaces to retrieve
all vCenter and Platform Services Controller nodes and replication status in the
topology. |
| Class and Description |
|---|
TopologyFactory
TopologyFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.topology package and also has the subpackages reference
to access respective subpackage services. |
| Class and Description |
|---|
| Nodes
The
Nodes interface provides methods to retrieve vCenter and Platform
Services Controller nodes information in the topology. |
| NodesTypes
The
Nodes interface provides methods to retrieve vCenter and Platform
Services Controller nodes information in the topology. |
| NodesTypes.ApplianceType
The
ApplianceType enumeration class defines values for valid appliance
types for the vCenter and Platform Services Controller node. |
| NodesTypes.ApplianceType.Values
Native Java
enum representing this enumeration class. |
| NodesTypes.FilterSpec
The
FilterSpec class contains property used to filter the results when
listing vCenter and Platform Services Controller nodes (see Nodes.list(com.vmware.vcenter.topology.NodesTypes.FilterSpec)). |
| NodesTypes.FilterSpec.Builder
Builder class for
NodesTypes.FilterSpec. |
| NodesTypes.Info
The
Info class contains vCenter or Platform Services Controller node
details. |
| NodesTypes.Info.Builder
Builder class for
NodesTypes.Info. |
| NodesTypes.Summary
The
Summary class contains commonly used information of vCenter or
Platform Services Controller node. |
| NodesTypes.Summary.Builder
Builder class for
NodesTypes.Summary. |
| ReplicationStatus
The
ReplicationStatus interface provides methods to retrieve replication
status information of vCenter and Platform Services Controller nodes of type
VCSA_EMBEDDED/PSC_EXTERNAL (see NodesTypes.Info.getType()). |
| ReplicationStatusTypes
The
ReplicationStatus interface provides methods to retrieve replication
status information of vCenter and Platform Services Controller nodes of type
VCSA_EMBEDDED/PSC_EXTERNAL (see NodesTypes.Info.getType()). |
| ReplicationStatusTypes.FilterSpec
The
FilterSpec class contains property used to filter the results when
listing replication status for the vCenter and Platform Services Controller
nodes (see ReplicationStatus.list(com.vmware.vcenter.topology.ReplicationStatusTypes.FilterSpec)) of type
VCSA_EMBEDDED/PSC_EXTERNAL (see NodesTypes.Info.getType()). |
| ReplicationStatusTypes.FilterSpec.Builder
Builder class for
ReplicationStatusTypes.FilterSpec. |
| ReplicationStatusTypes.Summary
The
Summary class contains replication information of partner vCenter or
Platform Services Controller node of type VCSA_EMBEDDED/PSC_EXTERNAL (see NodesTypes.Info.getType()). |
| ReplicationStatusTypes.Summary.Builder
Builder class for
ReplicationStatusTypes.Summary. |
TopologyFactory
TopologyFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.topology package and also has the subpackages reference
to access respective subpackage services. |