Class: Google::Apis::AlloydbV1alpha::AuthorizedNetwork

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

Overview

AuthorizedNetwork contains metadata for an authorized network.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AuthorizedNetwork

Returns a new instance of AuthorizedNetwork.



34
35
36
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 34

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

Instance Attribute Details

#cidr_rangeString

CIDR range for one authorzied network of the instance. Corresponds to the JSON property cidrRange

Returns:

  • (String)


32
33
34
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 32

def cidr_range
  @cidr_range
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



39
40
41
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 39

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