Reference documentation and code samples for the Compute V1 Client class AddressType.
The type of address to reserve, either INTERNAL or EXTERNAL. If unspecified, defaults to EXTERNAL.
Protobuf type google.cloud.compute.v1.Address.AddressType
Namespace
Google \ Cloud \ Compute \ V1 \ AddressMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_ADDRESS_TYPE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_ADDRESS_TYPE = 0;
EXTERNAL
Value: 35607499
A publicly visible external IP address.
Generated from protobuf enum EXTERNAL = 35607499;
INTERNAL
Value: 279295677
A private network IP address, for use with an Instance or Internal Load Balancer forwarding rule.
Generated from protobuf enum INTERNAL = 279295677;
UNSPECIFIED_TYPE
Value: 53933922
Generated from protobuf enum UNSPECIFIED_TYPE = 53933922;