Documentation ¶
Index ¶
- type DiskPoolIscsiTargetLunModel
- func (d DiskPoolIscsiTargetLunModel) Arguments() map[string]*schema.Schema
- func (d DiskPoolIscsiTargetLunModel) Attributes() map[string]*schema.Schema
- func (d DiskPoolIscsiTargetLunModel) Create() sdk.ResourceFunc
- func (d DiskPoolIscsiTargetLunModel) Delete() sdk.ResourceFunc
- func (d DiskPoolIscsiTargetLunModel) IDValidationFunc() pluginsdk.SchemaValidateFunc
- func (d DiskPoolIscsiTargetLunModel) ModelObject() interface{}
- func (d DiskPoolIscsiTargetLunModel) Read() sdk.ResourceFunc
- func (d DiskPoolIscsiTargetLunModel) ResourceType() string
- func (DiskPoolIscsiTargetLunModel) RetryError(timeout time.Duration, action string, id string, retryFunc func() error) error
- type DiskPoolIscsiTargetModel
- type DiskPoolManagedDiskAttachmentModel
- type DiskPoolManagedDiskAttachmentResource
- func (d DiskPoolManagedDiskAttachmentResource) Arguments() map[string]*schema.Schema
- func (d DiskPoolManagedDiskAttachmentResource) Attributes() map[string]*schema.Schema
- func (d DiskPoolManagedDiskAttachmentResource) Create() sdk.ResourceFunc
- func (d DiskPoolManagedDiskAttachmentResource) Delete() sdk.ResourceFunc
- func (d DiskPoolManagedDiskAttachmentResource) IDValidationFunc() pluginsdk.SchemaValidateFunc
- func (d DiskPoolManagedDiskAttachmentResource) ModelObject() interface{}
- func (d DiskPoolManagedDiskAttachmentResource) Read() sdk.ResourceFunc
- func (d DiskPoolManagedDiskAttachmentResource) ResourceType() string
- type DiskPoolResource
- func (DiskPoolResource) Arguments() map[string]*schema.Schema
- func (DiskPoolResource) Attributes() map[string]*schema.Schema
- func (r DiskPoolResource) Create() sdk.ResourceFunc
- func (r DiskPoolResource) Delete() sdk.ResourceFunc
- func (DiskPoolResource) IDValidationFunc() pluginsdk.SchemaValidateFunc
- func (DiskPoolResource) ModelObject() interface{}
- func (DiskPoolResource) Read() sdk.ResourceFunc
- func (DiskPoolResource) ResourceType() string
- func (r DiskPoolResource) Update() sdk.ResourceFunc
- type DiskPoolResourceModel
- type DisksPoolIscsiTargetResource
- func (d DisksPoolIscsiTargetResource) Arguments() map[string]*schema.Schema
- func (d DisksPoolIscsiTargetResource) Attributes() map[string]*schema.Schema
- func (d DisksPoolIscsiTargetResource) Create() sdk.ResourceFunc
- func (d DisksPoolIscsiTargetResource) Delete() sdk.ResourceFunc
- func (d DisksPoolIscsiTargetResource) IDValidationFunc() pluginsdk.SchemaValidateFunc
- func (d DisksPoolIscsiTargetResource) ModelObject() interface{}
- func (d DisksPoolIscsiTargetResource) Read() sdk.ResourceFunc
- func (d DisksPoolIscsiTargetResource) ResourceType() string
- type Registration
- type StorageDisksPoolJobModel
- type StorageDisksPoolResource
- func (StorageDisksPoolResource) Arguments() map[string]*pluginsdk.Schema
- func (StorageDisksPoolResource) Attributes() map[string]*pluginsdk.Schema
- func (r StorageDisksPoolResource) Create() sdk.ResourceFunc
- func (StorageDisksPoolResource) Delete() sdk.ResourceFunc
- func (StorageDisksPoolResource) DeprecatedInFavourOfResource() string
- func (StorageDisksPoolResource) IDValidationFunc() pluginsdk.SchemaValidateFunc
- func (StorageDisksPoolResource) ModelObject() interface{}
- func (StorageDisksPoolResource) Read() sdk.ResourceFunc
- func (StorageDisksPoolResource) ResourceType() string
- func (StorageDisksPoolResource) Update() sdk.ResourceFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiskPoolIscsiTargetLunModel ¶
type DiskPoolIscsiTargetLunModel struct { IscsiTargetId string `tfschema:"iscsi_target_id"` ManagedDiskAttachmentId string `tfschema:"disk_pool_managed_disk_attachment_id"` Name string `tfschema:"name"` Lun int64 `tfschema:"lun"` }
func (DiskPoolIscsiTargetLunModel) Arguments ¶
func (d DiskPoolIscsiTargetLunModel) Arguments() map[string]*schema.Schema
func (DiskPoolIscsiTargetLunModel) Attributes ¶
func (d DiskPoolIscsiTargetLunModel) Attributes() map[string]*schema.Schema
func (DiskPoolIscsiTargetLunModel) Create ¶
func (d DiskPoolIscsiTargetLunModel) Create() sdk.ResourceFunc
func (DiskPoolIscsiTargetLunModel) Delete ¶
func (d DiskPoolIscsiTargetLunModel) Delete() sdk.ResourceFunc
func (DiskPoolIscsiTargetLunModel) IDValidationFunc ¶
func (d DiskPoolIscsiTargetLunModel) IDValidationFunc() pluginsdk.SchemaValidateFunc
func (DiskPoolIscsiTargetLunModel) ModelObject ¶
func (d DiskPoolIscsiTargetLunModel) ModelObject() interface{}
func (DiskPoolIscsiTargetLunModel) Read ¶
func (d DiskPoolIscsiTargetLunModel) Read() sdk.ResourceFunc
func (DiskPoolIscsiTargetLunModel) ResourceType ¶
func (d DiskPoolIscsiTargetLunModel) ResourceType() string
func (DiskPoolIscsiTargetLunModel) RetryError ¶
type DiskPoolManagedDiskAttachmentResource ¶
type DiskPoolManagedDiskAttachmentResource struct{}
func (DiskPoolManagedDiskAttachmentResource) Arguments ¶
func (d DiskPoolManagedDiskAttachmentResource) Arguments() map[string]*schema.Schema
func (DiskPoolManagedDiskAttachmentResource) Attributes ¶
func (d DiskPoolManagedDiskAttachmentResource) Attributes() map[string]*schema.Schema
func (DiskPoolManagedDiskAttachmentResource) Create ¶
func (d DiskPoolManagedDiskAttachmentResource) Create() sdk.ResourceFunc
func (DiskPoolManagedDiskAttachmentResource) Delete ¶
func (d DiskPoolManagedDiskAttachmentResource) Delete() sdk.ResourceFunc
func (DiskPoolManagedDiskAttachmentResource) IDValidationFunc ¶
func (d DiskPoolManagedDiskAttachmentResource) IDValidationFunc() pluginsdk.SchemaValidateFunc
func (DiskPoolManagedDiskAttachmentResource) ModelObject ¶
func (d DiskPoolManagedDiskAttachmentResource) ModelObject() interface{}
func (DiskPoolManagedDiskAttachmentResource) Read ¶
func (d DiskPoolManagedDiskAttachmentResource) Read() sdk.ResourceFunc
func (DiskPoolManagedDiskAttachmentResource) ResourceType ¶
func (d DiskPoolManagedDiskAttachmentResource) ResourceType() string
type DiskPoolResource ¶
type DiskPoolResource struct{}
func (DiskPoolResource) Attributes ¶
func (DiskPoolResource) Attributes() map[string]*schema.Schema
func (DiskPoolResource) Create ¶
func (r DiskPoolResource) Create() sdk.ResourceFunc
func (DiskPoolResource) Delete ¶
func (r DiskPoolResource) Delete() sdk.ResourceFunc
func (DiskPoolResource) IDValidationFunc ¶
func (DiskPoolResource) IDValidationFunc() pluginsdk.SchemaValidateFunc
func (DiskPoolResource) ModelObject ¶
func (DiskPoolResource) ModelObject() interface{}
func (DiskPoolResource) Read ¶
func (DiskPoolResource) Read() sdk.ResourceFunc
func (DiskPoolResource) ResourceType ¶
func (DiskPoolResource) ResourceType() string
func (DiskPoolResource) Update ¶
func (r DiskPoolResource) Update() sdk.ResourceFunc
type DiskPoolResourceModel ¶
type DiskPoolResourceModel struct { Name string `tfschema:"name"` ResourceGroupName string `tfschema:"resource_group_name"` Location string `tfschema:"location"` Sku string `tfschema:"sku_name"` SubnetId string `tfschema:"subnet_id"` Tags map[string]interface{} `tfschema:"tags"` Zones []string `tfschema:"zones"` }
type DisksPoolIscsiTargetResource ¶
type DisksPoolIscsiTargetResource struct{}
func (DisksPoolIscsiTargetResource) Arguments ¶
func (d DisksPoolIscsiTargetResource) Arguments() map[string]*schema.Schema
func (DisksPoolIscsiTargetResource) Attributes ¶
func (d DisksPoolIscsiTargetResource) Attributes() map[string]*schema.Schema
func (DisksPoolIscsiTargetResource) Create ¶
func (d DisksPoolIscsiTargetResource) Create() sdk.ResourceFunc
func (DisksPoolIscsiTargetResource) Delete ¶
func (d DisksPoolIscsiTargetResource) Delete() sdk.ResourceFunc
func (DisksPoolIscsiTargetResource) IDValidationFunc ¶
func (d DisksPoolIscsiTargetResource) IDValidationFunc() pluginsdk.SchemaValidateFunc
func (DisksPoolIscsiTargetResource) ModelObject ¶
func (d DisksPoolIscsiTargetResource) ModelObject() interface{}
func (DisksPoolIscsiTargetResource) Read ¶
func (d DisksPoolIscsiTargetResource) Read() sdk.ResourceFunc
func (DisksPoolIscsiTargetResource) ResourceType ¶
func (d DisksPoolIscsiTargetResource) ResourceType() string
type Registration ¶
type Registration struct{}
func (Registration) AssociatedGitHubLabel ¶
func (r Registration) AssociatedGitHubLabel() string
func (Registration) DataSources ¶
func (r Registration) DataSources() []sdk.DataSource
func (Registration) Name ¶
func (r Registration) Name() string
func (Registration) Resources ¶
func (r Registration) Resources() []sdk.Resource
func (Registration) WebsiteCategories ¶
func (r Registration) WebsiteCategories() []string
type StorageDisksPoolJobModel ¶
type StorageDisksPoolJobModel struct { Name string `tfschema:"name"` ResourceGroupName string `tfschema:"resource_group_name"` Location string `tfschema:"location"` AvailabilityZones []string `tfschema:"availability_zones"` Sku string `tfschema:"sku_name"` SubnetId string `tfschema:"subnet_id"` Tags map[string]interface{} `tfschema:"tags"` }
type StorageDisksPoolResource ¶
type StorageDisksPoolResource struct{}
func (StorageDisksPoolResource) Arguments ¶
func (StorageDisksPoolResource) Arguments() map[string]*pluginsdk.Schema
func (StorageDisksPoolResource) Attributes ¶
func (StorageDisksPoolResource) Attributes() map[string]*pluginsdk.Schema
func (StorageDisksPoolResource) Create ¶
func (r StorageDisksPoolResource) Create() sdk.ResourceFunc
func (StorageDisksPoolResource) Delete ¶
func (StorageDisksPoolResource) Delete() sdk.ResourceFunc
func (StorageDisksPoolResource) DeprecatedInFavourOfResource ¶
func (StorageDisksPoolResource) DeprecatedInFavourOfResource() string
func (StorageDisksPoolResource) IDValidationFunc ¶
func (StorageDisksPoolResource) IDValidationFunc() pluginsdk.SchemaValidateFunc
func (StorageDisksPoolResource) ModelObject ¶
func (StorageDisksPoolResource) ModelObject() interface{}
func (StorageDisksPoolResource) Read ¶
func (StorageDisksPoolResource) Read() sdk.ResourceFunc
func (StorageDisksPoolResource) ResourceType ¶
func (StorageDisksPoolResource) ResourceType() string
func (StorageDisksPoolResource) Update ¶
func (StorageDisksPoolResource) Update() sdk.ResourceFunc
Source Files ¶
Click to show internal directories.
Click to hide internal directories.