Class: Google::Apis::ComputeBeta::NetworksRemovePeeringRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::NetworksRemovePeeringRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the peering, which should conform to RFC1035.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NetworksRemovePeeringRequest
constructor
A new instance of NetworksRemovePeeringRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ NetworksRemovePeeringRequest
Returns a new instance of NetworksRemovePeeringRequest.
27638 27639 27640 |
# File 'lib/google/apis/compute_beta/classes.rb', line 27638 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Name of the peering, which should conform to RFC1035.
Corresponds to the JSON property name
27636 27637 27638 |
# File 'lib/google/apis/compute_beta/classes.rb', line 27636 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
27643 27644 27645 |
# File 'lib/google/apis/compute_beta/classes.rb', line 27643 def update!(**args) @name = args[:name] if args.key?(:name) end |