Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine
volcengine.private_zone.RecordSets
Explore with Pulumi AI
Use this data source to query detailed information of private zone record sets
Using RecordSets
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 recordSets(args: RecordSetsArgs, opts?: InvokeOptions): Promise<RecordSetsResult>
function recordSetsOutput(args: RecordSetsOutputArgs, opts?: InvokeOptions): Output<RecordSetsResult>def record_sets(host: Optional[str] = None,
                output_file: Optional[str] = None,
                record_set_id: Optional[str] = None,
                search_mode: Optional[str] = None,
                zid: Optional[int] = None,
                opts: Optional[InvokeOptions] = None) -> RecordSetsResult
def record_sets_output(host: Optional[pulumi.Input[str]] = None,
                output_file: Optional[pulumi.Input[str]] = None,
                record_set_id: Optional[pulumi.Input[str]] = None,
                search_mode: Optional[pulumi.Input[str]] = None,
                zid: Optional[pulumi.Input[int]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[RecordSetsResult]func RecordSets(ctx *Context, args *RecordSetsArgs, opts ...InvokeOption) (*RecordSetsResult, error)
func RecordSetsOutput(ctx *Context, args *RecordSetsOutputArgs, opts ...InvokeOption) RecordSetsResultOutputpublic static class RecordSets 
{
    public static Task<RecordSetsResult> InvokeAsync(RecordSetsArgs args, InvokeOptions? opts = null)
    public static Output<RecordSetsResult> Invoke(RecordSetsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<RecordSetsResult> recordSets(RecordSetsArgs args, InvokeOptions options)
public static Output<RecordSetsResult> recordSets(RecordSetsArgs args, InvokeOptions options)
fn::invoke:
  function: volcengine:private_zone:RecordSets
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Zid int
- The zid of Private Zone.
- Host string
- The host of Private Zone Record Set.
- OutputFile string
- File name where to save data source results.
- RecordSet stringId 
- The id of Private Zone Record Set.
- SearchMode string
- The search mode of query host. Valid values:LIKE,EXACT. Default isLIKE.
- Zid int
- The zid of Private Zone.
- Host string
- The host of Private Zone Record Set.
- OutputFile string
- File name where to save data source results.
- RecordSet stringId 
- The id of Private Zone Record Set.
- SearchMode string
- The search mode of query host. Valid values:LIKE,EXACT. Default isLIKE.
- zid Integer
- The zid of Private Zone.
- host String
- The host of Private Zone Record Set.
- outputFile String
- File name where to save data source results.
- recordSet StringId 
- The id of Private Zone Record Set.
- searchMode String
- The search mode of query host. Valid values:LIKE,EXACT. Default isLIKE.
- zid number
- The zid of Private Zone.
- host string
- The host of Private Zone Record Set.
- outputFile string
- File name where to save data source results.
- recordSet stringId 
- The id of Private Zone Record Set.
- searchMode string
- The search mode of query host. Valid values:LIKE,EXACT. Default isLIKE.
- zid int
- The zid of Private Zone.
- host str
- The host of Private Zone Record Set.
- output_file str
- File name where to save data source results.
- record_set_ strid 
- The id of Private Zone Record Set.
- search_mode str
- The search mode of query host. Valid values:LIKE,EXACT. Default isLIKE.
- zid Number
- The zid of Private Zone.
- host String
- The host of Private Zone Record Set.
- outputFile String
- File name where to save data source results.
- recordSet StringId 
- The id of Private Zone Record Set.
- searchMode String
- The search mode of query host. Valid values:LIKE,EXACT. Default isLIKE.
RecordSets Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- RecordSets List<RecordSets Record Set> 
- The collection of query.
- TotalCount int
- The total count of query.
- Zid int
- Host string
- The host of the private zone record.
- OutputFile string
- RecordSet stringId 
- The id of the private zone record set.
- SearchMode string
- Id string
- The provider-assigned unique ID for this managed resource.
- RecordSets []RecordSets Record Set 
- The collection of query.
- TotalCount int
- The total count of query.
- Zid int
- Host string
- The host of the private zone record.
- OutputFile string
- RecordSet stringId 
- The id of the private zone record set.
- SearchMode string
- id String
- The provider-assigned unique ID for this managed resource.
- recordSets List<RecordSets Record Set> 
- The collection of query.
- totalCount Integer
- The total count of query.
- zid Integer
- host String
- The host of the private zone record.
- outputFile String
- recordSet StringId 
- The id of the private zone record set.
- searchMode String
- id string
- The provider-assigned unique ID for this managed resource.
- recordSets RecordSets Record Set[] 
- The collection of query.
- totalCount number
- The total count of query.
- zid number
- host string
- The host of the private zone record.
- outputFile string
- recordSet stringId 
- The id of the private zone record set.
- searchMode string
- id str
- The provider-assigned unique ID for this managed resource.
- record_sets Sequence[RecordSets Record Set] 
- The collection of query.
- total_count int
- The total count of query.
- zid int
- host str
- The host of the private zone record.
- output_file str
- record_set_ strid 
- The id of the private zone record set.
- search_mode str
- id String
- The provider-assigned unique ID for this managed resource.
- recordSets List<Property Map>
- The collection of query.
- totalCount Number
- The total count of query.
- zid Number
- host String
- The host of the private zone record.
- outputFile String
- recordSet StringId 
- The id of the private zone record set.
- searchMode String
Supporting Types
RecordSetsRecordSet   
- Fqdn string
- The Complete domain name of the private zone record.
- Host string
- The host of Private Zone Record Set.
- Line string
- The subnet id of the private zone record. This field is only effected when the intelligent_modeof the private zone is true.
- RecordSet stringId 
- The id of Private Zone Record Set.
- Type string
- The type of the private zone record.
- WeightEnabled bool
- Whether to enable the load balance of the private zone record set.
- Fqdn string
- The Complete domain name of the private zone record.
- Host string
- The host of Private Zone Record Set.
- Line string
- The subnet id of the private zone record. This field is only effected when the intelligent_modeof the private zone is true.
- RecordSet stringId 
- The id of Private Zone Record Set.
- Type string
- The type of the private zone record.
- WeightEnabled bool
- Whether to enable the load balance of the private zone record set.
- fqdn String
- The Complete domain name of the private zone record.
- host String
- The host of Private Zone Record Set.
- line String
- The subnet id of the private zone record. This field is only effected when the intelligent_modeof the private zone is true.
- recordSet StringId 
- The id of Private Zone Record Set.
- type String
- The type of the private zone record.
- weightEnabled Boolean
- Whether to enable the load balance of the private zone record set.
- fqdn string
- The Complete domain name of the private zone record.
- host string
- The host of Private Zone Record Set.
- line string
- The subnet id of the private zone record. This field is only effected when the intelligent_modeof the private zone is true.
- recordSet stringId 
- The id of Private Zone Record Set.
- type string
- The type of the private zone record.
- weightEnabled boolean
- Whether to enable the load balance of the private zone record set.
- fqdn str
- The Complete domain name of the private zone record.
- host str
- The host of Private Zone Record Set.
- line str
- The subnet id of the private zone record. This field is only effected when the intelligent_modeof the private zone is true.
- record_set_ strid 
- The id of Private Zone Record Set.
- type str
- The type of the private zone record.
- weight_enabled bool
- Whether to enable the load balance of the private zone record set.
- fqdn String
- The Complete domain name of the private zone record.
- host String
- The host of Private Zone Record Set.
- line String
- The subnet id of the private zone record. This field is only effected when the intelligent_modeof the private zone is true.
- recordSet StringId 
- The id of Private Zone Record Set.
- type String
- The type of the private zone record.
- weightEnabled Boolean
- Whether to enable the load balance of the private zone record set.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the volcengineTerraform Provider.