Msvm_ReplicationAuthorizationSettingData class

Represents an authorization entry for a recovery server.

The following syntax is simplified Managed Object Format (MOF) code, and it includes all of the inherited properties.

Syntax

[Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_ReplicationAuthorizationSettingData : CIM_SettingData
{
  string InstanceID;
  string Caption;
  string Description;
  string ElementName;
  string AllowedPrimaryHostSystem;
  string TrustGroup;
  string ReplicaStorageLocation;
};

Members

The Msvm_ReplicationAuthorizationSettingData class has these types of members:

Properties

The Msvm_ReplicationAuthorizationSettingData class has these properties.

AllowedPrimaryHostSystem

Data type: string

Access type: Read/write

The fully qualified domain name or group name of the primary servers that are allowed to replicate to this recovery server.

Caption

Data type: string

Access type: Read-only

A short description of the object. This property is inherited from CIM_ManagedElement.

Description

Data type: string

Access type: Read-only

A description of the object. This property is inherited from CIM_ManagedElement.

ElementName

Data type: string

Access type: Read-only

A display name for the object. This property is inherited from CIM_ManagedElement.

InstanceID

Data type: string

Access type: Read-only

Qualifiers: Key

Uniquely identifies an instance of this class. This property is inherited from CIM_SettingData, and it is always set to Null.

ReplicaStorageLocation

Data type: string

Access type: Read/write

The location where replication files from the AllowedPrimaryHostSystem will be stored.

TrustGroup

Data type: string

Access type: Read/write

The name of the trust group for the authorization entry. This identifies the multiple authorization entries that are grouped together.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Namespace
Root\Virtualization\V2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_SettingData

AddAuthorizationEntry

ModifyAuthorizationEntry

RemoveAuthorizationEntry