1. Packages
  2. Constellix Provider
  3. API Docs
  4. NsRecord
constellix 0.4.6 published on Friday, Mar 7, 2025 by constellix

constellix.NsRecord

Explore with Pulumi AI

constellix logo
constellix 0.4.6 published on Friday, Mar 7, 2025 by constellix

    Create NsRecord Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new NsRecord(name: string, args: NsRecordArgs, opts?: CustomResourceOptions);
    @overload
    def NsRecord(resource_name: str,
                 args: NsRecordArgs,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def NsRecord(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 domain_id: Optional[str] = None,
                 roundrobins: Optional[Sequence[NsRecordRoundrobinArgs]] = None,
                 source_type: Optional[str] = None,
                 ttl: Optional[float] = None,
                 gtd_region: Optional[float] = None,
                 name: Optional[str] = None,
                 noanswer: Optional[bool] = None,
                 note: Optional[str] = None,
                 ns_record_id: Optional[str] = None,
                 type: Optional[str] = None)
    func NewNsRecord(ctx *Context, name string, args NsRecordArgs, opts ...ResourceOption) (*NsRecord, error)
    public NsRecord(string name, NsRecordArgs args, CustomResourceOptions? opts = null)
    public NsRecord(String name, NsRecordArgs args)
    public NsRecord(String name, NsRecordArgs args, CustomResourceOptions options)
    
    type: constellix:NsRecord
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args NsRecordArgs
    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 NsRecordArgs
    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 NsRecordArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args NsRecordArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args NsRecordArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var nsRecordResource = new Constellix.NsRecord("nsRecordResource", new()
    {
        DomainId = "string",
        Roundrobins = new[]
        {
            new Constellix.Inputs.NsRecordRoundrobinArgs
            {
                Value = "string",
                DisableFlag = "string",
            },
        },
        SourceType = "string",
        Ttl = 0,
        GtdRegion = 0,
        Name = "string",
        Noanswer = false,
        Note = "string",
        NsRecordId = "string",
        Type = "string",
    });
    
    example, err := constellix.NewNsRecord(ctx, "nsRecordResource", &constellix.NsRecordArgs{
    DomainId: pulumi.String("string"),
    Roundrobins: .NsRecordRoundrobinArray{
    &.NsRecordRoundrobinArgs{
    Value: pulumi.String("string"),
    DisableFlag: pulumi.String("string"),
    },
    },
    SourceType: pulumi.String("string"),
    Ttl: pulumi.Float64(0),
    GtdRegion: pulumi.Float64(0),
    Name: pulumi.String("string"),
    Noanswer: pulumi.Bool(false),
    Note: pulumi.String("string"),
    NsRecordId: pulumi.String("string"),
    Type: pulumi.String("string"),
    })
    
    var nsRecordResource = new NsRecord("nsRecordResource", NsRecordArgs.builder()
        .domainId("string")
        .roundrobins(NsRecordRoundrobinArgs.builder()
            .value("string")
            .disableFlag("string")
            .build())
        .sourceType("string")
        .ttl(0)
        .gtdRegion(0)
        .name("string")
        .noanswer(false)
        .note("string")
        .nsRecordId("string")
        .type("string")
        .build());
    
    ns_record_resource = constellix.NsRecord("nsRecordResource",
        domain_id="string",
        roundrobins=[{
            "value": "string",
            "disable_flag": "string",
        }],
        source_type="string",
        ttl=0,
        gtd_region=0,
        name="string",
        noanswer=False,
        note="string",
        ns_record_id="string",
        type="string")
    
    const nsRecordResource = new constellix.NsRecord("nsRecordResource", {
        domainId: "string",
        roundrobins: [{
            value: "string",
            disableFlag: "string",
        }],
        sourceType: "string",
        ttl: 0,
        gtdRegion: 0,
        name: "string",
        noanswer: false,
        note: "string",
        nsRecordId: "string",
        type: "string",
    });
    
    type: constellix:NsRecord
    properties:
        domainId: string
        gtdRegion: 0
        name: string
        noanswer: false
        note: string
        nsRecordId: string
        roundrobins:
            - disableFlag: string
              value: string
        sourceType: string
        ttl: 0
        type: string
    

    NsRecord Resource Properties

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

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The NsRecord resource accepts the following input properties:

    DomainId string
    Roundrobins List<NsRecordRoundrobin>
    SourceType string
    Ttl double
    GtdRegion double
    Name string
    Noanswer bool
    Note string
    NsRecordId string
    The constellix calculated id of the NS resource.
    Type string
    DomainId string
    Roundrobins []NsRecordRoundrobinArgs
    SourceType string
    Ttl float64
    GtdRegion float64
    Name string
    Noanswer bool
    Note string
    NsRecordId string
    The constellix calculated id of the NS resource.
    Type string
    domainId String
    roundrobins List<NsRecordRoundrobin>
    sourceType String
    ttl Double
    gtdRegion Double
    name String
    noanswer Boolean
    note String
    nsRecordId String
    The constellix calculated id of the NS resource.
    type String
    domainId string
    roundrobins NsRecordRoundrobin[]
    sourceType string
    ttl number
    gtdRegion number
    name string
    noanswer boolean
    note string
    nsRecordId string
    The constellix calculated id of the NS resource.
    type string
    domain_id str
    roundrobins Sequence[NsRecordRoundrobinArgs]
    source_type str
    ttl float
    gtd_region float
    name str
    noanswer bool
    note str
    ns_record_id str
    The constellix calculated id of the NS resource.
    type str
    domainId String
    roundrobins List<Property Map>
    sourceType String
    ttl Number
    gtdRegion Number
    name String
    noanswer Boolean
    note String
    nsRecordId String
    The constellix calculated id of the NS resource.
    type String

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing NsRecord Resource

    Get an existing NsRecord 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?: NsRecordState, opts?: CustomResourceOptions): NsRecord
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            domain_id: Optional[str] = None,
            gtd_region: Optional[float] = None,
            name: Optional[str] = None,
            noanswer: Optional[bool] = None,
            note: Optional[str] = None,
            ns_record_id: Optional[str] = None,
            roundrobins: Optional[Sequence[NsRecordRoundrobinArgs]] = None,
            source_type: Optional[str] = None,
            ttl: Optional[float] = None,
            type: Optional[str] = None) -> NsRecord
    func GetNsRecord(ctx *Context, name string, id IDInput, state *NsRecordState, opts ...ResourceOption) (*NsRecord, error)
    public static NsRecord Get(string name, Input<string> id, NsRecordState? state, CustomResourceOptions? opts = null)
    public static NsRecord get(String name, Output<String> id, NsRecordState state, CustomResourceOptions options)
    resources:  _:    type: constellix:NsRecord    get:      id: ${id}
    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:
    DomainId string
    GtdRegion double
    Name string
    Noanswer bool
    Note string
    NsRecordId string
    The constellix calculated id of the NS resource.
    Roundrobins List<NsRecordRoundrobin>
    SourceType string
    Ttl double
    Type string
    DomainId string
    GtdRegion float64
    Name string
    Noanswer bool
    Note string
    NsRecordId string
    The constellix calculated id of the NS resource.
    Roundrobins []NsRecordRoundrobinArgs
    SourceType string
    Ttl float64
    Type string
    domainId String
    gtdRegion Double
    name String
    noanswer Boolean
    note String
    nsRecordId String
    The constellix calculated id of the NS resource.
    roundrobins List<NsRecordRoundrobin>
    sourceType String
    ttl Double
    type String
    domainId string
    gtdRegion number
    name string
    noanswer boolean
    note string
    nsRecordId string
    The constellix calculated id of the NS resource.
    roundrobins NsRecordRoundrobin[]
    sourceType string
    ttl number
    type string
    domain_id str
    gtd_region float
    name str
    noanswer bool
    note str
    ns_record_id str
    The constellix calculated id of the NS resource.
    roundrobins Sequence[NsRecordRoundrobinArgs]
    source_type str
    ttl float
    type str
    domainId String
    gtdRegion Number
    name String
    noanswer Boolean
    note String
    nsRecordId String
    The constellix calculated id of the NS resource.
    roundrobins List<Property Map>
    sourceType String
    ttl Number
    type String

    Supporting Types

    NsRecordRoundrobin, NsRecordRoundrobinArgs

    Value string
    DisableFlag string
    Value string
    DisableFlag string
    value String
    disableFlag String
    value string
    disableFlag string
    value String
    disableFlag String

    Package Details

    Repository
    constellix constellix/terraform-provider-constellix
    License
    Notes
    This Pulumi package is based on the constellix Terraform Provider.
    constellix logo
    constellix 0.4.6 published on Friday, Mar 7, 2025 by constellix