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
15458 15459 15460 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 15458 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
15456 15457 15458 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 15456 def network_endpoints @network_endpoints end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15463 15464 15465 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 15463 def update!(**args) @network_endpoints = args[:network_endpoints] if args.key?(:network_endpoints) end |