volume_set

package
v1.2.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AutoscalingModel

type AutoscalingModel struct {
	MaxCapacity       types.Int32   `tfsdk:"max_capacity"`
	MinFreePercentage types.Int32   `tfsdk:"min_free_percentage"`
	ScalingFactor     types.Float64 `tfsdk:"scaling_factor"`
}

type MountOptionsModel

type MountOptionsModel struct {
	Resources []MountOptionsResourcesModel `tfsdk:"resources"`
}

type MountOptionsResourcesModel

type MountOptionsResourcesModel struct {
	MaxCpu    types.String `tfsdk:"max_cpu"`
	MinCpu    types.String `tfsdk:"min_cpu"`
	MinMemory types.String `tfsdk:"min_memory"`
	MaxMemory types.String `tfsdk:"max_memory"`
}

type SnapshotsModel

type SnapshotsModel struct {
	CreateFinalSnapshot types.Bool   `tfsdk:"create_final_snapshot"`
	RetentionDuration   types.String `tfsdk:"retention_duration"`
	Schedule            types.String `tfsdk:"schedule"`
}

type StatusModel

type StatusModel struct {
	ParentId       types.String `tfsdk:"parent_id"`
	UsedByWorkload types.String `tfsdk:"used_by_workload"`
	BindingId      types.String `tfsdk:"binding_id"`
	Locations      types.Set    `tfsdk:"locations"`
}

func (StatusModel) AttributeTypes

func (s StatusModel) AttributeTypes() attr.Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL