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

constellix.ARecordPool

Explore with Pulumi AI

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

    Create ARecordPool Resource

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

    Constructor syntax

    new ARecordPool(name: string, args: ARecordPoolArgs, opts?: CustomResourceOptions);
    @overload
    def ARecordPool(resource_name: str,
                    args: ARecordPoolArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def ARecordPool(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    min_available_failover: Optional[float] = None,
                    num_return: Optional[float] = None,
                    values: Optional[Sequence[ARecordPoolValueArgs]] = None,
                    a_record_pool_id: Optional[str] = None,
                    disable_flag: Optional[str] = None,
                    failed_flag: Optional[str] = None,
                    name: Optional[str] = None,
                    note: Optional[str] = None,
                    version: Optional[float] = None)
    func NewARecordPool(ctx *Context, name string, args ARecordPoolArgs, opts ...ResourceOption) (*ARecordPool, error)
    public ARecordPool(string name, ARecordPoolArgs args, CustomResourceOptions? opts = null)
    public ARecordPool(String name, ARecordPoolArgs args)
    public ARecordPool(String name, ARecordPoolArgs args, CustomResourceOptions options)
    
    type: constellix:ARecordPool
    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 ARecordPoolArgs
    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 ARecordPoolArgs
    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 ARecordPoolArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ARecordPoolArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ARecordPoolArgs
    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 arecordPoolResource = new Constellix.ARecordPool("arecordPoolResource", new()
    {
        MinAvailableFailover = 0,
        NumReturn = 0,
        Values = new[]
        {
            new Constellix.Inputs.ARecordPoolValueArgs
            {
                Policy = "string",
                Value = "string",
                Weight = 0,
                CheckId = 0,
                DisableFlag = "string",
            },
        },
        ARecordPoolId = "string",
        DisableFlag = "string",
        FailedFlag = "string",
        Name = "string",
        Note = "string",
        Version = 0,
    });
    
    example, err := constellix.NewARecordPool(ctx, "arecordPoolResource", &constellix.ARecordPoolArgs{
    MinAvailableFailover: pulumi.Float64(0),
    NumReturn: pulumi.Float64(0),
    Values: .ARecordPoolValueArray{
    &.ARecordPoolValueArgs{
    Policy: pulumi.String("string"),
    Value: pulumi.String("string"),
    Weight: pulumi.Float64(0),
    CheckId: pulumi.Float64(0),
    DisableFlag: pulumi.String("string"),
    },
    },
    ARecordPoolId: pulumi.String("string"),
    DisableFlag: pulumi.String("string"),
    FailedFlag: pulumi.String("string"),
    Name: pulumi.String("string"),
    Note: pulumi.String("string"),
    Version: pulumi.Float64(0),
    })
    
    var arecordPoolResource = new ARecordPool("arecordPoolResource", ARecordPoolArgs.builder()
        .minAvailableFailover(0)
        .numReturn(0)
        .values(ARecordPoolValueArgs.builder()
            .policy("string")
            .value("string")
            .weight(0)
            .checkId(0)
            .disableFlag("string")
            .build())
        .aRecordPoolId("string")
        .disableFlag("string")
        .failedFlag("string")
        .name("string")
        .note("string")
        .version(0)
        .build());
    
    arecord_pool_resource = constellix.ARecordPool("arecordPoolResource",
        min_available_failover=0,
        num_return=0,
        values=[{
            "policy": "string",
            "value": "string",
            "weight": 0,
            "check_id": 0,
            "disable_flag": "string",
        }],
        a_record_pool_id="string",
        disable_flag="string",
        failed_flag="string",
        name="string",
        note="string",
        version=0)
    
    const arecordPoolResource = new constellix.ARecordPool("arecordPoolResource", {
        minAvailableFailover: 0,
        numReturn: 0,
        values: [{
            policy: "string",
            value: "string",
            weight: 0,
            checkId: 0,
            disableFlag: "string",
        }],
        aRecordPoolId: "string",
        disableFlag: "string",
        failedFlag: "string",
        name: "string",
        note: "string",
        version: 0,
    });
    
    type: constellix:ARecordPool
    properties:
        aRecordPoolId: string
        disableFlag: string
        failedFlag: string
        minAvailableFailover: 0
        name: string
        note: string
        numReturn: 0
        values:
            - checkId: 0
              disableFlag: string
              policy: string
              value: string
              weight: 0
        version: 0
    

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

    MinAvailableFailover double
    NumReturn double
    Values List<ARecordPoolValue>
    ARecordPoolId string
    The constellix calculated id of the A record pool resource.
    DisableFlag string
    FailedFlag string
    Name string
    Note string
    Version double
    MinAvailableFailover float64
    NumReturn float64
    Values []ARecordPoolValueArgs
    ARecordPoolId string
    The constellix calculated id of the A record pool resource.
    DisableFlag string
    FailedFlag string
    Name string
    Note string
    Version float64
    minAvailableFailover Double
    numReturn Double
    values List<ARecordPoolValue>
    aRecordPoolId String
    The constellix calculated id of the A record pool resource.
    disableFlag String
    failedFlag String
    name String
    note String
    version Double
    minAvailableFailover number
    numReturn number
    values ARecordPoolValue[]
    aRecordPoolId string
    The constellix calculated id of the A record pool resource.
    disableFlag string
    failedFlag string
    name string
    note string
    version number
    min_available_failover float
    num_return float
    values Sequence[ARecordPoolValueArgs]
    a_record_pool_id str
    The constellix calculated id of the A record pool resource.
    disable_flag str
    failed_flag str
    name str
    note str
    version float
    minAvailableFailover Number
    numReturn Number
    values List<Property Map>
    aRecordPoolId String
    The constellix calculated id of the A record pool resource.
    disableFlag String
    failedFlag String
    name String
    note String
    version Number

    Outputs

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

    Get an existing ARecordPool 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?: ARecordPoolState, opts?: CustomResourceOptions): ARecordPool
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            a_record_pool_id: Optional[str] = None,
            disable_flag: Optional[str] = None,
            failed_flag: Optional[str] = None,
            min_available_failover: Optional[float] = None,
            name: Optional[str] = None,
            note: Optional[str] = None,
            num_return: Optional[float] = None,
            values: Optional[Sequence[ARecordPoolValueArgs]] = None,
            version: Optional[float] = None) -> ARecordPool
    func GetARecordPool(ctx *Context, name string, id IDInput, state *ARecordPoolState, opts ...ResourceOption) (*ARecordPool, error)
    public static ARecordPool Get(string name, Input<string> id, ARecordPoolState? state, CustomResourceOptions? opts = null)
    public static ARecordPool get(String name, Output<String> id, ARecordPoolState state, CustomResourceOptions options)
    resources:  _:    type: constellix:ARecordPool    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:
    ARecordPoolId string
    The constellix calculated id of the A record pool resource.
    DisableFlag string
    FailedFlag string
    MinAvailableFailover double
    Name string
    Note string
    NumReturn double
    Values List<ARecordPoolValue>
    Version double
    ARecordPoolId string
    The constellix calculated id of the A record pool resource.
    DisableFlag string
    FailedFlag string
    MinAvailableFailover float64
    Name string
    Note string
    NumReturn float64
    Values []ARecordPoolValueArgs
    Version float64
    aRecordPoolId String
    The constellix calculated id of the A record pool resource.
    disableFlag String
    failedFlag String
    minAvailableFailover Double
    name String
    note String
    numReturn Double
    values List<ARecordPoolValue>
    version Double
    aRecordPoolId string
    The constellix calculated id of the A record pool resource.
    disableFlag string
    failedFlag string
    minAvailableFailover number
    name string
    note string
    numReturn number
    values ARecordPoolValue[]
    version number
    a_record_pool_id str
    The constellix calculated id of the A record pool resource.
    disable_flag str
    failed_flag str
    min_available_failover float
    name str
    note str
    num_return float
    values Sequence[ARecordPoolValueArgs]
    version float
    aRecordPoolId String
    The constellix calculated id of the A record pool resource.
    disableFlag String
    failedFlag String
    minAvailableFailover Number
    name String
    note String
    numReturn Number
    values List<Property Map>
    version Number

    Supporting Types

    ARecordPoolValue, ARecordPoolValueArgs

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