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
19908 19909 19910 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 19908 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
19906 19907 19908 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 19906 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19913 19914 19915 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 19913 def update!(**args) @name = args[:name] if args.key?(:name) end |