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
      14072 14073 14074  | 
    
      # File 'generated/google/apis/compute_beta/classes.rb', line 14072 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
      14070 14071 14072  | 
    
      # File 'generated/google/apis/compute_beta/classes.rb', line 14070 def name @name end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      14077 14078 14079  | 
    
      # File 'generated/google/apis/compute_beta/classes.rb', line 14077 def update!(**args) @name = args[:name] if args.key?(:name) end  |