Class: Google::Apis::ComputeAlpha::SubnetworksSetPrivateIpGoogleAccessRequest

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SubnetworksSetPrivateIpGoogleAccessRequest

Returns a new instance of SubnetworksSetPrivateIpGoogleAccessRequest.



49100
49101
49102
# File 'lib/google/apis/compute_alpha/classes.rb', line 49100

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)


49097
49098
49099
# File 'lib/google/apis/compute_alpha/classes.rb', line 49097

def private_ip_google_access
  @private_ip_google_access
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



49105
49106
49107
# File 'lib/google/apis/compute_alpha/classes.rb', line 49105

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