VM Migration v1 API - Class AzureVmDetails.Types.OSDisk (2.7.0)

public sealed class AzureVmDetails.Types.OSDisk : IMessage<AzureVmDetails.Types.OSDisk>, IEquatable<AzureVmDetails.Types.OSDisk>, IDeepCloneable<AzureVmDetails.Types.OSDisk>, IBufferMessage, IMessage

Reference documentation and code samples for the VM Migration v1 API class AzureVmDetails.Types.OSDisk.

A message describing the OS disk.

Inheritance

object > AzureVmDetails.Types.OSDisk

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

OSDisk()

public OSDisk()

OSDisk(OSDisk)

public OSDisk(AzureVmDetails.Types.OSDisk other)
Parameter
Name Description
other AzureVmDetailsTypesOSDisk

Properties

Name

public string Name { get; set; }

The disk's full name.

Property Value
Type Description
string

SizeGb

public int SizeGb { get; set; }

The disk's size in GB.

Property Value
Type Description
int

Type

public string Type { get; set; }

The disk's type.

Property Value
Type Description
string