Class: Google::Cloud::VMMigration::V1::Source

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#aws::Google::Cloud::VMMigration::V1::AwsSourceDetails

Returns AWS type source details.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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