Google Cloud Network Security V1 Client - Class Type (1.1.0)

Reference documentation and code samples for the Google Cloud Network Security V1 Client class Type.

Possible type of the Address Group.

Protobuf type google.cloud.networksecurity.v1.AddressGroup.Type

Namespace

Google \ Cloud \ NetworkSecurity \ V1 \ AddressGroup

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Default value.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

IPV4

Value: 1

IP v4 ranges.

Generated from protobuf enum IPV4 = 1;

IPV6

Value: 2

IP v6 ranges.

Generated from protobuf enum IPV6 = 2;