Package | Description |
---|---|
com.vmware.esx.settings |
The
com.vmware.esx.settings package provides interfaces to manage ESX
settings. |
com.vmware.esx.settings.hosts.software |
The
com.vmware.esx.settings.hosts.software package provides interfaces
to manage desired software on a standalone host. |
Modifier and Type | Method and Description |
---|---|
static HostCompliance |
HostCompliance._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 HostCompliance |
HostCompliance._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
HostCompliance |
HostCompliance.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,HostCompliance> |
ClusterCompliance.getHosts()
Mapping from host identifier to the compliance information for the host.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterCompliance.setHosts(java.util.Map<java.lang.String,HostCompliance> hosts)
Mapping from host identifier to the compliance information for the host.
|
Constructor and Description |
---|
Builder(ComplianceImpact impact,
ComplianceStatus status,
Notifications notifications,
java.util.Calendar scanTime,
java.util.Set<java.lang.String> compliantHosts,
java.util.Set<java.lang.String> nonCompliantHosts,
java.util.Set<java.lang.String> incompatibleHosts,
java.util.Set<java.lang.String> unavailableHosts,
java.util.Map<java.lang.String,HostCompliance> hosts,
java.util.Map<java.lang.String,HostInfo> hostInfo)
Constructor with parameters for the required properties of
ClusterCompliance . |
Modifier and Type | Method and Description |
---|---|
HostCompliance |
Compliance.get(java.lang.String host)
Returns the compliance state for the host.
|
HostCompliance |
ComplianceStub.get(java.lang.String host) |
HostCompliance |
Compliance.get(java.lang.String host,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the compliance state for the host.
|
HostCompliance |
ComplianceStub.get(java.lang.String host,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Compliance.get(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<HostCompliance> asyncCallback)
Returns the compliance state for the host.
|
void |
ComplianceStub.get(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<HostCompliance> asyncCallback) |
void |
Compliance.get(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<HostCompliance> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the compliance state for the host.
|
void |
ComplianceStub.get(java.lang.String host,
com.vmware.vapi.bindings.client.AsyncCallback<HostCompliance> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |