cspmachineinstances

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2024 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseCspMachineInstancesGetResponse_items_backupInfo_backupType

func ParseCspMachineInstancesGetResponse_items_backupInfo_backupType(v string) (any, error)

func ParseCspMachineInstancesGetResponse_items_cspInfoMember1_state

func ParseCspMachineInstancesGetResponse_items_cspInfoMember1_state(v string) (any, error)

func ParseCspMachineInstancesGetResponse_items_cspInfoMember2_state

func ParseCspMachineInstancesGetResponse_items_cspInfoMember2_state(v string) (any, error)

func ParseCspMachineInstancesGetResponse_items_cspType

func ParseCspMachineInstancesGetResponse_items_cspType(v string) (any, error)

func ParseCspMachineInstancesGetResponse_items_protectionJobInfo_scheduleInfo_status

func ParseCspMachineInstancesGetResponse_items_protectionJobInfo_scheduleInfo_status(v string) (any, error)

func ParseCspMachineInstancesGetResponse_items_protectionStatus

func ParseCspMachineInstancesGetResponse_items_protectionStatus(v string) (any, error)

func ParseCspMachineInstancesGetResponse_items_state

func ParseCspMachineInstancesGetResponse_items_state(v string) (any, error)

func ParseCspMachineInstancesPostRequestBody_cspType

func ParseCspMachineInstancesPostRequestBody_cspType(v string) (any, error)

func SerializeCspMachineInstancesGetResponse_items_backupInfo_backupType

func SerializeCspMachineInstancesGetResponse_items_backupInfo_backupType(values []CspMachineInstancesGetResponse_items_backupInfo_backupType) []string

func SerializeCspMachineInstancesGetResponse_items_cspInfoMember1_state

func SerializeCspMachineInstancesGetResponse_items_cspInfoMember1_state(values []CspMachineInstancesGetResponse_items_cspInfoMember1_state) []string

func SerializeCspMachineInstancesGetResponse_items_cspInfoMember2_state

func SerializeCspMachineInstancesGetResponse_items_cspInfoMember2_state(values []CspMachineInstancesGetResponse_items_cspInfoMember2_state) []string

func SerializeCspMachineInstancesGetResponse_items_cspType

func SerializeCspMachineInstancesGetResponse_items_cspType(values []CspMachineInstancesGetResponse_items_cspType) []string

func SerializeCspMachineInstancesGetResponse_items_protectionJobInfo_scheduleInfo_status

func SerializeCspMachineInstancesGetResponse_items_protectionJobInfo_scheduleInfo_status(values []CspMachineInstancesGetResponse_items_protectionJobInfo_scheduleInfo_status) []string

func SerializeCspMachineInstancesGetResponse_items_protectionStatus

func SerializeCspMachineInstancesGetResponse_items_protectionStatus(values []CspMachineInstancesGetResponse_items_protectionStatus) []string

func SerializeCspMachineInstancesGetResponse_items_state

func SerializeCspMachineInstancesGetResponse_items_state(values []CspMachineInstancesGetResponse_items_state) []string

func SerializeCspMachineInstancesPostRequestBody_cspType

func SerializeCspMachineInstancesPostRequestBody_cspType(values []CspMachineInstancesPostRequestBody_cspType) []string

Types

type CspMachineInstancesGetResponse_items_backupInfo_backupType

type CspMachineInstancesGetResponse_items_backupInfo_backupType int

A type of backup available for the asset.

const (
	NATIVE_BACKUP_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_BACKUPINFO_BACKUPTYPE CspMachineInstancesGetResponse_items_backupInfo_backupType = iota
	HPE_CLOUD_BACKUP_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_BACKUPINFO_BACKUPTYPE
	STAGING_BACKUP_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_BACKUPINFO_BACKUPTYPE
)

func (CspMachineInstancesGetResponse_items_backupInfo_backupType) String

type CspMachineInstancesGetResponse_items_cspInfoMember1_state

type CspMachineInstancesGetResponse_items_cspInfoMember1_state int
const (
	UNKNOWN_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_CSPINFOMEMBER1_STATE CspMachineInstancesGetResponse_items_cspInfoMember1_state = iota
	PENDING_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_CSPINFOMEMBER1_STATE
	RUNNING_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_CSPINFOMEMBER1_STATE
	SHUTTING_DOWN_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_CSPINFOMEMBER1_STATE
	STOPPING_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_CSPINFOMEMBER1_STATE
	STOPPED_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_CSPINFOMEMBER1_STATE
	TERMINATED_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_CSPINFOMEMBER1_STATE
)

