Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VMDetection ¶
type VMDetection struct {
// Get the VM ID for which this decision applies.
VMID string
// Get a human-readable reason for this decision.
Reason string
// Get the compute host where the vm should be migrated away from.
Host string
}
func (VMDetection) GetHost ¶
func (d VMDetection) GetHost() string
func (VMDetection) GetReason ¶
func (d VMDetection) GetReason() string
func (VMDetection) GetResource ¶
func (d VMDetection) GetResource() string
func (VMDetection) WithReason ¶
func (d VMDetection) WithReason(reason string) lib.Detection
Click to show internal directories.
Click to hide internal directories.