Class CidrBlock (0.2.2)

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

CidrBlock contains an optional name and one CIDR block.

Attributes

NameDescription
display_name str
Optional. display_name is an optional field for users to identify CIDR blocks.
cidr_block str
Optional. cidr_block must be specified in CIDR notation when using master_authorized_networks_config. Currently, the user could still use the deprecated man_block field, so this field is currently optional, but will be required in the future.