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

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 This property is required. string
The unique name of the resource.
args This property is required. AaaaRecordPoolArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. AaaaRecordPoolArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. AaaaRecordPoolArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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",
});
Copy
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"),
})
Copy
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());
Copy
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")
Copy
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",
});
Copy
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
Copy

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 This property is required. double
NumReturn This property is required. double
Values This property is required. List<AaaaRecordPoolValue>
AaaaRecordPoolId string
The constellix calculated id of the aaaa record pool resource.
DisableFlag bool
FailedFlag bool
Name string
Note string
MinAvailableFailover This property is required. float64
NumReturn This property is required. float64
Values This property is required. []AaaaRecordPoolValueArgs
AaaaRecordPoolId string
The constellix calculated id of the aaaa record pool resource.
DisableFlag bool
FailedFlag bool
Name string
Note string
minAvailableFailover This property is required. Double
numReturn This property is required. Double
values This property is required. List<AaaaRecordPoolValue>
aaaaRecordPoolId String
The constellix calculated id of the aaaa record pool resource.
disableFlag Boolean
failedFlag Boolean
name String
note String
minAvailableFailover This property is required. number
numReturn This property is required. number
values This property is required. AaaaRecordPoolValue[]
aaaaRecordPoolId string
The constellix calculated id of the aaaa record pool resource.
disableFlag boolean
failedFlag boolean
name string
note string
min_available_failover This property is required. float
num_return This property is required. float
values This property is required. 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 This property is required. Number
numReturn This property is required. Number
values This property is required. 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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required. string
Value This property is required. string
Weight This property is required. string
CheckId double
DisableFlag string
Policy This property is required. string
Value This property is required. string
Weight This property is required. string
CheckId float64
DisableFlag string
policy This property is required. String
value This property is required. String
weight This property is required. String
checkId Double
disableFlag String
policy This property is required. string
value This property is required. string
weight This property is required. string
checkId number
disableFlag string
policy This property is required. str
value This property is required. str
weight This property is required. str
check_id float
disable_flag str
policy This property is required. String
value This property is required. String
weight This property is required. 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.