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.



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

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)


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

def ingress_ip_address
  @ingress_ip_address
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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