com.vmware.vcenter.topology package provides interfaces to retrieve
all vCenter and Platform Services Controller nodes and replication status in the
topology.See: Description
| Interface | Description |
|---|---|
| Nodes |
The
Nodes interface provides methods to retrieve vCenter and Platform
Services Controller nodes information in the topology. |
| NodesTypes |
Defines the data types of the
Nodes
API service. |
| 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 |
Defines the data types of the
ReplicationStatus
API service. |
| Class | Description |
|---|---|
| NodesDefinitions |
Defines the type descriptors for the
Nodes
API service. |
| NodesStub |
Remote stub implementation of the
Nodes
API service. |
| NodesTypes.ApplianceType |
The
ApplianceType enumeration class defines values for valid appliance
types for the vCenter and Platform Services Controller node. |
| 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. |
| ReplicationStatusDefinitions |
Defines the type descriptors for the
ReplicationStatus
API service. |
| ReplicationStatusStub |
Remote stub implementation of the
ReplicationStatus
API service. |
| 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. |
| StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.vcenter.topology package. |
| 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. |
| Enum | Description |
|---|---|
| NodesTypes.ApplianceType.Values |
Native Java
enum representing this enumeration class. |
com.vmware.vcenter.topology package provides interfaces to retrieve
all vCenter and Platform Services Controller nodes and replication status in the
topology.