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.
24980 24981 24982 24983 24984 24985 24986 24987 24988 24989 24990 24991 24992 24993 24994 24995 24996 24997 24998 24999 25000 25001 25002 25003 25004 25005 25006 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24980 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.
24980 24981 24982 24983 24984 24985 24986 24987 24988 24989 24990 24991 24992 24993 24994 24995 24996 24997 24998 24999 25000 25001 25002 25003 25004 25005 25006 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24980 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.
24980 24981 24982 24983 24984 24985 24986 24987 24988 24989 24990 24991 24992 24993 24994 24995 24996 24997 24998 24999 25000 25001 25002 25003 25004 25005 25006 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24980 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 |