Class Interconnect (0.1.7)

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

Message describing Interconnect object

Attributes

NameDescription
name str
Required. The canonical resource name of the interconnect.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the subnet was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the subnet 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_type google.cloud.edgenetwork_v1.types.Interconnect.InterconnectType
Optional. Type of interconnect, which takes only the value 'DEDICATED' for now.
uuid str
Output only. Unique identifier for the link.
device_cloud_resource_name str
Output only. Cloud resource name of the switch device.
physical_ports MutableSequence[str]
Output only. Physical ports (e.g., TenGigE0/0/0/1) that form the interconnect.

Classes

InterconnectType

InterconnectType(value)

Type of interconnect.

Values: INTERCONNECT_TYPE_UNSPECIFIED (0): Unspecified. DEDICATED (1): Dedicated Interconnect.

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.