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

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

Source message describes a specific vm migration Source resource. It contains the source environment information.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#description

def description() -> ::String
Returns
  • (::String) — User-provided description of the source.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — User-provided description of the source.
Returns
  • (::String) — User-provided description of the source.

#labels

def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — The labels of the source.

#labels=

def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — The labels of the source.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — The labels of the source.

#name

def name() -> ::String
Returns
  • (::String) — Output only. The Source name.

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns

#vmware

def vmware() -> ::Google::Cloud::VMMigration::V1::VmwareSourceDetails
Returns

#vmware=

def vmware=(value) -> ::Google::Cloud::VMMigration::V1::VmwareSourceDetails
Parameter
Returns