Class: Google::Cloud::VMMigration::V1::Source
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::Source
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Source message describes a specific vm migration Source resource. It contains the source environment information.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#aws ⇒ ::Google::Cloud::VMMigration::V1::AwsSourceDetails
AWS type source details.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
User-provided description of the source.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
The labels of the source.
-
#name ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#vmware ⇒ ::Google::Cloud::VMMigration::V1::VmwareSourceDetails
Vmware type source details.
Instance Attribute Details
#aws ⇒ ::Google::Cloud::VMMigration::V1::AwsSourceDetails
631 632 633 634 635 636 637 638 639 640 641 642 643 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 631 class Source include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
631 632 633 634 635 636 637 638 639 640 641 642 643 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 631 class Source include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#description ⇒ ::String
631 632 633 634 635 636 637 638 639 640 641 642 643 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 631 class Source include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
631 632 633 634 635 636 637 638 639 640 641 642 643 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 631 class Source include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String (readonly)
631 632 633 634 635 636 637 638 639 640 641 642 643 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 631 class Source include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
631 632 633 634 635 636 637 638 639 640 641 642 643 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 631 class Source include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#vmware ⇒ ::Google::Cloud::VMMigration::V1::VmwareSourceDetails
631 632 633 634 635 636 637 638 639 640 641 642 643 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 631 class Source include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |