Class: Google::Cloud::Compute::V1::ServiceAttachmentConnectedEndpoint
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ServiceAttachmentConnectedEndpoint
- 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
-
#endpoint ⇒ ::String
The url of a connected endpoint.
-
#psc_connection_id ⇒ ::Integer
The PSC connection id of the connected endpoint.
-
#status ⇒ ::String
The status of a connected endpoint to this service attachment.
Instance Attribute Details
#endpoint ⇒ ::String
Returns The url of a connected endpoint.
21686 21687 21688 21689 21690 21691 21692 21693 21694 21695 21696 21697 21698 21699 21700 21701 21702 21703 21704 21705 21706 21707 21708 21709 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21686 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.
21686 21687 21688 21689 21690 21691 21692 21693 21694 21695 21696 21697 21698 21699 21700 21701 21702 21703 21704 21705 21706 21707 21708 21709 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21686 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.
21686 21687 21688 21689 21690 21691 21692 21693 21694 21695 21696 21697 21698 21699 21700 21701 21702 21703 21704 21705 21706 21707 21708 21709 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21686 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 |