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



11545
11546
11547
# File 'generated/google/apis/compute_v1/classes.rb', line 11545

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)


11543
11544
11545
# File 'generated/google/apis/compute_v1/classes.rb', line 11543

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11550
11551
11552
# File 'generated/google/apis/compute_v1/classes.rb', line 11550

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