Class Network (0.1.7)

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

Message describing Network object

Attributes

NameDescription
name str
Required. The canonical resource name of the network.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the network was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the network 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.
mtu int
IP (L3) MTU value of the network. Valid values are: 1500 and 9000. Default to 1500 if not set.

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.