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.



16522
16523
16524
# File 'generated/google/apis/compute_v1/classes.rb', line 16522

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)


16520
16521
16522
# File 'generated/google/apis/compute_v1/classes.rb', line 16520

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16527
16528
16529
# File 'generated/google/apis/compute_v1/classes.rb', line 16527

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