1. Packages
  2. Volcengine
  3. API Docs
  4. private_zone
  5. Records
Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine

volcengine.private_zone.Records

Explore with Pulumi AI

Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine

Use this data source to query detailed information of private zone records

Using Records

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function records(args: RecordsArgs, opts?: InvokeOptions): Promise<RecordsResult>
function recordsOutput(args: RecordsOutputArgs, opts?: InvokeOptions): Output<RecordsResult>
Copy
def records(host: Optional[str] = None,
            last_operator: Optional[str] = None,
            line: Optional[str] = None,
            name: Optional[str] = None,
            output_file: Optional[str] = None,
            record_id: Optional[str] = None,
            search_mode: Optional[str] = None,
            type: Optional[str] = None,
            value: Optional[str] = None,
            zid: Optional[int] = None,
            opts: Optional[InvokeOptions] = None) -> RecordsResult
def records_output(host: Optional[pulumi.Input[str]] = None,
            last_operator: Optional[pulumi.Input[str]] = None,
            line: Optional[pulumi.Input[str]] = None,
            name: Optional[pulumi.Input[str]] = None,
            output_file: Optional[pulumi.Input[str]] = None,
            record_id: Optional[pulumi.Input[str]] = None,
            search_mode: Optional[pulumi.Input[str]] = None,
            type: Optional[pulumi.Input[str]] = None,
            value: Optional[pulumi.Input[str]] = None,
            zid: Optional[pulumi.Input[int]] = None,
            opts: Optional[InvokeOptions] = None) -> Output[RecordsResult]
