Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataArgs ¶
type DataArgs struct { // IpAddress: string, required IpAddress terra.StringValue `hcl:"ip_address,attr" validate:"required"` }
DataArgs contains the configurations for dns_ptr_record_set.
type DataSource ¶
DataSource represents the Terraform data resource dns_ptr_record_set.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (dprs *DataSource) Attributes() dataDnsPtrRecordSetAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (dprs *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (dprs *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (dprs *DataSource) LocalName() string
LocalName returns the local name for DataSource.
Click to show internal directories.
Click to hide internal directories.