stateful_node_azure

package
v1.77.10 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2022 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Name              commons.FieldName = "name"
	ResourceGroupName commons.FieldName = "resource_group_name"
	Region            commons.FieldName = "region"
	Description       commons.FieldName = "description"
)
View Source
const (
	OS             commons.FieldName = "os"
	Zones          commons.FieldName = "zones"
	PreferredZones commons.FieldName = "preferred_zones"
)
View Source
const (
	UpdateState commons.FieldName = "update_state"
	State       commons.FieldName = "state"
)
View Source
const (
	Delete                   commons.FieldName = "delete"
	ShouldTerminateVm        commons.FieldName = "should_terminate_vm"
	ShouldDeallocateNetwork  commons.FieldName = NetworkPrefix + "should_deallocate"
	NetworkTTLInHours        commons.FieldName = NetworkPrefix + "ttl_in_hours"
	ShouldDeallocateDisk     commons.FieldName = DiskPrefix + "should_deallocate"
	DiskTTLInHours           commons.FieldName = DiskPrefix + "ttl_in_hours"
	ShouldDeallocateSnapshot commons.FieldName = SnapshotPrefix + "should_deallocate"
	SnapshotTTLInHours       commons.FieldName = SnapshotPrefix + "ttl_in_hours"
	ShouldDeallocatePublicIP commons.FieldName = PublicIPDeallocation + "should_deallocate"
	PublicIPTTLInHours       commons.FieldName = PublicIPDeallocation + "ttl_in_hours"
)
View Source
const (
	AttachDataDisk                  commons.FieldName = "attach_data_disk"
	AttachDataDiskName              commons.FieldName = "data_disk_name"
	AttachDataDiskResourceGroupName commons.FieldName = "data_disk_resource_group_name"
	AttachStorageAccountType        commons.FieldName = "storage_account_type"
	AttachSizeGB                    commons.FieldName = "size_gb"
	AttachLUN                       commons.FieldName = "lun"
	AttachZone                      commons.FieldName = "zone"
)
View Source
const (
	DetachDataDisk                  commons.FieldName = "detach_data_disk"
	DetachDataDiskName              commons.FieldName = "data_disk_name"
	DetachDataDiskResourceGroupName commons.FieldName = "data_disk_resource_group_name"
	DetachShouldDeallocate          commons.FieldName = "should_deallocate"
	DetachTTLInHours                commons.FieldName = "ttl_in_hours"
)
View Source
const (
	ImportVM                       commons.FieldName = "import_vm"
	ImportVMResourceGroupName      commons.FieldName = "resource_group_name"
	ImportVMOriginalVMName         commons.FieldName = "original_vm_name"
	ImportVMDrainingTimeout        commons.FieldName = "draining_timeout"
	ImportVMResourcesRetentionTime commons.FieldName = "resources_retention_time"
)
View Source
const (
	NetworkPrefix        = "network_"
	DiskPrefix           = "disk_"
	SnapshotPrefix       = "snapshot_"
	PublicIPDeallocation = "public_ip_"
)

Variables

This section is empty.

Functions

func Setup

func Setup(fieldsMap map[commons.FieldName]*commons.GenericField)

Types

This section is empty.

Jump to

Keyboard shortcuts

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