Documentation ¶
Index ¶
- type DataArgs
- type DataInventoryItemsAttributes
- func (ii DataInventoryItemsAttributes) Id() terra.StringValue
- func (ii DataInventoryItemsAttributes) InternalRef() (terra.Reference, error)
- func (ii DataInventoryItemsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ii DataInventoryItemsAttributes) InternalWithRef(ref terra.Reference) DataInventoryItemsAttributes
- func (ii DataInventoryItemsAttributes) Name() terra.StringValue
- func (ii DataInventoryItemsAttributes) Uuid() terra.StringValue
- type DataInventoryItemsState
- 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"` // InventoryType: string, required InventoryType terra.StringValue `hcl:"inventory_type,attr" validate:"required"` // SystemCenterVirtualMachineManagerServerId: string, required SystemCenterVirtualMachineManagerServerId terra.StringValue `hcl:"system_center_virtual_machine_manager_server_id,attr" validate:"required"` // Timeouts: optional Timeouts *DataTimeouts `hcl:"timeouts,block"` }
DataArgs contains the configurations for azurerm_system_center_virtual_machine_manager_inventory_items.
type DataInventoryItemsAttributes ¶
type DataInventoryItemsAttributes struct {
// contains filtered or unexported fields
}
func (DataInventoryItemsAttributes) Id ¶
func (ii DataInventoryItemsAttributes) Id() terra.StringValue
func (DataInventoryItemsAttributes) InternalRef ¶
func (ii DataInventoryItemsAttributes) InternalRef() (terra.Reference, error)
func (DataInventoryItemsAttributes) InternalTokens ¶
func (ii DataInventoryItemsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataInventoryItemsAttributes) InternalWithRef ¶
func (ii DataInventoryItemsAttributes) InternalWithRef(ref terra.Reference) DataInventoryItemsAttributes
func (DataInventoryItemsAttributes) Name ¶
func (ii DataInventoryItemsAttributes) Name() terra.StringValue
func (DataInventoryItemsAttributes) Uuid ¶
func (ii DataInventoryItemsAttributes) Uuid() terra.StringValue
type DataInventoryItemsState ¶
type DataSource ¶
DataSource represents the Terraform data resource azurerm_system_center_virtual_machine_manager_inventory_items.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (ascvmmii *DataSource) Attributes() dataAzurermSystemCenterVirtualMachineManagerInventoryItemsAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (ascvmmii *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (ascvmmii *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (ascvmmii *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.