VM Migration v1 API - Class VmwareSourceDetails (2.5.0)

public sealed class VmwareSourceDetails : IMessage<VmwareSourceDetails>, IEquatable<VmwareSourceDetails>, IDeepCloneable<VmwareSourceDetails>, IBufferMessage, IMessage

Reference documentation and code samples for the VM Migration v1 API class VmwareSourceDetails.

VmwareSourceDetails message describes a specific source details for the vmware source type.

Inheritance

object > VmwareSourceDetails

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

VmwareSourceDetails()

public VmwareSourceDetails()

VmwareSourceDetails(VmwareSourceDetails)

public VmwareSourceDetails(VmwareSourceDetails other)
Parameter
NameDescription
otherVmwareSourceDetails

Properties

Password

public string Password { get; set; }

Input only. The credentials password. This is write only and can not be read in a GET operation.

Property Value
TypeDescription
string

Thumbprint

public string Thumbprint { get; set; }

The thumbprint representing the certificate for the vcenter.

Property Value
TypeDescription
string

Username

public string Username { get; set; }

The credentials username.

Property Value
TypeDescription
string

VcenterIp

public string VcenterIp { get; set; }

The ip address of the vcenter this Source represents.

Property Value
TypeDescription
string