Class: Google::Apis::ServicenetworkingV1beta::SecondaryIpRange

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/servicenetworking_v1beta/classes.rb,
lib/google/apis/servicenetworking_v1beta/representations.rb,
lib/google/apis/servicenetworking_v1beta/representations.rb
more...

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SecondaryIpRange

Returns a new instance of SecondaryIpRange.

[View source]

3688
3689
3690
# File 'lib/google/apis/servicenetworking_v1beta/classes.rb', line 3688

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

Instance Attribute Details

#ip_cidr_rangeString

Secondary IP CIDR range in x.x.x.x/y format. Corresponds to the JSON property ipCidrRange

Returns:

  • (String)

3681
3682
3683
# File 'lib/google/apis/servicenetworking_v1beta/classes.rb', line 3681

def ip_cidr_range
  @ip_cidr_range
end

#range_nameString

Name of the secondary IP range. Corresponds to the JSON property rangeName

Returns:

  • (String)

3686
3687
3688
# File 'lib/google/apis/servicenetworking_v1beta/classes.rb', line 3686

def range_name
  @range_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

3693
3694
3695
3696
# File 'lib/google/apis/servicenetworking_v1beta/classes.rb', line 3693

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