Class UsableSubnetwork

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

Subnetwork which the current user has compute.subnetworks.use permission on.

Attributes

NameDescription
ip_cidr_range str
The range of internal addresses that are owned by this subnetwork. This field is a member of `oneof`_ ``_ip_cidr_range``.
network str
Network URL. This field is a member of `oneof`_ ``_network``.
secondary_ip_ranges Sequence[google.cloud.compute_v1.types.UsableSubnetworkSecondaryRange]
Secondary IP ranges.
subnetwork str
Subnetwork URL. This field is a member of `oneof`_ ``_subnetwork``.

Inheritance

builtins.object > proto.message.Message > UsableSubnetwork