Class: Google::Cloud::VpcAccess::V1::Connector::Subnet

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vpcaccess/v1/vpc_access.rb

Overview

The subnet in which to house the connector

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink is https://compute.googleapis.com/compute/v1/projects/\{project}/regions/\{region}/subnetworks/\{subnetName} the correct input for this field would be {subnetName}.

Returns:



75
76
77
78
# File 'proto_docs/google/cloud/vpcaccess/v1/vpc_access.rb', line 75

class Subnet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#project_id::String

Returns Project in which the subnet exists. If not set, this project is assumed to be the project for which the connector create request was issued.

Returns:

  • (::String)

    Project in which the subnet exists. If not set, this project is assumed to be the project for which the connector create request was issued.



75
76
77
78
# File 'proto_docs/google/cloud/vpcaccess/v1/vpc_access.rb', line 75

class Subnet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end