Class Network (1.1.2)

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

A Network.

Attributes

NameDescription
name str
Output only. The resource name of this ``Network``. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: ``projects/{project}/locations/{location}/networks/{network}``
id str
An identifier for the ``Network``, generated by the backend.
type_ google.cloud.bare_metal_solution_v2.types.Network.Type
The type of this network.
ip_address str
IP address configured.
mac_address Sequence[str]
List of physical interfaces.
state google.cloud.bare_metal_solution_v2.types.Network.State
The Network state.
vlan_id str
The vlan id of the Network.
cidr str
The cidr of the Network.
vrf google.cloud.bare_metal_solution_v2.types.VRF
The vrf for the Network.
labels Mapping[str, str]
Labels as key value pairs.
services_cidr str
IP range for reserved for services (e.g. NFS).
reservations Sequence[google.cloud.bare_metal_solution_v2.types.NetworkAddressReservation]
List of IP address reservations in this network. When updating this field, an error will be generated if a reservation conflicts with an IP address already allocated to a physical server.

Inheritance

builtins.object > proto.message.Message > Network

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.

State

State(value)

The possible states for this Network.

Type

Type(value)

Network type.