class Google::Apis::ServicenetworkingV1beta::SecondaryIpRange

Attributes

ip_cidr_range[RW]

Secondary IP CIDR range in `x.x.x.x/y` format. Corresponds to the JSON property `ipCidrRange` @return [String]

range_name[RW]

Name of the secondary IP range. Corresponds to the JSON property `rangeName` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/servicenetworking_v1beta/classes.rb, line 3009
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/servicenetworking_v1beta/classes.rb, line 3014
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