Class InterconnectAttachment (0.1.7)

InterconnectAttachment(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message describing InterconnectAttachment object

Attributes

NameDescription
name str
Required. The canonical resource name of the interconnect attachment.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the interconnect attachment was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the interconnect attachment was last updated.
labels MutableMapping[str, str]
Labels associated with this resource.
description str
Optional. A free-text description of the resource. Max length 1024 characters.
interconnect str
Required. The canonical name of underlying Interconnect object that this attachment's traffic will traverse through. The name is in the form of projects/{project}/locations/{location}/zones/{zone}/interconnects/{interconnect}.
network str
Optional. The canonical Network name in the form of projects/{project}/locations/{location}/zones/{zone}/networks/{network}.
vlan_id int
Required. VLAN id provided by user. Must be site-wise unique.
mtu int
IP (L3) MTU value of the virtual edge cloud. Valid values are: 1500 and 9000. Default to 1500 if not set.
state google.cloud.edgenetwork_v1.types.ResourceState
Output only. Current stage of the resource to the device by config push.

Classes

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.