Class: Google::Apis::ComputeAlpha::NetworkProfileNetworkFeaturesPredefinedSubnetworkRange

Inherits:
Object
  • Object
show all
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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ NetworkProfileNetworkFeaturesPredefinedSubnetworkRange

Returns a new instance of NetworkProfileNetworkFeaturesPredefinedSubnetworkRange.



46852
46853
46854
# File 'lib/google/apis/compute_alpha/classes.rb', line 46852

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#ipv6_rangeString

The IPv6 range of the predefined subnetwork. Corresponds to the JSON property ipv6Range

Returns:

  • (String)


46845
46846
46847
# File 'lib/google/apis/compute_alpha/classes.rb', line 46845

def ipv6_range
  @ipv6_range
end

#name_prefixString

The naming prefix of the predefined subnetwork. Corresponds to the JSON property namePrefix

Returns:

  • (String)


46850
46851
46852
# File 'lib/google/apis/compute_alpha/classes.rb', line 46850

def name_prefix
  @name_prefix
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



46857
46858
46859
46860
# File 'lib/google/apis/compute_alpha/classes.rb', line 46857

def update!(**args)
  @ipv6_range = args[:ipv6_range] if args.key?(:ipv6_range)
  @name_prefix = args[:name_prefix] if args.key?(:name_prefix)
end