< Back

New-NSdnsrecord

Sat Jan 11, 2020 12:12 am

NAME New-NSdnsrecord



SYNOPSIS





SYNTAX

New-NSdnsrecord [-type] <string> [[-session] <nitro_service>] [[-record] <string>] [[-contact] <string>] [[-data]

<string>] [[-domainname] <string>] [[-ttl] <long>] [[-originserver] <string>] [<CommonParameters>]



New-NSdnsrecord [-type] <string> [[-session] <nitro_service>] [[-record] <string>] [[-data] <string>] [-priority]

<uint> [[-ttl] <long>] [-port] <uint> [-weight] <uint> [<CommonParameters>]



New-NSdnsrecord [-type] <string> [[-session] <nitro_service>] [[-record] <string>] [[-data] <string>] [-priority]

<uint> [[-ttl] <long>] [<CommonParameters>]





DESCRIPTION





PARAMETERS

-session <nitro_service>

This parameter requires a nitro_service object. This can be requested using the get-nitrosession and pipelined

into this command.



Required? false

Position? 0

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-type <string>



Required? true

Position? 0

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-record <string>



Required? false

Position? 2

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-data <string>



Required? false

Position? 3

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ttl <long>



Required? false

Position? 4

Default value 3600

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-contact <string>



Required? false

Position? 3

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-domainname <string>



Required? false

Position? 4

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-originserver <string>



Required? false

Position? 5

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-priority <uint>



Required? true

Position? 4

Default value 0

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-port <uint>



Required? true

Position? 5

Default value 0

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-weight <uint>



Required? true

Position? 6

Default value 0

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

com.citrix.netscaler.nitro.service.nitro_service

This parameter requires a nitro_service object. This can be requested using the get-nitrosession and pipelined

into this command.



System.String



System.String



System.String



System.Int64



System.String



System.String



System.String



System.UInt32



System.UInt32



System.UInt32





OUTPUTS





RELATED LINKS