PscsTypes.DecommissionSpec
apiProvider, converter, ifaceId, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
PscsStub(ApiProvider apiProvider,
StubConfigurationBase config) |
PscsStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
decommission_Task(java.lang.String hostname,
PscsTypes.DecommissionSpec spec,
java.lang.Boolean onlyPrecheck)
Decommission the external Platform Services Controller node.
|
java.lang.String |
decommission_Task(java.lang.String hostname,
PscsTypes.DecommissionSpec spec,
java.lang.Boolean onlyPrecheck,
InvocationConfig invocationConfig)
Decommission the external Platform Services Controller node.
|
public PscsStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public PscsStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.lang.String decommission_Task(java.lang.String hostname, PscsTypes.DecommissionSpec spec, java.lang.Boolean onlyPrecheck)
Pscs
Task method overload. Result of the invocation is a task identifier which is going to be returned by this method.
decommission_Task
in interface Pscs
hostname
- FQDN or IP address of external Platform Services Controller node to be
decommissioned.
The parameter must be an identifier for the resource type: com.vmware.vcenter.VCenter.name
.spec
- Information needed to decommission the external Platform Services Controller
node.onlyPrecheck
- Flag indicating whether only a pre-check should be performed.
If null
the full decommission will be performed.public java.lang.String decommission_Task(java.lang.String hostname, PscsTypes.DecommissionSpec spec, java.lang.Boolean onlyPrecheck, InvocationConfig invocationConfig)
Pscs
Task method overload. Result of the invocation is a task identifier which is going to be returned by this method.
decommission_Task
in interface Pscs
hostname
- FQDN or IP address of external Platform Services Controller node to be
decommissioned.
The parameter must be an identifier for the resource type: com.vmware.vcenter.VCenter.name
.spec
- Information needed to decommission the external Platform Services Controller
node.onlyPrecheck
- Flag indicating whether only a pre-check should be performed.
If null
the full decommission will be performed.