Reference documentation and code samples for the Compute V1 Client class AllowExternalIpAccess.
Specifies whether VMs are allowed to have external IP access on network interfaces connected to this VPC.
Protobuf type google.cloud.compute.v1.NetworkProfileNetworkFeatures.AllowExternalIpAccess
Namespace
Google \ Cloud \ Compute \ V1 \ NetworkProfileNetworkFeaturesMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_ALLOW_EXTERNAL_IP_ACCESS
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_ALLOW_EXTERNAL_IP_ACCESS = 0;
EXTERNAL_IP_ACCESS_ALLOWED
Value: 109530193
Generated from protobuf enum EXTERNAL_IP_ACCESS_ALLOWED = 109530193;
EXTERNAL_IP_ACCESS_BLOCKED
Value: 462564501
Generated from protobuf enum EXTERNAL_IP_ACCESS_BLOCKED = 462564501;