constellix.PtrRecord
Explore with Pulumi AI
Create PtrRecord Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PtrRecord(name: string, args: PtrRecordArgs, opts?: CustomResourceOptions);
@overload
def PtrRecord(resource_name: str,
args: PtrRecordArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PtrRecord(resource_name: str,
opts: Optional[ResourceOptions] = None,
domain_id: Optional[str] = None,
ttl: Optional[float] = None,
source_type: Optional[str] = None,
roundrobins: Optional[Sequence[PtrRecordRoundrobinArgs]] = None,
parentid: Optional[float] = None,
parent: Optional[str] = None,
note: Optional[str] = None,
ptr_record_id: Optional[str] = None,
noanswer: Optional[str] = None,
source: Optional[str] = None,
name: Optional[str] = None,
gtd_region: Optional[float] = None,
type: Optional[str] = None)
func NewPtrRecord(ctx *Context, name string, args PtrRecordArgs, opts ...ResourceOption) (*PtrRecord, error)
public PtrRecord(string name, PtrRecordArgs args, CustomResourceOptions? opts = null)
public PtrRecord(String name, PtrRecordArgs args)
public PtrRecord(String name, PtrRecordArgs args, CustomResourceOptions options)
type: constellix:PtrRecord
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 PtrRecordArgs
- 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 PtrRecordArgs
- 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 PtrRecordArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PtrRecordArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PtrRecordArgs
- 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 ptrRecordResource = new Constellix.PtrRecord("ptrRecordResource", new()
{
DomainId = "string",
Ttl = 0,
SourceType = "string",
Roundrobins = new[]
{
new Constellix.Inputs.PtrRecordRoundrobinArgs
{
Value = 0,
DisableFlag = "string",
},
},
Parentid = 0,
Parent = "string",
Note = "string",
PtrRecordId = "string",
Noanswer = "string",
Source = "string",
Name = "string",
GtdRegion = 0,
Type = "string",
});
example, err := constellix.NewPtrRecord(ctx, "ptrRecordResource", &constellix.PtrRecordArgs{
DomainId: pulumi.String("string"),
Ttl: pulumi.Float64(0),
SourceType: pulumi.String("string"),
Roundrobins: .PtrRecordRoundrobinArray{
&.PtrRecordRoundrobinArgs{
Value: pulumi.Float64(0),
DisableFlag: pulumi.String("string"),
},
},
Parentid: pulumi.Float64(0),
Parent: pulumi.String("string"),
Note: pulumi.String("string"),
PtrRecordId: pulumi.String("string"),
Noanswer: pulumi.String("string"),
Source: pulumi.String("string"),
Name: pulumi.String("string"),
GtdRegion: pulumi.Float64(0),
Type: pulumi.String("string"),
})
var ptrRecordResource = new PtrRecord("ptrRecordResource", PtrRecordArgs.builder()
.domainId("string")
.ttl(0)
.sourceType("string")
.roundrobins(PtrRecordRoundrobinArgs.builder()
.value(0)
.disableFlag("string")
.build())
.parentid(0)
.parent("string")
.note("string")
.ptrRecordId("string")
.noanswer("string")
.source("string")
.name("string")
.gtdRegion(0)
.type("string")
.build());
ptr_record_resource = constellix.PtrRecord("ptrRecordResource",
domain_id="string",
ttl=0,
source_type="string",
roundrobins=[{
"value": 0,
"disable_flag": "string",
}],
parentid=0,
parent="string",
note="string",
ptr_record_id="string",
noanswer="string",
source="string",
name="string",
gtd_region=0,
type="string")
const ptrRecordResource = new constellix.PtrRecord("ptrRecordResource", {
domainId: "string",
ttl: 0,
sourceType: "string",
roundrobins: [{
value: 0,
disableFlag: "string",
}],
parentid: 0,
parent: "string",
note: "string",
ptrRecordId: "string",
noanswer: "string",
source: "string",
name: "string",
gtdRegion: 0,
type: "string",
});
type: constellix:PtrRecord
properties:
domainId: string
gtdRegion: 0
name: string
noanswer: string
note: string
parent: string
parentid: 0
ptrRecordId: string
roundrobins:
- disableFlag: string
value: 0
source: string
sourceType: string
ttl: 0
type: string
PtrRecord 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 PtrRecord resource accepts the following input properties:
- Domain
Id string - Roundrobins
List<Ptr
Record Roundrobin> - Source
Type string - Ttl double
- Gtd
Region double - Name string
- Noanswer string
- Note string
- Parent string
- Parentid double
- Ptr
Record stringId - The constellix calculated id of the PTR resource.
- Source string
- Type string
- Domain
Id string - Roundrobins
[]Ptr
Record Roundrobin Args - Source
Type string - Ttl float64
- Gtd
Region float64 - Name string
- Noanswer string
- Note string
- Parent string
- Parentid float64
- Ptr
Record stringId - The constellix calculated id of the PTR resource.
- Source string
- Type string
- domain
Id String - roundrobins
List<Ptr
Record Roundrobin> - source
Type String - ttl Double
- gtd
Region Double - name String
- noanswer String
- note String
- parent String
- parentid Double
- ptr
Record StringId - The constellix calculated id of the PTR resource.
- source String
- type String
- domain
Id string - roundrobins
Ptr
Record Roundrobin[] - source
Type string - ttl number
- gtd
Region number - name string
- noanswer string
- note string
- parent string
- parentid number
- ptr
Record stringId - The constellix calculated id of the PTR resource.
- source string
- type string
- domain_
id str - roundrobins
Sequence[Ptr
Record Roundrobin Args] - source_
type str - ttl float
- gtd_
region float - name str
- noanswer str
- note str
- parent str
- parentid float
- ptr_
record_ strid - The constellix calculated id of the PTR resource.
- source str
- type str
- domain
Id String - roundrobins List<Property Map>
- source
Type String - ttl Number
- gtd
Region Number - name String
- noanswer String
- note String
- parent String
- parentid Number
- ptr
Record StringId - The constellix calculated id of the PTR resource.
- source String
- type String
Outputs
All input properties are implicitly available as output properties. Additionally, the PtrRecord 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 PtrRecord Resource
Get an existing PtrRecord 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?: PtrRecordState, opts?: CustomResourceOptions): PtrRecord
@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[str] = None,
note: Optional[str] = None,
parent: Optional[str] = None,
parentid: Optional[float] = None,
ptr_record_id: Optional[str] = None,
roundrobins: Optional[Sequence[PtrRecordRoundrobinArgs]] = None,
source: Optional[str] = None,
source_type: Optional[str] = None,
ttl: Optional[float] = None,
type: Optional[str] = None) -> PtrRecord
func GetPtrRecord(ctx *Context, name string, id IDInput, state *PtrRecordState, opts ...ResourceOption) (*PtrRecord, error)
public static PtrRecord Get(string name, Input<string> id, PtrRecordState? state, CustomResourceOptions? opts = null)
public static PtrRecord get(String name, Output<String> id, PtrRecordState state, CustomResourceOptions options)
resources: _: type: constellix:PtrRecord 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.
- Domain
Id string - Gtd
Region double - Name string
- Noanswer string
- Note string
- Parent string
- Parentid double
- Ptr
Record stringId - The constellix calculated id of the PTR resource.
- Roundrobins
List<Ptr
Record Roundrobin> - Source string
- Source
Type string - Ttl double
- Type string
- Domain
Id string - Gtd
Region float64 - Name string
- Noanswer string
- Note string
- Parent string
- Parentid float64
- Ptr
Record stringId - The constellix calculated id of the PTR resource.
- Roundrobins
[]Ptr
Record Roundrobin Args - Source string
- Source
Type string - Ttl float64
- Type string
- domain
Id String - gtd
Region Double - name String
- noanswer String
- note String
- parent String
- parentid Double
- ptr
Record StringId - The constellix calculated id of the PTR resource.
- roundrobins
List<Ptr
Record Roundrobin> - source String
- source
Type String - ttl Double
- type String
- domain
Id string - gtd
Region number - name string
- noanswer string
- note string
- parent string
- parentid number
- ptr
Record stringId - The constellix calculated id of the PTR resource.
- roundrobins
Ptr
Record Roundrobin[] - source string
- source
Type string - ttl number
- type string
- domain_
id str - gtd_
region float - name str
- noanswer str
- note str
- parent str
- parentid float
- ptr_
record_ strid - The constellix calculated id of the PTR resource.
- roundrobins
Sequence[Ptr
Record Roundrobin Args] - source str
- source_
type str - ttl float
- type str
- domain
Id String - gtd
Region Number - name String
- noanswer String
- note String
- parent String
- parentid Number
- ptr
Record StringId - The constellix calculated id of the PTR resource.
- roundrobins List<Property Map>
- source String
- source
Type String - ttl Number
- type String
Supporting Types
PtrRecordRoundrobin, PtrRecordRoundrobinArgs
- Value double
- Disable
Flag string
- Value float64
- Disable
Flag string
- value Double
- disable
Flag String
- value number
- disable
Flag string
- value float
- disable_
flag str
- value Number
- disable
Flag String
Package Details
- Repository
- constellix constellix/terraform-provider-constellix
- License
- Notes
- This Pulumi package is based on the
constellix
Terraform Provider.