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