Method | Description | |
---|---|---|
ASRVirtualMachineGroup ( ) : System |
Initializes a new instance of the ASRVirtualMachineGroup class.
|
|
ASRVirtualMachineGroup ( string id, string serverId, string protectionContainerId, string name, string type, string fabricObjectId, bool protectedOrNot, bool canCommit, bool canFailover, bool canReverseReplicate, string activeLocation, string protectionState, string testFailoverState, string replicationHealth, string replicationProvider, IList |
Initializes a new instance of the ASRVirtualMachineGroup class with required parameters.
|
public ASRVirtualMachineGroup ( string id, string serverId, string protectionContainerId, string name, string type, string fabricObjectId, bool protectedOrNot, bool canCommit, bool canFailover, bool canReverseReplicate, string activeLocation, string protectionState, string testFailoverState, string replicationHealth, string replicationProvider, IList |
||
id | string | Virtual Machine group ID |
serverId | string | Server ID |
protectionContainerId | string | Protection Container ID |
name | string | Name of the Virtual Machine |
type | string | Virtual Machine type |
fabricObjectId | string | Fabric object ID |
protectedOrNot | bool | Can protected or not |
canCommit | bool | Can commit or not |
canFailover | bool | Can failover or not |
canReverseReplicate | bool | Can reverse replicate or not |
activeLocation | string | Active location |
protectionState | string | Protection state |
testFailoverState | string | Test fail over state |
replicationHealth | string | Replication health |
replicationProvider | string | Replication provider |
virtualMachineList | IList |
List of Virtual Machines |
return | System |