Copy
func Records(ctx *Context, args *RecordsArgs, opts ...InvokeOption) (*RecordsResult, error)
func RecordsOutput(ctx *Context, args *RecordsOutputArgs, opts ...InvokeOption) RecordsResultOutput
Copy
public static class Records 
{
    public static Task<RecordsResult> InvokeAsync(RecordsArgs args, InvokeOptions? opts = null)
    public static Output<RecordsResult> Invoke(RecordsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<RecordsResult> records(RecordsArgs args, InvokeOptions options)
public static Output<RecordsResult> records(RecordsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: volcengine:private_zone:Records
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Host string
The host of Private Zone Record.
LastOperator string
The last operator account id of Private Zone Record.
Line string
The subnet id of Private Zone Record. This field is only effected when the intelligent_mode of the private zone is true.
Name string
The domain name of Private Zone Record.
OutputFile string
File name where to save data source results.
RecordId string
The id of Private Zone Record.
SearchMode string
The search mode of query host. Valid values: LIKE, EXACT. Default is LIKE.
Type string
The type of Private Zone Record.
Value string
The value of Private Zone Record.
Zid int
The zid of Private Zone.
Host string
The host of Private Zone Record.
LastOperator string
The last operator account id of Private Zone Record.
Line string
The subnet id of Private Zone Record. This field is only effected when the intelligent_mode of the private zone is true.
Name string
The domain name of Private Zone Record.
OutputFile string
File name where to save data source results.
RecordId string
The id of Private Zone Record.
SearchMode string
The search mode of query host. Valid values: LIKE, EXACT. Default is LIKE.
Type string
The type of Private Zone Record.
Value string
The value of Private Zone Record.
Zid int
The zid of Private Zone.
host String
The host of Private Zone Record.
lastOperator String
The last operator account id of Private Zone Record.
line String
The subnet id of Private Zone Record. This field is only effected when the intelligent_mode of the private zone is true.
name String
The domain name of Private Zone Record.
outputFile String
File name where to save data source results.
recordId String
The id of Private Zone Record.
searchMode String
The search mode of query host. Valid values: LIKE, EXACT. Default is LIKE.
type String
The type of Private Zone Record.
value String
The value of Private Zone Record.
zid Integer
The zid of Private Zone.
host string
The host of Private Zone Record.
lastOperator string
The last operator account id of Private Zone Record.
line string
The subnet id of Private Zone Record. This field is only effected when the intelligent_mode of the private zone is true.
name string
The domain name of Private Zone Record.
outputFile string
File name where to save data source results.
recordId string
The id of Private Zone Record.
searchMode string
The search mode of query host. Valid values: LIKE, EXACT. Default is LIKE.
type string
The type of Private Zone Record.
value string
The value of Private Zone Record.
zid number
The zid of Private Zone.
host str
The host of Private Zone Record.
last_operator str
The last operator account id of Private Zone Record.
line str
The subnet id of Private Zone Record. This field is only effected when the intelligent_mode of the private zone is true.
name str
The domain name of Private Zone Record.
output_file str
File name where to save data source results.
record_id str
The id of Private Zone Record.
search_mode str
The search mode of query host. Valid values: LIKE, EXACT. Default is LIKE.
type str
The type of Private Zone Record.
value str
The value of Private Zone Record.
zid int
The zid of Private Zone.
host String
The host of Private Zone Record.
lastOperator String
The last operator account id of Private Zone Record.
line String
The subnet id of Private Zone Record. This field is only effected when the intelligent_mode of the private zone is true.
name String
The domain name of Private Zone Record.
outputFile String
File name where to save data source results.
recordId String
The id of Private Zone Record.
searchMode String
The search mode of query host. Valid values: LIKE, EXACT. Default is LIKE.
type String
The type of Private Zone Record.
value String
The value of Private Zone Record.
zid Number
The zid of Private Zone.

Records Result

The following output properties are available:

Id string
The provider-assigned unique ID for this managed resource.
Records List<RecordsRecord>
The collection of query.
TotalCount int
The total count of query.
Host string
The host of the private zone record.
LastOperator string
The last operator account id of the private zone record.
Line string
The subnet id of the private zone record. This field is only effected when the intelligent_mode of the private zone is true.
Name string
OutputFile string
RecordId string
The id of the private zone record.
SearchMode string
Type string
The type of the private zone record.
Value string
The value of the private zone record.
Zid int
The zid of the private zone record.
Id string
The provider-assigned unique ID for this managed resource.
Records []RecordsRecord
The collection of query.
TotalCount int
The total count of query.
Host string
The host of the private zone record.
LastOperator string
The last operator account id of the private zone record.
Line string
The subnet id of the private zone record. This field is only effected when the intelligent_mode of the private zone is true.
Name string
OutputFile string
RecordId string
The id of the private zone record.
SearchMode string
Type string
The type of the private zone record.
Value string
The value of the private zone record.
Zid int
The zid of the private zone record.
id String
The provider-assigned unique ID for this managed resource.
records List<RecordsRecord>
The collection of query.
totalCount Integer
The total count of query.
host String
The host of the private zone record.
lastOperator String
The last operator account id of the private zone record.
line String
The subnet id of the private zone record. This field is only effected when the intelligent_mode of the private zone is true.
name String
outputFile String
recordId String
The id of the private zone record.
searchMode String
type String
The type of the private zone record.
value String
The value of the private zone record.
zid Integer
The zid of the private zone record.
id string
The provider-assigned unique ID for this managed resource.
records RecordsRecord[]
The collection of query.
totalCount number
The total count of query.
host string
The host of the private zone record.
lastOperator string
The last operator account id of the private zone record.
line string
The subnet id of the private zone record. This field is only effected when the intelligent_mode of the private zone is true.
name string
outputFile string
recordId string
The id of the private zone record.
searchMode string
type string
The type of the private zone record.
value string
The value of the private zone record.
zid number
The zid of the private zone record.
id str
The provider-assigned unique ID for this managed resource.
records Sequence[RecordsRecord]
The collection of query.
total_count int
The total count of query.
host str
The host of the private zone record.
last_operator str
The last operator account id of the private zone record.
line str
The subnet id of the private zone record. This field is only effected when the intelligent_mode of the private zone is true.
name str
output_file str
record_id str
The id of the private zone record.
search_mode str
type str
The type of the private zone record.
value str
The value of the private zone record.
zid int
The zid of the private zone record.
id String
The provider-assigned unique ID for this managed resource.
records List<Property Map>
The collection of query.
totalCount Number
The total count of query.
host String
The host of the private zone record.
lastOperator String
The last operator account id of the private zone record.
line String
The subnet id of the private zone record. This field is only effected when the intelligent_mode of the private zone is true.
name String
outputFile String
recordId String
The id of the private zone record.
searchMode String
type String
The type of the private zone record.
value String
The value of the private zone record.
zid Number
The zid of the private zone record.

Supporting Types

RecordsRecord

CreatedAt This property is required. string
The created time of the private zone record.
Enable This property is required. bool
Whether the private zone record is enabling.
Host This property is required. string
The host of Private Zone Record.
LastOperator This property is required. string
The last operator account id of Private Zone Record.
Line This property is required. string
The subnet id of Private Zone Record. This field is only effected when the intelligent_mode of the private zone is true.
RecordId This property is required. string
The id of Private Zone Record.
Remark This property is required. string
The remark of the private zone record.
Ttl This property is required. int
The ttl of the private zone record. Unit: second.
Type This property is required. string
The type of Private Zone Record.
UpdatedAt This property is required. string
The updated time of the private zone record.
Value This property is required. string
The value of Private Zone Record.
Weight This property is required. int
The weight of the private zone record.
Zid This property is required. int
The zid of Private Zone.
CreatedAt This property is required. string
The created time of the private zone record.
Enable This property is required. bool
Whether the private zone record is enabling.
Host This property is required. string
The host of Private Zone Record.
LastOperator This property is required. string
The last operator account id of Private Zone Record.
Line This property is required. string
The subnet id of Private Zone Record. This field is only effected when the intelligent_mode of the private zone is true.
RecordId This property is required. string
The id of Private Zone Record.
Remark This property is required. string
The remark of the private zone record.
Ttl This property is required. int
The ttl of the private zone record. Unit: second.
Type This property is required. string
The type of Private Zone Record.
UpdatedAt This property is required. string
The updated time of the private zone record.
Value This property is required. string
The value of Private Zone Record.
Weight This property is required. int
The weight of the private zone record.
Zid This property is required. int
The zid of Private Zone.
createdAt This property is required. String
The created time of the private zone record.
enable This property is required. Boolean
Whether the private zone record is enabling.
host This property is required. String
The host of Private Zone Record.
lastOperator This property is required. String
The last operator account id of Private Zone Record.
line This property is required. String
The subnet id of Private Zone Record. This field is only effected when the intelligent_mode of the private zone is true.
recordId This property is required. String
The id of Private Zone Record.
remark This property is required. String
The remark of the private zone record.
ttl This property is required. Integer
The ttl of the private zone record. Unit: second.
type This property is required. String
The type of Private Zone Record.
updatedAt This property is required. String
The updated time of the private zone record.
value This property is required. String
The value of Private Zone Record.
weight This property is required. Integer
The weight of the private zone record.
zid This property is required. Integer
The zid of Private Zone.
createdAt This property is required. string
The created time of the private zone record.
enable This property is required. boolean
Whether the private zone record is enabling.
host This property is required. string
The host of Private Zone Record.
lastOperator This property is required. string
The last operator account id of Private Zone Record.
line This property is required. string
The subnet id of Private Zone Record. This field is only effected when the intelligent_mode of the private zone is true.
recordId This property is required. string
The id of Private Zone Record.
remark This property is required. string
The remark of the private zone record.
ttl This property is required. number
The ttl of the private zone record. Unit: second.
type This property is required. string
The type of Private Zone Record.
updatedAt This property is required. string
The updated time of the private zone record.
value This property is required. string
The value of Private Zone Record.
weight This property is required. number
The weight of the private zone record.
zid This property is required. number
The zid of Private Zone.
created_at This property is required. str
The created time of the private zone record.
enable This property is required. bool
Whether the private zone record is enabling.
host This property is required. str
The host of Private Zone Record.
last_operator This property is required. str
The last operator account id of Private Zone Record.
line This property is required. str
The subnet id of Private Zone Record. This field is only effected when the intelligent_mode of the private zone is true.
record_id This property is required. str
The id of Private Zone Record.
remark This property is required. str
The remark of the private zone record.
ttl This property is required. int
The ttl of the private zone record. Unit: second.
type This property is required. str
The type of Private Zone Record.
updated_at This property is required. str
The updated time of the private zone record.
value This property is required. str
The value of Private Zone Record.
weight This property is required. int
The weight of the private zone record.
zid This property is required. int
The zid of Private Zone.
createdAt This property is required. String
The created time of the private zone record.
enable This property is required. Boolean
Whether the private zone record is enabling.
host This property is required. String
The host of Private Zone Record.
lastOperator This property is required. String
The last operator account id of Private Zone Record.
line This property is required. String
The subnet id of Private Zone Record. This field is only effected when the intelligent_mode of the private zone is true.
recordId This property is required. String
The id of Private Zone Record.
remark This property is required. String
The remark of the private zone record.
ttl This property is required. Number
The ttl of the private zone record. Unit: second.
type This property is required. String
The type of Private Zone Record.
updatedAt This property is required. String
The updated time of the private zone record.
value This property is required. String
The value of Private Zone Record.
weight This property is required. Number
The weight of the private zone record.
zid This property is required. Number
The zid of Private Zone.

Package Details

Repository
volcengine volcengine/pulumi-volcengine
License
Apache-2.0
Notes
This Pulumi package is based on the volcengine Terraform Provider.
Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine