Class: Aws::DirectoryService::Types::NetworkUpdateSettings

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#customer_dns_ips_v6Array<String>

IPv6 addresses of DNS servers or domain controllers in the self-managed directory. Required only when updating an AD Connector directory.

Returns:

  • (Array<String>)


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_typeString

The target network type for the directory update.

Returns:

  • (String)


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