Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::Wire.
A pseudowire that connects two Interconnect connections.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#admin_enabled
def admin_enabled() -> ::Boolean- (::Boolean) — Output only. [Output Only] Indicates whether the wire is enabled. When false, the wire is disabled. When true and when the wire group of the wire is also enabled, the wire is enabled. Defaults to true.
#admin_enabled=
def admin_enabled=(value) -> ::Boolean- value (::Boolean) — Output only. [Output Only] Indicates whether the wire is enabled. When false, the wire is disabled. When true and when the wire group of the wire is also enabled, the wire is enabled. Defaults to true.
- (::Boolean) — Output only. [Output Only] Indicates whether the wire is enabled. When false, the wire is disabled. When true and when the wire group of the wire is also enabled, the wire is enabled. Defaults to true.
#endpoints
def endpoints() -> ::Array<::Google::Cloud::Compute::V1::WireEndpoint>- (::Array<::Google::Cloud::Compute::V1::WireEndpoint>) — Output only. Wire endpoints are specific Interconnect connections.
#endpoints=
def endpoints=(value) -> ::Array<::Google::Cloud::Compute::V1::WireEndpoint>- value (::Array<::Google::Cloud::Compute::V1::WireEndpoint>) — Output only. Wire endpoints are specific Interconnect connections.
- (::Array<::Google::Cloud::Compute::V1::WireEndpoint>) — Output only. Wire endpoints are specific Interconnect connections.
#label
def label() -> ::String-
(::String) —
Output only. [Output Only] A label that identifies the wire. The format of this label combines the existing labels of the wire group endpoints and Interconnect connections used by this wire in alphabetical order as follows:
ENDPOINT_A+CONNECTION_A1,ENDPOINT_B+CONNECTION_B1, where:- ENDPOINT_A and ENDPOINT_B: are the labels that you entered as map keys when you specified the wire group endpoint objects.
- CONNECTION_A1 and CONNECTION_B1: are the labels that you entered as map keys when you specified the wire group Interconnect objects.
#label=
def label=(value) -> ::String-
value (::String) —
Output only. [Output Only] A label that identifies the wire. The format of this label combines the existing labels of the wire group endpoints and Interconnect connections used by this wire in alphabetical order as follows:
ENDPOINT_A+CONNECTION_A1,ENDPOINT_B+CONNECTION_B1, where:- ENDPOINT_A and ENDPOINT_B: are the labels that you entered as map keys when you specified the wire group endpoint objects.
- CONNECTION_A1 and CONNECTION_B1: are the labels that you entered as map keys when you specified the wire group Interconnect objects.
-
(::String) —
Output only. [Output Only] A label that identifies the wire. The format of this label combines the existing labels of the wire group endpoints and Interconnect connections used by this wire in alphabetical order as follows:
ENDPOINT_A+CONNECTION_A1,ENDPOINT_B+CONNECTION_B1, where:- ENDPOINT_A and ENDPOINT_B: are the labels that you entered as map keys when you specified the wire group endpoint objects.
- CONNECTION_A1 and CONNECTION_B1: are the labels that you entered as map keys when you specified the wire group Interconnect objects.
#wire_properties
def wire_properties() -> ::Google::Cloud::Compute::V1::WireProperties- (::Google::Cloud::Compute::V1::WireProperties) — Output only. [Output Only] Properties of the wire.
#wire_properties=
def wire_properties=(value) -> ::Google::Cloud::Compute::V1::WireProperties- value (::Google::Cloud::Compute::V1::WireProperties) — Output only. [Output Only] Properties of the wire.
- (::Google::Cloud::Compute::V1::WireProperties) — Output only. [Output Only] Properties of the wire.