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

constellix.AaaaRecordPool

Explore with Pulumi AI

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

    Create AaaaRecordPool Resource

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

    Constructor syntax

    new AaaaRecordPool(name: string, args: AaaaRecordPoolArgs, opts?: CustomResourceOptions);
    @overload
    def AaaaRecordPool(resource_name: str,
                       args: AaaaRecordPoolArgs,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def AaaaRecordPool(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       min_available_failover: Optional[float] = None,
                       num_return: Optional[float] = None,
                       values: Optional[Sequence[AaaaRecordPoolValueArgs]] = None,
                       aaaa_record_pool_id: Optional[str] = None,
                       disable_flag: Optional[bool] = None,
                       failed_flag: Optional[bool] = None,
                       name: Optional[str] = None,
                       note: Optional[str] = None)
    func NewAaaaRecordPool(ctx *Context, name string, args AaaaRecordPoolArgs, opts ...ResourceOption) (*AaaaRecordPool, error)
    public AaaaRecordPool(string name, AaaaRecordPoolArgs args, CustomResourceOptions? opts = null)
    public AaaaRecordPool(String name, AaaaRecordPoolArgs args)
    public AaaaRecordPool(String name, AaaaRecordPoolArgs args, CustomResourceOptions options)
    
    type: constellix:AaaaRecordPool
    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 AaaaRecordPoolArgs
    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 AaaaRecordPoolArgs
    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 AaaaRecordPoolArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AaaaRecordPoolArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AaaaRecordPoolArgs
    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 aaaaRecordPoolResource = new Constellix.AaaaRecordPool("aaaaRecordPoolResource", new()
    {
        MinAvailableFailover = 0,
        NumReturn = 0,
        Values = new[]
        {
            new Constellix.Inputs.AaaaRecordPoolValueArgs
            {
                Policy = "string",
                Value = "string",
                Weight = "string",
                CheckId = 0,
                DisableFlag = "string",
            },
        },
        AaaaRecordPoolId = "string",
        DisableFlag = false,
        FailedFlag = false,
        Name = "string",
        Note = "string",
    });
    
    example, err := constellix.NewAaaaRecordPool(ctx, "aaaaRecordPoolResource", &constellix.AaaaRecordPoolArgs{
    MinAvailableFailover: pulumi.Float64(0),
    NumReturn: pulumi.Float64(0),
    Values: .AaaaRecordPoolValueArray{
    &.AaaaRecordPoolValueArgs{
    Policy: pulumi.String("string"),
    Value: pulumi.String("string"),
    Weight: pulumi.String("string"),
    CheckId: pulumi.Float64(0),
    DisableFlag: pulumi.String("string"),
    },
    },
    AaaaRecordPoolId: pulumi.String("string"),
    DisableFlag: pulumi.Bool(false),
    FailedFlag: pulumi.Bool(false),
    Name: pulumi.String("string"),
    Note: pulumi.String("string"),
    })
    
    var aaaaRecordPoolResource = new AaaaRecordPool("aaaaRecordPoolResource", AaaaRecordPoolArgs.builder()
        .minAvailableFailover(0)
        .numReturn(0)
        .values(AaaaRecordPoolValueArgs.builder()
            .policy("string")
            .value("string")
            .weight("string")
            .checkId(0)
            .disableFlag("string")
            .build())
        .aaaaRecordPoolId("string")
        .disableFlag(false)
        .failedFlag(false)
        .name("string")
        .note("string")
        .build());
    
    aaaa_record_pool_resource = constellix.AaaaRecordPool("aaaaRecordPoolResource",
        min_available_failover=0,
        num_return=0,
        values=[{
            "policy": "string",
            "value": "string",
            "weight": "string",
            "check_id": 0,
            "disable_flag": "string",
        }],
        aaaa_record_pool_id="string",
        disable_flag=False,
        failed_flag=False,
        name="string",
        note="string")
    
    const aaaaRecordPoolResource = new constellix.AaaaRecordPool("aaaaRecordPoolResource", {
        minAvailableFailover: 0,
        numReturn: 0,
        values: [{
            policy: "string",
            value: "string",
            weight: "string",
            checkId: 0,
            disableFlag: "string",
        }],
        aaaaRecordPoolId: "string",
        disableFlag: false,
        failedFlag: false,
        name: "string",
        note: "string",
    });
    
    type: constellix:AaaaRecordPool
    properties:
        aaaaRecordPoolId: string
        disableFlag: false
        failedFlag: false
        minAvailableFailover: 0
        name: string
        note: string
        numReturn: 0
        values:
            - checkId: 0
              disableFlag: string
              policy: string
              value: string
              weight: string
    

    AaaaRecordPool 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 AaaaRecordPool resource accepts the following input properties:

    MinAvailableFailover double
    NumReturn double
    Values List<AaaaRecordPoolValue>
    AaaaRecordPoolId string
    The constellix calculated id of the aaaa record pool resource.
    DisableFlag bool
    FailedFlag bool
    Name string
    Note string
    MinAvailableFailover float64
    NumReturn float64
    Values []AaaaRecordPoolValueArgs
    AaaaRecordPoolId string
    The constellix calculated id of the aaaa record pool resource.
    DisableFlag bool
    FailedFlag bool
    Name string
    Note string
    minAvailableFailover Double
    numReturn Double
    values List<AaaaRecordPoolValue>
    aaaaRecordPoolId String
    The constellix calculated id of the aaaa record pool resource.
    disableFlag Boolean
    failedFlag Boolean
    name String
    note String
    minAvailableFailover number
    numReturn number
    values AaaaRecordPoolValue[]
    aaaaRecordPoolId string
    The constellix calculated id of the aaaa record pool resource.
    disableFlag boolean
    failedFlag boolean
    name string
    note string
    min_available_failover float
    num_return float
    values Sequence[AaaaRecordPoolValueArgs]
    aaaa_record_pool_id str
    The constellix calculated id of the aaaa record pool resource.
    disable_flag bool
    failed_flag bool
    name str
    note str
    minAvailableFailover Number
    numReturn Number
    values List<Property Map>
    aaaaRecordPoolId String
    The constellix calculated id of the aaaa record pool resource.
    disableFlag Boolean
    failedFlag Boolean
    name String
    note String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the AaaaRecordPool 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 AaaaRecordPool Resource

    Get an existing AaaaRecordPool 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?: AaaaRecordPoolState, opts?: CustomResourceOptions): AaaaRecordPool
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            aaaa_record_pool_id: Optional[str] = None,
            disable_flag: Optional[bool] = None,
            failed_flag: Optional[bool] = None,
            min_available_failover: Optional[float] = None,
            name: Optional[str] = None,
            note: Optional[str] = None,
            num_return: Optional[float] = None,
            values: Optional[Sequence[AaaaRecordPoolValueArgs]] = None) -> AaaaRecordPool
    func GetAaaaRecordPool(ctx *Context, name string, id IDInput, state *AaaaRecordPoolState, opts ...ResourceOption) (*AaaaRecordPool, error)
    public static AaaaRecordPool Get(string name, Input<string> id, AaaaRecordPoolState? state, CustomResourceOptions? opts = null)
    public static AaaaRecordPool get(String name, Output<String> id, AaaaRecordPoolState state, CustomResourceOptions options)
    resources:  _:    type: constellix:AaaaRecordPool    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:
    AaaaRecordPoolId string
    The constellix calculated id of the aaaa record pool resource.
    DisableFlag bool
    FailedFlag bool
    MinAvailableFailover double
    Name string
    Note string
    NumReturn double
    Values List<AaaaRecordPoolValue>
    AaaaRecordPoolId string
    The constellix calculated id of the aaaa record pool resource.
    DisableFlag bool
    FailedFlag bool
    MinAvailableFailover float64
    Name string
    Note string
    NumReturn float64
    Values []AaaaRecordPoolValueArgs
    aaaaRecordPoolId String
    The constellix calculated id of the aaaa record pool resource.
    disableFlag Boolean
    failedFlag Boolean
    minAvailableFailover Double
    name String
    note String
    numReturn Double
    values List<AaaaRecordPoolValue>
    aaaaRecordPoolId string
    The constellix calculated id of the aaaa record pool resource.
    disableFlag boolean
    failedFlag boolean
    minAvailableFailover number
    name string
    note string
    numReturn number
    values AaaaRecordPoolValue[]
    aaaa_record_pool_id str
    The constellix calculated id of the aaaa record pool resource.
    disable_flag bool
    failed_flag bool
    min_available_failover float
    name str
    note str
    num_return float
    values Sequence[AaaaRecordPoolValueArgs]
    aaaaRecordPoolId String
    The constellix calculated id of the aaaa record pool resource.
    disableFlag Boolean
    failedFlag Boolean
    minAvailableFailover Number
    name String
    note String
    numReturn Number
    values List<Property Map>

    Supporting Types

    AaaaRecordPoolValue, AaaaRecordPoolValueArgs

    Policy string
    Value string
    Weight string
    CheckId double
    DisableFlag string
    Policy string
    Value string
    Weight string
    CheckId float64
    DisableFlag string
    policy String
    value String
    weight String
    checkId Double
    disableFlag String
    policy string
    value string
    weight string
    checkId number
    disableFlag string
    policy String
    value String
    weight String
    checkId Number
    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