Class: Google::Apis::ComputeAlpha::SubnetworkUtilizationDetailsIpv6Utilization
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::SubnetworkUtilizationDetailsIpv6Utilization
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Overview
The IPV6 utilization of a single IP range.
Instance Attribute Summary collapse
-
#total_allocated_ip ⇒ Google::Apis::ComputeAlpha::Uint128
Corresponds to the JSON property
totalAllocatedIp. -
#total_free_ip ⇒ Google::Apis::ComputeAlpha::Uint128
Corresponds to the JSON property
totalFreeIp.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SubnetworkUtilizationDetailsIpv6Utilization
constructor
A new instance of SubnetworkUtilizationDetailsIpv6Utilization.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SubnetworkUtilizationDetailsIpv6Utilization
Returns a new instance of SubnetworkUtilizationDetailsIpv6Utilization.
76806 76807 76808 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 76806 def initialize(**args) update!(**args) end |
Instance Attribute Details
#total_allocated_ip ⇒ Google::Apis::ComputeAlpha::Uint128
Corresponds to the JSON property totalAllocatedIp
76799 76800 76801 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 76799 def total_allocated_ip @total_allocated_ip end |
#total_free_ip ⇒ Google::Apis::ComputeAlpha::Uint128
Corresponds to the JSON property totalFreeIp
76804 76805 76806 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 76804 def total_free_ip @total_free_ip end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
76811 76812 76813 76814 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 76811 def update!(**args) @total_allocated_ip = args[:total_allocated_ip] if args.key?(:total_allocated_ip) @total_free_ip = args[:total_free_ip] if args.key?(:total_free_ip) end |