Class: Google::Apis::ComputeBeta::NetworksRemovePeeringRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeBeta::NetworksRemovePeeringRequest
 
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
 generated/google/apis/compute_beta/representations.rb,
 generated/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. 
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
| 12846 12847 12848 | # File 'generated/google/apis/compute_beta/classes.rb', line 12846 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
| 12844 12845 12846 | # File 'generated/google/apis/compute_beta/classes.rb', line 12844 def name @name end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 12851 12852 12853 | # File 'generated/google/apis/compute_beta/classes.rb', line 12851 def update!(**args) @name = args[:name] if args.key?(:name) end |