Class: Aws::Odb::Types::OciDnsForwardingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::OciDnsForwardingConfig
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
DNS configuration to forward DNS resolver endpoints to your OCI Private Zone.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
Domain name to which DNS resolver forwards to.
-
#oci_dns_listener_ip ⇒ String
OCI DNS listener IP for custom DNS setup.
Instance Attribute Details
#domain_name ⇒ String
Domain name to which DNS resolver forwards to.
4268 4269 4270 4271 4272 4273 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4268 class OciDnsForwardingConfig < Struct.new( :domain_name, :oci_dns_listener_ip) SENSITIVE = [] include Aws::Structure end |
#oci_dns_listener_ip ⇒ String
OCI DNS listener IP for custom DNS setup.
4268 4269 4270 4271 4272 4273 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4268 class OciDnsForwardingConfig < Struct.new( :domain_name, :oci_dns_listener_ip) SENSITIVE = [] include Aws::Structure end |