Class: Google::Apis::AppengineV1::VpcAccessConnector
- Inherits:
-
Object
- Object
- Google::Apis::AppengineV1::VpcAccessConnector
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/appengine_v1/classes.rb,
generated/google/apis/appengine_v1/representations.rb,
generated/google/apis/appengine_v1/representations.rb
Overview
VPC access connector specification.
Instance Attribute Summary collapse
-
#name ⇒ String
Full Serverless VPC Access Connector name e.g.
Instance Method Summary collapse
-
#initialize(**args) ⇒ VpcAccessConnector
constructor
A new instance of VpcAccessConnector.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ VpcAccessConnector
Returns a new instance of VpcAccessConnector.
2969 2970 2971 |
# File 'generated/google/apis/appengine_v1/classes.rb', line 2969 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Full Serverless VPC Access Connector name e.g. /projects/my-project/locations/
us-central1/connectors/c1.
Corresponds to the JSON property name
2967 2968 2969 |
# File 'generated/google/apis/appengine_v1/classes.rb', line 2967 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2974 2975 2976 |
# File 'generated/google/apis/appengine_v1/classes.rb', line 2974 def update!(**args) @name = args[:name] if args.key?(:name) end |