Class Network (1.0.0)

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}`` This field will contain the same value as field "network", which will soon be deprecated. Please use this field to reference the name of the network resource.
network str
Name of the network.
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.

Inheritance

builtins.object > proto.message.Message > Network

Classes

State

State(value)

The possible states for this Network.

Type

Type(value)

Network type.