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.



16443
16444
16445
# File 'generated/google/apis/compute_v1/classes.rb', line 16443

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)


16441
16442
16443
# File 'generated/google/apis/compute_v1/classes.rb', line 16441

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16448
16449
16450
# File 'generated/google/apis/compute_v1/classes.rb', line 16448

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