class Google::Apis::ComputeBeta::SubnetworksSetPrivateIpGoogleAccessRequest

Attributes

private_ip_google_access[RW]

Corresponds to the JSON property `privateIpGoogleAccess` @return [Boolean]

private_ip_google_access?[RW]

Corresponds to the JSON property `privateIpGoogleAccess` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 34717
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_beta/classes.rb, line 34722
def update!(**args)
  @private_ip_google_access = args[:private_ip_google_access] if args.key?(:private_ip_google_access)
end