Documentation ¶
Index ¶
- type DataArgs
- type DataImagesAttributes
- func (i DataImagesAttributes) DataDisk() terra.ListValue[DataImagesDataDiskAttributes]
- func (i DataImagesAttributes) InternalRef() (terra.Reference, error)
- func (i DataImagesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i DataImagesAttributes) InternalWithRef(ref terra.Reference) DataImagesAttributes
- func (i DataImagesAttributes) Location() terra.StringValue
- func (i DataImagesAttributes) Name() terra.StringValue
- func (i DataImagesAttributes) OsDisk() terra.ListValue[DataImagesOsDiskAttributes]
- func (i DataImagesAttributes) Tags() terra.MapValue[terra.StringValue]
- func (i DataImagesAttributes) ZoneResilient() terra.BoolValue
- type DataImagesDataDiskAttributes
- func (dd DataImagesDataDiskAttributes) BlobUri() terra.StringValue
- func (dd DataImagesDataDiskAttributes) Caching() terra.StringValue
- func (dd DataImagesDataDiskAttributes) InternalRef() (terra.Reference, error)
- func (dd DataImagesDataDiskAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (dd DataImagesDataDiskAttributes) InternalWithRef(ref terra.Reference) DataImagesDataDiskAttributes
- func (dd DataImagesDataDiskAttributes) Lun() terra.NumberValue
- func (dd DataImagesDataDiskAttributes) ManagedDiskId() terra.StringValue
- func (dd DataImagesDataDiskAttributes) SizeGb() terra.NumberValue
- type DataImagesDataDiskState
- type DataImagesOsDiskAttributes
- func (od DataImagesOsDiskAttributes) BlobUri() terra.StringValue
- func (od DataImagesOsDiskAttributes) Caching() terra.StringValue
- func (od DataImagesOsDiskAttributes) DiskEncryptionSetId() terra.StringValue
- func (od DataImagesOsDiskAttributes) InternalRef() (terra.Reference, error)
- func (od DataImagesOsDiskAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (od DataImagesOsDiskAttributes) InternalWithRef(ref terra.Reference) DataImagesOsDiskAttributes
- func (od DataImagesOsDiskAttributes) ManagedDiskId() terra.StringValue
- func (od DataImagesOsDiskAttributes) OsState() terra.StringValue
- func (od DataImagesOsDiskAttributes) OsType() terra.StringValue
- func (od DataImagesOsDiskAttributes) SizeGb() terra.NumberValue
- type DataImagesOsDiskState
- type DataImagesState
- type DataSource
- type DataTimeouts
- type DataTimeoutsAttributes
- type DataTimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataArgs ¶
type DataArgs struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // ResourceGroupName: string, required ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"` // TagsFilter: map of string, optional TagsFilter terra.MapValue[terra.StringValue] `hcl:"tags_filter,attr"` // Timeouts: optional Timeouts *DataTimeouts `hcl:"timeouts,block"` }
DataArgs contains the configurations for azurerm_images.
type DataImagesAttributes ¶
type DataImagesAttributes struct {
// contains filtered or unexported fields
}
func (DataImagesAttributes) DataDisk ¶
func (i DataImagesAttributes) DataDisk() terra.ListValue[DataImagesDataDiskAttributes]
func (DataImagesAttributes) InternalRef ¶
func (i DataImagesAttributes) InternalRef() (terra.Reference, error)
func (DataImagesAttributes) InternalTokens ¶
func (i DataImagesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataImagesAttributes) InternalWithRef ¶
func (i DataImagesAttributes) InternalWithRef(ref terra.Reference) DataImagesAttributes
func (DataImagesAttributes) Location ¶
func (i DataImagesAttributes) Location() terra.StringValue
func (DataImagesAttributes) Name ¶
func (i DataImagesAttributes) Name() terra.StringValue
func (DataImagesAttributes) OsDisk ¶
func (i DataImagesAttributes) OsDisk() terra.ListValue[DataImagesOsDiskAttributes]
func (DataImagesAttributes) Tags ¶
func (i DataImagesAttributes) Tags() terra.MapValue[terra.StringValue]
func (DataImagesAttributes) ZoneResilient ¶
func (i DataImagesAttributes) ZoneResilient() terra.BoolValue
type DataImagesDataDiskAttributes ¶
type DataImagesDataDiskAttributes struct {
// contains filtered or unexported fields
}
func (DataImagesDataDiskAttributes) BlobUri ¶
func (dd DataImagesDataDiskAttributes) BlobUri() terra.StringValue
func (DataImagesDataDiskAttributes) Caching ¶
func (dd DataImagesDataDiskAttributes) Caching() terra.StringValue
func (DataImagesDataDiskAttributes) InternalRef ¶
func (dd DataImagesDataDiskAttributes) InternalRef() (terra.Reference, error)
func (DataImagesDataDiskAttributes) InternalTokens ¶
func (dd DataImagesDataDiskAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataImagesDataDiskAttributes) InternalWithRef ¶
func (dd DataImagesDataDiskAttributes) InternalWithRef(ref terra.Reference) DataImagesDataDiskAttributes
func (DataImagesDataDiskAttributes) Lun ¶
func (dd DataImagesDataDiskAttributes) Lun() terra.NumberValue
func (DataImagesDataDiskAttributes) ManagedDiskId ¶
func (dd DataImagesDataDiskAttributes) ManagedDiskId() terra.StringValue
func (DataImagesDataDiskAttributes) SizeGb ¶
func (dd DataImagesDataDiskAttributes) SizeGb() terra.NumberValue
type DataImagesDataDiskState ¶
type DataImagesOsDiskAttributes ¶
type DataImagesOsDiskAttributes struct {
// contains filtered or unexported fields
}
func (DataImagesOsDiskAttributes) BlobUri ¶
func (od DataImagesOsDiskAttributes) BlobUri() terra.StringValue
func (DataImagesOsDiskAttributes) Caching ¶
func (od DataImagesOsDiskAttributes) Caching() terra.StringValue
func (DataImagesOsDiskAttributes) DiskEncryptionSetId ¶
func (od DataImagesOsDiskAttributes) DiskEncryptionSetId() terra.StringValue
func (DataImagesOsDiskAttributes) InternalRef ¶
func (od DataImagesOsDiskAttributes) InternalRef() (terra.Reference, error)
func (DataImagesOsDiskAttributes) InternalTokens ¶
func (od DataImagesOsDiskAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataImagesOsDiskAttributes) InternalWithRef ¶
func (od DataImagesOsDiskAttributes) InternalWithRef(ref terra.Reference) DataImagesOsDiskAttributes
func (DataImagesOsDiskAttributes) ManagedDiskId ¶
func (od DataImagesOsDiskAttributes) ManagedDiskId() terra.StringValue
func (DataImagesOsDiskAttributes) OsState ¶
func (od DataImagesOsDiskAttributes) OsState() terra.StringValue
func (DataImagesOsDiskAttributes) OsType ¶
func (od DataImagesOsDiskAttributes) OsType() terra.StringValue
func (DataImagesOsDiskAttributes) SizeGb ¶
func (od DataImagesOsDiskAttributes) SizeGb() terra.NumberValue
type DataImagesOsDiskState ¶
type DataImagesOsDiskState struct { BlobUri string `json:"blob_uri"` Caching string `json:"caching"` DiskEncryptionSetId string `json:"disk_encryption_set_id"` ManagedDiskId string `json:"managed_disk_id"` OsState string `json:"os_state"` OsType string `json:"os_type"` SizeGb float64 `json:"size_gb"` }
type DataImagesState ¶
type DataImagesState struct { Location string `json:"location"` Name string `json:"name"` Tags map[string]string `json:"tags"` ZoneResilient bool `json:"zone_resilient"` DataDisk []DataImagesDataDiskState `json:"data_disk"` OsDisk []DataImagesOsDiskState `json:"os_disk"` }
type DataSource ¶
DataSource represents the Terraform data resource azurerm_images.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (ai *DataSource) Attributes() dataAzurermImagesAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (ai *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (ai *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (ai *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type DataTimeouts ¶
type DataTimeouts struct { // Read: string, optional Read terra.StringValue `hcl:"read,attr"` }
type DataTimeoutsAttributes ¶
type DataTimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (DataTimeoutsAttributes) InternalRef ¶
func (t DataTimeoutsAttributes) InternalRef() (terra.Reference, error)
func (DataTimeoutsAttributes) InternalTokens ¶
func (t DataTimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataTimeoutsAttributes) InternalWithRef ¶
func (t DataTimeoutsAttributes) InternalWithRef(ref terra.Reference) DataTimeoutsAttributes
func (DataTimeoutsAttributes) Read ¶
func (t DataTimeoutsAttributes) Read() terra.StringValue
type DataTimeoutsState ¶
type DataTimeoutsState struct {
Read string `json:"read"`
}
Click to show internal directories.
Click to hide internal directories.