Class: Google::Apis::ComputeAlpha::NetworkEndpointGroupsDetachEndpointsRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeAlpha::NetworkEndpointGroupsDetachEndpointsRequest
 
- 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
- 
  
    
      #network_endpoints  ⇒ Array<Google::Apis::ComputeAlpha::NetworkEndpoint> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of network endpoints to be detached. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ NetworkEndpointGroupsDetachEndpointsRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of NetworkEndpointGroupsDetachEndpointsRequest. 
- 
  
    
      #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) ⇒ NetworkEndpointGroupsDetachEndpointsRequest
Returns a new instance of NetworkEndpointGroupsDetachEndpointsRequest
| 15244 15245 15246 | # File 'generated/google/apis/compute_alpha/classes.rb', line 15244 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#network_endpoints ⇒ Array<Google::Apis::ComputeAlpha::NetworkEndpoint>
The list of network endpoints to be detached.
Corresponds to the JSON property networkEndpoints
| 15242 15243 15244 | # File 'generated/google/apis/compute_alpha/classes.rb', line 15242 def network_endpoints @network_endpoints end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 15249 15250 15251 | # File 'generated/google/apis/compute_alpha/classes.rb', line 15249 def update!(**args) @network_endpoints = args[:network_endpoints] if args.key?(:network_endpoints) end |