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 ProtectionGroupInfo |
ProtectionGroupInfo._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 ProtectionGroupInfo |
ProtectionGroupInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ProtectionGroupInfo |
ProtectionGroupInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
ProtectionGroupInfo |
ProtectionGroups.get(java.lang.String cluster,
java.lang.String pg)
Get the detailed information regarding the specified protection group.
|
ProtectionGroupInfo |
ProtectionGroupsStub.get(java.lang.String cluster,
java.lang.String pg) |
ProtectionGroupInfo |
ProtectionGroups.get(java.lang.String cluster,
java.lang.String pg,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the detailed information regarding the specified protection group.
|
ProtectionGroupInfo |
ProtectionGroupsStub.get(java.lang.String cluster,
java.lang.String pg,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
ProtectionGroupInfo |
ProtectionGroupsTypes.ListItem.getInfo()
Information regarding the protection group.
|
Modifier and Type | Method and Description |
---|---|
void |
ProtectionGroupsTypes.ListItem.setInfo(ProtectionGroupInfo info)
Information regarding the protection group.
|
Modifier and Type | Method and Description |
---|---|
void |
ProtectionGroups.get(java.lang.String cluster,
java.lang.String pg,
com.vmware.vapi.bindings.client.AsyncCallback<ProtectionGroupInfo> asyncCallback)
Get the detailed information regarding the specified protection group.
|
void |
ProtectionGroupsStub.get(java.lang.String cluster,
java.lang.String pg,
com.vmware.vapi.bindings.client.AsyncCallback<ProtectionGroupInfo> asyncCallback) |
void |
ProtectionGroups.get(java.lang.String cluster,
java.lang.String pg,
com.vmware.vapi.bindings.client.AsyncCallback<ProtectionGroupInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the detailed information regarding the specified protection group.
|
void |
ProtectionGroupsStub.get(java.lang.String cluster,
java.lang.String pg,
com.vmware.vapi.bindings.client.AsyncCallback<ProtectionGroupInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Constructor and Description |
---|
Builder(java.lang.String pg,
ProtectionGroupInfo info)
Constructor with parameters for the required properties of
ProtectionGroupsTypes.ListItem . |