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.
Implements
IMessage<VmwareSourceDetails>, IEquatable<VmwareSourceDetails>, IDeepCloneable<VmwareSourceDetails>, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
VmwareSourceDetails()
public VmwareSourceDetails()
VmwareSourceDetails(VmwareSourceDetails)
public VmwareSourceDetails(VmwareSourceDetails other)
Parameter | |
---|---|
Name | Description |
other | VmwareSourceDetails |
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 | |
---|---|
Type | Description |
String |
Thumbprint
public string Thumbprint { get; set; }
The thumbprint representing the certificate for the vcenter.
Property Value | |
---|---|
Type | Description |
String |
Username
public string Username { get; set; }
The credentials username.
Property Value | |
---|---|
Type | Description |
String |
VcenterIp
public string VcenterIp { get; set; }
The ip address of the vcenter this Source represents.
Property Value | |
---|---|
Type | Description |
String |