Show / Hide Table of Contents

Class ReplicatedVMManagedDisk

Inheritance
System.Object
ReplicatedVMManagedDisk
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.SiteRecovery.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ReplicatedVMManagedDisk

Fields

View Source

DiskId

Id of disk that should be replicated.

Declaration
public readonly string DiskId
Field Value
Type Description
System.String
View Source

StagingStorageAccountId

Storage account that should be used for caching.

Declaration
public readonly string StagingStorageAccountId
Field Value
Type Description
System.String
View Source

TargetDiskType

What type should the disk be when a failover is done.

Declaration
public readonly string TargetDiskType
Field Value
Type Description
System.String
View Source

TargetReplicaDiskType

What type should the disk be that holds the replication data.

Declaration
public readonly string TargetReplicaDiskType
Field Value
Type Description
System.String
View Source

TargetResourceGroupId

Resource group disk should belong to when a failover is done.

Declaration
public readonly string TargetResourceGroupId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.