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",
});
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:
This property is required. double- Num
Return This property is required. double - Values
This property is required. List<AaaaRecord Pool Value> - Aaaa
Record stringPool Id - The constellix calculated id of the aaaa record pool resource.
- Disable
Flag bool - Failed
Flag bool - Name string
- Note string
This property is required. float64- Num
Return This property is required. float64 - Values
This property is required. []AaaaRecord Pool Value Args - Aaaa
Record stringPool Id - The constellix calculated id of the aaaa record pool resource.
- Disable
Flag bool - Failed
Flag bool - Name string
- Note string
This property is required. Double- num
Return This property is required. Double - values
This property is required. List<AaaaRecord Pool Value> - aaaa
Record StringPool Id - The constellix calculated id of the aaaa record pool resource.
- disable
Flag Boolean - failed
Flag Boolean - name String
- note String
This property is required. number- num
Return This property is required. number - values
This property is required. AaaaRecord Pool Value[] - aaaa
Record stringPool Id - The constellix calculated id of the aaaa record pool resource.
- disable
Flag boolean - failed
Flag 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[AaaaRecord Pool Value Args] - aaaa_
record_ strpool_ id - The constellix calculated id of the aaaa record pool resource.
- disable_
flag bool - failed_
flag bool - name str
- note str
This property is required. Number- num
Return This property is required. Number - values
This property is required. List<Property Map> - aaaa
Record StringPool Id - The constellix calculated id of the aaaa record pool resource.
- disable
Flag Boolean - failed
Flag 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.
- Aaaa
Record stringPool Id - The constellix calculated id of the aaaa record pool resource.
- Disable
Flag bool - Failed
Flag bool - double
- Name string
- Note string
- Num
Return double - Values
List<Aaaa
Record Pool Value>
- Aaaa
Record stringPool Id - The constellix calculated id of the aaaa record pool resource.
- Disable
Flag bool - Failed
Flag bool - float64
- Name string
- Note string
- Num
Return float64 - Values
[]Aaaa
Record Pool Value Args
- aaaa
Record StringPool Id - The constellix calculated id of the aaaa record pool resource.
- disable
Flag Boolean - failed
Flag Boolean - Double
- name String
- note String
- num
Return Double - values
List<Aaaa
Record Pool Value>
- aaaa
Record stringPool Id - The constellix calculated id of the aaaa record pool resource.
- disable
Flag boolean - failed
Flag boolean - number
- name string
- note string
- num
Return number - values
Aaaa
Record Pool Value[]
- aaaa_
record_ strpool_ id - The constellix calculated id of the aaaa record pool resource.
- disable_
flag bool - failed_
flag bool - min_
available_ floatfailover - name str
- note str
- num_
return float - values
Sequence[Aaaa
Record Pool Value Args]
- aaaa
Record StringPool Id - The constellix calculated id of the aaaa record pool resource.
- disable
Flag Boolean - failed
Flag Boolean - Number
- name String
- note String
- num
Return 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 - Check
Id double - Disable
Flag string
- Policy
This property is required. string - Value
This property is required. string - Weight
This property is required. string - Check
Id float64 - Disable
Flag string
- policy
This property is required. String - value
This property is required. String - weight
This property is required. String - check
Id Double - disable
Flag String
- policy
This property is required. string - value
This property is required. string - weight
This property is required. string - check
Id number - disable
Flag 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 - check
Id Number - disable
Flag String
Package Details
- Repository
- constellix constellix/terraform-provider-constellix
- License
- Notes
- This Pulumi package is based on the
constellix
Terraform Provider.