1. Packages
  2. NS1
  3. API Docs
  4. Zone
NS1 v3.0.0 published on Friday, Mar 17, 2023 by Pulumi

ns1.Zone

Explore with Pulumi AI

ns1 logo
NS1 v3.0.0 published on Friday, Mar 17, 2023 by Pulumi

    Import

     $ pulumi import ns1:index/zone:Zone <name> <zone>`
    

    So for the example above

     $ pulumi import ns1:index/zone:Zone example terraform.example.io`
    

    Create Zone Resource

    new Zone(name: string, args: ZoneArgs, opts?: CustomResourceOptions);
    @overload
    def Zone(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             additional_ports: Optional[Sequence[int]] = None,
             additional_primaries: Optional[Sequence[str]] = None,
             autogenerate_ns_record: Optional[bool] = None,
             dnssec: Optional[bool] = None,
             expiry: Optional[int] = None,
             hostmaster: Optional[str] = None,
             link: Optional[str] = None,
             networks: Optional[Sequence[int]] = None,
             nx_ttl: Optional[int] = None,
             primary: Optional[str] = None,
             primary_port: Optional[int] = None,
             refresh: Optional[int] = None,
             retry: Optional[int] = None,
             secondaries: Optional[Sequence[ZoneSecondaryArgs]] = None,
             tsig: Optional[Mapping[str, str]] = None,
             ttl: Optional[int] = None,
             zone: Optional[str] = None)
    @overload
    def Zone(resource_name: str,
             args: ZoneArgs,
             opts: Optional[ResourceOptions] = None)
    func NewZone(ctx *Context, name string, args ZoneArgs, opts ...ResourceOption) (*Zone, error)
    public Zone(string name, ZoneArgs args, CustomResourceOptions? opts = null)
    public Zone(String name, ZoneArgs args)
    public Zone(String name, ZoneArgs args, CustomResourceOptions options)
    
    type: ns1:Zone
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args ZoneArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ZoneArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ZoneArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ZoneArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ZoneArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Zone Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Zone resource accepts the following input properties:

    ZoneName string

    The domain name of the zone.

    AdditionalPorts List<int>
    AdditionalPrimaries List<string>

    List of additional IPv4 addresses for the primary zone. Conflicts with secondaries.

    AutogenerateNsRecord bool
    Dnssec bool

    Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to true.

    Expiry int

    The SOA Expiry. Conflicts with primary and additional_primaries (default must be accepted).

    Hostmaster string

    (Computed) The SOA Hostmaster.

    Link string

    The target zone(domain name) to link to.

    Networks List<int>

    List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.

    NxTtl int

    The SOA NX TTL. Conflicts with primary and additional_primaries (default must be accepted).

    Primary string

    The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with secondaries.

    PrimaryPort int
    Refresh int

    The SOA Refresh. Conflicts with primary and additional_primaries (default must be accepted).

    Retry int

    The SOA Retry. Conflicts with primary and additional_primaries (default must be accepted).

    Secondaries List<ZoneSecondaryArgs>

    List of secondary servers. This makes the zone a primary. Conflicts with primary and additional_primaries. Secondaries is documented below.

    Tsig Dictionary<string, string>

    TSIG is documented below

    Ttl int

    The SOA TTL.

    Zone string

    The domain name of the zone.

    AdditionalPorts []int
    AdditionalPrimaries []string

    List of additional IPv4 addresses for the primary zone. Conflicts with secondaries.

    AutogenerateNsRecord bool
    Dnssec bool

    Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to true.

    Expiry int

    The SOA Expiry. Conflicts with primary and additional_primaries (default must be accepted).

    Hostmaster string

    (Computed) The SOA Hostmaster.

    Link string

    The target zone(domain name) to link to.

    Networks []int

    List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.

    NxTtl int

    The SOA NX TTL. Conflicts with primary and additional_primaries (default must be accepted).

    Primary string

    The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with secondaries.

    PrimaryPort int
    Refresh int

    The SOA Refresh. Conflicts with primary and additional_primaries (default must be accepted).

    Retry int

    The SOA Retry. Conflicts with primary and additional_primaries (default must be accepted).

    Secondaries []ZoneSecondaryArgs

    List of secondary servers. This makes the zone a primary. Conflicts with primary and additional_primaries. Secondaries is documented below.

    Tsig map[string]string

    TSIG is documented below

    Ttl int

    The SOA TTL.

    zone String

    The domain name of the zone.

    additionalPorts List<Integer>
    additionalPrimaries List<String>

    List of additional IPv4 addresses for the primary zone. Conflicts with secondaries.

    autogenerateNsRecord Boolean
    dnssec Boolean

    Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to true.

    expiry Integer

    The SOA Expiry. Conflicts with primary and additional_primaries (default must be accepted).

    hostmaster String

    (Computed) The SOA Hostmaster.

    link String

    The target zone(domain name) to link to.

    networks List<Integer>

    List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.

    nxTtl Integer

    The SOA NX TTL. Conflicts with primary and additional_primaries (default must be accepted).

    primary String

    The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with secondaries.

    primaryPort Integer
    refresh Integer

    The SOA Refresh. Conflicts with primary and additional_primaries (default must be accepted).

    retry Integer

    The SOA Retry. Conflicts with primary and additional_primaries (default must be accepted).

    secondaries List<ZoneSecondaryArgs>

    List of secondary servers. This makes the zone a primary. Conflicts with primary and additional_primaries. Secondaries is documented below.

    tsig Map<String,String>

    TSIG is documented below

    ttl Integer

    The SOA TTL.

    zone string

    The domain name of the zone.

    additionalPorts number[]
    additionalPrimaries string[]

    List of additional IPv4 addresses for the primary zone. Conflicts with secondaries.

    autogenerateNsRecord boolean
    dnssec boolean

    Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to true.

    expiry number

    The SOA Expiry. Conflicts with primary and additional_primaries (default must be accepted).

    hostmaster string

    (Computed) The SOA Hostmaster.

    link string

    The target zone(domain name) to link to.

    networks number[]

    List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.

    nxTtl number

    The SOA NX TTL. Conflicts with primary and additional_primaries (default must be accepted).

    primary string

    The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with secondaries.

    primaryPort number
    refresh number

    The SOA Refresh. Conflicts with primary and additional_primaries (default must be accepted).

    retry number

    The SOA Retry. Conflicts with primary and additional_primaries (default must be accepted).

    secondaries ZoneSecondaryArgs[]

    List of secondary servers. This makes the zone a primary. Conflicts with primary and additional_primaries. Secondaries is documented below.

    tsig {[key: string]: string}

    TSIG is documented below

    ttl number

    The SOA TTL.

    zone str

    The domain name of the zone.

    additional_ports Sequence[int]
    additional_primaries Sequence[str]

    List of additional IPv4 addresses for the primary zone. Conflicts with secondaries.

    autogenerate_ns_record bool
    dnssec bool

    Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to true.

    expiry int

    The SOA Expiry. Conflicts with primary and additional_primaries (default must be accepted).

    hostmaster str

    (Computed) The SOA Hostmaster.

    link str

    The target zone(domain name) to link to.

    networks Sequence[int]

    List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.

    nx_ttl int

    The SOA NX TTL. Conflicts with primary and additional_primaries (default must be accepted).

    primary str

    The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with secondaries.

    primary_port int
    refresh int

    The SOA Refresh. Conflicts with primary and additional_primaries (default must be accepted).

    retry int

    The SOA Retry. Conflicts with primary and additional_primaries (default must be accepted).

    secondaries Sequence[ZoneSecondaryArgs]

    List of secondary servers. This makes the zone a primary. Conflicts with primary and additional_primaries. Secondaries is documented below.

    tsig Mapping[str, str]

    TSIG is documented below

    ttl int

    The SOA TTL.

    zone String

    The domain name of the zone.

    additionalPorts List<Number>
    additionalPrimaries List<String>

    List of additional IPv4 addresses for the primary zone. Conflicts with secondaries.

    autogenerateNsRecord Boolean
    dnssec Boolean

    Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to true.

    expiry Number

    The SOA Expiry. Conflicts with primary and additional_primaries (default must be accepted).

    hostmaster String

    (Computed) The SOA Hostmaster.

    link String

    The target zone(domain name) to link to.

    networks List<Number>

    List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.

    nxTtl Number

    The SOA NX TTL. Conflicts with primary and additional_primaries (default must be accepted).

    primary String

    The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with secondaries.

    primaryPort Number
    refresh Number

    The SOA Refresh. Conflicts with primary and additional_primaries (default must be accepted).

    retry Number

    The SOA Retry. Conflicts with primary and additional_primaries (default must be accepted).

    secondaries List<Property Map>

    List of secondary servers. This makes the zone a primary. Conflicts with primary and additional_primaries. Secondaries is documented below.

    tsig Map<String>

    TSIG is documented below

    ttl Number

    The SOA TTL.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Zone resource produces the following output properties:

    DnsServers string

    (Computed) Authoritative Name Servers.

    Id string

    The provider-assigned unique ID for this managed resource.

    DnsServers string

    (Computed) Authoritative Name Servers.

    Id string

    The provider-assigned unique ID for this managed resource.

    dnsServers String

    (Computed) Authoritative Name Servers.

    id String

    The provider-assigned unique ID for this managed resource.

    dnsServers string

    (Computed) Authoritative Name Servers.

    id string

    The provider-assigned unique ID for this managed resource.

    dns_servers str

    (Computed) Authoritative Name Servers.

    id str

    The provider-assigned unique ID for this managed resource.

    dnsServers String

    (Computed) Authoritative Name Servers.

    id String

    The provider-assigned unique ID for this managed resource.

    Look up Existing Zone Resource

    Get an existing Zone resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ZoneState, opts?: CustomResourceOptions): Zone
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            additional_ports: Optional[Sequence[int]] = None,
            additional_primaries: Optional[Sequence[str]] = None,
            autogenerate_ns_record: Optional[bool] = None,
            dns_servers: Optional[str] = None,
            dnssec: Optional[bool] = None,
            expiry: Optional[int] = None,
            hostmaster: Optional[str] = None,
            link: Optional[str] = None,
            networks: Optional[Sequence[int]] = None,
            nx_ttl: Optional[int] = None,
            primary: Optional[str] = None,
            primary_port: Optional[int] = None,
            refresh: Optional[int] = None,
            retry: Optional[int] = None,
            secondaries: Optional[Sequence[ZoneSecondaryArgs]] = None,
            tsig: Optional[Mapping[str, str]] = None,
            ttl: Optional[int] = None,
            zone: Optional[str] = None) -> Zone
    func GetZone(ctx *Context, name string, id IDInput, state *ZoneState, opts ...ResourceOption) (*Zone, error)
    public static Zone Get(string name, Input<string> id, ZoneState? state, CustomResourceOptions? opts = null)
    public static Zone get(String name, Output<String> id, ZoneState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AdditionalPorts List<int>
    AdditionalPrimaries List<string>

    List of additional IPv4 addresses for the primary zone. Conflicts with secondaries.

    AutogenerateNsRecord bool
    DnsServers string

    (Computed) Authoritative Name Servers.

    Dnssec bool

    Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to true.

    Expiry int

    The SOA Expiry. Conflicts with primary and additional_primaries (default must be accepted).

    Hostmaster string

    (Computed) The SOA Hostmaster.

    Link string

    The target zone(domain name) to link to.

    Networks List<int>

    List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.

    NxTtl int

    The SOA NX TTL. Conflicts with primary and additional_primaries (default must be accepted).

    Primary string

    The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with secondaries.

    PrimaryPort int
    Refresh int

    The SOA Refresh. Conflicts with primary and additional_primaries (default must be accepted).

    Retry int

    The SOA Retry. Conflicts with primary and additional_primaries (default must be accepted).

    Secondaries List<ZoneSecondaryArgs>

    List of secondary servers. This makes the zone a primary. Conflicts with primary and additional_primaries. Secondaries is documented below.

    Tsig Dictionary<string, string>

    TSIG is documented below

    Ttl int

    The SOA TTL.

    ZoneName string

    The domain name of the zone.

    AdditionalPorts []int
    AdditionalPrimaries []string

    List of additional IPv4 addresses for the primary zone. Conflicts with secondaries.

    AutogenerateNsRecord bool
    DnsServers string

    (Computed) Authoritative Name Servers.

    Dnssec bool

    Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to true.

    Expiry int

    The SOA Expiry. Conflicts with primary and additional_primaries (default must be accepted).

    Hostmaster string

    (Computed) The SOA Hostmaster.

    Link string

    The target zone(domain name) to link to.

    Networks []int

    List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.

    NxTtl int

    The SOA NX TTL. Conflicts with primary and additional_primaries (default must be accepted).

    Primary string

    The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with secondaries.

    PrimaryPort int
    Refresh int

    The SOA Refresh. Conflicts with primary and additional_primaries (default must be accepted).

    Retry int

    The SOA Retry. Conflicts with primary and additional_primaries (default must be accepted).

    Secondaries []ZoneSecondaryArgs

    List of secondary servers. This makes the zone a primary. Conflicts with primary and additional_primaries. Secondaries is documented below.

    Tsig map[string]string

    TSIG is documented below

    Ttl int

    The SOA TTL.

    Zone string

    The domain name of the zone.

    additionalPorts List<Integer>
    additionalPrimaries List<String>

    List of additional IPv4 addresses for the primary zone. Conflicts with secondaries.

    autogenerateNsRecord Boolean
    dnsServers String

    (Computed) Authoritative Name Servers.

    dnssec Boolean

    Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to true.

    expiry Integer

    The SOA Expiry. Conflicts with primary and additional_primaries (default must be accepted).

    hostmaster String

    (Computed) The SOA Hostmaster.

    link String

    The target zone(domain name) to link to.

    networks List<Integer>

    List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.

    nxTtl Integer

    The SOA NX TTL. Conflicts with primary and additional_primaries (default must be accepted).

    primary String

    The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with secondaries.

    primaryPort Integer
    refresh Integer

    The SOA Refresh. Conflicts with primary and additional_primaries (default must be accepted).

    retry Integer

    The SOA Retry. Conflicts with primary and additional_primaries (default must be accepted).

    secondaries List<ZoneSecondaryArgs>

    List of secondary servers. This makes the zone a primary. Conflicts with primary and additional_primaries. Secondaries is documented below.

    tsig Map<String,String>

    TSIG is documented below

    ttl Integer

    The SOA TTL.

    zone String

    The domain name of the zone.

    additionalPorts number[]
    additionalPrimaries string[]

    List of additional IPv4 addresses for the primary zone. Conflicts with secondaries.

    autogenerateNsRecord boolean
    dnsServers string

    (Computed) Authoritative Name Servers.

    dnssec boolean

    Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to true.

    expiry number

    The SOA Expiry. Conflicts with primary and additional_primaries (default must be accepted).

    hostmaster string

    (Computed) The SOA Hostmaster.

    link string

    The target zone(domain name) to link to.

    networks number[]

    List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.

    nxTtl number

    The SOA NX TTL. Conflicts with primary and additional_primaries (default must be accepted).

    primary string

    The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with secondaries.

    primaryPort number
    refresh number

    The SOA Refresh. Conflicts with primary and additional_primaries (default must be accepted).

    retry number

    The SOA Retry. Conflicts with primary and additional_primaries (default must be accepted).

    secondaries ZoneSecondaryArgs[]

    List of secondary servers. This makes the zone a primary. Conflicts with primary and additional_primaries. Secondaries is documented below.

    tsig {[key: string]: string}

    TSIG is documented below

    ttl number

    The SOA TTL.

    zone string

    The domain name of the zone.

    additional_ports Sequence[int]
    additional_primaries Sequence[str]

    List of additional IPv4 addresses for the primary zone. Conflicts with secondaries.

    autogenerate_ns_record bool
    dns_servers str

    (Computed) Authoritative Name Servers.

    dnssec bool

    Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to true.

    expiry int

    The SOA Expiry. Conflicts with primary and additional_primaries (default must be accepted).

    hostmaster str

    (Computed) The SOA Hostmaster.

    link str

    The target zone(domain name) to link to.

    networks Sequence[int]

    List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.

    nx_ttl int

    The SOA NX TTL. Conflicts with primary and additional_primaries (default must be accepted).

    primary str

    The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with secondaries.

    primary_port int
    refresh int

    The SOA Refresh. Conflicts with primary and additional_primaries (default must be accepted).

    retry int

    The SOA Retry. Conflicts with primary and additional_primaries (default must be accepted).

    secondaries Sequence[ZoneSecondaryArgs]

    List of secondary servers. This makes the zone a primary. Conflicts with primary and additional_primaries. Secondaries is documented below.

    tsig Mapping[str, str]

    TSIG is documented below

    ttl int

    The SOA TTL.

    zone str

    The domain name of the zone.

    additionalPorts List<Number>
    additionalPrimaries List<String>

    List of additional IPv4 addresses for the primary zone. Conflicts with secondaries.

    autogenerateNsRecord Boolean
    dnsServers String

    (Computed) Authoritative Name Servers.

    dnssec Boolean

    Whether or not DNSSEC is enabled for the zone. Note that DNSSEC must be enabled on the account by support for this to be set to true.

    expiry Number

    The SOA Expiry. Conflicts with primary and additional_primaries (default must be accepted).

    hostmaster String

    (Computed) The SOA Hostmaster.

    link String

    The target zone(domain name) to link to.

    networks List<Number>

    List of network IDs for which the zone is available. If no network is provided, the zone will be created in network 0, the primary NS1 Global Network.

    nxTtl Number

    The SOA NX TTL. Conflicts with primary and additional_primaries (default must be accepted).

    primary String

    The primary zones' IPv4 address. This makes the zone a secondary. Conflicts with secondaries.

    primaryPort Number
    refresh Number

    The SOA Refresh. Conflicts with primary and additional_primaries (default must be accepted).

    retry Number

    The SOA Retry. Conflicts with primary and additional_primaries (default must be accepted).

    secondaries List<Property Map>

    List of secondary servers. This makes the zone a primary. Conflicts with primary and additional_primaries. Secondaries is documented below.

    tsig Map<String>

    TSIG is documented below

    ttl Number

    The SOA TTL.

    zone String

    The domain name of the zone.

    Supporting Types

    ZoneSecondary

    Ip string

    IPv4 address of the secondary server.

    Networks List<int>

    List of network IDs (int) for which the zone should be made available. Default is network 0, the primary NSONE Global Network. Normally, you should not have to worry about this.

    Notify bool

    Whether we send NOTIFY messages to the secondary host when the zone changes. Default false.

    Port int

    Port of the the secondary server. Default 53.

    Ip string

    IPv4 address of the secondary server.

    Networks []int

    List of network IDs (int) for which the zone should be made available. Default is network 0, the primary NSONE Global Network. Normally, you should not have to worry about this.

    Notify bool

    Whether we send NOTIFY messages to the secondary host when the zone changes. Default false.

    Port int

    Port of the the secondary server. Default 53.

    ip String

    IPv4 address of the secondary server.

    networks List<Integer>

    List of network IDs (int) for which the zone should be made available. Default is network 0, the primary NSONE Global Network. Normally, you should not have to worry about this.

    notify_ Boolean

    Whether we send NOTIFY messages to the secondary host when the zone changes. Default false.

    port Integer

    Port of the the secondary server. Default 53.

    ip string

    IPv4 address of the secondary server.

    networks number[]

    List of network IDs (int) for which the zone should be made available. Default is network 0, the primary NSONE Global Network. Normally, you should not have to worry about this.

    notify boolean

    Whether we send NOTIFY messages to the secondary host when the zone changes. Default false.

    port number

    Port of the the secondary server. Default 53.

    ip str

    IPv4 address of the secondary server.

    networks Sequence[int]

    List of network IDs (int) for which the zone should be made available. Default is network 0, the primary NSONE Global Network. Normally, you should not have to worry about this.

    notify bool

    Whether we send NOTIFY messages to the secondary host when the zone changes. Default false.

    port int

    Port of the the secondary server. Default 53.

    ip String

    IPv4 address of the secondary server.

    networks List<Number>

    List of network IDs (int) for which the zone should be made available. Default is network 0, the primary NSONE Global Network. Normally, you should not have to worry about this.

    notify Boolean

    Whether we send NOTIFY messages to the secondary host when the zone changes. Default false.

    port Number

    Port of the the secondary server. Default 53.

    Package Details

    Repository
    NS1 pulumi/pulumi-ns1
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the ns1 Terraform Provider.

    ns1 logo
    NS1 v3.0.0 published on Friday, Mar 17, 2023 by Pulumi