Class: Google::Apis::OracledatabaseV1::IngressIp
- Inherits:
-
Object
- Object
- Google::Apis::OracledatabaseV1::IngressIp
- 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
-
#ingress_ip_address ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ IngressIp
constructor
A new instance of IngressIp.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_address ⇒ String
Output only. The ingress IP.
Corresponds to the JSON property ingressIpAddress
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 |