Package | Description |
---|---|
com.vmware.snapservice |
The
com.vmware.snapservice package provides interfaces for configuring
and managing vSAN protection groups and snapshots |
com.vmware.snapservice.clusters |
The
com.vmware.snapservice.clusters package provides interfaces for
managing protection groups and snapshots in a vSAN cluster. |
Modifier and Type | Method and Description |
---|---|
static ProtectionGroupSpec |
ProtectionGroupSpec._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 ProtectionGroupSpec |
ProtectionGroupSpec._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ProtectionGroupSpec |
ProtectionGroupSpec.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ProtectionGroups.create_Task(java.lang.String cluster,
ProtectionGroupSpec spec)
Create a protection group for the given cluster.
|
java.lang.String |
ProtectionGroupsStub.create_Task(java.lang.String cluster,
ProtectionGroupSpec spec) |
void |
ProtectionGroups.create_Task(java.lang.String cluster,
ProtectionGroupSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback)
Create a protection group for the given cluster.
|
void |
ProtectionGroupsStub.create_Task(java.lang.String cluster,
ProtectionGroupSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback) |
void |
ProtectionGroups.create_Task(java.lang.String cluster,
ProtectionGroupSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a protection group for the given cluster.
|
void |
ProtectionGroupsStub.create_Task(java.lang.String cluster,
ProtectionGroupSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
java.lang.String |
ProtectionGroups.create_Task(java.lang.String cluster,
ProtectionGroupSpec spec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a protection group for the given cluster.
|
java.lang.String |
ProtectionGroupsStub.create_Task(java.lang.String cluster,
ProtectionGroupSpec spec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |