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
#aws
def aws() -> ::Google::Cloud::VMMigration::V1::AwsSourceDetails
Returns
- (::Google::Cloud::VMMigration::V1::AwsSourceDetails) — AWS type source details.
#aws=
def aws=(value) -> ::Google::Cloud::VMMigration::V1::AwsSourceDetails
Parameter
- value (::Google::Cloud::VMMigration::V1::AwsSourceDetails) — AWS type source details.
Returns
- (::Google::Cloud::VMMigration::V1::AwsSourceDetails) — AWS type source details.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The create time timestamp.
#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
- (::Google::Protobuf::Timestamp) — Output only. The update time timestamp.
#vmware
def vmware() -> ::Google::Cloud::VMMigration::V1::VmwareSourceDetails
Returns
- (::Google::Cloud::VMMigration::V1::VmwareSourceDetails) — Vmware type source details.
#vmware=
def vmware=(value) -> ::Google::Cloud::VMMigration::V1::VmwareSourceDetails
Parameter
- value (::Google::Cloud::VMMigration::V1::VmwareSourceDetails) — Vmware type source details.
Returns
- (::Google::Cloud::VMMigration::V1::VmwareSourceDetails) — Vmware type source details.