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.
24421 24422 24423 24424 24425 24426 24427 24428 24429 24430 24431 24432 24433 24434 24435 24436 24437 24438 24439 24440 24441 24442 24443 24444 24445 24446 24447 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24421 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 has been accepted by the producer, but the producer needs to take further action before the forwarding rule can serve traffic. NEEDS_ATTENTION = 344491452 # 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.
24421 24422 24423 24424 24425 24426 24427 24428 24429 24430 24431 24432 24433 24434 24435 24436 24437 24438 24439 24440 24441 24442 24443 24444 24445 24446 24447 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24421 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 has been accepted by the producer, but the producer needs to take further action before the forwarding rule can serve traffic. NEEDS_ATTENTION = 344491452 # 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.
24421 24422 24423 24424 24425 24426 24427 24428 24429 24430 24431 24432 24433 24434 24435 24436 24437 24438 24439 24440 24441 24442 24443 24444 24445 24446 24447 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24421 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 has been accepted by the producer, but the producer needs to take further action before the forwarding rule can serve traffic. NEEDS_ATTENTION = 344491452 # 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 |