Class: Google::Apis::ComputeV1::SubnetworksSetPrivateIpGoogleAccessRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::SubnetworksSetPrivateIpGoogleAccessRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#private_ip_google_access ⇒ Boolean
(also: #private_ip_google_access?)
Corresponds to the JSON property
privateIpGoogleAccess.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SubnetworksSetPrivateIpGoogleAccessRequest
constructor
A new instance of SubnetworksSetPrivateIpGoogleAccessRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SubnetworksSetPrivateIpGoogleAccessRequest
Returns a new instance of SubnetworksSetPrivateIpGoogleAccessRequest.
62375 62376 62377 |
# File 'lib/google/apis/compute_v1/classes.rb', line 62375 def initialize(**args) update!(**args) end |
Instance Attribute Details
#private_ip_google_access ⇒ Boolean Also known as: private_ip_google_access?
Corresponds to the JSON property privateIpGoogleAccess
62372 62373 62374 |
# File 'lib/google/apis/compute_v1/classes.rb', line 62372 def private_ip_google_access @private_ip_google_access end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
62380 62381 62382 |
# File 'lib/google/apis/compute_v1/classes.rb', line 62380 def update!(**args) @private_ip_google_access = args[:private_ip_google_access] if args.key?(:private_ip_google_access) end |