Wire(mapping=None, *, ignore_unknown_fields=False, **kwargs)A pseudowire that connects two Interconnect connections.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
admin_enabled |
bool
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. This field is a member of oneof_ _admin_enabled.
|
endpoints |
MutableSequence[google.cloud.compute_v1.types.WireEndpoint]
Output only. Wire endpoints are specific Interconnect connections. |
label |
str
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.
This field is a member of oneof_ _label.
|
wire_properties |
google.cloud.compute_v1.types.WireProperties
Output only. [Output Only] Properties of the wire. This field is a member of oneof_ _wire_properties.
|