Table of Contents

Class DisassociateFileSystemAliasesRequest

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

Container for the parameters to the DisassociateFileSystemAliases operation. Use this action to disassociate, or remove, one or more Domain Name Service (DNS) aliases from an Amazon FSx for Windows File Server file system. If you attempt to disassociate a DNS alias that is not associated with the file system, Amazon FSx responds with an HTTP status code 400 (Bad Request). For more information, see Working with DNS Aliases.

The system generated response showing the DNS aliases that Amazon FSx is attempting to disassociate from the file system. Use the API operation to monitor the status of the aliases Amazon FSx is disassociating with the file system.

public class DisassociateFileSystemAliasesRequest : AmazonFSxRequest
Inheritance
DisassociateFileSystemAliasesRequest

Constructors

DisassociateFileSystemAliasesRequest()

public DisassociateFileSystemAliasesRequest()

Properties

Aliases

Gets and sets the property Aliases.

An array of one or more DNS alias names to disassociate, or remove, from the file system.

public List<string> Aliases { get; set; }

Property Value

List<string>

ClientRequestToken

Gets and sets the property ClientRequestToken.

public string ClientRequestToken { get; set; }

Property Value

string

FileSystemId

Gets and sets the property FileSystemId.

Specifies the file system from which to disassociate the DNS aliases.

public string FileSystemId { get; set; }

Property Value

string