Reference documentation and code samples for the Google Cloud Run V2 Client class VpcAccess.
VPC Access settings. For more information on sending traffic to a VPC network, visit https://cloud.google.com/run/docs/configuring/connecting-vpc .
Generated from protobuf message google.cloud.run.v2.VpcAccess
Namespace
Google \ Cloud \ Run \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ connector
string
VPC Access connector name. Format: projects/{project}/locations/{location}/connectors/{connector}
, where {project}
can be project id or number. For more information on sending traffic to a VPC network via a connector, visit https://cloud.google.com/run/docs/configuring/vpc-connectors
.
↳ egress
int
Optional. Traffic VPC egress settings. If not provided, it defaults to PRIVATE_RANGES_ONLY.
↳ network_interfaces
array< VpcAccess\NetworkInterface
>
Optional. Direct VPC egress settings. Currently only single network interface is supported.
getConnector
VPC Access connector name.
Format: projects/{project}/locations/{location}/connectors/{connector}
,
where {project}
can be project id or number.
For more information on sending traffic to a VPC network via a connector,
visit https://cloud.google.com/run/docs/configuring/vpc-connectors
.
string
setConnector
VPC Access connector name.
Format: projects/{project}/locations/{location}/connectors/{connector}
,
where {project}
can be project id or number.
For more information on sending traffic to a VPC network via a connector,
visit https://cloud.google.com/run/docs/configuring/vpc-connectors
.
var
string
$this
getEgress
Optional. Traffic VPC egress settings. If not provided, it defaults to PRIVATE_RANGES_ONLY.
int
setEgress
Optional. Traffic VPC egress settings. If not provided, it defaults to PRIVATE_RANGES_ONLY.
var
int
$this
getNetworkInterfaces
Optional. Direct VPC egress settings. Currently only single network interface is supported.
setNetworkInterfaces
Optional. Direct VPC egress settings. Currently only single network interface is supported.
$this