Class: Google::Apis::ComputeBeta::NetworkEndpointGroupsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::NetworkEndpointGroupsScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#network_endpoint_groups ⇒ Array<Google::Apis::ComputeBeta::NetworkEndpointGroup>
[Output Only] The list of network endpoint groups that are contained in this scope.
-
#warning ⇒ Google::Apis::ComputeBeta::NetworkEndpointGroupsScopedList::Warning
[Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NetworkEndpointGroupsScopedList
constructor
A new instance of NetworkEndpointGroupsScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ NetworkEndpointGroupsScopedList
Returns a new instance of NetworkEndpointGroupsScopedList.
19696 19697 19698 |
# File 'generated/google/apis/compute_beta/classes.rb', line 19696 def initialize(**args) update!(**args) end |
Instance Attribute Details
#network_endpoint_groups ⇒ Array<Google::Apis::ComputeBeta::NetworkEndpointGroup>
[Output Only] The list of network endpoint groups that are contained in this
scope.
Corresponds to the JSON property networkEndpointGroups
19688 19689 19690 |
# File 'generated/google/apis/compute_beta/classes.rb', line 19688 def network_endpoint_groups @network_endpoint_groups end |
#warning ⇒ Google::Apis::ComputeBeta::NetworkEndpointGroupsScopedList::Warning
[Output Only] An informational warning that replaces the list of network
endpoint groups when the list is empty.
Corresponds to the JSON property warning
19694 19695 19696 |
# File 'generated/google/apis/compute_beta/classes.rb', line 19694 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19701 19702 19703 19704 |
# File 'generated/google/apis/compute_beta/classes.rb', line 19701 def update!(**args) @network_endpoint_groups = args[:network_endpoint_groups] if args.key?(:network_endpoint_groups) @warning = args[:warning] if args.key?(:warning) end |