Package | Description |
---|---|
com.vmware.appliance.vcenter.settings.v1 |
The
com.vmware.appliance.vcenter.settings.v1 package provides interfaces
to manage the ConfigManagement. |
Modifier and Type | Method and Description |
---|---|
static DesiredState |
DesiredState._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 DesiredState |
DesiredState._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
DesiredState |
DesiredState.Builder.build() |
DesiredState |
ConfigCurrent.get(ConfigCurrentTypes.InvokerType invokerType,
java.util.Set<java.lang.String> components)
Returns the current state of the vCenter.
|
DesiredState |
ConfigCurrentStub.get(ConfigCurrentTypes.InvokerType invokerType,
java.util.Set<java.lang.String> components) |
DesiredState |
ConfigCurrent.get(ConfigCurrentTypes.InvokerType invokerType,
java.util.Set<java.lang.String> components,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the current state of the vCenter.
|
DesiredState |
ConfigCurrentStub.get(ConfigCurrentTypes.InvokerType invokerType,
java.util.Set<java.lang.String> components,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
DesiredState |
ConfigTypes.CreateSpec.getDesiredState()
Defines the desired state.
|
DesiredState |
ConfigTypes.ScanSpec.getDesiredState()
Defines the desired state.
|
DesiredState |
ConfigTypes.CheckDesiredStateSpec.getDesiredState()
Defines the desired state.
|
DesiredState |
ConfigTypes.ApplyDesiredStateSpec.getDesiredState()
Defines the desired state.
|
DesiredState |
ConfigTypes.Info.getDesiredState()
The desired state.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigTypes.CreateSpec.setDesiredState(DesiredState desiredState)
Defines the desired state.
|
void |
ConfigTypes.ScanSpec.setDesiredState(DesiredState desiredState)
Defines the desired state.
|
void |
ConfigTypes.CheckDesiredStateSpec.setDesiredState(DesiredState desiredState)
Defines the desired state.
|
void |
ConfigTypes.ApplyDesiredStateSpec.setDesiredState(DesiredState desiredState)
Defines the desired state.
|
void |
ConfigTypes.Info.setDesiredState(DesiredState desiredState)
The desired state.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigCurrent.get(ConfigCurrentTypes.InvokerType invokerType,
java.util.Set<java.lang.String> components,
com.vmware.vapi.bindings.client.AsyncCallback<DesiredState> asyncCallback)
Returns the current state of the vCenter.
|
void |
ConfigCurrentStub.get(ConfigCurrentTypes.InvokerType invokerType,
java.util.Set<java.lang.String> components,
com.vmware.vapi.bindings.client.AsyncCallback<DesiredState> asyncCallback) |
void |
ConfigCurrent.get(ConfigCurrentTypes.InvokerType invokerType,
java.util.Set<java.lang.String> components,
com.vmware.vapi.bindings.client.AsyncCallback<DesiredState> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the current state of the vCenter.
|
void |
ConfigCurrentStub.get(ConfigCurrentTypes.InvokerType invokerType,
java.util.Set<java.lang.String> components,
com.vmware.vapi.bindings.client.AsyncCallback<DesiredState> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Constructor and Description |
---|
Builder(DesiredState desiredState)
Constructor with parameters for the required properties of
ConfigTypes.ScanSpec . |
Builder(DesiredState desiredState,
ConfigTypes.ApplySpec applySpec)
Constructor with parameters for the required properties of
ConfigTypes.ApplyDesiredStateSpec . |
Builder(DesiredState desiredState,
ConfigTypes.CheckSpec checkSpec)
Constructor with parameters for the required properties of
ConfigTypes.CheckDesiredStateSpec . |
Builder(java.lang.String name,
DesiredState desiredState)
Constructor with parameters for the required properties of
ConfigTypes.CreateSpec . |
Builder(java.lang.String profile,
java.lang.String version,
java.lang.String name,
java.util.Calendar creationTime,
java.lang.String owner,
DesiredState desiredState)
Constructor with parameters for the required properties of
ConfigTypes.Info . |