Class: Google::Apis::ComputeV1::NetworksRemovePeeringRequest

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ NetworksRemovePeeringRequest

Returns a new instance of NetworksRemovePeeringRequest



11231
11232
11233
# File 'generated/google/apis/compute_v1/classes.rb', line 11231

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

Instance Attribute Details

#nameString

Name of the peering, which should conform to RFC1035. Corresponds to the JSON property name

Returns:

  • (String)


11229
11230
11231
# File 'generated/google/apis/compute_v1/classes.rb', line 11229

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11236
11237
11238
# File 'generated/google/apis/compute_v1/classes.rb', line 11236

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