Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class StackType.
Stack type for this network interface.
Protobuf type google.cloud.backupdr.v1.NetworkInterface.StackType
Namespace
Google \ Cloud \ BackupDR \ V1 \ NetworkInterfaceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STACK_TYPE_UNSPECIFIED
Value: 0
Default should be STACK_TYPE_UNSPECIFIED.
Generated from protobuf enum STACK_TYPE_UNSPECIFIED = 0;
IPV4_ONLY
Value: 1
The network interface will be assigned IPv4 address.
Generated from protobuf enum IPV4_ONLY = 1;
IPV4_IPV6
Value: 2
The network interface can have both IPv4 and IPv6 addresses.
Generated from protobuf enum IPV4_IPV6 = 2;