Class: Google::Apis::ComputeBeta::SubnetworksSetPrivateIpGoogleAccessRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SubnetworksSetPrivateIpGoogleAccessRequest

Returns a new instance of SubnetworksSetPrivateIpGoogleAccessRequest.



42869
42870
42871
# File 'lib/google/apis/compute_beta/classes.rb', line 42869

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#private_ip_google_accessBoolean Also known as: private_ip_google_access?

Corresponds to the JSON property privateIpGoogleAccess

Returns:

  • (Boolean)


42866
42867
42868
# File 'lib/google/apis/compute_beta/classes.rb', line 42866

def private_ip_google_access
  @private_ip_google_access
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



42874
42875
42876
# File 'lib/google/apis/compute_beta/classes.rb', line 42874

def update!(**args)
  @private_ip_google_access = args[:private_ip_google_access] if args.key?(:private_ip_google_access)
end