Show / Hide Table of Contents

Class VmwareSourceDetails

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

Inheritance
object
VmwareSourceDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.VMMigrationService.v1alpha1.Data
Assembly: Google.Apis.VMMigrationService.v1alpha1.dll
Syntax
public class VmwareSourceDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Password

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

Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
Type Description
string

ResolvedVcenterHost

The hostname of the vcenter.

Declaration
[JsonProperty("resolvedVcenterHost")]
public virtual string ResolvedVcenterHost { get; set; }
Property Value
Type Description
string

Thumbprint

The thumbprint representing the certificate for the vcenter.

Declaration
[JsonProperty("thumbprint")]
public virtual string Thumbprint { get; set; }
Property Value
Type Description
string

Username

The credentials username.

Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
Type Description
string

VcenterIp

The ip address of the vcenter this Source represents.

Declaration
[JsonProperty("vcenterIp")]
public virtual string VcenterIp { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX