Documentation
¶
Index ¶
- func New() resource.Resource
- type StorageProfileFileSystemLocations
- type StorageProfileResource
- func (r *StorageProfileResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...)
- func (r *StorageProfileResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *StorageProfileResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *StorageProfileResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...)
- func (r *StorageProfileResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...)
- func (r *StorageProfileResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *StorageProfileResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *StorageProfileResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type StorageProfileResourceModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StorageProfileResource ¶
type StorageProfileResource struct {
// contains filtered or unexported fields
}
StorageProfileResource defines the resource implementation.
func (*StorageProfileResource) Configure ¶
func (r *StorageProfileResource) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse)
func (*StorageProfileResource) Create ¶
func (r *StorageProfileResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*StorageProfileResource) Delete ¶
func (r *StorageProfileResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*StorageProfileResource) ImportState ¶
func (r *StorageProfileResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse)
func (*StorageProfileResource) Metadata ¶
func (r *StorageProfileResource) Metadata(ctx context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
func (*StorageProfileResource) Read ¶
func (r *StorageProfileResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*StorageProfileResource) Schema ¶
func (r *StorageProfileResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
func (*StorageProfileResource) Update ¶
func (r *StorageProfileResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type StorageProfileResourceModel ¶
type StorageProfileResourceModel struct { DisplayName types.String `tfsdk:"display_name"` FarmId types.String `tfsdk:"farm_id"` OSFamily types.String `tfsdk:"os_family"` ID types.String `tfsdk:"id"` FileSystemLocations []*StorageProfileFileSystemLocations `tfsdk:"file_system_location"` }
StorageProfileResourceModel describes the resource data model.
Click to show internal directories.
Click to hide internal directories.