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