Migrate for Compute Engine V1 API - Class Google::Cloud::VMMigration::V1::VmwareSourceDetails (v0.2.0)

Reference documentation and code samples for the Migrate for Compute Engine V1 API class Google::Cloud::VMMigration::V1::VmwareSourceDetails.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#password

def password() -> ::String
Returns
  • (::String) — Input only. The credentials password. This is write only and can not be read in a GET operation.

#password=

def password=(value) -> ::String
Parameter
  • value (::String) — Input only. The credentials password. This is write only and can not be read in a GET operation.
Returns
  • (::String) — Input only. The credentials password. This is write only and can not be read in a GET operation.

#thumbprint

def thumbprint() -> ::String
Returns
  • (::String) — The thumbprint representing the certificate for the vcenter.

#thumbprint=

def thumbprint=(value) -> ::String
Parameter
  • value (::String) — The thumbprint representing the certificate for the vcenter.
Returns
  • (::String) — The thumbprint representing the certificate for the vcenter.

#username

def username() -> ::String
Returns
  • (::String) — The credentials username.

#username=

def username=(value) -> ::String
Parameter
  • value (::String) — The credentials username.
Returns
  • (::String) — The credentials username.

#vcenter_ip

def vcenter_ip() -> ::String
Returns
  • (::String) — The ip address of the vcenter this Source represents.

#vcenter_ip=

def vcenter_ip=(value) -> ::String
Parameter
  • value (::String) — The ip address of the vcenter this Source represents.
Returns
  • (::String) — The ip address of the vcenter this Source represents.