Package | Description |
---|---|
com.vmware.esx.settings.clusters.configuration |
The
com.vmware.esx.settings.clusters.configuration package provides
interfaces to manage the configuration of an ESX cluster. |
Modifier and Type | Method and Description |
---|---|
static ReferenceHostInfo |
ReferenceHostInfo._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static ReferenceHostInfo |
ReferenceHostInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ReferenceHostInfo |
ReferenceHostInfo.Builder.build() |
ReferenceHostInfo |
SchemaResult.getReferenceHost()
If the source of this schema was a reference, this field will be populated with
the current status of the host.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaResult.setReferenceHost(ReferenceHostInfo referenceHost)
If the source of this schema was a reference, this field will be populated with
the current status of the host.
|
SchemaResult.Builder |
SchemaResult.Builder.setReferenceHost(ReferenceHostInfo referenceHost)
If the source of this schema was a reference, this field will be populated with
the current status of the host.
|