Class: Google::Cloud::Datastream::V1alpha1::Route

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb

Overview

The Route resource is the child of the PrivateConnection resource. It used to define a route for a PrivateConnection setup.

Defined Under Namespace

Classes: LabelsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The create time of the resource.

Returns:



222
223
224
225
226
227
228
229
230
231
232
233
234
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 222

class Route
  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

#destination_address::String

Returns Required. Destination address for connection.

Returns:

  • (::String)

    Required. Destination address for connection



222
223
224
225
226
227
228
229
230
231
232
233
234
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 222

class Route
  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

#destination_port::Integer

Returns Destination port for connection.

Returns:

  • (::Integer)

    Destination port for connection



222
223
224
225
226
227
228
229
230
231
232
233
234
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 222

class Route
  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

#display_name::String

Returns Required. Display name.

Returns:

  • (::String)

    Required. Display name.



222
223
224
225
226
227
228
229
230
231
232
233
234
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 222

class Route
  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 Labels.

Returns:

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

    Labels.



222
223
224
225
226
227
228
229
230
231
232
233
234
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 222

class Route
  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 resource's name.

Returns:

  • (::String)

    Output only. The resource's name.



222
223
224
225
226
227
228
229
230
231
232
233
234
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 222

class Route
  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 of the resource.

Returns:



222
223
224
225
226
227
228
229
230
231
232
233
234
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 222

class Route
  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