Class UsableSubnetworkSecondaryRange (2.11.1)

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

Secondary IP range of a usable subnetwork.

Attributes

NameDescription
range_name str
The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance.
ip_cidr_range str
The range of IP addresses belonging to this subnetwork secondary range.
status google.cloud.container_v1.types.UsableSubnetworkSecondaryRange.Status
This field is to determine the status of the secondary range programmably.

Inheritance

builtins.object > proto.message.Message > UsableSubnetworkSecondaryRange

Classes

Status

Status(value)

Status shows the current usage of a secondary IP range.