Class: Google::Cloud::Compute::V1::ServiceAttachmentConnectedEndpoint

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

Overview

[Output Only] A connection connected to this service attachment.

Defined Under Namespace

Modules: Status

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint::String

Returns The url of a connected endpoint.

Returns:

  • (::String)

    The url of a connected endpoint.



22737
22738
22739
22740
22741
22742
22743
22744
22745
22746
22747
22748
22749
22750
22751
22752
22753
22754
22755
22756
22757
22758
22759
22760
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22737

class ServiceAttachmentConnectedEndpoint
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The status of a connected endpoint to this service attachment.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # The connection has been accepted by the producer.
    ACCEPTED = 246714279

    # The connection has been closed by the producer.
    CLOSED = 380163436

    # The connection is pending acceptance by the producer.
    PENDING = 35394935

    # The consumer is still connected but not using the connection.
    REJECTED = 174130302

    STATUS_UNSPECIFIED = 42133066
  end
end

#psc_connection_id::Integer

Returns The PSC connection id of the connected endpoint.

Returns:

  • (::Integer)

    The PSC connection id of the connected endpoint.



22737
22738
22739
22740
22741
22742
22743
22744
22745
22746
22747
22748
22749
22750
22751
22752
22753
22754
22755
22756
22757
22758
22759
22760
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22737

class ServiceAttachmentConnectedEndpoint
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The status of a connected endpoint to this service attachment.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # The connection has been accepted by the producer.
    ACCEPTED = 246714279

    # The connection has been closed by the producer.
    CLOSED = 380163436

    # The connection is pending acceptance by the producer.
    PENDING = 35394935

    # The consumer is still connected but not using the connection.
    REJECTED = 174130302

    STATUS_UNSPECIFIED = 42133066
  end
end

#status::String

Returns The status of a connected endpoint to this service attachment. Check the Status enum for the list of possible values.

Returns:

  • (::String)

    The status of a connected endpoint to this service attachment. Check the Status enum for the list of possible values.



22737
22738
22739
22740
22741
22742
22743
22744
22745
22746
22747
22748
22749
22750
22751
22752
22753
22754
22755
22756
22757
22758
22759
22760
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22737

class ServiceAttachmentConnectedEndpoint
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The status of a connected endpoint to this service attachment.
  module Status
    # A value indicating that the enum field is not set.
    UNDEFINED_STATUS = 0

    # The connection has been accepted by the producer.
    ACCEPTED = 246714279

    # The connection has been closed by the producer.
    CLOSED = 380163436

    # The connection is pending acceptance by the producer.
    PENDING = 35394935

    # The consumer is still connected but not using the connection.
    REJECTED = 174130302

    STATUS_UNSPECIFIED = 42133066
  end
end