Class: Google::Apis::ComputeAlpha::NetworksRemovePeeringRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::NetworksRemovePeeringRequest
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/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.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ NetworksRemovePeeringRequest
Returns a new instance of NetworksRemovePeeringRequest
19897 19898 19899 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 19897 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
19895 19896 19897 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 19895 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19902 19903 19904 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 19902 def update!(**args) @name = args[:name] if args.key?(:name) end |