Class: Google::Apis::OracledatabaseV1::IngressIp

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

Overview

The ingress IPs of the GoldengateDeployment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ IngressIp

Returns a new instance of IngressIp.



7319
7320
7321
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 7319

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

Instance Attribute Details

#ingress_ip_addressString

Output only. The ingress IP. Corresponds to the JSON property ingressIpAddress

Returns:

  • (String)


7317
7318
7319
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 7317

def ingress_ip_address
  @ingress_ip_address
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7324
7325
7326
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 7324

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