func (CspMachineInstancesGetResponse_items_cspInfoMember1_state) String

type CspMachineInstancesGetResponse_items_cspInfoMember2_state

type CspMachineInstancesGetResponse_items_cspInfoMember2_state int

Power state of the machine instance.

const (
	UNKNOWN_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_CSPINFOMEMBER2_STATE CspMachineInstancesGetResponse_items_cspInfoMember2_state = iota
	CREATING_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_CSPINFOMEMBER2_STATE
	STARTING_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_CSPINFOMEMBER2_STATE
	RUNNING_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_CSPINFOMEMBER2_STATE
	STOPPING_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_CSPINFOMEMBER2_STATE
	STOPPED_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_CSPINFOMEMBER2_STATE
	DEALLOCATING_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_CSPINFOMEMBER2_STATE
	DEALLOCATED_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_CSPINFOMEMBER2_STATE
)

func (CspMachineInstancesGetResponse_items_cspInfoMember2_state) String

type CspMachineInstancesGetResponse_items_cspType

type CspMachineInstancesGetResponse_items_cspType int

The cloud service provider type of the account to which the resource is associated.

const (
	AWS_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_CSPTYPE CspMachineInstancesGetResponse_items_cspType = iota
	AZURE_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_CSPTYPE
)

func (CspMachineInstancesGetResponse_items_cspType) String

type CspMachineInstancesGetResponse_items_protectionJobInfo_scheduleInfo_status

type CspMachineInstancesGetResponse_items_protectionJobInfo_scheduleInfo_status int

The status of the most recent backup attempt for this schedule. It is set toNOT_RUN when a PAUSED state no longer applies, regardless of the result of anyprior backup attempts. May also be reset to NOT_RUN for a volume if the protectedasset is a machine instance and the volume is detached from and re-attached to themachine instance, even if it was attached in the most recent backup attempt.

const (
	NOT_RUN_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_PROTECTIONJOBINFO_SCHEDULEINFO_STATUS CspMachineInstancesGetResponse_items_protectionJobInfo_scheduleInfo_status = iota
	SUCCESS_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_PROTECTIONJOBINFO_SCHEDULEINFO_STATUS
	FAILURE_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_PROTECTIONJOBINFO_SCHEDULEINFO_STATUS
	PAUSED_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_PROTECTIONJOBINFO_SCHEDULEINFO_STATUS
)

func (CspMachineInstancesGetResponse_items_protectionJobInfo_scheduleInfo_status) String

type CspMachineInstancesGetResponse_items_protectionStatus

type CspMachineInstancesGetResponse_items_protectionStatus int

Indicates the level of protection provided for the asset, based on the existence ofprotection jobs, whether the protection jobs are suspended, the existence of backups,and the success of recent backup attempts.

const (
	UNPROTECTED_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_PROTECTIONSTATUS CspMachineInstancesGetResponse_items_protectionStatus = iota
	LAPSED_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_PROTECTIONSTATUS
	PENDING_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_PROTECTIONSTATUS
	PARTIAL_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_PROTECTIONSTATUS
	PROTECTED_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_PROTECTIONSTATUS
	PAUSED_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_PROTECTIONSTATUS
)

func (CspMachineInstancesGetResponse_items_protectionStatus) String

type CspMachineInstancesGetResponse_items_state

type CspMachineInstancesGetResponse_items_state int

A DELETED state indicates the asset was already deleted from the cloud serviceprovider and will be deleted from the inventory when no backups or directprotection policy relationships remain.

const (
	OK_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_STATE CspMachineInstancesGetResponse_items_state = iota
	DELETED_CSPMACHINEINSTANCESGETRESPONSE_ITEMS_STATE
)

func (CspMachineInstancesGetResponse_items_state) String

type CspMachineInstancesPostRequestBody_cspType

type CspMachineInstancesPostRequestBody_cspType int

The cloud service provider type

const (
	AWS_CSPMACHINEINSTANCESPOSTREQUESTBODY_CSPTYPE CspMachineInstancesPostRequestBody_cspType = iota
	AZURE_CSPMACHINEINSTANCESPOSTREQUESTBODY_CSPTYPE
)

func (CspMachineInstancesPostRequestBody_cspType) String

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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