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
17438 17439 17440 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 17438 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
17436 17437 17438 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 17436 def network_endpoints @network_endpoints end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17443 17444 17445 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 17443 def update!(**args) @network_endpoints = args[:network_endpoints] if args.key?(:network_endpoints) end |