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
Returns AWS type source details.
605 606 607 608 609 610 611 612 613 614 615 616 617 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 605 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)
Returns Output only. The create time timestamp.
605 606 607 608 609 610 611 612 613 614 615 616 617 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 605 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
Returns User-provided description of the source.
605 606 607 608 609 610 611 612 613 614 615 616 617 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 605 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}
Returns The labels of the source.
605 606 607 608 609 610 611 612 613 614 615 616 617 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 605 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)
Returns Output only. The Source name.
605 606 607 608 609 610 611 612 613 614 615 616 617 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 605 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)
Returns Output only. The update time timestamp.
605 606 607 608 609 610 611 612 613 614 615 616 617 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 605 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
Returns Vmware type source details.
605 606 607 608 609 610 611 612 613 614 615 616 617 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 605 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 |