class Google::Apis::ComputeV1::GlobalNetworkEndpointGroupsAttachEndpointsRequest
Attributes
network_endpoints[RW]
The list of network endpoints to be attached. Corresponds to the JSON property `networkEndpoints` @return [Array<Google::Apis::ComputeV1::NetworkEndpoint>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 8593 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 8598 def update!(**args) @network_endpoints = args[:network_endpoints] if args.key?(:network_endpoints) end