class Google::Apis::ComputeV1::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_v1/classes.rb, line 35327
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_v1/classes.rb, line 35332
def update!(**args)
  @private_ip_google_access = args[:private_ip_google_access] if args.key?(:private_ip_google_access)
end