Class: Aws::DirectoryService::Types::NetworkUpdateSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::NetworkUpdateSettings
- Defined in:
- gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb
Overview
Contains the network configuration for directory update operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#customer_dns_ips_v6 ⇒ Array<String>
IPv6 addresses of DNS servers or domain controllers in the self-managed directory.
-
#network_type ⇒ String
The target network type for the directory update.
Instance Attribute Details
#customer_dns_ips_v6 ⇒ Array<String>
IPv6 addresses of DNS servers or domain controllers in the self-managed directory. Required only when updating an AD Connector directory.
4282 4283 4284 4285 4286 4287 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4282 class NetworkUpdateSettings < Struct.new( :network_type, :customer_dns_ips_v6) SENSITIVE = [] include Aws::Structure end |
#network_type ⇒ String
The target network type for the directory update.
4282 4283 4284 4285 4286 4287 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4282 class NetworkUpdateSettings < Struct.new( :network_type, :customer_dns_ips_v6) SENSITIVE = [] include Aws::Structure end |