Cloud Run V2 API - Class Google::Cloud::Run::V2::VpcAccess (v0.13.2)

Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::VpcAccess.

VPC Access settings. For more information on sending traffic to a VPC network, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#connector

def connector() -> ::String
Returns
  • (::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.

#connector=

def connector=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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

def egress() -> ::Google::Cloud::Run::V2::VpcAccess::VpcEgress
Returns

#egress=

def egress=(value) -> ::Google::Cloud::Run::V2::VpcAccess::VpcEgress
Parameter
Returns

#network_interfaces

def network_interfaces() -> ::Array<::Google::Cloud::Run::V2::VpcAccess::NetworkInterface>
Returns

#network_interfaces=

def network_interfaces=(value) -> ::Array<::Google::Cloud::Run::V2::VpcAccess::NetworkInterface>
Parameter
Returns