vmmaccondition

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// VirtualMachineMACAddressLeaseAlreadyExists is a BoundReason indicating the MAC address lease already exists.
	VirtualMachineMACAddressLeaseAlreadyExists BoundReason = "VirtualMachineMACAddressLeaseAlreadyExists"

	// VirtualMachineMACAddressLeaseLost is a BoundReason indicating the MAC address lease was lost.
	VirtualMachineMACAddressLeaseLost BoundReason = "VirtualMachineMACAddressLeaseLost"

	// VirtualMachineMACAddressLeaseNotFound is a BoundReason indicating the MAC address lease was not found.
	VirtualMachineMACAddressLeaseNotFound BoundReason = "VirtualMachineMACAddressLeaseNotFound"

	// VirtualMachineMACAddressLeaseNotReady is a BoundReason indicating the MAC address lease was not ready.
	VirtualMachineMACAddressLeaseNotReady BoundReason = "VirtualMachineMACAddressLeaseNotReady"

	// Bound is a BoundReason indicating the MAC address lease is successfully bound.
	Bound BoundReason = "Bound"

	// VirtualMachineNotFound is an AttachedReason indicating the Virtual Machine was not found.
	VirtualMachineNotFound AttachedReason = "VirtualMachineNotFound"

	// Attached is an AttachedReason indicating the MAC address was successfully attached to the Virtual Machine.
	Attached AttachedReason = "Attached"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AttachedReason

type AttachedReason string

AttachedReason represents specific reasons for the 'Attached' condition type.

func (AttachedReason) String

func (r AttachedReason) String() string

type BoundReason

type BoundReason string

BoundReason represents specific reasons for the 'Bound' condition type.

func (BoundReason) String

func (r BoundReason) String() string

type Type

type Type string
const (
	// BoundType represents the condition type when a Virtual Machine MAC address is bound.
	BoundType Type = "Bound"

	// AttachedType represents the condition type when a Virtual Machine MAC address is attached.
	AttachedType Type = "Attached"
)

func (Type) String

func (t Type) String() string

Jump to

Keyboard shortcuts

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