Google Cloud Backup Dr V1 Client - Class Ipv6AccessType (0.4.0)

Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class Ipv6AccessType.

IPv6 access type for this network interface.

Protobuf type google.cloud.backupdr.v1.NetworkInterface.Ipv6AccessType

Namespace

Google \ Cloud \ BackupDR \ V1 \ NetworkInterface

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNSPECIFIED_IPV6_ACCESS_TYPE

Value: 0

IPv6 access type not set. Means this network interface hasn't been turned on IPv6 yet.

Generated from protobuf enum UNSPECIFIED_IPV6_ACCESS_TYPE = 0;

INTERNAL

Value: 1

This network interface can have internal IPv6.

Generated from protobuf enum INTERNAL = 1;

EXTERNAL

Value: 2

This network interface can have external IPv6.

Generated from protobuf enum EXTERNAL = 2;