model

package
v1.999.999-b10 Latest Latest
Warning

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

Go to latest
Published: May 7, 2020 License: Apache-2.0, BSD-2-Clause Imports: 6 Imported by: 0

Documentation ¶

Index ¶

Constants ¶

View Source
const (

	// AutoscaleStackV4ResponseClusterStatusREQUESTED captures enum value "REQUESTED"
	AutoscaleStackV4ResponseClusterStatusREQUESTED string = "REQUESTED"

	// AutoscaleStackV4ResponseClusterStatusCREATEINPROGRESS captures enum value "CREATE_IN_PROGRESS"
	AutoscaleStackV4ResponseClusterStatusCREATEINPROGRESS string = "CREATE_IN_PROGRESS"

	// AutoscaleStackV4ResponseClusterStatusAVAILABLE captures enum value "AVAILABLE"
	AutoscaleStackV4ResponseClusterStatusAVAILABLE string = "AVAILABLE"

	// AutoscaleStackV4ResponseClusterStatusUPDATEINPROGRESS captures enum value "UPDATE_IN_PROGRESS"
	AutoscaleStackV4ResponseClusterStatusUPDATEINPROGRESS string = "UPDATE_IN_PROGRESS"

	// AutoscaleStackV4ResponseClusterStatusUPDATEREQUESTED captures enum value "UPDATE_REQUESTED"
	AutoscaleStackV4ResponseClusterStatusUPDATEREQUESTED string = "UPDATE_REQUESTED"

	// AutoscaleStackV4ResponseClusterStatusUPDATEFAILED captures enum value "UPDATE_FAILED"
	AutoscaleStackV4ResponseClusterStatusUPDATEFAILED string = "UPDATE_FAILED"

	// AutoscaleStackV4ResponseClusterStatusCREATEFAILED captures enum value "CREATE_FAILED"
	AutoscaleStackV4ResponseClusterStatusCREATEFAILED string = "CREATE_FAILED"

	// AutoscaleStackV4ResponseClusterStatusENABLESECURITYFAILED captures enum value "ENABLE_SECURITY_FAILED"
	AutoscaleStackV4ResponseClusterStatusENABLESECURITYFAILED string = "ENABLE_SECURITY_FAILED"

	// AutoscaleStackV4ResponseClusterStatusPREDELETEINPROGRESS captures enum value "PRE_DELETE_IN_PROGRESS"
	AutoscaleStackV4ResponseClusterStatusPREDELETEINPROGRESS string = "PRE_DELETE_IN_PROGRESS"

	// AutoscaleStackV4ResponseClusterStatusDELETEINPROGRESS captures enum value "DELETE_IN_PROGRESS"
	AutoscaleStackV4ResponseClusterStatusDELETEINPROGRESS string = "DELETE_IN_PROGRESS"

	// AutoscaleStackV4ResponseClusterStatusDELETEFAILED captures enum value "DELETE_FAILED"
	AutoscaleStackV4ResponseClusterStatusDELETEFAILED string = "DELETE_FAILED"

	// AutoscaleStackV4ResponseClusterStatusDELETECOMPLETED captures enum value "DELETE_COMPLETED"
	AutoscaleStackV4ResponseClusterStatusDELETECOMPLETED string = "DELETE_COMPLETED"

	// AutoscaleStackV4ResponseClusterStatusSTOPPED captures enum value "STOPPED"
	AutoscaleStackV4ResponseClusterStatusSTOPPED string = "STOPPED"

	// AutoscaleStackV4ResponseClusterStatusSTOPREQUESTED captures enum value "STOP_REQUESTED"
	AutoscaleStackV4ResponseClusterStatusSTOPREQUESTED string = "STOP_REQUESTED"

	// AutoscaleStackV4ResponseClusterStatusSTARTREQUESTED captures enum value "START_REQUESTED"
	AutoscaleStackV4ResponseClusterStatusSTARTREQUESTED string = "START_REQUESTED"

	// AutoscaleStackV4ResponseClusterStatusSTOPINPROGRESS captures enum value "STOP_IN_PROGRESS"
	AutoscaleStackV4ResponseClusterStatusSTOPINPROGRESS string = "STOP_IN_PROGRESS"

	// AutoscaleStackV4ResponseClusterStatusSTARTINPROGRESS captures enum value "START_IN_PROGRESS"
	AutoscaleStackV4ResponseClusterStatusSTARTINPROGRESS string = "START_IN_PROGRESS"

	// AutoscaleStackV4ResponseClusterStatusSTARTFAILED captures enum value "START_FAILED"
	AutoscaleStackV4ResponseClusterStatusSTARTFAILED string = "START_FAILED"

	// AutoscaleStackV4ResponseClusterStatusSTOPFAILED captures enum value "STOP_FAILED"
	AutoscaleStackV4ResponseClusterStatusSTOPFAILED string = "STOP_FAILED"

	// AutoscaleStackV4ResponseClusterStatusWAITFORSYNC captures enum value "WAIT_FOR_SYNC"
	AutoscaleStackV4ResponseClusterStatusWAITFORSYNC string = "WAIT_FOR_SYNC"

	// AutoscaleStackV4ResponseClusterStatusMAINTENANCEMODEENABLED captures enum value "MAINTENANCE_MODE_ENABLED"
	AutoscaleStackV4ResponseClusterStatusMAINTENANCEMODEENABLED string = "MAINTENANCE_MODE_ENABLED"

	// AutoscaleStackV4ResponseClusterStatusAMBIGUOUS captures enum value "AMBIGUOUS"
	AutoscaleStackV4ResponseClusterStatusAMBIGUOUS string = "AMBIGUOUS"

	// AutoscaleStackV4ResponseClusterStatusEXTERNALDATABASECREATIONINPROGRESS captures enum value "EXTERNAL_DATABASE_CREATION_IN_PROGRESS"
	AutoscaleStackV4ResponseClusterStatusEXTERNALDATABASECREATIONINPROGRESS string = "EXTERNAL_DATABASE_CREATION_IN_PROGRESS"

	// AutoscaleStackV4ResponseClusterStatusEXTERNALDATABASECREATIONFAILED captures enum value "EXTERNAL_DATABASE_CREATION_FAILED"
	AutoscaleStackV4ResponseClusterStatusEXTERNALDATABASECREATIONFAILED string = "EXTERNAL_DATABASE_CREATION_FAILED"

	// AutoscaleStackV4ResponseClusterStatusEXTERNALDATABASEDELETIONINPROGRESS captures enum value "EXTERNAL_DATABASE_DELETION_IN_PROGRESS"
	AutoscaleStackV4ResponseClusterStatusEXTERNALDATABASEDELETIONINPROGRESS string = "EXTERNAL_DATABASE_DELETION_IN_PROGRESS"

	// AutoscaleStackV4ResponseClusterStatusEXTERNALDATABASEDELETIONFINISHED captures enum value "EXTERNAL_DATABASE_DELETION_FINISHED"
	AutoscaleStackV4ResponseClusterStatusEXTERNALDATABASEDELETIONFINISHED string = "EXTERNAL_DATABASE_DELETION_FINISHED"

	// AutoscaleStackV4ResponseClusterStatusEXTERNALDATABASEDELETIONFAILED captures enum value "EXTERNAL_DATABASE_DELETION_FAILED"
	AutoscaleStackV4ResponseClusterStatusEXTERNALDATABASEDELETIONFAILED string = "EXTERNAL_DATABASE_DELETION_FAILED"
)
View Source
const (

	// AutoscaleStackV4ResponseStatusREQUESTED captures enum value "REQUESTED"
	AutoscaleStackV4ResponseStatusREQUESTED string = "REQUESTED"

	// AutoscaleStackV4ResponseStatusCREATEINPROGRESS captures enum value "CREATE_IN_PROGRESS"
	AutoscaleStackV4ResponseStatusCREATEINPROGRESS string = "CREATE_IN_PROGRESS"

	// AutoscaleStackV4ResponseStatusAVAILABLE captures enum value "AVAILABLE"
	AutoscaleStackV4ResponseStatusAVAILABLE string = "AVAILABLE"

	// AutoscaleStackV4ResponseStatusUPDATEINPROGRESS captures enum value "UPDATE_IN_PROGRESS"
	AutoscaleStackV4ResponseStatusUPDATEINPROGRESS string = "UPDATE_IN_PROGRESS"

	// AutoscaleStackV4ResponseStatusUPDATEREQUESTED captures enum value "UPDATE_REQUESTED"
	AutoscaleStackV4ResponseStatusUPDATEREQUESTED string = "UPDATE_REQUESTED"

	// AutoscaleStackV4ResponseStatusUPDATEFAILED captures enum value "UPDATE_FAILED"
	AutoscaleStackV4ResponseStatusUPDATEFAILED string = "UPDATE_FAILED"

	// AutoscaleStackV4ResponseStatusCREATEFAILED captures enum value "CREATE_FAILED"
	AutoscaleStackV4ResponseStatusCREATEFAILED string = "CREATE_FAILED"

	// AutoscaleStackV4ResponseStatusENABLESECURITYFAILED captures enum value "ENABLE_SECURITY_FAILED"
	AutoscaleStackV4ResponseStatusENABLESECURITYFAILED string = "ENABLE_SECURITY_FAILED"

	// AutoscaleStackV4ResponseStatusPREDELETEINPROGRESS captures enum value "PRE_DELETE_IN_PROGRESS"
	AutoscaleStackV4ResponseStatusPREDELETEINPROGRESS string = "PRE_DELETE_IN_PROGRESS"

	// AutoscaleStackV4ResponseStatusDELETEINPROGRESS captures enum value "DELETE_IN_PROGRESS"
	AutoscaleStackV4ResponseStatusDELETEINPROGRESS string = "DELETE_IN_PROGRESS"

	// AutoscaleStackV4ResponseStatusDELETEFAILED captures enum value "DELETE_FAILED"
	AutoscaleStackV4ResponseStatusDELETEFAILED string = "DELETE_FAILED"

	// AutoscaleStackV4ResponseStatusDELETECOMPLETED captures enum value "DELETE_COMPLETED"
	AutoscaleStackV4ResponseStatusDELETECOMPLETED string = "DELETE_COMPLETED"

	// AutoscaleStackV4ResponseStatusSTOPPED captures enum value "STOPPED"
	AutoscaleStackV4ResponseStatusSTOPPED string = "STOPPED"

	// AutoscaleStackV4ResponseStatusSTOPREQUESTED captures enum value "STOP_REQUESTED"
	AutoscaleStackV4ResponseStatusSTOPREQUESTED string = "STOP_REQUESTED"

	// AutoscaleStackV4ResponseStatusSTARTREQUESTED captures enum value "START_REQUESTED"
	AutoscaleStackV4ResponseStatusSTARTREQUESTED string = "START_REQUESTED"

	// AutoscaleStackV4ResponseStatusSTOPINPROGRESS captures enum value "STOP_IN_PROGRESS"
	AutoscaleStackV4ResponseStatusSTOPINPROGRESS string = "STOP_IN_PROGRESS"

	// AutoscaleStackV4ResponseStatusSTARTINPROGRESS captures enum value "START_IN_PROGRESS"
	AutoscaleStackV4ResponseStatusSTARTINPROGRESS string = "START_IN_PROGRESS"

	// AutoscaleStackV4ResponseStatusSTARTFAILED captures enum value "START_FAILED"
	AutoscaleStackV4ResponseStatusSTARTFAILED string = "START_FAILED"

	// AutoscaleStackV4ResponseStatusSTOPFAILED captures enum value "STOP_FAILED"
	AutoscaleStackV4ResponseStatusSTOPFAILED string = "STOP_FAILED"

	// AutoscaleStackV4ResponseStatusWAITFORSYNC captures enum value "WAIT_FOR_SYNC"
	AutoscaleStackV4ResponseStatusWAITFORSYNC string = "WAIT_FOR_SYNC"

	// AutoscaleStackV4ResponseStatusMAINTENANCEMODEENABLED captures enum value "MAINTENANCE_MODE_ENABLED"
	AutoscaleStackV4ResponseStatusMAINTENANCEMODEENABLED string = "MAINTENANCE_MODE_ENABLED"

	// AutoscaleStackV4ResponseStatusAMBIGUOUS captures enum value "AMBIGUOUS"
	AutoscaleStackV4ResponseStatusAMBIGUOUS string = "AMBIGUOUS"

	// AutoscaleStackV4ResponseStatusEXTERNALDATABASECREATIONINPROGRESS captures enum value "EXTERNAL_DATABASE_CREATION_IN_PROGRESS"
	AutoscaleStackV4ResponseStatusEXTERNALDATABASECREATIONINPROGRESS string = "EXTERNAL_DATABASE_CREATION_IN_PROGRESS"

	// AutoscaleStackV4ResponseStatusEXTERNALDATABASECREATIONFAILED captures enum value "EXTERNAL_DATABASE_CREATION_FAILED"
	AutoscaleStackV4ResponseStatusEXTERNALDATABASECREATIONFAILED string = "EXTERNAL_DATABASE_CREATION_FAILED"

	// AutoscaleStackV4ResponseStatusEXTERNALDATABASEDELETIONINPROGRESS captures enum value "EXTERNAL_DATABASE_DELETION_IN_PROGRESS"
	AutoscaleStackV4ResponseStatusEXTERNALDATABASEDELETIONINPROGRESS string = "EXTERNAL_DATABASE_DELETION_IN_PROGRESS"

	// AutoscaleStackV4ResponseStatusEXTERNALDATABASEDELETIONFINISHED captures enum value "EXTERNAL_DATABASE_DELETION_FINISHED"
	AutoscaleStackV4ResponseStatusEXTERNALDATABASEDELETIONFINISHED string = "EXTERNAL_DATABASE_DELETION_FINISHED"

	// AutoscaleStackV4ResponseStatusEXTERNALDATABASEDELETIONFAILED captures enum value "EXTERNAL_DATABASE_DELETION_FAILED"
	AutoscaleStackV4ResponseStatusEXTERNALDATABASEDELETIONFAILED string = "EXTERNAL_DATABASE_DELETION_FAILED"
)
View Source
const (

	// AutoscaleStackV4ResponseTunnelDIRECT captures enum value "DIRECT"
	AutoscaleStackV4ResponseTunnelDIRECT string = "DIRECT"

	// AutoscaleStackV4ResponseTunnelCCM captures enum value "CCM"
	AutoscaleStackV4ResponseTunnelCCM string = "CCM"

	// AutoscaleStackV4ResponseTunnelCLUSTERPROXY captures enum value "CLUSTER_PROXY"
	AutoscaleStackV4ResponseTunnelCLUSTERPROXY string = "CLUSTER_PROXY"
)
View Source
const (

	// AwsEncryptionV1ParametersTypeDEFAULT captures enum value "DEFAULT"
	AwsEncryptionV1ParametersTypeDEFAULT string = "DEFAULT"

	// AwsEncryptionV1ParametersTypeNONE captures enum value "NONE"
	AwsEncryptionV1ParametersTypeNONE string = "NONE"

	// AwsEncryptionV1ParametersTypeCUSTOM captures enum value "CUSTOM"
	AwsEncryptionV1ParametersTypeCUSTOM string = "CUSTOM"
)
View Source
const (

	// AwsEncryptionV4ParametersTypeDEFAULT captures enum value "DEFAULT"
	AwsEncryptionV4ParametersTypeDEFAULT string = "DEFAULT"

	// AwsEncryptionV4ParametersTypeNONE captures enum value "NONE"
	AwsEncryptionV4ParametersTypeNONE string = "NONE"

	// AwsEncryptionV4ParametersTypeCUSTOM captures enum value "CUSTOM"
	AwsEncryptionV4ParametersTypeCUSTOM string = "CUSTOM"
)
View Source
const (

	// BlueprintV4ResponseStatusDEFAULT captures enum value "DEFAULT"
	BlueprintV4ResponseStatusDEFAULT string = "DEFAULT"

	// BlueprintV4ResponseStatusDEFAULTDELETED captures enum value "DEFAULT_DELETED"
	BlueprintV4ResponseStatusDEFAULTDELETED string = "DEFAULT_DELETED"

	// BlueprintV4ResponseStatusUSERMANAGED captures enum value "USER_MANAGED"
	BlueprintV4ResponseStatusUSERMANAGED string = "USER_MANAGED"

	// BlueprintV4ResponseStatusOUTDATED captures enum value "OUTDATED"
	BlueprintV4ResponseStatusOUTDATED string = "OUTDATED"
)
View Source
const (

	// BlueprintV4ViewResponseStatusDEFAULT captures enum value "DEFAULT"
	BlueprintV4ViewResponseStatusDEFAULT string = "DEFAULT"

	// BlueprintV4ViewResponseStatusDEFAULTDELETED captures enum value "DEFAULT_DELETED"
	BlueprintV4ViewResponseStatusDEFAULTDELETED string = "DEFAULT_DELETED"

	// BlueprintV4ViewResponseStatusUSERMANAGED captures enum value "USER_MANAGED"
	BlueprintV4ViewResponseStatusUSERMANAGED string = "USER_MANAGED"

	// BlueprintV4ViewResponseStatusOUTDATED captures enum value "OUTDATED"
	BlueprintV4ViewResponseStatusOUTDATED string = "OUTDATED"
)
View Source
const (

	// CheckRightV4SingleResponseRightDISTROXREAD captures enum value "DISTROX_READ"
	CheckRightV4SingleResponseRightDISTROXREAD string = "DISTROX_READ"

	// CheckRightV4SingleResponseRightDISTROXWRITE captures enum value "DISTROX_WRITE"
	CheckRightV4SingleResponseRightDISTROXWRITE string = "DISTROX_WRITE"

	// CheckRightV4SingleResponseRightSDXREAD captures enum value "SDX_READ"
	CheckRightV4SingleResponseRightSDXREAD string = "SDX_READ"

	// CheckRightV4SingleResponseRightSDXWRITE captures enum value "SDX_WRITE"
	CheckRightV4SingleResponseRightSDXWRITE string = "SDX_WRITE"

	// CheckRightV4SingleResponseRightENVIRONMENTREAD captures enum value "ENVIRONMENT_READ"
	CheckRightV4SingleResponseRightENVIRONMENTREAD string = "ENVIRONMENT_READ"

	// CheckRightV4SingleResponseRightENVIRONMENTWRITE captures enum value "ENVIRONMENT_WRITE"
	CheckRightV4SingleResponseRightENVIRONMENTWRITE string = "ENVIRONMENT_WRITE"
)
View Source
const (

	// CloudbreakEventV4ResponseClusterStatusREQUESTED captures enum value "REQUESTED"
	CloudbreakEventV4ResponseClusterStatusREQUESTED string = "REQUESTED"

	// CloudbreakEventV4ResponseClusterStatusCREATEINPROGRESS captures enum value "CREATE_IN_PROGRESS"
	CloudbreakEventV4ResponseClusterStatusCREATEINPROGRESS string = "CREATE_IN_PROGRESS"

	// CloudbreakEventV4ResponseClusterStatusAVAILABLE captures enum value "AVAILABLE"
	CloudbreakEventV4ResponseClusterStatusAVAILABLE string = "AVAILABLE"

	// CloudbreakEventV4ResponseClusterStatusUPDATEINPROGRESS captures enum value "UPDATE_IN_PROGRESS"
	CloudbreakEventV4ResponseClusterStatusUPDATEINPROGRESS string = "UPDATE_IN_PROGRESS"

	// CloudbreakEventV4ResponseClusterStatusUPDATEREQUESTED captures enum value "UPDATE_REQUESTED"
	CloudbreakEventV4ResponseClusterStatusUPDATEREQUESTED string = "UPDATE_REQUESTED"

	// CloudbreakEventV4ResponseClusterStatusUPDATEFAILED captures enum value "UPDATE_FAILED"
	CloudbreakEventV4ResponseClusterStatusUPDATEFAILED string = "UPDATE_FAILED"

	// CloudbreakEventV4ResponseClusterStatusCREATEFAILED captures enum value "CREATE_FAILED"
	CloudbreakEventV4ResponseClusterStatusCREATEFAILED string = "CREATE_FAILED"

	// CloudbreakEventV4ResponseClusterStatusENABLESECURITYFAILED captures enum value "ENABLE_SECURITY_FAILED"
	CloudbreakEventV4ResponseClusterStatusENABLESECURITYFAILED string = "ENABLE_SECURITY_FAILED"

	// CloudbreakEventV4ResponseClusterStatusPREDELETEINPROGRESS captures enum value "PRE_DELETE_IN_PROGRESS"
	CloudbreakEventV4ResponseClusterStatusPREDELETEINPROGRESS string = "PRE_DELETE_IN_PROGRESS"

	// CloudbreakEventV4ResponseClusterStatusDELETEINPROGRESS captures enum value "DELETE_IN_PROGRESS"
	CloudbreakEventV4ResponseClusterStatusDELETEINPROGRESS string = "DELETE_IN_PROGRESS"

	// CloudbreakEventV4ResponseClusterStatusDELETEFAILED captures enum value "DELETE_FAILED"
	CloudbreakEventV4ResponseClusterStatusDELETEFAILED string = "DELETE_FAILED"

	// CloudbreakEventV4ResponseClusterStatusDELETECOMPLETED captures enum value "DELETE_COMPLETED"
	CloudbreakEventV4ResponseClusterStatusDELETECOMPLETED string = "DELETE_COMPLETED"

	// CloudbreakEventV4ResponseClusterStatusSTOPPED captures enum value "STOPPED"
	CloudbreakEventV4ResponseClusterStatusSTOPPED string = "STOPPED"

	// CloudbreakEventV4ResponseClusterStatusSTOPREQUESTED captures enum value "STOP_REQUESTED"
	CloudbreakEventV4ResponseClusterStatusSTOPREQUESTED string = "STOP_REQUESTED"

	// CloudbreakEventV4ResponseClusterStatusSTARTREQUESTED captures enum value "START_REQUESTED"
	CloudbreakEventV4ResponseClusterStatusSTARTREQUESTED string = "START_REQUESTED"

	// CloudbreakEventV4ResponseClusterStatusSTOPINPROGRESS captures enum value "STOP_IN_PROGRESS"
	CloudbreakEventV4ResponseClusterStatusSTOPINPROGRESS string = "STOP_IN_PROGRESS"

	// CloudbreakEventV4ResponseClusterStatusSTARTINPROGRESS captures enum value "START_IN_PROGRESS"
	CloudbreakEventV4ResponseClusterStatusSTARTINPROGRESS string = "START_IN_PROGRESS"

	// CloudbreakEventV4ResponseClusterStatusSTARTFAILED captures enum value "START_FAILED"
	CloudbreakEventV4ResponseClusterStatusSTARTFAILED string = "START_FAILED"

	// CloudbreakEventV4ResponseClusterStatusSTOPFAILED captures enum value "STOP_FAILED"
	CloudbreakEventV4ResponseClusterStatusSTOPFAILED string = "STOP_FAILED"

	// CloudbreakEventV4ResponseClusterStatusWAITFORSYNC captures enum value "WAIT_FOR_SYNC"
	CloudbreakEventV4ResponseClusterStatusWAITFORSYNC string = "WAIT_FOR_SYNC"

	// CloudbreakEventV4ResponseClusterStatusMAINTENANCEMODEENABLED captures enum value "MAINTENANCE_MODE_ENABLED"
	CloudbreakEventV4ResponseClusterStatusMAINTENANCEMODEENABLED string = "MAINTENANCE_MODE_ENABLED"

	// CloudbreakEventV4ResponseClusterStatusAMBIGUOUS captures enum value "AMBIGUOUS"
	CloudbreakEventV4ResponseClusterStatusAMBIGUOUS string = "AMBIGUOUS"

	// CloudbreakEventV4ResponseClusterStatusEXTERNALDATABASECREATIONINPROGRESS captures enum value "EXTERNAL_DATABASE_CREATION_IN_PROGRESS"
	CloudbreakEventV4ResponseClusterStatusEXTERNALDATABASECREATIONINPROGRESS string = "EXTERNAL_DATABASE_CREATION_IN_PROGRESS"

	// CloudbreakEventV4ResponseClusterStatusEXTERNALDATABASECREATIONFAILED captures enum value "EXTERNAL_DATABASE_CREATION_FAILED"
	CloudbreakEventV4ResponseClusterStatusEXTERNALDATABASECREATIONFAILED string = "EXTERNAL_DATABASE_CREATION_FAILED"

	// CloudbreakEventV4ResponseClusterStatusEXTERNALDATABASEDELETIONINPROGRESS captures enum value "EXTERNAL_DATABASE_DELETION_IN_PROGRESS"
	CloudbreakEventV4ResponseClusterStatusEXTERNALDATABASEDELETIONINPROGRESS string = "EXTERNAL_DATABASE_DELETION_IN_PROGRESS"

	// CloudbreakEventV4ResponseClusterStatusEXTERNALDATABASEDELETIONFINISHED captures enum value "EXTERNAL_DATABASE_DELETION_FINISHED"
	CloudbreakEventV4ResponseClusterStatusEXTERNALDATABASEDELETIONFINISHED string = "EXTERNAL_DATABASE_DELETION_FINISHED"

	// CloudbreakEventV4ResponseClusterStatusEXTERNALDATABASEDELETIONFAILED captures enum value "EXTERNAL_DATABASE_DELETION_FAILED"
	CloudbreakEventV4ResponseClusterStatusEXTERNALDATABASEDELETIONFAILED string = "EXTERNAL_DATABASE_DELETION_FAILED"
)
View Source
const (

	// CloudbreakEventV4ResponseStackStatusREQUESTED captures enum value "REQUESTED"
	CloudbreakEventV4ResponseStackStatusREQUESTED string = "REQUESTED"

	// CloudbreakEventV4ResponseStackStatusCREATEINPROGRESS captures enum value "CREATE_IN_PROGRESS"
	CloudbreakEventV4ResponseStackStatusCREATEINPROGRESS string = "CREATE_IN_PROGRESS"

	// CloudbreakEventV4ResponseStackStatusAVAILABLE captures enum value "AVAILABLE"
	CloudbreakEventV4ResponseStackStatusAVAILABLE string = "AVAILABLE"

	// CloudbreakEventV4ResponseStackStatusUPDATEINPROGRESS captures enum value "UPDATE_IN_PROGRESS"
	CloudbreakEventV4ResponseStackStatusUPDATEINPROGRESS string = "UPDATE_IN_PROGRESS"

	// CloudbreakEventV4ResponseStackStatusUPDATEREQUESTED captures enum value "UPDATE_REQUESTED"
	CloudbreakEventV4ResponseStackStatusUPDATEREQUESTED string = "UPDATE_REQUESTED"

	// CloudbreakEventV4ResponseStackStatusUPDATEFAILED captures enum value "UPDATE_FAILED"
	CloudbreakEventV4ResponseStackStatusUPDATEFAILED string = "UPDATE_FAILED"

	// CloudbreakEventV4ResponseStackStatusCREATEFAILED captures enum value "CREATE_FAILED"
	CloudbreakEventV4ResponseStackStatusCREATEFAILED string = "CREATE_FAILED"

	// CloudbreakEventV4ResponseStackStatusENABLESECURITYFAILED captures enum value "ENABLE_SECURITY_FAILED"
	CloudbreakEventV4ResponseStackStatusENABLESECURITYFAILED string = "ENABLE_SECURITY_FAILED"

	// CloudbreakEventV4ResponseStackStatusPREDELETEINPROGRESS captures enum value "PRE_DELETE_IN_PROGRESS"
	CloudbreakEventV4ResponseStackStatusPREDELETEINPROGRESS string = "PRE_DELETE_IN_PROGRESS"

	// CloudbreakEventV4ResponseStackStatusDELETEINPROGRESS captures enum value "DELETE_IN_PROGRESS"
	CloudbreakEventV4ResponseStackStatusDELETEINPROGRESS string = "DELETE_IN_PROGRESS"

	// CloudbreakEventV4ResponseStackStatusDELETEFAILED captures enum value "DELETE_FAILED"
	CloudbreakEventV4ResponseStackStatusDELETEFAILED string = "DELETE_FAILED"

	// CloudbreakEventV4ResponseStackStatusDELETECOMPLETED captures enum value "DELETE_COMPLETED"
	CloudbreakEventV4ResponseStackStatusDELETECOMPLETED string = "DELETE_COMPLETED"

	// CloudbreakEventV4ResponseStackStatusSTOPPED captures enum value "STOPPED"
	CloudbreakEventV4ResponseStackStatusSTOPPED string = "STOPPED"

	// CloudbreakEventV4ResponseStackStatusSTOPREQUESTED captures enum value "STOP_REQUESTED"
	CloudbreakEventV4ResponseStackStatusSTOPREQUESTED string = "STOP_REQUESTED"

	// CloudbreakEventV4ResponseStackStatusSTARTREQUESTED captures enum value "START_REQUESTED"
	CloudbreakEventV4ResponseStackStatusSTARTREQUESTED string = "START_REQUESTED"

	// CloudbreakEventV4ResponseStackStatusSTOPINPROGRESS captures enum value "STOP_IN_PROGRESS"
	CloudbreakEventV4ResponseStackStatusSTOPINPROGRESS string = "STOP_IN_PROGRESS"

	// CloudbreakEventV4ResponseStackStatusSTARTINPROGRESS captures enum value "START_IN_PROGRESS"
	CloudbreakEventV4ResponseStackStatusSTARTINPROGRESS string = "START_IN_PROGRESS"

	// CloudbreakEventV4ResponseStackStatusSTARTFAILED captures enum value "START_FAILED"
	CloudbreakEventV4ResponseStackStatusSTARTFAILED string = "START_FAILED"

	// CloudbreakEventV4ResponseStackStatusSTOPFAILED captures enum value "STOP_FAILED"
	CloudbreakEventV4ResponseStackStatusSTOPFAILED string = "STOP_FAILED"

	// CloudbreakEventV4ResponseStackStatusWAITFORSYNC captures enum value "WAIT_FOR_SYNC"
	CloudbreakEventV4ResponseStackStatusWAITFORSYNC string = "WAIT_FOR_SYNC"

	// CloudbreakEventV4ResponseStackStatusMAINTENANCEMODEENABLED captures enum value "MAINTENANCE_MODE_ENABLED"
	CloudbreakEventV4ResponseStackStatusMAINTENANCEMODEENABLED string = "MAINTENANCE_MODE_ENABLED"

	// CloudbreakEventV4ResponseStackStatusAMBIGUOUS captures enum value "AMBIGUOUS"
	CloudbreakEventV4ResponseStackStatusAMBIGUOUS string = "AMBIGUOUS"

	// CloudbreakEventV4ResponseStackStatusEXTERNALDATABASECREATIONINPROGRESS captures enum value "EXTERNAL_DATABASE_CREATION_IN_PROGRESS"
	CloudbreakEventV4ResponseStackStatusEXTERNALDATABASECREATIONINPROGRESS string = "EXTERNAL_DATABASE_CREATION_IN_PROGRESS"

	// CloudbreakEventV4ResponseStackStatusEXTERNALDATABASECREATIONFAILED captures enum value "EXTERNAL_DATABASE_CREATION_FAILED"
	CloudbreakEventV4ResponseStackStatusEXTERNALDATABASECREATIONFAILED string = "EXTERNAL_DATABASE_CREATION_FAILED"

	// CloudbreakEventV4ResponseStackStatusEXTERNALDATABASEDELETIONINPROGRESS captures enum value "EXTERNAL_DATABASE_DELETION_IN_PROGRESS"
	CloudbreakEventV4ResponseStackStatusEXTERNALDATABASEDELETIONINPROGRESS string = "EXTERNAL_DATABASE_DELETION_IN_PROGRESS"

	// CloudbreakEventV4ResponseStackStatusEXTERNALDATABASEDELETIONFINISHED captures enum value "EXTERNAL_DATABASE_DELETION_FINISHED"
	CloudbreakEventV4ResponseStackStatusEXTERNALDATABASEDELETIONFINISHED string = "EXTERNAL_DATABASE_DELETION_FINISHED"

	// CloudbreakEventV4ResponseStackStatusEXTERNALDATABASEDELETIONFAILED captures enum value "EXTERNAL_DATABASE_DELETION_FAILED"
	CloudbreakEventV4ResponseStackStatusEXTERNALDATABASEDELETIONFAILED string = "EXTERNAL_DATABASE_DELETION_FAILED"
)
View Source
const (

	// CloudwatchParamsStreamKeyHOSTNAME captures enum value "HOSTNAME"
	CloudwatchParamsStreamKeyHOSTNAME string = "HOSTNAME"

	// CloudwatchParamsStreamKeyCOMPONENT captures enum value "COMPONENT"
	CloudwatchParamsStreamKeyCOMPONENT string = "COMPONENT"
)
View Source
const (

	// ClusterExposedServiceV4ResponseModeSSOPROVIDER captures enum value "SSO_PROVIDER"
	ClusterExposedServiceV4ResponseModeSSOPROVIDER string = "SSO_PROVIDER"

	// ClusterExposedServiceV4ResponseModeSSOPROVIDERFROMUMS captures enum value "SSO_PROVIDER_FROM_UMS"
	ClusterExposedServiceV4ResponseModeSSOPROVIDERFROMUMS string = "SSO_PROVIDER_FROM_UMS"

	// ClusterExposedServiceV4ResponseModeNONE captures enum value "NONE"
	ClusterExposedServiceV4ResponseModeNONE string = "NONE"

	// ClusterExposedServiceV4ResponseModePAM captures enum value "PAM"
	ClusterExposedServiceV4ResponseModePAM string = "PAM"
)
View Source
const (

	// ClusterTemplateV4RequestTypeSPARK captures enum value "SPARK"
	ClusterTemplateV4RequestTypeSPARK string = "SPARK"

	// ClusterTemplateV4RequestTypeHIVE captures enum value "HIVE"
	ClusterTemplateV4RequestTypeHIVE string = "HIVE"

	// ClusterTemplateV4RequestTypeEDW captures enum value "EDW"
	ClusterTemplateV4RequestTypeEDW string = "EDW"

	// ClusterTemplateV4RequestTypeETL captures enum value "ETL"
	ClusterTemplateV4RequestTypeETL string = "ETL"

	// ClusterTemplateV4RequestTypeDATASCIENCE captures enum value "DATASCIENCE"
	ClusterTemplateV4RequestTypeDATASCIENCE string = "DATASCIENCE"

	// ClusterTemplateV4RequestTypeDATAMART captures enum value "DATAMART"
	ClusterTemplateV4RequestTypeDATAMART string = "DATAMART"

	// ClusterTemplateV4RequestTypeDATALAKE captures enum value "DATALAKE"
	ClusterTemplateV4RequestTypeDATALAKE string = "DATALAKE"

	// ClusterTemplateV4RequestTypeDATAENGINEERING captures enum value "DATAENGINEERING"
	ClusterTemplateV4RequestTypeDATAENGINEERING string = "DATAENGINEERING"

	// ClusterTemplateV4RequestTypeDATAENGINEERINGHA captures enum value "DATAENGINEERING_HA"
	ClusterTemplateV4RequestTypeDATAENGINEERINGHA string = "DATAENGINEERING_HA"

	// ClusterTemplateV4RequestTypeSTREAMING captures enum value "STREAMING"
	ClusterTemplateV4RequestTypeSTREAMING string = "STREAMING"

	// ClusterTemplateV4RequestTypeSTREAMINGHA captures enum value "STREAMING_HA"
	ClusterTemplateV4RequestTypeSTREAMINGHA string = "STREAMING_HA"

	// ClusterTemplateV4RequestTypeFLOWMANAGEMENT captures enum value "FLOW_MANAGEMENT"
	ClusterTemplateV4RequestTypeFLOWMANAGEMENT string = "FLOW_MANAGEMENT"

	// ClusterTemplateV4RequestTypeFLOWMANAGEMENTHA captures enum value "FLOW_MANAGEMENT_HA"
	ClusterTemplateV4RequestTypeFLOWMANAGEMENTHA string = "FLOW_MANAGEMENT_HA"

	// ClusterTemplateV4RequestTypeOPERATIONALDATABASE captures enum value "OPERATIONALDATABASE"
	ClusterTemplateV4RequestTypeOPERATIONALDATABASE string = "OPERATIONALDATABASE"

	// ClusterTemplateV4RequestTypeOTHER captures enum value "OTHER"
	ClusterTemplateV4RequestTypeOTHER string = "OTHER"
)
View Source
const (

	// ClusterTemplateV4ResponseDatalakeRequiredNONE captures enum value "NONE"
	ClusterTemplateV4ResponseDatalakeRequiredNONE string = "NONE"

	// ClusterTemplateV4ResponseDatalakeRequiredOPTIONAL captures enum value "OPTIONAL"
	ClusterTemplateV4ResponseDatalakeRequiredOPTIONAL string = "OPTIONAL"

	// ClusterTemplateV4ResponseDatalakeRequiredREQUIRED captures enum value "REQUIRED"
	ClusterTemplateV4ResponseDatalakeRequiredREQUIRED string = "REQUIRED"
)
View Source
const (

	// ClusterTemplateV4ResponseFeatureStatePREVIEW captures enum value "PREVIEW"
	ClusterTemplateV4ResponseFeatureStatePREVIEW string = "PREVIEW"

	// ClusterTemplateV4ResponseFeatureStateRELEASED captures enum value "RELEASED"
	ClusterTemplateV4ResponseFeatureStateRELEASED string = "RELEASED"
)
View Source
const (

	// ClusterTemplateV4ResponseStatusDEFAULT captures enum value "DEFAULT"
	ClusterTemplateV4ResponseStatusDEFAULT string = "DEFAULT"

	// ClusterTemplateV4ResponseStatusDEFAULTDELETED captures enum value "DEFAULT_DELETED"
	ClusterTemplateV4ResponseStatusDEFAULTDELETED string = "DEFAULT_DELETED"

	// ClusterTemplateV4ResponseStatusUSERMANAGED captures enum value "USER_MANAGED"
	ClusterTemplateV4ResponseStatusUSERMANAGED string = "USER_MANAGED"

	// ClusterTemplateV4ResponseStatusOUTDATED captures enum value "OUTDATED"
	ClusterTemplateV4ResponseStatusOUTDATED string = "OUTDATED"
)
View Source
const (

	// ClusterTemplateV4ResponseTypeSPARK captures enum value "SPARK"
	ClusterTemplateV4ResponseTypeSPARK string = "SPARK"

	// ClusterTemplateV4ResponseTypeHIVE captures enum value "HIVE"
	ClusterTemplateV4ResponseTypeHIVE string = "HIVE"

	// ClusterTemplateV4ResponseTypeEDW captures enum value "EDW"
	ClusterTemplateV4ResponseTypeEDW string = "EDW"

	// ClusterTemplateV4ResponseTypeETL captures enum value "ETL"
	ClusterTemplateV4ResponseTypeETL string = "ETL"

	// ClusterTemplateV4ResponseTypeDATASCIENCE captures enum value "DATASCIENCE"
	ClusterTemplateV4ResponseTypeDATASCIENCE string = "DATASCIENCE"

	// ClusterTemplateV4ResponseTypeDATAMART captures enum value "DATAMART"
	ClusterTemplateV4ResponseTypeDATAMART string = "DATAMART"

	// ClusterTemplateV4ResponseTypeDATALAKE captures enum value "DATALAKE"
	ClusterTemplateV4ResponseTypeDATALAKE string = "DATALAKE"

	// ClusterTemplateV4ResponseTypeDATAENGINEERING captures enum value "DATAENGINEERING"
	ClusterTemplateV4ResponseTypeDATAENGINEERING string = "DATAENGINEERING"

	// ClusterTemplateV4ResponseTypeDATAENGINEERINGHA captures enum value "DATAENGINEERING_HA"
	ClusterTemplateV4ResponseTypeDATAENGINEERINGHA string = "DATAENGINEERING_HA"

	// ClusterTemplateV4ResponseTypeSTREAMING captures enum value "STREAMING"
	ClusterTemplateV4ResponseTypeSTREAMING string = "STREAMING"

	// ClusterTemplateV4ResponseTypeSTREAMINGHA captures enum value "STREAMING_HA"
	ClusterTemplateV4ResponseTypeSTREAMINGHA string = "STREAMING_HA"

	// ClusterTemplateV4ResponseTypeFLOWMANAGEMENT captures enum value "FLOW_MANAGEMENT"
	ClusterTemplateV4ResponseTypeFLOWMANAGEMENT string = "FLOW_MANAGEMENT"

	// ClusterTemplateV4ResponseTypeFLOWMANAGEMENTHA captures enum value "FLOW_MANAGEMENT_HA"
	ClusterTemplateV4ResponseTypeFLOWMANAGEMENTHA string = "FLOW_MANAGEMENT_HA"

	// ClusterTemplateV4ResponseTypeOPERATIONALDATABASE captures enum value "OPERATIONALDATABASE"
	ClusterTemplateV4ResponseTypeOPERATIONALDATABASE string = "OPERATIONALDATABASE"

	// ClusterTemplateV4ResponseTypeOTHER captures enum value "OTHER"
	ClusterTemplateV4ResponseTypeOTHER string = "OTHER"
)
View Source
const (

	// ClusterTemplateViewV4ResponseDatalakeRequiredNONE captures enum value "NONE"
	ClusterTemplateViewV4ResponseDatalakeRequiredNONE string = "NONE"

	// ClusterTemplateViewV4ResponseDatalakeRequiredOPTIONAL captures enum value "OPTIONAL"
	ClusterTemplateViewV4ResponseDatalakeRequiredOPTIONAL string = "OPTIONAL"

	// ClusterTemplateViewV4ResponseDatalakeRequiredREQUIRED captures enum value "REQUIRED"
	ClusterTemplateViewV4ResponseDatalakeRequiredREQUIRED string = "REQUIRED"
)
View Source
const (

	// ClusterTemplateViewV4ResponseFeatureStatePREVIEW captures enum value "PREVIEW"
	ClusterTemplateViewV4ResponseFeatureStatePREVIEW string = "PREVIEW"

	// ClusterTemplateViewV4ResponseFeatureStateRELEASED captures enum value "RELEASED"
	ClusterTemplateViewV4ResponseFeatureStateRELEASED string = "RELEASED"
)
View Source
const (

	// ClusterTemplateViewV4ResponseStatusDEFAULT captures enum value "DEFAULT"
	ClusterTemplateViewV4ResponseStatusDEFAULT string = "DEFAULT"

	// ClusterTemplateViewV4ResponseStatusDEFAULTDELETED captures enum value "DEFAULT_DELETED"
	ClusterTemplateViewV4ResponseStatusDEFAULTDELETED string = "DEFAULT_DELETED"

	// ClusterTemplateViewV4ResponseStatusUSERMANAGED captures enum value "USER_MANAGED"
	ClusterTemplateViewV4ResponseStatusUSERMANAGED string = "USER_MANAGED"

	// ClusterTemplateViewV4ResponseStatusOUTDATED captures enum value "OUTDATED"
	ClusterTemplateViewV4ResponseStatusOUTDATED string = "OUTDATED"
)
View Source
const (

	// ClusterTemplateViewV4ResponseTypeSPARK captures enum value "SPARK"
	ClusterTemplateViewV4ResponseTypeSPARK string = "SPARK"

	// ClusterTemplateViewV4ResponseTypeHIVE captures enum value "HIVE"
	ClusterTemplateViewV4ResponseTypeHIVE string = "HIVE"

	// ClusterTemplateViewV4ResponseTypeEDW captures enum value "EDW"
	ClusterTemplateViewV4ResponseTypeEDW string = "EDW"

	// ClusterTemplateViewV4ResponseTypeETL captures enum value "ETL"
	ClusterTemplateViewV4ResponseTypeETL string = "ETL"

	// ClusterTemplateViewV4ResponseTypeDATASCIENCE captures enum value "DATASCIENCE"
	ClusterTemplateViewV4ResponseTypeDATASCIENCE string = "DATASCIENCE"

	// ClusterTemplateViewV4ResponseTypeDATAMART captures enum value "DATAMART"
	ClusterTemplateViewV4ResponseTypeDATAMART string = "DATAMART"

	// ClusterTemplateViewV4ResponseTypeDATALAKE captures enum value "DATALAKE"
	ClusterTemplateViewV4ResponseTypeDATALAKE string = "DATALAKE"

	// ClusterTemplateViewV4ResponseTypeDATAENGINEERING captures enum value "DATAENGINEERING"
	ClusterTemplateViewV4ResponseTypeDATAENGINEERING string = "DATAENGINEERING"

	// ClusterTemplateViewV4ResponseTypeDATAENGINEERINGHA captures enum value "DATAENGINEERING_HA"
	ClusterTemplateViewV4ResponseTypeDATAENGINEERINGHA string = "DATAENGINEERING_HA"

	// ClusterTemplateViewV4ResponseTypeSTREAMING captures enum value "STREAMING"
	ClusterTemplateViewV4ResponseTypeSTREAMING string = "STREAMING"

	// ClusterTemplateViewV4ResponseTypeSTREAMINGHA captures enum value "STREAMING_HA"
	ClusterTemplateViewV4ResponseTypeSTREAMINGHA string = "STREAMING_HA"

	// ClusterTemplateViewV4ResponseTypeFLOWMANAGEMENT captures enum value "FLOW_MANAGEMENT"
	ClusterTemplateViewV4ResponseTypeFLOWMANAGEMENT string = "FLOW_MANAGEMENT"

	// ClusterTemplateViewV4ResponseTypeFLOWMANAGEMENTHA captures enum value "FLOW_MANAGEMENT_HA"
	ClusterTemplateViewV4ResponseTypeFLOWMANAGEMENTHA string = "FLOW_MANAGEMENT_HA"

	// ClusterTemplateViewV4ResponseTypeOPERATIONALDATABASE captures enum value "OPERATIONALDATABASE"
	ClusterTemplateViewV4ResponseTypeOPERATIONALDATABASE string = "OPERATIONALDATABASE"

	// ClusterTemplateViewV4ResponseTypeOTHER captures enum value "OTHER"
	ClusterTemplateViewV4ResponseTypeOTHER string = "OTHER"
)
View Source
const (

	// ClusterV4RequestExecutorTypeCONTAINER captures enum value "CONTAINER"
	ClusterV4RequestExecutorTypeCONTAINER string = "CONTAINER"

	// ClusterV4RequestExecutorTypeDEFAULT captures enum value "DEFAULT"
	ClusterV4RequestExecutorTypeDEFAULT string = "DEFAULT"
)
View Source
const (

	// ClusterV4ResponseStatusREQUESTED captures enum value "REQUESTED"
	ClusterV4ResponseStatusREQUESTED string = "REQUESTED"

	// ClusterV4ResponseStatusCREATEINPROGRESS captures enum value "CREATE_IN_PROGRESS"
	ClusterV4ResponseStatusCREATEINPROGRESS string = "CREATE_IN_PROGRESS"

	// ClusterV4ResponseStatusAVAILABLE captures enum value "AVAILABLE"
	ClusterV4ResponseStatusAVAILABLE string = "AVAILABLE"

	// ClusterV4ResponseStatusUPDATEINPROGRESS captures enum value "UPDATE_IN_PROGRESS"
	ClusterV4ResponseStatusUPDATEINPROGRESS string = "UPDATE_IN_PROGRESS"

	// ClusterV4ResponseStatusUPDATEREQUESTED captures enum value "UPDATE_REQUESTED"
	ClusterV4ResponseStatusUPDATEREQUESTED string = "UPDATE_REQUESTED"

	// ClusterV4ResponseStatusUPDATEFAILED captures enum value "UPDATE_FAILED"
	ClusterV4ResponseStatusUPDATEFAILED string = "UPDATE_FAILED"

	// ClusterV4ResponseStatusCREATEFAILED captures enum value "CREATE_FAILED"
	ClusterV4ResponseStatusCREATEFAILED string = "CREATE_FAILED"

	// ClusterV4ResponseStatusENABLESECURITYFAILED captures enum value "ENABLE_SECURITY_FAILED"
	ClusterV4ResponseStatusENABLESECURITYFAILED string = "ENABLE_SECURITY_FAILED"

	// ClusterV4ResponseStatusPREDELETEINPROGRESS captures enum value "PRE_DELETE_IN_PROGRESS"
	ClusterV4ResponseStatusPREDELETEINPROGRESS string = "PRE_DELETE_IN_PROGRESS"

	// ClusterV4ResponseStatusDELETEINPROGRESS captures enum value "DELETE_IN_PROGRESS"
	ClusterV4ResponseStatusDELETEINPROGRESS string = "DELETE_IN_PROGRESS"

	// ClusterV4ResponseStatusDELETEFAILED captures enum value "DELETE_FAILED"
	ClusterV4ResponseStatusDELETEFAILED string = "DELETE_FAILED"

	// ClusterV4ResponseStatusDELETECOMPLETED captures enum value "DELETE_COMPLETED"
	ClusterV4ResponseStatusDELETECOMPLETED string = "DELETE_COMPLETED"

	// ClusterV4ResponseStatusSTOPPED captures enum value "STOPPED"
	ClusterV4ResponseStatusSTOPPED string = "STOPPED"

	// ClusterV4ResponseStatusSTOPREQUESTED captures enum value "STOP_REQUESTED"
	ClusterV4ResponseStatusSTOPREQUESTED string = "STOP_REQUESTED"

	// ClusterV4ResponseStatusSTARTREQUESTED captures enum value "START_REQUESTED"
	ClusterV4ResponseStatusSTARTREQUESTED string = "START_REQUESTED"

	// ClusterV4ResponseStatusSTOPINPROGRESS captures enum value "STOP_IN_PROGRESS"
	ClusterV4ResponseStatusSTOPINPROGRESS string = "STOP_IN_PROGRESS"

	// ClusterV4ResponseStatusSTARTINPROGRESS captures enum value "START_IN_PROGRESS"
	ClusterV4ResponseStatusSTARTINPROGRESS string = "START_IN_PROGRESS"

	// ClusterV4ResponseStatusSTARTFAILED captures enum value "START_FAILED"
	ClusterV4ResponseStatusSTARTFAILED string = "START_FAILED"

	// ClusterV4ResponseStatusSTOPFAILED captures enum value "STOP_FAILED"
	ClusterV4ResponseStatusSTOPFAILED string = "STOP_FAILED"

	// ClusterV4ResponseStatusWAITFORSYNC captures enum value "WAIT_FOR_SYNC"
	ClusterV4ResponseStatusWAITFORSYNC string = "WAIT_FOR_SYNC"

	// ClusterV4ResponseStatusMAINTENANCEMODEENABLED captures enum value "MAINTENANCE_MODE_ENABLED"
	ClusterV4ResponseStatusMAINTENANCEMODEENABLED string = "MAINTENANCE_MODE_ENABLED"

	// ClusterV4ResponseStatusAMBIGUOUS captures enum value "AMBIGUOUS"
	ClusterV4ResponseStatusAMBIGUOUS string = "AMBIGUOUS"

	// ClusterV4ResponseStatusEXTERNALDATABASECREATIONINPROGRESS captures enum value "EXTERNAL_DATABASE_CREATION_IN_PROGRESS"
	ClusterV4ResponseStatusEXTERNALDATABASECREATIONINPROGRESS string = "EXTERNAL_DATABASE_CREATION_IN_PROGRESS"

	// ClusterV4ResponseStatusEXTERNALDATABASECREATIONFAILED captures enum value "EXTERNAL_DATABASE_CREATION_FAILED"
	ClusterV4ResponseStatusEXTERNALDATABASECREATIONFAILED string = "EXTERNAL_DATABASE_CREATION_FAILED"

	// ClusterV4ResponseStatusEXTERNALDATABASEDELETIONINPROGRESS captures enum value "EXTERNAL_DATABASE_DELETION_IN_PROGRESS"
	ClusterV4ResponseStatusEXTERNALDATABASEDELETIONINPROGRESS string = "EXTERNAL_DATABASE_DELETION_IN_PROGRESS"

	// ClusterV4ResponseStatusEXTERNALDATABASEDELETIONFINISHED captures enum value "EXTERNAL_DATABASE_DELETION_FINISHED"
	ClusterV4ResponseStatusEXTERNALDATABASEDELETIONFINISHED string = "EXTERNAL_DATABASE_DELETION_FINISHED"

	// ClusterV4ResponseStatusEXTERNALDATABASEDELETIONFAILED captures enum value "EXTERNAL_DATABASE_DELETION_FAILED"
	ClusterV4ResponseStatusEXTERNALDATABASEDELETIONFAILED string = "EXTERNAL_DATABASE_DELETION_FAILED"
)
View Source
const (

	// ClusterViewV4ResponseStatusREQUESTED captures enum value "REQUESTED"
	ClusterViewV4ResponseStatusREQUESTED string = "REQUESTED"

	// ClusterViewV4ResponseStatusCREATEINPROGRESS captures enum value "CREATE_IN_PROGRESS"
	ClusterViewV4ResponseStatusCREATEINPROGRESS string = "CREATE_IN_PROGRESS"

	// ClusterViewV4ResponseStatusAVAILABLE captures enum value "AVAILABLE"
	ClusterViewV4ResponseStatusAVAILABLE string = "AVAILABLE"

	// ClusterViewV4ResponseStatusUPDATEINPROGRESS captures enum value "UPDATE_IN_PROGRESS"
	ClusterViewV4ResponseStatusUPDATEINPROGRESS string = "UPDATE_IN_PROGRESS"

	// ClusterViewV4ResponseStatusUPDATEREQUESTED captures enum value "UPDATE_REQUESTED"
	ClusterViewV4ResponseStatusUPDATEREQUESTED string = "UPDATE_REQUESTED"

	// ClusterViewV4ResponseStatusUPDATEFAILED captures enum value "UPDATE_FAILED"
	ClusterViewV4ResponseStatusUPDATEFAILED string = "UPDATE_FAILED"

	// ClusterViewV4ResponseStatusCREATEFAILED captures enum value "CREATE_FAILED"
	ClusterViewV4ResponseStatusCREATEFAILED string = "CREATE_FAILED"

	// ClusterViewV4ResponseStatusENABLESECURITYFAILED captures enum value "ENABLE_SECURITY_FAILED"
	ClusterViewV4ResponseStatusENABLESECURITYFAILED string = "ENABLE_SECURITY_FAILED"

	// ClusterViewV4ResponseStatusPREDELETEINPROGRESS captures enum value "PRE_DELETE_IN_PROGRESS"
	ClusterViewV4ResponseStatusPREDELETEINPROGRESS string = "PRE_DELETE_IN_PROGRESS"

	// ClusterViewV4ResponseStatusDELETEINPROGRESS captures enum value "DELETE_IN_PROGRESS"
	ClusterViewV4ResponseStatusDELETEINPROGRESS string = "DELETE_IN_PROGRESS"

	// ClusterViewV4ResponseStatusDELETEFAILED captures enum value "DELETE_FAILED"
	ClusterViewV4ResponseStatusDELETEFAILED string = "DELETE_FAILED"

	// ClusterViewV4ResponseStatusDELETECOMPLETED captures enum value "DELETE_COMPLETED"
	ClusterViewV4ResponseStatusDELETECOMPLETED string = "DELETE_COMPLETED"

	// ClusterViewV4ResponseStatusSTOPPED captures enum value "STOPPED"
	ClusterViewV4ResponseStatusSTOPPED string = "STOPPED"

	// ClusterViewV4ResponseStatusSTOPREQUESTED captures enum value "STOP_REQUESTED"
	ClusterViewV4ResponseStatusSTOPREQUESTED string = "STOP_REQUESTED"

	// ClusterViewV4ResponseStatusSTARTREQUESTED captures enum value "START_REQUESTED"
	ClusterViewV4ResponseStatusSTARTREQUESTED string = "START_REQUESTED"

	// ClusterViewV4ResponseStatusSTOPINPROGRESS captures enum value "STOP_IN_PROGRESS"
	ClusterViewV4ResponseStatusSTOPINPROGRESS string = "STOP_IN_PROGRESS"

	// ClusterViewV4ResponseStatusSTARTINPROGRESS captures enum value "START_IN_PROGRESS"
	ClusterViewV4ResponseStatusSTARTINPROGRESS string = "START_IN_PROGRESS"

	// ClusterViewV4ResponseStatusSTARTFAILED captures enum value "START_FAILED"
	ClusterViewV4ResponseStatusSTARTFAILED string = "START_FAILED"

	// ClusterViewV4ResponseStatusSTOPFAILED captures enum value "STOP_FAILED"
	ClusterViewV4ResponseStatusSTOPFAILED string = "STOP_FAILED"

	// ClusterViewV4ResponseStatusWAITFORSYNC captures enum value "WAIT_FOR_SYNC"
	ClusterViewV4ResponseStatusWAITFORSYNC string = "WAIT_FOR_SYNC"

	// ClusterViewV4ResponseStatusMAINTENANCEMODEENABLED captures enum value "MAINTENANCE_MODE_ENABLED"
	ClusterViewV4ResponseStatusMAINTENANCEMODEENABLED string = "MAINTENANCE_MODE_ENABLED"

	// ClusterViewV4ResponseStatusAMBIGUOUS captures enum value "AMBIGUOUS"
	ClusterViewV4ResponseStatusAMBIGUOUS string = "AMBIGUOUS"

	// ClusterViewV4ResponseStatusEXTERNALDATABASECREATIONINPROGRESS captures enum value "EXTERNAL_DATABASE_CREATION_IN_PROGRESS"
	ClusterViewV4ResponseStatusEXTERNALDATABASECREATIONINPROGRESS string = "EXTERNAL_DATABASE_CREATION_IN_PROGRESS"

	// ClusterViewV4ResponseStatusEXTERNALDATABASECREATIONFAILED captures enum value "EXTERNAL_DATABASE_CREATION_FAILED"
	ClusterViewV4ResponseStatusEXTERNALDATABASECREATIONFAILED string = "EXTERNAL_DATABASE_CREATION_FAILED"

	// ClusterViewV4ResponseStatusEXTERNALDATABASEDELETIONINPROGRESS captures enum value "EXTERNAL_DATABASE_DELETION_IN_PROGRESS"
	ClusterViewV4ResponseStatusEXTERNALDATABASEDELETIONINPROGRESS string = "EXTERNAL_DATABASE_DELETION_IN_PROGRESS"

	// ClusterViewV4ResponseStatusEXTERNALDATABASEDELETIONFINISHED captures enum value "EXTERNAL_DATABASE_DELETION_FINISHED"
	ClusterViewV4ResponseStatusEXTERNALDATABASEDELETIONFINISHED string = "EXTERNAL_DATABASE_DELETION_FINISHED"

	// ClusterViewV4ResponseStatusEXTERNALDATABASEDELETIONFAILED captures enum value "EXTERNAL_DATABASE_DELETION_FAILED"
	ClusterViewV4ResponseStatusEXTERNALDATABASEDELETIONFAILED string = "EXTERNAL_DATABASE_DELETION_FAILED"
)
View Source
const (

	// DatabaseRequestAvailabilityTypeNONE captures enum value "NONE"
	DatabaseRequestAvailabilityTypeNONE string = "NONE"

	// DatabaseRequestAvailabilityTypeNONHA captures enum value "NON_HA"
	DatabaseRequestAvailabilityTypeNONHA string = "NON_HA"

	// DatabaseRequestAvailabilityTypeHA captures enum value "HA"
	DatabaseRequestAvailabilityTypeHA string = "HA"
)
View Source
const (

	// DatabaseResponseAvailabilityTypeNONE captures enum value "NONE"
	DatabaseResponseAvailabilityTypeNONE string = "NONE"

	// DatabaseResponseAvailabilityTypeNONHA captures enum value "NON_HA"
	DatabaseResponseAvailabilityTypeNONHA string = "NON_HA"

	// DatabaseResponseAvailabilityTypeHA captures enum value "HA"
	DatabaseResponseAvailabilityTypeHA string = "HA"
)
View Source
const (

	// DistroXDatabaseRequestAvailabilityTypeNONE captures enum value "NONE"
	DistroXDatabaseRequestAvailabilityTypeNONE string = "NONE"

	// DistroXDatabaseRequestAvailabilityTypeNONHA captures enum value "NON_HA"
	DistroXDatabaseRequestAvailabilityTypeNONHA string = "NON_HA"

	// DistroXDatabaseRequestAvailabilityTypeHA captures enum value "HA"
	DistroXDatabaseRequestAvailabilityTypeHA string = "HA"
)
View Source
const (

	// DistroXMaintenanceModeV1RequestStatusENABLED captures enum value "ENABLED"
	DistroXMaintenanceModeV1RequestStatusENABLED string = "ENABLED"

	// DistroXMaintenanceModeV1RequestStatusVALIDATIONREQUESTED captures enum value "VALIDATION_REQUESTED"
	DistroXMaintenanceModeV1RequestStatusVALIDATIONREQUESTED string = "VALIDATION_REQUESTED"

	// DistroXMaintenanceModeV1RequestStatusDISABLED captures enum value "DISABLED"
	DistroXMaintenanceModeV1RequestStatusDISABLED string = "DISABLED"
)
View Source
const (

	// DistroXV1RequestCloudPlatformAWS captures enum value "AWS"
	DistroXV1RequestCloudPlatformAWS string = "AWS"

	// DistroXV1RequestCloudPlatformGCP captures enum value "GCP"
	DistroXV1RequestCloudPlatformGCP string = "GCP"

	// DistroXV1RequestCloudPlatformAZURE captures enum value "AZURE"
	DistroXV1RequestCloudPlatformAZURE string = "AZURE"

	// DistroXV1RequestCloudPlatformOPENSTACK captures enum value "OPENSTACK"
	DistroXV1RequestCloudPlatformOPENSTACK string = "OPENSTACK"

	// DistroXV1RequestCloudPlatformYARN captures enum value "YARN"
	DistroXV1RequestCloudPlatformYARN string = "YARN"

	// DistroXV1RequestCloudPlatformMOCK captures enum value "MOCK"
	DistroXV1RequestCloudPlatformMOCK string = "MOCK"
)
View Source
const (

	// FlowIdentifierTypeFLOW captures enum value "FLOW"
	FlowIdentifierTypeFLOW string = "FLOW"

	// FlowIdentifierTypeFLOWCHAIN captures enum value "FLOW_CHAIN"
	FlowIdentifierTypeFLOWCHAIN string = "FLOW_CHAIN"

	// FlowIdentifierTypeNOTTRIGGERED captures enum value "NOT_TRIGGERED"
	FlowIdentifierTypeNOTTRIGGERED string = "NOT_TRIGGERED"
)
View Source
const (

	// FlowLogResponseStateStatusPENDING captures enum value "PENDING"
	FlowLogResponseStateStatusPENDING string = "PENDING"

	// FlowLogResponseStateStatusSUCCESSFUL captures enum value "SUCCESSFUL"
	FlowLogResponseStateStatusSUCCESSFUL string = "SUCCESSFUL"

	// FlowLogResponseStateStatusFAILED captures enum value "FAILED"
	FlowLogResponseStateStatusFAILED string = "FAILED"
)
View Source
const (

	// GatewayV4RequestGatewayTypeCENTRAL captures enum value "CENTRAL"
	GatewayV4RequestGatewayTypeCENTRAL string = "CENTRAL"

	// GatewayV4RequestGatewayTypeINDIVIDUAL captures enum value "INDIVIDUAL"
	GatewayV4RequestGatewayTypeINDIVIDUAL string = "INDIVIDUAL"
)
View Source
const (

	// GatewayV4RequestSsoTypeSSOPROVIDER captures enum value "SSO_PROVIDER"
	GatewayV4RequestSsoTypeSSOPROVIDER string = "SSO_PROVIDER"

	// GatewayV4RequestSsoTypeNONE captures enum value "NONE"
	GatewayV4RequestSsoTypeNONE string = "NONE"
)
View Source
const (

	// GatewayV4ResponseGatewayTypeCENTRAL captures enum value "CENTRAL"
	GatewayV4ResponseGatewayTypeCENTRAL string = "CENTRAL"

	// GatewayV4ResponseGatewayTypeINDIVIDUAL captures enum value "INDIVIDUAL"
	GatewayV4ResponseGatewayTypeINDIVIDUAL string = "INDIVIDUAL"
)
View Source
const (

	// GatewayV4ResponseSsoTypeSSOPROVIDER captures enum value "SSO_PROVIDER"
	GatewayV4ResponseSsoTypeSSOPROVIDER string = "SSO_PROVIDER"

	// GatewayV4ResponseSsoTypeNONE captures enum value "NONE"
	GatewayV4ResponseSsoTypeNONE string = "NONE"
)
View Source
const (

	// GcpEncryptionV4ParametersKeyEncryptionMethodRAW captures enum value "RAW"
	GcpEncryptionV4ParametersKeyEncryptionMethodRAW string = "RAW"

	// GcpEncryptionV4ParametersKeyEncryptionMethodRSA captures enum value "RSA"
	GcpEncryptionV4ParametersKeyEncryptionMethodRSA string = "RSA"

	// GcpEncryptionV4ParametersKeyEncryptionMethodKMS captures enum value "KMS"
	GcpEncryptionV4ParametersKeyEncryptionMethodKMS string = "KMS"
)
View Source
const (

	// GcpEncryptionV4ParametersTypeDEFAULT captures enum value "DEFAULT"
	GcpEncryptionV4ParametersTypeDEFAULT string = "DEFAULT"

	// GcpEncryptionV4ParametersTypeNONE captures enum value "NONE"
	GcpEncryptionV4ParametersTypeNONE string = "NONE"

	// GcpEncryptionV4ParametersTypeCUSTOM captures enum value "CUSTOM"
	GcpEncryptionV4ParametersTypeCUSTOM string = "CUSTOM"
)
View Source
const (

	// HardwareInfoGroupV4ResponseRecoveryModeMANUAL captures enum value "MANUAL"
	HardwareInfoGroupV4ResponseRecoveryModeMANUAL string = "MANUAL"

	// HardwareInfoGroupV4ResponseRecoveryModeAUTO captures enum value "AUTO"
	HardwareInfoGroupV4ResponseRecoveryModeAUTO string = "AUTO"
)
View Source
const (

	// HardwareInfoV4ResponseInstanceMetadataTypeGATEWAY captures enum value "GATEWAY"
	HardwareInfoV4ResponseInstanceMetadataTypeGATEWAY string = "GATEWAY"

	// HardwareInfoV4ResponseInstanceMetadataTypeGATEWAYPRIMARY captures enum value "GATEWAY_PRIMARY"
	HardwareInfoV4ResponseInstanceMetadataTypeGATEWAYPRIMARY string = "GATEWAY_PRIMARY"

	// HardwareInfoV4ResponseInstanceMetadataTypeCORE captures enum value "CORE"
	HardwareInfoV4ResponseInstanceMetadataTypeCORE string = "CORE"
)
View Source
const (

	// HardwareInfoV4ResponseInstanceStatusREQUESTED captures enum value "REQUESTED"
	HardwareInfoV4ResponseInstanceStatusREQUESTED string = "REQUESTED"

	// HardwareInfoV4ResponseInstanceStatusFAILED captures enum value "FAILED"
	HardwareInfoV4ResponseInstanceStatusFAILED string = "FAILED"

	// HardwareInfoV4ResponseInstanceStatusCREATED captures enum value "CREATED"
	HardwareInfoV4ResponseInstanceStatusCREATED string = "CREATED"

	// HardwareInfoV4ResponseInstanceStatusORCHESTRATIONFAILED captures enum value "ORCHESTRATION_FAILED"
	HardwareInfoV4ResponseInstanceStatusORCHESTRATIONFAILED string = "ORCHESTRATION_FAILED"

	// HardwareInfoV4ResponseInstanceStatusSERVICESRUNNING captures enum value "SERVICES_RUNNING"
	HardwareInfoV4ResponseInstanceStatusSERVICESRUNNING string = "SERVICES_RUNNING"

	// HardwareInfoV4ResponseInstanceStatusSERVICESHEALTHY captures enum value "SERVICES_HEALTHY"
	HardwareInfoV4ResponseInstanceStatusSERVICESHEALTHY string = "SERVICES_HEALTHY"

	// HardwareInfoV4ResponseInstanceStatusSERVICESUNHEALTHY captures enum value "SERVICES_UNHEALTHY"
	HardwareInfoV4ResponseInstanceStatusSERVICESUNHEALTHY string = "SERVICES_UNHEALTHY"

	// HardwareInfoV4ResponseInstanceStatusWAITINGFORREPAIR captures enum value "WAITING_FOR_REPAIR"
	HardwareInfoV4ResponseInstanceStatusWAITINGFORREPAIR string = "WAITING_FOR_REPAIR"

	// HardwareInfoV4ResponseInstanceStatusSTOPPED captures enum value "STOPPED"
	HardwareInfoV4ResponseInstanceStatusSTOPPED string = "STOPPED"

	// HardwareInfoV4ResponseInstanceStatusDELETEDONPROVIDERSIDE captures enum value "DELETED_ON_PROVIDER_SIDE"
	HardwareInfoV4ResponseInstanceStatusDELETEDONPROVIDERSIDE string = "DELETED_ON_PROVIDER_SIDE"

	// HardwareInfoV4ResponseInstanceStatusDELETEDBYPROVIDER captures enum value "DELETED_BY_PROVIDER"
	HardwareInfoV4ResponseInstanceStatusDELETEDBYPROVIDER string = "DELETED_BY_PROVIDER"

	// HardwareInfoV4ResponseInstanceStatusDELETEREQUESTED captures enum value "DELETE_REQUESTED"
	HardwareInfoV4ResponseInstanceStatusDELETEREQUESTED string = "DELETE_REQUESTED"

	// HardwareInfoV4ResponseInstanceStatusDECOMMISSIONED captures enum value "DECOMMISSIONED"
	HardwareInfoV4ResponseInstanceStatusDECOMMISSIONED string = "DECOMMISSIONED"

	// HardwareInfoV4ResponseInstanceStatusDECOMMISSIONFAILED captures enum value "DECOMMISSION_FAILED"
	HardwareInfoV4ResponseInstanceStatusDECOMMISSIONFAILED string = "DECOMMISSION_FAILED"

	// HardwareInfoV4ResponseInstanceStatusTERMINATED captures enum value "TERMINATED"
	HardwareInfoV4ResponseInstanceStatusTERMINATED string = "TERMINATED"
)
View Source
const (

	// HostGroupV4RequestRecoveryModeMANUAL captures enum value "MANUAL"
	HostGroupV4RequestRecoveryModeMANUAL string = "MANUAL"

	// HostGroupV4RequestRecoveryModeAUTO captures enum value "AUTO"
	HostGroupV4RequestRecoveryModeAUTO string = "AUTO"
)
View Source
const (

	// InstanceGroupV1RequestCloudPlatformAWS captures enum value "AWS"
	InstanceGroupV1RequestCloudPlatformAWS string = "AWS"

	// InstanceGroupV1RequestCloudPlatformGCP captures enum value "GCP"
	InstanceGroupV1RequestCloudPlatformGCP string = "GCP"

	// InstanceGroupV1RequestCloudPlatformAZURE captures enum value "AZURE"
	InstanceGroupV1RequestCloudPlatformAZURE string = "AZURE"

	// InstanceGroupV1RequestCloudPlatformOPENSTACK captures enum value "OPENSTACK"
	InstanceGroupV1RequestCloudPlatformOPENSTACK string = "OPENSTACK"

	// InstanceGroupV1RequestCloudPlatformYARN captures enum value "YARN"
	InstanceGroupV1RequestCloudPlatformYARN string = "YARN"

	// InstanceGroupV1RequestCloudPlatformMOCK captures enum value "MOCK"
	InstanceGroupV1RequestCloudPlatformMOCK string = "MOCK"
)
View Source
const (

	// InstanceGroupV1RequestRecoveryModeMANUAL captures enum value "MANUAL"
	InstanceGroupV1RequestRecoveryModeMANUAL string = "MANUAL"

	// InstanceGroupV1RequestRecoveryModeAUTO captures enum value "AUTO"
	InstanceGroupV1RequestRecoveryModeAUTO string = "AUTO"
)
View Source
const (

	// InstanceGroupV1RequestTypeCORE captures enum value "CORE"
	InstanceGroupV1RequestTypeCORE string = "CORE"

	// InstanceGroupV1RequestTypeGATEWAY captures enum value "GATEWAY"
	InstanceGroupV1RequestTypeGATEWAY string = "GATEWAY"
)
View Source
const (

	// InstanceGroupV4RequestRecoveryModeMANUAL captures enum value "MANUAL"
	InstanceGroupV4RequestRecoveryModeMANUAL string = "MANUAL"

	// InstanceGroupV4RequestRecoveryModeAUTO captures enum value "AUTO"
	InstanceGroupV4RequestRecoveryModeAUTO string = "AUTO"
)
View Source
const (

	// InstanceGroupV4RequestTypeCORE captures enum value "CORE"
	InstanceGroupV4RequestTypeCORE string = "CORE"

	// InstanceGroupV4RequestTypeGATEWAY captures enum value "GATEWAY"
	InstanceGroupV4RequestTypeGATEWAY string = "GATEWAY"
)
View Source
const (

	// InstanceGroupV4ResponseRecoveryModeMANUAL captures enum value "MANUAL"
	InstanceGroupV4ResponseRecoveryModeMANUAL string = "MANUAL"

	// InstanceGroupV4ResponseRecoveryModeAUTO captures enum value "AUTO"
	InstanceGroupV4ResponseRecoveryModeAUTO string = "AUTO"
)
View Source
const (

	// InstanceGroupV4ResponseTypeCORE captures enum value "CORE"
	InstanceGroupV4ResponseTypeCORE string = "CORE"

	// InstanceGroupV4ResponseTypeGATEWAY captures enum value "GATEWAY"
	InstanceGroupV4ResponseTypeGATEWAY string = "GATEWAY"
)
View Source
const (

	// InstanceMetaDataV4ResponseInstanceStatusREQUESTED captures enum value "REQUESTED"
	InstanceMetaDataV4ResponseInstanceStatusREQUESTED string = "REQUESTED"

	// InstanceMetaDataV4ResponseInstanceStatusFAILED captures enum value "FAILED"
	InstanceMetaDataV4ResponseInstanceStatusFAILED string = "FAILED"

	// InstanceMetaDataV4ResponseInstanceStatusCREATED captures enum value "CREATED"
	InstanceMetaDataV4ResponseInstanceStatusCREATED string = "CREATED"

	// InstanceMetaDataV4ResponseInstanceStatusORCHESTRATIONFAILED captures enum value "ORCHESTRATION_FAILED"
	InstanceMetaDataV4ResponseInstanceStatusORCHESTRATIONFAILED string = "ORCHESTRATION_FAILED"

	// InstanceMetaDataV4ResponseInstanceStatusSERVICESRUNNING captures enum value "SERVICES_RUNNING"
	InstanceMetaDataV4ResponseInstanceStatusSERVICESRUNNING string = "SERVICES_RUNNING"

	// InstanceMetaDataV4ResponseInstanceStatusSERVICESHEALTHY captures enum value "SERVICES_HEALTHY"
	InstanceMetaDataV4ResponseInstanceStatusSERVICESHEALTHY string = "SERVICES_HEALTHY"

	// InstanceMetaDataV4ResponseInstanceStatusSERVICESUNHEALTHY captures enum value "SERVICES_UNHEALTHY"
	InstanceMetaDataV4ResponseInstanceStatusSERVICESUNHEALTHY string = "SERVICES_UNHEALTHY"

	// InstanceMetaDataV4ResponseInstanceStatusWAITINGFORREPAIR captures enum value "WAITING_FOR_REPAIR"
	InstanceMetaDataV4ResponseInstanceStatusWAITINGFORREPAIR string = "WAITING_FOR_REPAIR"

	// InstanceMetaDataV4ResponseInstanceStatusSTOPPED captures enum value "STOPPED"
	InstanceMetaDataV4ResponseInstanceStatusSTOPPED string = "STOPPED"

	// InstanceMetaDataV4ResponseInstanceStatusDELETEDONPROVIDERSIDE captures enum value "DELETED_ON_PROVIDER_SIDE"
	InstanceMetaDataV4ResponseInstanceStatusDELETEDONPROVIDERSIDE string = "DELETED_ON_PROVIDER_SIDE"

	// InstanceMetaDataV4ResponseInstanceStatusDELETEDBYPROVIDER captures enum value "DELETED_BY_PROVIDER"
	InstanceMetaDataV4ResponseInstanceStatusDELETEDBYPROVIDER string = "DELETED_BY_PROVIDER"

	// InstanceMetaDataV4ResponseInstanceStatusDELETEREQUESTED captures enum value "DELETE_REQUESTED"
	InstanceMetaDataV4ResponseInstanceStatusDELETEREQUESTED string = "DELETE_REQUESTED"

	// InstanceMetaDataV4ResponseInstanceStatusDECOMMISSIONED captures enum value "DECOMMISSIONED"
	InstanceMetaDataV4ResponseInstanceStatusDECOMMISSIONED string = "DECOMMISSIONED"

	// InstanceMetaDataV4ResponseInstanceStatusDECOMMISSIONFAILED captures enum value "DECOMMISSION_FAILED"
	InstanceMetaDataV4ResponseInstanceStatusDECOMMISSIONFAILED string = "DECOMMISSION_FAILED"

	// InstanceMetaDataV4ResponseInstanceStatusTERMINATED captures enum value "TERMINATED"
	InstanceMetaDataV4ResponseInstanceStatusTERMINATED string = "TERMINATED"
)
View Source
const (

	// InstanceMetaDataV4ResponseInstanceTypeGATEWAY captures enum value "GATEWAY"
	InstanceMetaDataV4ResponseInstanceTypeGATEWAY string = "GATEWAY"

	// InstanceMetaDataV4ResponseInstanceTypeGATEWAYPRIMARY captures enum value "GATEWAY_PRIMARY"
	InstanceMetaDataV4ResponseInstanceTypeGATEWAYPRIMARY string = "GATEWAY_PRIMARY"

	// InstanceMetaDataV4ResponseInstanceTypeCORE captures enum value "CORE"
	InstanceMetaDataV4ResponseInstanceTypeCORE string = "CORE"
)
View Source
const (

	// InstanceMetaDataV4ResponseLifeCycleNORMAL captures enum value "NORMAL"
	InstanceMetaDataV4ResponseLifeCycleNORMAL string = "NORMAL"

	// InstanceMetaDataV4ResponseLifeCycleSPOT captures enum value "SPOT"
	InstanceMetaDataV4ResponseLifeCycleSPOT string = "SPOT"
)
View Source
const (

	// InstanceTemplateV1RequestCloudPlatformAWS captures enum value "AWS"
	InstanceTemplateV1RequestCloudPlatformAWS string = "AWS"

	// InstanceTemplateV1RequestCloudPlatformGCP captures enum value "GCP"
	InstanceTemplateV1RequestCloudPlatformGCP string = "GCP"

	// InstanceTemplateV1RequestCloudPlatformAZURE captures enum value "AZURE"
	InstanceTemplateV1RequestCloudPlatformAZURE string = "AZURE"

	// InstanceTemplateV1RequestCloudPlatformOPENSTACK captures enum value "OPENSTACK"
	InstanceTemplateV1RequestCloudPlatformOPENSTACK string = "OPENSTACK"

	// InstanceTemplateV1RequestCloudPlatformYARN captures enum value "YARN"
	InstanceTemplateV1RequestCloudPlatformYARN string = "YARN"

	// InstanceTemplateV1RequestCloudPlatformMOCK captures enum value "MOCK"
	InstanceTemplateV1RequestCloudPlatformMOCK string = "MOCK"
)
View Source
const (

	// MaintenanceModeV4RequestStatusENABLED captures enum value "ENABLED"
	MaintenanceModeV4RequestStatusENABLED string = "ENABLED"

	// MaintenanceModeV4RequestStatusVALIDATIONREQUESTED captures enum value "VALIDATION_REQUESTED"
	MaintenanceModeV4RequestStatusVALIDATIONREQUESTED string = "VALIDATION_REQUESTED"

	// MaintenanceModeV4RequestStatusDISABLED captures enum value "DISABLED"
	MaintenanceModeV4RequestStatusDISABLED string = "DISABLED"
)
View Source
const (

	// OperationDetailsEventTypeREST captures enum value "REST"
	OperationDetailsEventTypeREST string = "REST"

	// OperationDetailsEventTypeFLOW captures enum value "FLOW"
	OperationDetailsEventTypeFLOW string = "FLOW"

	// OperationDetailsEventTypeNOTIFICATION captures enum value "NOTIFICATION"
	OperationDetailsEventTypeNOTIFICATION string = "NOTIFICATION"
)
View Source
const (

	// RecipeV4RequestTypePRECLOUDERAMANAGERSTART captures enum value "PRE_CLOUDERA_MANAGER_START"
	RecipeV4RequestTypePRECLOUDERAMANAGERSTART string = "PRE_CLOUDERA_MANAGER_START"

	// RecipeV4RequestTypePRETERMINATION captures enum value "PRE_TERMINATION"
	RecipeV4RequestTypePRETERMINATION string = "PRE_TERMINATION"

	// RecipeV4RequestTypePOSTCLOUDERAMANAGERSTART captures enum value "POST_CLOUDERA_MANAGER_START"
	RecipeV4RequestTypePOSTCLOUDERAMANAGERSTART string = "POST_CLOUDERA_MANAGER_START"

	// RecipeV4RequestTypePOSTCLUSTERINSTALL captures enum value "POST_CLUSTER_INSTALL"
	RecipeV4RequestTypePOSTCLUSTERINSTALL string = "POST_CLUSTER_INSTALL"
)
View Source
const (

	// RecipeV4ResponseTypePRECLOUDERAMANAGERSTART captures enum value "PRE_CLOUDERA_MANAGER_START"
	RecipeV4ResponseTypePRECLOUDERAMANAGERSTART string = "PRE_CLOUDERA_MANAGER_START"

	// RecipeV4ResponseTypePRETERMINATION captures enum value "PRE_TERMINATION"
	RecipeV4ResponseTypePRETERMINATION string = "PRE_TERMINATION"

	// RecipeV4ResponseTypePOSTCLOUDERAMANAGERSTART captures enum value "POST_CLOUDERA_MANAGER_START"
	RecipeV4ResponseTypePOSTCLOUDERAMANAGERSTART string = "POST_CLOUDERA_MANAGER_START"

	// RecipeV4ResponseTypePOSTCLUSTERINSTALL captures enum value "POST_CLUSTER_INSTALL"
	RecipeV4ResponseTypePOSTCLUSTERINSTALL string = "POST_CLUSTER_INSTALL"
)
View Source
const (

	// RecipeViewV4ResponseTypePRECLOUDERAMANAGERSTART captures enum value "PRE_CLOUDERA_MANAGER_START"
	RecipeViewV4ResponseTypePRECLOUDERAMANAGERSTART string = "PRE_CLOUDERA_MANAGER_START"

	// RecipeViewV4ResponseTypePREAMBARISTART captures enum value "PRE_AMBARI_START"
	RecipeViewV4ResponseTypePREAMBARISTART string = "PRE_AMBARI_START"

	// RecipeViewV4ResponseTypePRETERMINATION captures enum value "PRE_TERMINATION"
	RecipeViewV4ResponseTypePRETERMINATION string = "PRE_TERMINATION"

	// RecipeViewV4ResponseTypePOSTCLOUDERAMANAGERSTART captures enum value "POST_CLOUDERA_MANAGER_START"
	RecipeViewV4ResponseTypePOSTCLOUDERAMANAGERSTART string = "POST_CLOUDERA_MANAGER_START"

	// RecipeViewV4ResponseTypePOSTAMBARISTART captures enum value "POST_AMBARI_START"
	RecipeViewV4ResponseTypePOSTAMBARISTART string = "POST_AMBARI_START"

	// RecipeViewV4ResponseTypePOSTCLUSTERINSTALL captures enum value "POST_CLUSTER_INSTALL"
	RecipeViewV4ResponseTypePOSTCLUSTERINSTALL string = "POST_CLUSTER_INSTALL"
)
View Source
const (

	// ResourceEventResponseEventSDXCLUSTERCREATED captures enum value "SDX_CLUSTER_CREATED"
	ResourceEventResponseEventSDXCLUSTERCREATED string = "SDX_CLUSTER_CREATED"

	// ResourceEventResponseEventSDXCLUSTERPROVISIONSTARTED captures enum value "SDX_CLUSTER_PROVISION_STARTED"
	ResourceEventResponseEventSDXCLUSTERPROVISIONSTARTED string = "SDX_CLUSTER_PROVISION_STARTED"

	// ResourceEventResponseEventSDXCLUSTERPROVISIONFINISHED captures enum value "SDX_CLUSTER_PROVISION_FINISHED"
	ResourceEventResponseEventSDXCLUSTERPROVISIONFINISHED string = "SDX_CLUSTER_PROVISION_FINISHED"

	// ResourceEventResponseEventSDXCLUSTERDELETED captures enum value "SDX_CLUSTER_DELETED"
	ResourceEventResponseEventSDXCLUSTERDELETED string = "SDX_CLUSTER_DELETED"

	// ResourceEventResponseEventSDXCLUSTERDELETIONSTARTED captures enum value "SDX_CLUSTER_DELETION_STARTED"
	ResourceEventResponseEventSDXCLUSTERDELETIONSTARTED string = "SDX_CLUSTER_DELETION_STARTED"

	// ResourceEventResponseEventSDXCLUSTERDELETIONFINISHED captures enum value "SDX_CLUSTER_DELETION_FINISHED"
	ResourceEventResponseEventSDXCLUSTERDELETIONFINISHED string = "SDX_CLUSTER_DELETION_FINISHED"

	// ResourceEventResponseEventSDXCLUSTERDELETIONFAILED captures enum value "SDX_CLUSTER_DELETION_FAILED"
	ResourceEventResponseEventSDXCLUSTERDELETIONFAILED string = "SDX_CLUSTER_DELETION_FAILED"

	// ResourceEventResponseEventSDXCLUSTERCREATIONFAILED captures enum value "SDX_CLUSTER_CREATION_FAILED"
	ResourceEventResponseEventSDXCLUSTERCREATIONFAILED string = "SDX_CLUSTER_CREATION_FAILED"

	// ResourceEventResponseEventSDXRDSDELETIONSTARTED captures enum value "SDX_RDS_DELETION_STARTED"
	ResourceEventResponseEventSDXRDSDELETIONSTARTED string = "SDX_RDS_DELETION_STARTED"

	// ResourceEventResponseEventSDXRDSDELETIONFAILED captures enum value "SDX_RDS_DELETION_FAILED"
	ResourceEventResponseEventSDXRDSDELETIONFAILED string = "SDX_RDS_DELETION_FAILED"

	// ResourceEventResponseEventSDXRDSDELETIONFINISHED captures enum value "SDX_RDS_DELETION_FINISHED"
	ResourceEventResponseEventSDXRDSDELETIONFINISHED string = "SDX_RDS_DELETION_FINISHED"

	// ResourceEventResponseEventSDXRDSCREATIONSTARTED captures enum value "SDX_RDS_CREATION_STARTED"
	ResourceEventResponseEventSDXRDSCREATIONSTARTED string = "SDX_RDS_CREATION_STARTED"

	// ResourceEventResponseEventSDXRDSCREATIONFAILED captures enum value "SDX_RDS_CREATION_FAILED"
	ResourceEventResponseEventSDXRDSCREATIONFAILED string = "SDX_RDS_CREATION_FAILED"

	// ResourceEventResponseEventSDXRDSCREATIONFINISHED captures enum value "SDX_RDS_CREATION_FINISHED"
	ResourceEventResponseEventSDXRDSCREATIONFINISHED string = "SDX_RDS_CREATION_FINISHED"

	// ResourceEventResponseEventSDXRDSSTARTSTARTED captures enum value "SDX_RDS_START_STARTED"
	ResourceEventResponseEventSDXRDSSTARTSTARTED string = "SDX_RDS_START_STARTED"

	// ResourceEventResponseEventSDXRDSSTARTFAILED captures enum value "SDX_RDS_START_FAILED"
	ResourceEventResponseEventSDXRDSSTARTFAILED string = "SDX_RDS_START_FAILED"

	// ResourceEventResponseEventSDXRDSSTARTFINISHED captures enum value "SDX_RDS_START_FINISHED"
	ResourceEventResponseEventSDXRDSSTARTFINISHED string = "SDX_RDS_START_FINISHED"

	// ResourceEventResponseEventSDXRDSSTOPSTARTED captures enum value "SDX_RDS_STOP_STARTED"
	ResourceEventResponseEventSDXRDSSTOPSTARTED string = "SDX_RDS_STOP_STARTED"

	// ResourceEventResponseEventSDXRDSSTOPFAILED captures enum value "SDX_RDS_STOP_FAILED"
	ResourceEventResponseEventSDXRDSSTOPFAILED string = "SDX_RDS_STOP_FAILED"

	// ResourceEventResponseEventSDXRDSSTOPFINISHED captures enum value "SDX_RDS_STOP_FINISHED"
	ResourceEventResponseEventSDXRDSSTOPFINISHED string = "SDX_RDS_STOP_FINISHED"

	// ResourceEventResponseEventSDXWAITINGFORENVIRONMENT captures enum value "SDX_WAITING_FOR_ENVIRONMENT"
	ResourceEventResponseEventSDXWAITINGFORENVIRONMENT string = "SDX_WAITING_FOR_ENVIRONMENT"

	// ResourceEventResponseEventSDXENVIRONMENTFINISHED captures enum value "SDX_ENVIRONMENT_FINISHED"
	ResourceEventResponseEventSDXENVIRONMENTFINISHED string = "SDX_ENVIRONMENT_FINISHED"

	// ResourceEventResponseEventSDXREPAIRSTARTED captures enum value "SDX_REPAIR_STARTED"
	ResourceEventResponseEventSDXREPAIRSTARTED string = "SDX_REPAIR_STARTED"

	// ResourceEventResponseEventSDXREPAIRFINISHED captures enum value "SDX_REPAIR_FINISHED"
	ResourceEventResponseEventSDXREPAIRFINISHED string = "SDX_REPAIR_FINISHED"

	// ResourceEventResponseEventSDXREPAIRFAILED captures enum value "SDX_REPAIR_FAILED"
	ResourceEventResponseEventSDXREPAIRFAILED string = "SDX_REPAIR_FAILED"

	// ResourceEventResponseEventSDXSTARTSTARTED captures enum value "SDX_START_STARTED"
	ResourceEventResponseEventSDXSTARTSTARTED string = "SDX_START_STARTED"

	// ResourceEventResponseEventSDXSTARTFINISHED captures enum value "SDX_START_FINISHED"
	ResourceEventResponseEventSDXSTARTFINISHED string = "SDX_START_FINISHED"

	// ResourceEventResponseEventSDXSTARTFAILED captures enum value "SDX_START_FAILED"
	ResourceEventResponseEventSDXSTARTFAILED string = "SDX_START_FAILED"

	// ResourceEventResponseEventSDXSTOPSTARTED captures enum value "SDX_STOP_STARTED"
	ResourceEventResponseEventSDXSTOPSTARTED string = "SDX_STOP_STARTED"

	// ResourceEventResponseEventSDXSTOPFINISHED captures enum value "SDX_STOP_FINISHED"
	ResourceEventResponseEventSDXSTOPFINISHED string = "SDX_STOP_FINISHED"

	// ResourceEventResponseEventSDXSTOPFAILED captures enum value "SDX_STOP_FAILED"
	ResourceEventResponseEventSDXSTOPFAILED string = "SDX_STOP_FAILED"

	// ResourceEventResponseEventSDXCHANGEIMAGESTARTED captures enum value "SDX_CHANGE_IMAGE_STARTED"
	ResourceEventResponseEventSDXCHANGEIMAGESTARTED string = "SDX_CHANGE_IMAGE_STARTED"

	// ResourceEventResponseEventSDXUPGRADESTARTED captures enum value "SDX_UPGRADE_STARTED"
	ResourceEventResponseEventSDXUPGRADESTARTED string = "SDX_UPGRADE_STARTED"

	// ResourceEventResponseEventSDXUPGRADEFINISHED captures enum value "SDX_UPGRADE_FINISHED"
	ResourceEventResponseEventSDXUPGRADEFINISHED string = "SDX_UPGRADE_FINISHED"

	// ResourceEventResponseEventSDXUPGRADEFAILED captures enum value "SDX_UPGRADE_FAILED"
	ResourceEventResponseEventSDXUPGRADEFAILED string = "SDX_UPGRADE_FAILED"

	// ResourceEventResponseEventDATALAKEUPGRADESTARTED captures enum value "DATALAKE_UPGRADE_STARTED"
	ResourceEventResponseEventDATALAKEUPGRADESTARTED string = "DATALAKE_UPGRADE_STARTED"

	// ResourceEventResponseEventDATALAKEUPGRADEFINISHED captures enum value "DATALAKE_UPGRADE_FINISHED"
	ResourceEventResponseEventDATALAKEUPGRADEFINISHED string = "DATALAKE_UPGRADE_FINISHED"

	// ResourceEventResponseEventDATALAKEUPGRADEFAILED captures enum value "DATALAKE_UPGRADE_FAILED"
	ResourceEventResponseEventDATALAKEUPGRADEFAILED string = "DATALAKE_UPGRADE_FAILED"

	// ResourceEventResponseEventSDXSYNCFAILED captures enum value "SDX_SYNC_FAILED"
	ResourceEventResponseEventSDXSYNCFAILED string = "SDX_SYNC_FAILED"

	// ResourceEventResponseEventWORKSPACECREATED captures enum value "WORKSPACE_CREATED"
	ResourceEventResponseEventWORKSPACECREATED string = "WORKSPACE_CREATED"

	// ResourceEventResponseEventWORKSPACEDELETED captures enum value "WORKSPACE_DELETED"
	ResourceEventResponseEventWORKSPACEDELETED string = "WORKSPACE_DELETED"

	// ResourceEventResponseEventBLUEPRINTCREATED captures enum value "BLUEPRINT_CREATED"
	ResourceEventResponseEventBLUEPRINTCREATED string = "BLUEPRINT_CREATED"

	// ResourceEventResponseEventBLUEPRINTDELETED captures enum value "BLUEPRINT_DELETED"
	ResourceEventResponseEventBLUEPRINTDELETED string = "BLUEPRINT_DELETED"

	// ResourceEventResponseEventCREDENTIALCREATED captures enum value "CREDENTIAL_CREATED"
	ResourceEventResponseEventCREDENTIALCREATED string = "CREDENTIAL_CREATED"

	// ResourceEventResponseEventCREDENTIALMODIFIED captures enum value "CREDENTIAL_MODIFIED"
	ResourceEventResponseEventCREDENTIALMODIFIED string = "CREDENTIAL_MODIFIED"

	// ResourceEventResponseEventCREDENTIALDELETED captures enum value "CREDENTIAL_DELETED"
	ResourceEventResponseEventCREDENTIALDELETED string = "CREDENTIAL_DELETED"

	// ResourceEventResponseEventCLUSTERTEMPLATECREATED captures enum value "CLUSTER_TEMPLATE_CREATED"
	ResourceEventResponseEventCLUSTERTEMPLATECREATED string = "CLUSTER_TEMPLATE_CREATED"

	// ResourceEventResponseEventCLUSTERTEMPLATEDELETED captures enum value "CLUSTER_TEMPLATE_DELETED"
	ResourceEventResponseEventCLUSTERTEMPLATEDELETED string = "CLUSTER_TEMPLATE_DELETED"

	// ResourceEventResponseEventLDAPCREATED captures enum value "LDAP_CREATED"
	ResourceEventResponseEventLDAPCREATED string = "LDAP_CREATED"

	// ResourceEventResponseEventLDAPDELETED captures enum value "LDAP_DELETED"
	ResourceEventResponseEventLDAPDELETED string = "LDAP_DELETED"

	// ResourceEventResponseEventIMAGECATALOGCREATED captures enum value "IMAGE_CATALOG_CREATED"
	ResourceEventResponseEventIMAGECATALOGCREATED string = "IMAGE_CATALOG_CREATED"

	// ResourceEventResponseEventIMAGECATALOGDELETED captures enum value "IMAGE_CATALOG_DELETED"
	ResourceEventResponseEventIMAGECATALOGDELETED string = "IMAGE_CATALOG_DELETED"

	// ResourceEventResponseEventNETWORKCREATED captures enum value "NETWORK_CREATED"
	ResourceEventResponseEventNETWORKCREATED string = "NETWORK_CREATED"

	// ResourceEventResponseEventNETWORKDELETED captures enum value "NETWORK_DELETED"
	ResourceEventResponseEventNETWORKDELETED string = "NETWORK_DELETED"

	// ResourceEventResponseEventRECIPECREATED captures enum value "RECIPE_CREATED"
	ResourceEventResponseEventRECIPECREATED string = "RECIPE_CREATED"

	// ResourceEventResponseEventRECIPEDELETED captures enum value "RECIPE_DELETED"
	ResourceEventResponseEventRECIPEDELETED string = "RECIPE_DELETED"

	// ResourceEventResponseEventRDSCONFIGCREATED captures enum value "RDS_CONFIG_CREATED"
	ResourceEventResponseEventRDSCONFIGCREATED string = "RDS_CONFIG_CREATED"

	// ResourceEventResponseEventRDSCONFIGDELETED captures enum value "RDS_CONFIG_DELETED"
	ResourceEventResponseEventRDSCONFIGDELETED string = "RDS_CONFIG_DELETED"

	// ResourceEventResponseEventPROXYCONFIGCREATED captures enum value "PROXY_CONFIG_CREATED"
	ResourceEventResponseEventPROXYCONFIGCREATED string = "PROXY_CONFIG_CREATED"

	// ResourceEventResponseEventPROXYCONFIGDELETED captures enum value "PROXY_CONFIG_DELETED"
	ResourceEventResponseEventPROXYCONFIGDELETED string = "PROXY_CONFIG_DELETED"

	// ResourceEventResponseEventSECURITYGROUPCREATED captures enum value "SECURITY_GROUP_CREATED"
	ResourceEventResponseEventSECURITYGROUPCREATED string = "SECURITY_GROUP_CREATED"

	// ResourceEventResponseEventSECURITYGROUPDELETED captures enum value "SECURITY_GROUP_DELETED"
	ResourceEventResponseEventSECURITYGROUPDELETED string = "SECURITY_GROUP_DELETED"

	// ResourceEventResponseEventTEMPLATECREATED captures enum value "TEMPLATE_CREATED"
	ResourceEventResponseEventTEMPLATECREATED string = "TEMPLATE_CREATED"

	// ResourceEventResponseEventTEMPLATEDELETED captures enum value "TEMPLATE_DELETED"
	ResourceEventResponseEventTEMPLATEDELETED string = "TEMPLATE_DELETED"

	// ResourceEventResponseEventTOPOLOGYCREATED captures enum value "TOPOLOGY_CREATED"
	ResourceEventResponseEventTOPOLOGYCREATED string = "TOPOLOGY_CREATED"

	// ResourceEventResponseEventFILESYSTEMCREATED captures enum value "FILESYSTEM_CREATED"
	ResourceEventResponseEventFILESYSTEMCREATED string = "FILESYSTEM_CREATED"

	// ResourceEventResponseEventFILESYSTEMDELETED captures enum value "FILESYSTEM_DELETED"
	ResourceEventResponseEventFILESYSTEMDELETED string = "FILESYSTEM_DELETED"

	// ResourceEventResponseEventTOPOLOGYDELETED captures enum value "TOPOLOGY_DELETED"
	ResourceEventResponseEventTOPOLOGYDELETED string = "TOPOLOGY_DELETED"

	// ResourceEventResponseEventMAINTENANCEMODEENABLED captures enum value "MAINTENANCE_MODE_ENABLED"
	ResourceEventResponseEventMAINTENANCEMODEENABLED string = "MAINTENANCE_MODE_ENABLED"

	// ResourceEventResponseEventMAINTENANCEMODEDISABLED captures enum value "MAINTENANCE_MODE_DISABLED"
	ResourceEventResponseEventMAINTENANCEMODEDISABLED string = "MAINTENANCE_MODE_DISABLED"

	// ResourceEventResponseEventTESTCONNECTIONSUCCESS captures enum value "TEST_CONNECTION_SUCCESS"
	ResourceEventResponseEventTESTCONNECTIONSUCCESS string = "TEST_CONNECTION_SUCCESS"

	// ResourceEventResponseEventTESTCONNECTIONFAILED captures enum value "TEST_CONNECTION_FAILED"
	ResourceEventResponseEventTESTCONNECTIONFAILED string = "TEST_CONNECTION_FAILED"

	// ResourceEventResponseEventENVIRONMENTVALIDATIONSTARTED captures enum value "ENVIRONMENT_VALIDATION_STARTED"
	ResourceEventResponseEventENVIRONMENTVALIDATIONSTARTED string = "ENVIRONMENT_VALIDATION_STARTED"

	// ResourceEventResponseEventENVIRONMENTVALIDATIONFAILED captures enum value "ENVIRONMENT_VALIDATION_FAILED"
	ResourceEventResponseEventENVIRONMENTVALIDATIONFAILED string = "ENVIRONMENT_VALIDATION_FAILED"

	// ResourceEventResponseEventENVIRONMENTNETWORKCREATIONSTARTED captures enum value "ENVIRONMENT_NETWORK_CREATION_STARTED"
	ResourceEventResponseEventENVIRONMENTNETWORKCREATIONSTARTED string = "ENVIRONMENT_NETWORK_CREATION_STARTED"

	// ResourceEventResponseEventENVIRONMENTNETWORKCREATIONFAILED captures enum value "ENVIRONMENT_NETWORK_CREATION_FAILED"
	ResourceEventResponseEventENVIRONMENTNETWORKCREATIONFAILED string = "ENVIRONMENT_NETWORK_CREATION_FAILED"

	// ResourceEventResponseEventENVIRONMENTPUBLICKEYCREATIONSTARTED captures enum value "ENVIRONMENT_PUBLICKEY_CREATION_STARTED"
	ResourceEventResponseEventENVIRONMENTPUBLICKEYCREATIONSTARTED string = "ENVIRONMENT_PUBLICKEY_CREATION_STARTED"

	// ResourceEventResponseEventENVIRONMENTPUBLICKEYCREATIONFAILED captures enum value "ENVIRONMENT_PUBLICKEY_CREATION_FAILED"
	ResourceEventResponseEventENVIRONMENTPUBLICKEYCREATIONFAILED string = "ENVIRONMENT_PUBLICKEY_CREATION_FAILED"

	// ResourceEventResponseEventENVIRONMENTFREEIPACREATIONSTARTED captures enum value "ENVIRONMENT_FREEIPA_CREATION_STARTED"
	ResourceEventResponseEventENVIRONMENTFREEIPACREATIONSTARTED string = "ENVIRONMENT_FREEIPA_CREATION_STARTED"

	// ResourceEventResponseEventENVIRONMENTFREEIPACREATIONFAILED captures enum value "ENVIRONMENT_FREEIPA_CREATION_FAILED"
	ResourceEventResponseEventENVIRONMENTFREEIPACREATIONFAILED string = "ENVIRONMENT_FREEIPA_CREATION_FAILED"

	// ResourceEventResponseEventENVIRONMENTCREATIONFINISHED captures enum value "ENVIRONMENT_CREATION_FINISHED"
	ResourceEventResponseEventENVIRONMENTCREATIONFINISHED string = "ENVIRONMENT_CREATION_FINISHED"

	// ResourceEventResponseEventENVIRONMENTCREATIONFAILED captures enum value "ENVIRONMENT_CREATION_FAILED"
	ResourceEventResponseEventENVIRONMENTCREATIONFAILED string = "ENVIRONMENT_CREATION_FAILED"

	// ResourceEventResponseEventENVIRONMENTSYNCFINISHED captures enum value "ENVIRONMENT_SYNC_FINISHED"
	ResourceEventResponseEventENVIRONMENTSYNCFINISHED string = "ENVIRONMENT_SYNC_FINISHED"

	// ResourceEventResponseEventENVIRONMENTNETWORKDELETIONSTARTED captures enum value "ENVIRONMENT_NETWORK_DELETION_STARTED"
	ResourceEventResponseEventENVIRONMENTNETWORKDELETIONSTARTED string = "ENVIRONMENT_NETWORK_DELETION_STARTED"

	// ResourceEventResponseEventENVIRONMENTPUBLICKEYDELETIONSTARTED captures enum value "ENVIRONMENT_PUBLICKEY_DELETION_STARTED"
	ResourceEventResponseEventENVIRONMENTPUBLICKEYDELETIONSTARTED string = "ENVIRONMENT_PUBLICKEY_DELETION_STARTED"

	// ResourceEventResponseEventENVIRONMENTCLUSTERDEFINITIONDELETESTARTED captures enum value "ENVIRONMENT_CLUSTER_DEFINITION_DELETE_STARTED"
	ResourceEventResponseEventENVIRONMENTCLUSTERDEFINITIONDELETESTARTED string = "ENVIRONMENT_CLUSTER_DEFINITION_DELETE_STARTED"

	// ResourceEventResponseEventENVIRONMENTDATABASEDELETIONSTARTED captures enum value "ENVIRONMENT_DATABASE_DELETION_STARTED"
	ResourceEventResponseEventENVIRONMENTDATABASEDELETIONSTARTED string = "ENVIRONMENT_DATABASE_DELETION_STARTED"

	// ResourceEventResponseEventENVIRONMENTFREEIPADELETIONSTARTED captures enum value "ENVIRONMENT_FREEIPA_DELETION_STARTED"
	ResourceEventResponseEventENVIRONMENTFREEIPADELETIONSTARTED string = "ENVIRONMENT_FREEIPA_DELETION_STARTED"

	// ResourceEventResponseEventENVIRONMENTIDBROKERMAPPINGSDELETIONSTARTED captures enum value "ENVIRONMENT_IDBROKER_MAPPINGS_DELETION_STARTED"
	ResourceEventResponseEventENVIRONMENTIDBROKERMAPPINGSDELETIONSTARTED string = "ENVIRONMENT_IDBROKER_MAPPINGS_DELETION_STARTED"

	// ResourceEventResponseEventENVIRONMENTS3GUARDTABLEDELETIONSTARTED captures enum value "ENVIRONMENT_S3GUARD_TABLE_DELETION_STARTED"
	ResourceEventResponseEventENVIRONMENTS3GUARDTABLEDELETIONSTARTED string = "ENVIRONMENT_S3GUARD_TABLE_DELETION_STARTED"

	// ResourceEventResponseEventENVIRONMENTUMSRESOURCEDELETIONSTARTED captures enum value "ENVIRONMENT_UMS_RESOURCE_DELETION_STARTED"
	ResourceEventResponseEventENVIRONMENTUMSRESOURCEDELETIONSTARTED string = "ENVIRONMENT_UMS_RESOURCE_DELETION_STARTED"

	// ResourceEventResponseEventENVIRONMENTDATAHUBCLUSTERSDELETIONSTARTED captures enum value "ENVIRONMENT_DATAHUB_CLUSTERS_DELETION_STARTED"
	ResourceEventResponseEventENVIRONMENTDATAHUBCLUSTERSDELETIONSTARTED string = "ENVIRONMENT_DATAHUB_CLUSTERS_DELETION_STARTED"

	// ResourceEventResponseEventENVIRONMENTDATALAKECLUSTERSDELETIONSTARTED captures enum value "ENVIRONMENT_DATALAKE_CLUSTERS_DELETION_STARTED"
	ResourceEventResponseEventENVIRONMENTDATALAKECLUSTERSDELETIONSTARTED string = "ENVIRONMENT_DATALAKE_CLUSTERS_DELETION_STARTED"

	// ResourceEventResponseEventENVIRONMENTDELETIONFINISHED captures enum value "ENVIRONMENT_DELETION_FINISHED"
	ResourceEventResponseEventENVIRONMENTDELETIONFINISHED string = "ENVIRONMENT_DELETION_FINISHED"

	// ResourceEventResponseEventENVIRONMENTDELETIONFAILED captures enum value "ENVIRONMENT_DELETION_FAILED"
	ResourceEventResponseEventENVIRONMENTDELETIONFAILED string = "ENVIRONMENT_DELETION_FAILED"

	// ResourceEventResponseEventENVIRONMENTSTOPDATAHUBSTARTED captures enum value "ENVIRONMENT_STOP_DATAHUB_STARTED"
	ResourceEventResponseEventENVIRONMENTSTOPDATAHUBSTARTED string = "ENVIRONMENT_STOP_DATAHUB_STARTED"

	// ResourceEventResponseEventENVIRONMENTSTOPDATAHUBFAILED captures enum value "ENVIRONMENT_STOP_DATAHUB_FAILED"
	ResourceEventResponseEventENVIRONMENTSTOPDATAHUBFAILED string = "ENVIRONMENT_STOP_DATAHUB_FAILED"

	// ResourceEventResponseEventENVIRONMENTSTOPDATALAKESTARTED captures enum value "ENVIRONMENT_STOP_DATALAKE_STARTED"
	ResourceEventResponseEventENVIRONMENTSTOPDATALAKESTARTED string = "ENVIRONMENT_STOP_DATALAKE_STARTED"

	// ResourceEventResponseEventENVIRONMENTSTOPDATALAKEFAILED captures enum value "ENVIRONMENT_STOP_DATALAKE_FAILED"
	ResourceEventResponseEventENVIRONMENTSTOPDATALAKEFAILED string = "ENVIRONMENT_STOP_DATALAKE_FAILED"

	// ResourceEventResponseEventENVIRONMENTSTOPFREEIPASTARTED captures enum value "ENVIRONMENT_STOP_FREEIPA_STARTED"
	ResourceEventResponseEventENVIRONMENTSTOPFREEIPASTARTED string = "ENVIRONMENT_STOP_FREEIPA_STARTED"

	// ResourceEventResponseEventENVIRONMENTSTOPFREEIPAFAILED captures enum value "ENVIRONMENT_STOP_FREEIPA_FAILED"
	ResourceEventResponseEventENVIRONMENTSTOPFREEIPAFAILED string = "ENVIRONMENT_STOP_FREEIPA_FAILED"

	// ResourceEventResponseEventENVIRONMENTSTOPPED captures enum value "ENVIRONMENT_STOPPED"
	ResourceEventResponseEventENVIRONMENTSTOPPED string = "ENVIRONMENT_STOPPED"

	// ResourceEventResponseEventENVIRONMENTSTOPFAILED captures enum value "ENVIRONMENT_STOP_FAILED"
	ResourceEventResponseEventENVIRONMENTSTOPFAILED string = "ENVIRONMENT_STOP_FAILED"

	// ResourceEventResponseEventENVIRONMENTSTARTDATAHUBSTARTED captures enum value "ENVIRONMENT_START_DATAHUB_STARTED"
	ResourceEventResponseEventENVIRONMENTSTARTDATAHUBSTARTED string = "ENVIRONMENT_START_DATAHUB_STARTED"

	// ResourceEventResponseEventENVIRONMENTSTARTDATAHUBFAILED captures enum value "ENVIRONMENT_START_DATAHUB_FAILED"
	ResourceEventResponseEventENVIRONMENTSTARTDATAHUBFAILED string = "ENVIRONMENT_START_DATAHUB_FAILED"

	// ResourceEventResponseEventENVIRONMENTSTARTDATALAKESTARTED captures enum value "ENVIRONMENT_START_DATALAKE_STARTED"
	ResourceEventResponseEventENVIRONMENTSTARTDATALAKESTARTED string = "ENVIRONMENT_START_DATALAKE_STARTED"

	// ResourceEventResponseEventENVIRONMENTSTARTDATALAKEFAILED captures enum value "ENVIRONMENT_START_DATALAKE_FAILED"
	ResourceEventResponseEventENVIRONMENTSTARTDATALAKEFAILED string = "ENVIRONMENT_START_DATALAKE_FAILED"

	// ResourceEventResponseEventENVIRONMENTSTARTFREEIPASTARTED captures enum value "ENVIRONMENT_START_FREEIPA_STARTED"
	ResourceEventResponseEventENVIRONMENTSTARTFREEIPASTARTED string = "ENVIRONMENT_START_FREEIPA_STARTED"

	// ResourceEventResponseEventENVIRONMENTSTARTFREEIPAFAILED captures enum value "ENVIRONMENT_START_FREEIPA_FAILED"
	ResourceEventResponseEventENVIRONMENTSTARTFREEIPAFAILED string = "ENVIRONMENT_START_FREEIPA_FAILED"

	// ResourceEventResponseEventENVIRONMENTSTARTED captures enum value "ENVIRONMENT_STARTED"
	ResourceEventResponseEventENVIRONMENTSTARTED string = "ENVIRONMENT_STARTED"

	// ResourceEventResponseEventENVIRONMENTSTARTFAILED captures enum value "ENVIRONMENT_START_FAILED"
	ResourceEventResponseEventENVIRONMENTSTARTFAILED string = "ENVIRONMENT_START_FAILED"

	// ResourceEventResponseEventCREDENTIALAZUREINTERACTIVECREATED captures enum value "CREDENTIAL_AZURE_INTERACTIVE_CREATED"
	ResourceEventResponseEventCREDENTIALAZUREINTERACTIVECREATED string = "CREDENTIAL_AZURE_INTERACTIVE_CREATED"

	// ResourceEventResponseEventCREDENTIALAZUREINTERACTIVESTATUS captures enum value "CREDENTIAL_AZURE_INTERACTIVE_STATUS"
	ResourceEventResponseEventCREDENTIALAZUREINTERACTIVESTATUS string = "CREDENTIAL_AZURE_INTERACTIVE_STATUS"

	// ResourceEventResponseEventCREDENTIALAZUREINTERACTIVEFAILED captures enum value "CREDENTIAL_AZURE_INTERACTIVE_FAILED"
	ResourceEventResponseEventCREDENTIALAZUREINTERACTIVEFAILED string = "CREDENTIAL_AZURE_INTERACTIVE_FAILED"

	// ResourceEventResponseEventSTACKSTOPIGNORED captures enum value "STACK_STOP_IGNORED"
	ResourceEventResponseEventSTACKSTOPIGNORED string = "STACK_STOP_IGNORED"

	// ResourceEventResponseEventSTACKSTARTIGNORED captures enum value "STACK_START_IGNORED"
	ResourceEventResponseEventSTACKSTARTIGNORED string = "STACK_START_IGNORED"

	// ResourceEventResponseEventSTACKSTOPREQUESTED captures enum value "STACK_STOP_REQUESTED"
	ResourceEventResponseEventSTACKSTOPREQUESTED string = "STACK_STOP_REQUESTED"

	// ResourceEventResponseEventSTACKCLEANUPSERVICETRIGGERSYNC captures enum value "STACK_CLEANUP_SERVICE_TRIGGER_SYNC"
	ResourceEventResponseEventSTACKCLEANUPSERVICETRIGGERSYNC string = "STACK_CLEANUP_SERVICE_TRIGGER_SYNC"

	// ResourceEventResponseEventSTACKSYNCINSTANCESTATUSRETRIEVALFAILED captures enum value "STACK_SYNC_INSTANCE_STATUS_RETRIEVAL_FAILED"
	ResourceEventResponseEventSTACKSYNCINSTANCESTATUSRETRIEVALFAILED string = "STACK_SYNC_INSTANCE_STATUS_RETRIEVAL_FAILED"

	// ResourceEventResponseEventSTACKSYNCINSTANCESTATUSCOULDNTDETERMINE captures enum value "STACK_SYNC_INSTANCE_STATUS_COULDNT_DETERMINE"
	ResourceEventResponseEventSTACKSYNCINSTANCESTATUSCOULDNTDETERMINE string = "STACK_SYNC_INSTANCE_STATUS_COULDNT_DETERMINE"

	// ResourceEventResponseEventSTACKSYNCINSTANCEOPERATIONINPROGRESS captures enum value "STACK_SYNC_INSTANCE_OPERATION_IN_PROGRESS"
	ResourceEventResponseEventSTACKSYNCINSTANCEOPERATIONINPROGRESS string = "STACK_SYNC_INSTANCE_OPERATION_IN_PROGRESS"

	// ResourceEventResponseEventSTACKSYNCINSTANCESTOPPEDONPROVIDER captures enum value "STACK_SYNC_INSTANCE_STOPPED_ON_PROVIDER"
	ResourceEventResponseEventSTACKSYNCINSTANCESTOPPEDONPROVIDER string = "STACK_SYNC_INSTANCE_STOPPED_ON_PROVIDER"

	// ResourceEventResponseEventSTACKSYNCINSTANCESTATESYNCED captures enum value "STACK_SYNC_INSTANCE_STATE_SYNCED"
	ResourceEventResponseEventSTACKSYNCINSTANCESTATESYNCED string = "STACK_SYNC_INSTANCE_STATE_SYNCED"

	// ResourceEventResponseEventSTACKSYNCHOSTDELETED captures enum value "STACK_SYNC_HOST_DELETED"
	ResourceEventResponseEventSTACKSYNCHOSTDELETED string = "STACK_SYNC_HOST_DELETED"

	// ResourceEventResponseEventSTACKSYNCINSTANCEREMOVALFAILED captures enum value "STACK_SYNC_INSTANCE_REMOVAL_FAILED"
	ResourceEventResponseEventSTACKSYNCINSTANCEREMOVALFAILED string = "STACK_SYNC_INSTANCE_REMOVAL_FAILED"

	// ResourceEventResponseEventSTACKSYNCHOSTUPDATED captures enum value "STACK_SYNC_HOST_UPDATED"
	ResourceEventResponseEventSTACKSYNCHOSTUPDATED string = "STACK_SYNC_HOST_UPDATED"

	// ResourceEventResponseEventSTACKSYNCINSTANCETERMINATED captures enum value "STACK_SYNC_INSTANCE_TERMINATED"
	ResourceEventResponseEventSTACKSYNCINSTANCETERMINATED string = "STACK_SYNC_INSTANCE_TERMINATED"

	// ResourceEventResponseEventSTACKSYNCINSTANCEDELETEDCBMETADATA captures enum value "STACK_SYNC_INSTANCE_DELETED_CBMETADATA"
	ResourceEventResponseEventSTACKSYNCINSTANCEDELETEDCBMETADATA string = "STACK_SYNC_INSTANCE_DELETED_CBMETADATA"

	// ResourceEventResponseEventSTACKSYNCINSTANCEDELETEDBYPROVIDERCBMETADATA captures enum value "STACK_SYNC_INSTANCE_DELETED_BY_PROVIDER_CBMETADATA"
	ResourceEventResponseEventSTACKSYNCINSTANCEDELETEDBYPROVIDERCBMETADATA string = "STACK_SYNC_INSTANCE_DELETED_BY_PROVIDER_CBMETADATA"

	// ResourceEventResponseEventSTACKDELETEINPROGRESS captures enum value "STACK_DELETE_IN_PROGRESS"
	ResourceEventResponseEventSTACKDELETEINPROGRESS string = "STACK_DELETE_IN_PROGRESS"

	// ResourceEventResponseEventSTACKADDINGINSTANCES captures enum value "STACK_ADDING_INSTANCES"
	ResourceEventResponseEventSTACKADDINGINSTANCES string = "STACK_ADDING_INSTANCES"

	// ResourceEventResponseEventSTACKMETADATAEXTENDWITHCOUNT captures enum value "STACK_METADATA_EXTEND_WITH_COUNT"
	ResourceEventResponseEventSTACKMETADATAEXTENDWITHCOUNT string = "STACK_METADATA_EXTEND_WITH_COUNT"

	// ResourceEventResponseEventSTACKBOOTSTRAPNEWNODES captures enum value "STACK_BOOTSTRAP_NEW_NODES"
	ResourceEventResponseEventSTACKBOOTSTRAPNEWNODES string = "STACK_BOOTSTRAP_NEW_NODES"

	// ResourceEventResponseEventSTACKINFRASTRUCTUREUPDATEFAILED captures enum value "STACK_INFRASTRUCTURE_UPDATE_FAILED"
	ResourceEventResponseEventSTACKINFRASTRUCTUREUPDATEFAILED string = "STACK_INFRASTRUCTURE_UPDATE_FAILED"

	// ResourceEventResponseEventSTACKIMAGEUPDATESTARTED captures enum value "STACK_IMAGE_UPDATE_STARTED"
	ResourceEventResponseEventSTACKIMAGEUPDATESTARTED string = "STACK_IMAGE_UPDATE_STARTED"

	// ResourceEventResponseEventSTACKIMAGEUPDATEFINISHED captures enum value "STACK_IMAGE_UPDATE_FINISHED"
	ResourceEventResponseEventSTACKIMAGEUPDATEFINISHED string = "STACK_IMAGE_UPDATE_FINISHED"

	// ResourceEventResponseEventSTACKIMAGEUPDATEFAILED captures enum value "STACK_IMAGE_UPDATE_FAILED"
	ResourceEventResponseEventSTACKIMAGEUPDATEFAILED string = "STACK_IMAGE_UPDATE_FAILED"

	// ResourceEventResponseEventSTACKIMAGESETUP captures enum value "STACK_IMAGE_SETUP"
	ResourceEventResponseEventSTACKIMAGESETUP string = "STACK_IMAGE_SETUP"

	// ResourceEventResponseEventSTACKPROVISIONING captures enum value "STACK_PROVISIONING"
	ResourceEventResponseEventSTACKPROVISIONING string = "STACK_PROVISIONING"

	// ResourceEventResponseEventSTACKINFRASTRUCTURETIME captures enum value "STACK_INFRASTRUCTURE_TIME"
	ResourceEventResponseEventSTACKINFRASTRUCTURETIME string = "STACK_INFRASTRUCTURE_TIME"

	// ResourceEventResponseEventSTACKINFRASTRUCTURECREATEFAILED captures enum value "STACK_INFRASTRUCTURE_CREATE_FAILED"
	ResourceEventResponseEventSTACKINFRASTRUCTURECREATEFAILED string = "STACK_INFRASTRUCTURE_CREATE_FAILED"

	// ResourceEventResponseEventSTACKINFRASTRUCTUREROLLBACKFAILED captures enum value "STACK_INFRASTRUCTURE_ROLLBACK_FAILED"
	ResourceEventResponseEventSTACKINFRASTRUCTUREROLLBACKFAILED string = "STACK_INFRASTRUCTURE_ROLLBACK_FAILED"

	// ResourceEventResponseEventSTACKREMOVINGINSTANCE captures enum value "STACK_REMOVING_INSTANCE"
	ResourceEventResponseEventSTACKREMOVINGINSTANCE string = "STACK_REMOVING_INSTANCE"

	// ResourceEventResponseEventSTACKSCALINGTERMINATINGHOSTFROMHOSTGROUP captures enum value "STACK_SCALING_TERMINATING_HOST_FROM_HOSTGROUP"
	ResourceEventResponseEventSTACKSCALINGTERMINATINGHOSTFROMHOSTGROUP string = "STACK_SCALING_TERMINATING_HOST_FROM_HOSTGROUP"

	// ResourceEventResponseEventSTACKREMOVINGINSTANCEFINISHED captures enum value "STACK_REMOVING_INSTANCE_FINISHED"
	ResourceEventResponseEventSTACKREMOVINGINSTANCEFINISHED string = "STACK_REMOVING_INSTANCE_FINISHED"

	// ResourceEventResponseEventSTACKREMOVINGINSTANCEFAILED captures enum value "STACK_REMOVING_INSTANCE_FAILED"
	ResourceEventResponseEventSTACKREMOVINGINSTANCEFAILED string = "STACK_REMOVING_INSTANCE_FAILED"

	// ResourceEventResponseEventSTACKINFRASTRUCTUREBOOTSTRAP captures enum value "STACK_INFRASTRUCTURE_BOOTSTRAP"
	ResourceEventResponseEventSTACKINFRASTRUCTUREBOOTSTRAP string = "STACK_INFRASTRUCTURE_BOOTSTRAP"

	// ResourceEventResponseEventSTACKGATEWAYCERTIFICATECREATEFAILED captures enum value "STACK_GATEWAY_CERTIFICATE_CREATE_FAILED"
	ResourceEventResponseEventSTACKGATEWAYCERTIFICATECREATEFAILED string = "STACK_GATEWAY_CERTIFICATE_CREATE_FAILED"

	// ResourceEventResponseEventSTACKDOWNSCALEINSTANCES captures enum value "STACK_DOWNSCALE_INSTANCES"
	ResourceEventResponseEventSTACKDOWNSCALEINSTANCES string = "STACK_DOWNSCALE_INSTANCES"

	// ResourceEventResponseEventSTACKDOWNSCALESUCCESS captures enum value "STACK_DOWNSCALE_SUCCESS"
	ResourceEventResponseEventSTACKDOWNSCALESUCCESS string = "STACK_DOWNSCALE_SUCCESS"

	// ResourceEventResponseEventSTACKDOWNSCALEFAILED captures enum value "STACK_DOWNSCALE_FAILED"
	ResourceEventResponseEventSTACKDOWNSCALEFAILED string = "STACK_DOWNSCALE_FAILED"

	// ResourceEventResponseEventSTACKSELECTFORDOWNSCALE captures enum value "STACK_SELECT_FOR_DOWNSCALE"
	ResourceEventResponseEventSTACKSELECTFORDOWNSCALE string = "STACK_SELECT_FOR_DOWNSCALE"

	// ResourceEventResponseEventSTACKREPAIRCOMPLETECLEAN captures enum value "STACK_REPAIR_COMPLETE_CLEAN"
	ResourceEventResponseEventSTACKREPAIRCOMPLETECLEAN string = "STACK_REPAIR_COMPLETE_CLEAN"

	// ResourceEventResponseEventSTACKREPAIRATTEMPTING captures enum value "STACK_REPAIR_ATTEMPTING"
	ResourceEventResponseEventSTACKREPAIRATTEMPTING string = "STACK_REPAIR_ATTEMPTING"

	// ResourceEventResponseEventSTACKREPAIRTRIGGERED captures enum value "STACK_REPAIR_TRIGGERED"
	ResourceEventResponseEventSTACKREPAIRTRIGGERED string = "STACK_REPAIR_TRIGGERED"

	// ResourceEventResponseEventSTACKDELETECOMPLETED captures enum value "STACK_DELETE_COMPLETED"
	ResourceEventResponseEventSTACKDELETECOMPLETED string = "STACK_DELETE_COMPLETED"

	// ResourceEventResponseEventSTACKINFRASTRUCTUREDELETEFAILED captures enum value "STACK_INFRASTRUCTURE_DELETE_FAILED"
	ResourceEventResponseEventSTACKINFRASTRUCTUREDELETEFAILED string = "STACK_INFRASTRUCTURE_DELETE_FAILED"

	// ResourceEventResponseEventSTACKFORCEDDELETECOMPLETED captures enum value "STACK_FORCED_DELETE_COMPLETED"
	ResourceEventResponseEventSTACKFORCEDDELETECOMPLETED string = "STACK_FORCED_DELETE_COMPLETED"

	// ResourceEventResponseEventSTACKINFRASTRUCTURESTARTING captures enum value "STACK_INFRASTRUCTURE_STARTING"
	ResourceEventResponseEventSTACKINFRASTRUCTURESTARTING string = "STACK_INFRASTRUCTURE_STARTING"

	// ResourceEventResponseEventSTACKINFRASTRUCTURESTARTED captures enum value "STACK_INFRASTRUCTURE_STARTED"
	ResourceEventResponseEventSTACKINFRASTRUCTURESTARTED string = "STACK_INFRASTRUCTURE_STARTED"

	// ResourceEventResponseEventSTACKINFRASTRUCTURESTOPPING captures enum value "STACK_INFRASTRUCTURE_STOPPING"
	ResourceEventResponseEventSTACKINFRASTRUCTURESTOPPING string = "STACK_INFRASTRUCTURE_STOPPING"

	// ResourceEventResponseEventSTACKINFRASTRUCTURESTOPPED captures enum value "STACK_INFRASTRUCTURE_STOPPED"
	ResourceEventResponseEventSTACKINFRASTRUCTURESTOPPED string = "STACK_INFRASTRUCTURE_STOPPED"

	// ResourceEventResponseEventSTACKINFRASTRUCTURESTARTFAILED captures enum value "STACK_INFRASTRUCTURE_START_FAILED"
	ResourceEventResponseEventSTACKINFRASTRUCTURESTARTFAILED string = "STACK_INFRASTRUCTURE_START_FAILED"

	// ResourceEventResponseEventSTACKINFRASTRUCTURESTOPFAILED captures enum value "STACK_INFRASTRUCTURE_STOP_FAILED"
	ResourceEventResponseEventSTACKINFRASTRUCTURESTOPFAILED string = "STACK_INFRASTRUCTURE_STOP_FAILED"

	// ResourceEventResponseEventSTACKREPAIRDETECTIONSTARTED captures enum value "STACK_REPAIR_DETECTION_STARTED"
	ResourceEventResponseEventSTACKREPAIRDETECTIONSTARTED string = "STACK_REPAIR_DETECTION_STARTED"

	// ResourceEventResponseEventSTACKREPAIRFAILED captures enum value "STACK_REPAIR_FAILED"
	ResourceEventResponseEventSTACKREPAIRFAILED string = "STACK_REPAIR_FAILED"

	// ResourceEventResponseEventSTACKDATALAKEUPDATE captures enum value "STACK_DATALAKE_UPDATE"
	ResourceEventResponseEventSTACKDATALAKEUPDATE string = "STACK_DATALAKE_UPDATE"

	// ResourceEventResponseEventSTACKDATALAKEUPDATEFINISHED captures enum value "STACK_DATALAKE_UPDATE_FINISHED"
	ResourceEventResponseEventSTACKDATALAKEUPDATEFINISHED string = "STACK_DATALAKE_UPDATE_FINISHED"

	// ResourceEventResponseEventSTACKDATALAKEUPDATEFAILED captures enum value "STACK_DATALAKE_UPDATE_FAILED"
	ResourceEventResponseEventSTACKDATALAKEUPDATEFAILED string = "STACK_DATALAKE_UPDATE_FAILED"

	// ResourceEventResponseEventCLUSTERBUILDING captures enum value "CLUSTER_BUILDING"
	ResourceEventResponseEventCLUSTERBUILDING string = "CLUSTER_BUILDING"

	// ResourceEventResponseEventCLUSTERRESET captures enum value "CLUSTER_RESET"
	ResourceEventResponseEventCLUSTERRESET string = "CLUSTER_RESET"

	// ResourceEventResponseEventCLUSTERBUILT captures enum value "CLUSTER_BUILT"
	ResourceEventResponseEventCLUSTERBUILT string = "CLUSTER_BUILT"

	// ResourceEventResponseEventCLUSTERDELETEFAILED captures enum value "CLUSTER_DELETE_FAILED"
	ResourceEventResponseEventCLUSTERDELETEFAILED string = "CLUSTER_DELETE_FAILED"

	// ResourceEventResponseEventCLUSTERDELETESTARTED captures enum value "CLUSTER_DELETE_STARTED"
	ResourceEventResponseEventCLUSTERDELETESTARTED string = "CLUSTER_DELETE_STARTED"

	// ResourceEventResponseEventCLUSTERCHANGINGCREDENTIAL captures enum value "CLUSTER_CHANGING_CREDENTIAL"
	ResourceEventResponseEventCLUSTERCHANGINGCREDENTIAL string = "CLUSTER_CHANGING_CREDENTIAL"

	// ResourceEventResponseEventCLUSTERCHANGEDCREDENTIAL captures enum value "CLUSTER_CHANGED_CREDENTIAL"
	ResourceEventResponseEventCLUSTERCHANGEDCREDENTIAL string = "CLUSTER_CHANGED_CREDENTIAL"

	// ResourceEventResponseEventCLUSTERCREATEFAILED captures enum value "CLUSTER_CREATE_FAILED"
	ResourceEventResponseEventCLUSTERCREATEFAILED string = "CLUSTER_CREATE_FAILED"

	// ResourceEventResponseEventCLUSTERSTARTING captures enum value "CLUSTER_STARTING"
	ResourceEventResponseEventCLUSTERSTARTING string = "CLUSTER_STARTING"

	// ResourceEventResponseEventCLUSTERDNSENTRYUPDATEFINISHED captures enum value "CLUSTER_DNS_ENTRY_UPDATE_FINISHED"
	ResourceEventResponseEventCLUSTERDNSENTRYUPDATEFINISHED string = "CLUSTER_DNS_ENTRY_UPDATE_FINISHED"

	// ResourceEventResponseEventCLUSTERSTARTED captures enum value "CLUSTER_STARTED"
	ResourceEventResponseEventCLUSTERSTARTED string = "CLUSTER_STARTED"

	// ResourceEventResponseEventCLUSTERSTARTFAILED captures enum value "CLUSTER_START_FAILED"
	ResourceEventResponseEventCLUSTERSTARTFAILED string = "CLUSTER_START_FAILED"

	// ResourceEventResponseEventCLUSTERCHANGECREDENTIALFAILED captures enum value "CLUSTER_CHANGE_CREDENTIAL_FAILED"
	ResourceEventResponseEventCLUSTERCHANGECREDENTIALFAILED string = "CLUSTER_CHANGE_CREDENTIAL_FAILED"

	// ResourceEventResponseEventCLUSTERSINGLEMASTERREPAIRSTARTED captures enum value "CLUSTER_SINGLE_MASTER_REPAIR_STARTED"
	ResourceEventResponseEventCLUSTERSINGLEMASTERREPAIRSTARTED string = "CLUSTER_SINGLE_MASTER_REPAIR_STARTED"

	// ResourceEventResponseEventCLUSTERSINGLEMASTERREPAIRFINISHED captures enum value "CLUSTER_SINGLE_MASTER_REPAIR_FINISHED"
	ResourceEventResponseEventCLUSTERSINGLEMASTERREPAIRFINISHED string = "CLUSTER_SINGLE_MASTER_REPAIR_FINISHED"

	// ResourceEventResponseEventCLUSTERSCALINGUP captures enum value "CLUSTER_SCALING_UP"
	ResourceEventResponseEventCLUSTERSCALINGUP string = "CLUSTER_SCALING_UP"

	// ResourceEventResponseEventCLUSTERREREGISTERWITHCLUSTERPROXY captures enum value "CLUSTER_RE_REGISTER_WITH_CLUSTER_PROXY"
	ResourceEventResponseEventCLUSTERREREGISTERWITHCLUSTERPROXY string = "CLUSTER_RE_REGISTER_WITH_CLUSTER_PROXY"

	// ResourceEventResponseEventCLUSTERSCALEDUP captures enum value "CLUSTER_SCALED_UP"
	ResourceEventResponseEventCLUSTERSCALEDUP string = "CLUSTER_SCALED_UP"

	// ResourceEventResponseEventCLUSTERRUNSERVICES captures enum value "CLUSTER_RUN_SERVICES"
	ResourceEventResponseEventCLUSTERRUNSERVICES string = "CLUSTER_RUN_SERVICES"

	// ResourceEventResponseEventCLUSTERRUNCONTAINERS captures enum value "CLUSTER_RUN_CONTAINERS"
	ResourceEventResponseEventCLUSTERRUNCONTAINERS string = "CLUSTER_RUN_CONTAINERS"

	// ResourceEventResponseEventCLUSTERGATEWAYCHANGEFAILED captures enum value "CLUSTER_GATEWAY_CHANGE_FAILED"
	ResourceEventResponseEventCLUSTERGATEWAYCHANGEFAILED string = "CLUSTER_GATEWAY_CHANGE_FAILED"

	// ResourceEventResponseEventCLUSTERGATEWAYCHANGEDSUCCESSFULLY captures enum value "CLUSTER_GATEWAY_CHANGED_SUCCESSFULLY"
	ResourceEventResponseEventCLUSTERGATEWAYCHANGEDSUCCESSFULLY string = "CLUSTER_GATEWAY_CHANGED_SUCCESSFULLY"

	// ResourceEventResponseEventCLUSTERGATEWAYCHANGE captures enum value "CLUSTER_GATEWAY_CHANGE"
	ResourceEventResponseEventCLUSTERGATEWAYCHANGE string = "CLUSTER_GATEWAY_CHANGE"

	// ResourceEventResponseEventCLUSTERFAILEDNODESREPORTED captures enum value "CLUSTER_FAILED_NODES_REPORTED"
	ResourceEventResponseEventCLUSTERFAILEDNODESREPORTED string = "CLUSTER_FAILED_NODES_REPORTED"

	// ResourceEventResponseEventCLUSTERSTARTIGNORED captures enum value "CLUSTER_START_IGNORED"
	ResourceEventResponseEventCLUSTERSTARTIGNORED string = "CLUSTER_START_IGNORED"

	// ResourceEventResponseEventCLUSTERSTOPIGNORED captures enum value "CLUSTER_STOP_IGNORED"
	ResourceEventResponseEventCLUSTERSTOPIGNORED string = "CLUSTER_STOP_IGNORED"

	// ResourceEventResponseEventCLUSTERHOSTSTATUSUPDATED captures enum value "CLUSTER_HOST_STATUS_UPDATED"
	ResourceEventResponseEventCLUSTERHOSTSTATUSUPDATED string = "CLUSTER_HOST_STATUS_UPDATED"

	// ResourceEventResponseEventCLUSTERSTARTREQUESTED captures enum value "CLUSTER_START_REQUESTED"
	ResourceEventResponseEventCLUSTERSTARTREQUESTED string = "CLUSTER_START_REQUESTED"

	// ResourceEventResponseEventCLUSTERAUTORECOVERYREQUESTED captures enum value "CLUSTER_AUTORECOVERY_REQUESTED"
	ResourceEventResponseEventCLUSTERAUTORECOVERYREQUESTED string = "CLUSTER_AUTORECOVERY_REQUESTED"

	// ResourceEventResponseEventCLUSTERMANUALRECOVERYREQUESTED captures enum value "CLUSTER_MANUALRECOVERY_REQUESTED"
	ResourceEventResponseEventCLUSTERMANUALRECOVERYREQUESTED string = "CLUSTER_MANUALRECOVERY_REQUESTED"

	// ResourceEventResponseEventCLUSTERMANUALRECOVERYCOULDNOTSTART captures enum value "CLUSTER_MANUALRECOVERY_COULD_NOT_START"
	ResourceEventResponseEventCLUSTERMANUALRECOVERYCOULDNOTSTART string = "CLUSTER_MANUALRECOVERY_COULD_NOT_START"

	// ResourceEventResponseEventCLUSTERMANUALRECOVERYNONODESTORECOVER captures enum value "CLUSTER_MANUALRECOVERY_NO_NODES_TO_RECOVER"
	ResourceEventResponseEventCLUSTERMANUALRECOVERYNONODESTORECOVER string = "CLUSTER_MANUALRECOVERY_NO_NODES_TO_RECOVER"

	// ResourceEventResponseEventCLUSTERRECOVEREDNODESREPORTED captures enum value "CLUSTER_RECOVERED_NODES_REPORTED"
	ResourceEventResponseEventCLUSTERRECOVEREDNODESREPORTED string = "CLUSTER_RECOVERED_NODES_REPORTED"

	// ResourceEventResponseEventCLUSTERPRIMARYGATEWAYUNHEALTHYSYNCSTARTED captures enum value "CLUSTER_PRIMARY_GATEWAY_UNHEALTHY_SYNC_STARTED"
	ResourceEventResponseEventCLUSTERPRIMARYGATEWAYUNHEALTHYSYNCSTARTED string = "CLUSTER_PRIMARY_GATEWAY_UNHEALTHY_SYNC_STARTED"

	// ResourceEventResponseEventCLUSTERPACKAGESONINSTANCESAREDIFFERENT captures enum value "CLUSTER_PACKAGES_ON_INSTANCES_ARE_DIFFERENT"
	ResourceEventResponseEventCLUSTERPACKAGESONINSTANCESAREDIFFERENT string = "CLUSTER_PACKAGES_ON_INSTANCES_ARE_DIFFERENT"

	// ResourceEventResponseEventCLUSTERPACKAGEVERSIONSONINSTANCESAREMISSING captures enum value "CLUSTER_PACKAGE_VERSIONS_ON_INSTANCES_ARE_MISSING"
	ResourceEventResponseEventCLUSTERPACKAGEVERSIONSONINSTANCESAREMISSING string = "CLUSTER_PACKAGE_VERSIONS_ON_INSTANCES_ARE_MISSING"

	// ResourceEventResponseEventCLUSTERPACKAGEVERSIONSARECHANGED captures enum value "CLUSTER_PACKAGE_VERSIONS_ARE_CHANGED"
	ResourceEventResponseEventCLUSTERPACKAGEVERSIONSARECHANGED string = "CLUSTER_PACKAGE_VERSIONS_ARE_CHANGED"

	// ResourceEventResponseEventCLUSTERPACKAGEVERSIONCANNOTBEQUERIED captures enum value "CLUSTER_PACKAGE_VERSION_CANNOT_BE_QUERIED"
	ResourceEventResponseEventCLUSTERPACKAGEVERSIONCANNOTBEQUERIED string = "CLUSTER_PACKAGE_VERSION_CANNOT_BE_QUERIED"

	// ResourceEventResponseEventCLUSTERUPLOADRECIPES captures enum value "CLUSTER_UPLOAD_RECIPES"
	ResourceEventResponseEventCLUSTERUPLOADRECIPES string = "CLUSTER_UPLOAD_RECIPES"

	// ResourceEventResponseEventCLUSTERBOOTSTRAPPERERRORBOOTSTRAPFAILEDONNODES captures enum value "CLUSTER_BOOTSTRAPPER_ERROR_BOOTSTRAP_FAILED_ON_NODES"
	ResourceEventResponseEventCLUSTERBOOTSTRAPPERERRORBOOTSTRAPFAILEDONNODES string = "CLUSTER_BOOTSTRAPPER_ERROR_BOOTSTRAP_FAILED_ON_NODES"

	// ResourceEventResponseEventCLUSTERBOOTSTRAPPERERRORDELETINGNODE captures enum value "CLUSTER_BOOTSTRAPPER_ERROR_DELETING_NODE"
	ResourceEventResponseEventCLUSTERBOOTSTRAPPERERRORDELETINGNODE string = "CLUSTER_BOOTSTRAPPER_ERROR_DELETING_NODE"

	// ResourceEventResponseEventCLUSTERBOOTSTRAPPERERRORINVALIDNODECOUNT captures enum value "CLUSTER_BOOTSTRAPPER_ERROR_INVALID_NODECOUNT"
	ResourceEventResponseEventCLUSTERBOOTSTRAPPERERRORINVALIDNODECOUNT string = "CLUSTER_BOOTSTRAPPER_ERROR_INVALID_NODECOUNT"

	// ResourceEventResponseEventCLUSTERAMBARICLUSTERCOULDNOTSYNC captures enum value "CLUSTER_AMBARI_CLUSTER_COULD_NOT_SYNC"
	ResourceEventResponseEventCLUSTERAMBARICLUSTERCOULDNOTSYNC string = "CLUSTER_AMBARI_CLUSTER_COULD_NOT_SYNC"

	// ResourceEventResponseEventCLUSTERAMBARICLUSTERSYNCHRONIZED captures enum value "CLUSTER_AMBARI_CLUSTER_SYNCHRONIZED"
	ResourceEventResponseEventCLUSTERAMBARICLUSTERSYNCHRONIZED string = "CLUSTER_AMBARI_CLUSTER_SYNCHRONIZED"

	// ResourceEventResponseEventDATALAKEUPGRADE captures enum value "DATALAKE_UPGRADE"
	ResourceEventResponseEventDATALAKEUPGRADE string = "DATALAKE_UPGRADE"

	// ResourceEventResponseEventDATALAKEUPGRADECOULDNOTSTART captures enum value "DATALAKE_UPGRADE_COULD_NOT_START"
	ResourceEventResponseEventDATALAKEUPGRADECOULDNOTSTART string = "DATALAKE_UPGRADE_COULD_NOT_START"

	// ResourceEventResponseEventCLUSTERMANAGERUPGRADE captures enum value "CLUSTER_MANAGER_UPGRADE"
	ResourceEventResponseEventCLUSTERMANAGERUPGRADE string = "CLUSTER_MANAGER_UPGRADE"

	// ResourceEventResponseEventCLUSTERMANAGERUPGRADEFINISHED captures enum value "CLUSTER_MANAGER_UPGRADE_FINISHED"
	ResourceEventResponseEventCLUSTERMANAGERUPGRADEFINISHED string = "CLUSTER_MANAGER_UPGRADE_FINISHED"

	// ResourceEventResponseEventCLUSTERMANAGERUPGRADEFAILED captures enum value "CLUSTER_MANAGER_UPGRADE_FAILED"
	ResourceEventResponseEventCLUSTERMANAGERUPGRADEFAILED string = "CLUSTER_MANAGER_UPGRADE_FAILED"

	// ResourceEventResponseEventCLUSTERUPGRADE captures enum value "CLUSTER_UPGRADE"
	ResourceEventResponseEventCLUSTERUPGRADE string = "CLUSTER_UPGRADE"

	// ResourceEventResponseEventCLUSTERUPGRADEFINISHED captures enum value "CLUSTER_UPGRADE_FINISHED"
	ResourceEventResponseEventCLUSTERUPGRADEFINISHED string = "CLUSTER_UPGRADE_FINISHED"

	// ResourceEventResponseEventCLUSTERUPGRADEDOWNLOADPARCEL captures enum value "CLUSTER_UPGRADE_DOWNLOAD_PARCEL"
	ResourceEventResponseEventCLUSTERUPGRADEDOWNLOADPARCEL string = "CLUSTER_UPGRADE_DOWNLOAD_PARCEL"

	// ResourceEventResponseEventCLUSTERUPGRADEDISTRIBUTEPARCEL captures enum value "CLUSTER_UPGRADE_DISTRIBUTE_PARCEL"
	ResourceEventResponseEventCLUSTERUPGRADEDISTRIBUTEPARCEL string = "CLUSTER_UPGRADE_DISTRIBUTE_PARCEL"

	// ResourceEventResponseEventCLUSTERUPGRADESTARTUPGRADE captures enum value "CLUSTER_UPGRADE_START_UPGRADE"
	ResourceEventResponseEventCLUSTERUPGRADESTARTUPGRADE string = "CLUSTER_UPGRADE_START_UPGRADE"

	// ResourceEventResponseEventCLUSTERUPGRADEFAILED captures enum value "CLUSTER_UPGRADE_FAILED"
	ResourceEventResponseEventCLUSTERUPGRADEFAILED string = "CLUSTER_UPGRADE_FAILED"

	// ResourceEventResponseEventCLUSTERSTOPPING captures enum value "CLUSTER_STOPPING"
	ResourceEventResponseEventCLUSTERSTOPPING string = "CLUSTER_STOPPING"

	// ResourceEventResponseEventCLUSTERSTOPPED captures enum value "CLUSTER_STOPPED"
	ResourceEventResponseEventCLUSTERSTOPPED string = "CLUSTER_STOPPED"

	// ResourceEventResponseEventCLUSTERSTOPFAILED captures enum value "CLUSTER_STOP_FAILED"
	ResourceEventResponseEventCLUSTERSTOPFAILED string = "CLUSTER_STOP_FAILED"

	// ResourceEventResponseEventCLUSTERSCALINGDOWN captures enum value "CLUSTER_SCALING_DOWN"
	ResourceEventResponseEventCLUSTERSCALINGDOWN string = "CLUSTER_SCALING_DOWN"

	// ResourceEventResponseEventCLUSTERSCALEDDOWN captures enum value "CLUSTER_SCALED_DOWN"
	ResourceEventResponseEventCLUSTERSCALEDDOWN string = "CLUSTER_SCALED_DOWN"

	// ResourceEventResponseEventCLUSTERSCALINGFAILED captures enum value "CLUSTER_SCALING_FAILED"
	ResourceEventResponseEventCLUSTERSCALINGFAILED string = "CLUSTER_SCALING_FAILED"

	// ResourceEventResponseEventCLUSTERSTOPMANAGEMENTSERVERSTARTED captures enum value "CLUSTER_STOP_MANAGEMENT_SERVER_STARTED"
	ResourceEventResponseEventCLUSTERSTOPMANAGEMENTSERVERSTARTED string = "CLUSTER_STOP_MANAGEMENT_SERVER_STARTED"

	// ResourceEventResponseEventCLUSTERSTOPCOMPONENTSSTARTED captures enum value "CLUSTER_STOP_COMPONENTS_STARTED"
	ResourceEventResponseEventCLUSTERSTOPCOMPONENTSSTARTED string = "CLUSTER_STOP_COMPONENTS_STARTED"

	// ResourceEventResponseEventCLUSTERSTARTMANAGEMENTSERVERSTARTED captures enum value "CLUSTER_START_MANAGEMENT_SERVER_STARTED"
	ResourceEventResponseEventCLUSTERSTARTMANAGEMENTSERVERSTARTED string = "CLUSTER_START_MANAGEMENT_SERVER_STARTED"

	// ResourceEventResponseEventCLUSTERREGENERATEKEYTABSSTARTED captures enum value "CLUSTER_REGENERATE_KEYTABS_STARTED"
	ResourceEventResponseEventCLUSTERREGENERATEKEYTABSSTARTED string = "CLUSTER_REGENERATE_KEYTABS_STARTED"

	// ResourceEventResponseEventCLUSTERREINSTALLCOMPONENTSSTARTED captures enum value "CLUSTER_REINSTALL_COMPONENTS_STARTED"
	ResourceEventResponseEventCLUSTERREINSTALLCOMPONENTSSTARTED string = "CLUSTER_REINSTALL_COMPONENTS_STARTED"

	// ResourceEventResponseEventCLUSTERSTARTCOMPONENTSSTARTED captures enum value "CLUSTER_START_COMPONENTS_STARTED"
	ResourceEventResponseEventCLUSTERSTARTCOMPONENTSSTARTED string = "CLUSTER_START_COMPONENTS_STARTED"

	// ResourceEventResponseEventCLUSTERRESTARTALLSTARTED captures enum value "CLUSTER_RESTART_ALL_STARTED"
	ResourceEventResponseEventCLUSTERRESTARTALLSTARTED string = "CLUSTER_RESTART_ALL_STARTED"

	// ResourceEventResponseEventCLUSTERCMCLUSTERSERVICESSTOPPING captures enum value "CLUSTER_CM_CLUSTER_SERVICES_STOPPING"
	ResourceEventResponseEventCLUSTERCMCLUSTERSERVICESSTOPPING string = "CLUSTER_CM_CLUSTER_SERVICES_STOPPING"

	// ResourceEventResponseEventCLUSTERCMCLUSTERSERVICESSTOPPED captures enum value "CLUSTER_CM_CLUSTER_SERVICES_STOPPED"
	ResourceEventResponseEventCLUSTERCMCLUSTERSERVICESSTOPPED string = "CLUSTER_CM_CLUSTER_SERVICES_STOPPED"

	// ResourceEventResponseEventCLUSTERCMCLUSTERSERVICESSTARTED captures enum value "CLUSTER_CM_CLUSTER_SERVICES_STARTED"
	ResourceEventResponseEventCLUSTERCMCLUSTERSERVICESSTARTED string = "CLUSTER_CM_CLUSTER_SERVICES_STARTED"

	// ResourceEventResponseEventCLUSTERCMCLUSTERSERVICESSTARTING captures enum value "CLUSTER_CM_CLUSTER_SERVICES_STARTING"
	ResourceEventResponseEventCLUSTERCMCLUSTERSERVICESSTARTING string = "CLUSTER_CM_CLUSTER_SERVICES_STARTING"

	// ResourceEventResponseEventCLUSTERCMSECURITYGROUPTOOSTRICT captures enum value "CLUSTER_CM_SECURITY_GROUP_TOO_STRICT"
	ResourceEventResponseEventCLUSTERCMSECURITYGROUPTOOSTRICT string = "CLUSTER_CM_SECURITY_GROUP_TOO_STRICT"

	// ResourceEventResponseEventCLUSTERCMSERVICEDEREGISTERFAILED captures enum value "CLUSTER_CM_SERVICE_DEREGISTER_FAILED"
	ResourceEventResponseEventCLUSTERCMSERVICEDEREGISTERFAILED string = "CLUSTER_CM_SERVICE_DEREGISTER_FAILED"

	// ResourceEventResponseEventCLUSTERMANAGERCLUSTERDECOMMISSIONINGTIME captures enum value "CLUSTER_MANAGER_CLUSTER_DECOMMISSIONING_TIME"
	ResourceEventResponseEventCLUSTERMANAGERCLUSTERDECOMMISSIONINGTIME string = "CLUSTER_MANAGER_CLUSTER_DECOMMISSIONING_TIME"

	// ResourceEventResponseEventCLUSTERMANAGERCLUSTERSERVICESSTOPPING captures enum value "CLUSTER_MANAGER_CLUSTER_SERVICES_STOPPING"
	ResourceEventResponseEventCLUSTERMANAGERCLUSTERSERVICESSTOPPING string = "CLUSTER_MANAGER_CLUSTER_SERVICES_STOPPING"

	// ResourceEventResponseEventCLUSTERMANAGERCLUSTERSERVICESSTOPPED captures enum value "CLUSTER_MANAGER_CLUSTER_SERVICES_STOPPED"
	ResourceEventResponseEventCLUSTERMANAGERCLUSTERSERVICESSTOPPED string = "CLUSTER_MANAGER_CLUSTER_SERVICES_STOPPED"

	// ResourceEventResponseEventCLUSTERMANAGERCLUSTERSERVICESSTARTING captures enum value "CLUSTER_MANAGER_CLUSTER_SERVICES_STARTING"
	ResourceEventResponseEventCLUSTERMANAGERCLUSTERSERVICESSTARTING string = "CLUSTER_MANAGER_CLUSTER_SERVICES_STARTING"

	// ResourceEventResponseEventCLUSTERMANAGERCLUSTERSERVICESSTARTED captures enum value "CLUSTER_MANAGER_CLUSTER_SERVICES_STARTED"
	ResourceEventResponseEventCLUSTERMANAGERCLUSTERSERVICESSTARTED string = "CLUSTER_MANAGER_CLUSTER_SERVICES_STARTED"

	// ResourceEventResponseEventCLUSTERREMOVINGNODEFROMHOSTGROUP captures enum value "CLUSTER_REMOVING_NODE_FROM_HOSTGROUP"
	ResourceEventResponseEventCLUSTERREMOVINGNODEFROMHOSTGROUP string = "CLUSTER_REMOVING_NODE_FROM_HOSTGROUP"

	// ResourceEventResponseEventCLUSTERFORCEREMOVINGNODEFROMHOSTGROUP captures enum value "CLUSTER_FORCE_REMOVING_NODE_FROM_HOSTGROUP"
	ResourceEventResponseEventCLUSTERFORCEREMOVINGNODEFROMHOSTGROUP string = "CLUSTER_FORCE_REMOVING_NODE_FROM_HOSTGROUP"

	// ResourceEventResponseEventCLUSTERCERTIFICATEREISSUE captures enum value "CLUSTER_CERTIFICATE_REISSUE"
	ResourceEventResponseEventCLUSTERCERTIFICATEREISSUE string = "CLUSTER_CERTIFICATE_REISSUE"

	// ResourceEventResponseEventCLUSTERCERTIFICATEREDEPLOY captures enum value "CLUSTER_CERTIFICATE_REDEPLOY"
	ResourceEventResponseEventCLUSTERCERTIFICATEREDEPLOY string = "CLUSTER_CERTIFICATE_REDEPLOY"

	// ResourceEventResponseEventCLUSTERCERTIFICATERENEWALFINISHED captures enum value "CLUSTER_CERTIFICATE_RENEWAL_FINISHED"
	ResourceEventResponseEventCLUSTERCERTIFICATERENEWALFINISHED string = "CLUSTER_CERTIFICATE_RENEWAL_FINISHED"

	// ResourceEventResponseEventCLUSTERCERTIFICATERENEWALFAILED captures enum value "CLUSTER_CERTIFICATE_RENEWAL_FAILED"
	ResourceEventResponseEventCLUSTERCERTIFICATERENEWALFAILED string = "CLUSTER_CERTIFICATE_RENEWAL_FAILED"

	// ResourceEventResponseEventCLUSTEREXTERNALDATABASEDELETIONSTARTED captures enum value "CLUSTER_EXTERNAL_DATABASE_DELETION_STARTED"
	ResourceEventResponseEventCLUSTEREXTERNALDATABASEDELETIONSTARTED string = "CLUSTER_EXTERNAL_DATABASE_DELETION_STARTED"

	// ResourceEventResponseEventCLUSTEREXTERNALDATABASEDELETIONFAILED captures enum value "CLUSTER_EXTERNAL_DATABASE_DELETION_FAILED"
	ResourceEventResponseEventCLUSTEREXTERNALDATABASEDELETIONFAILED string = "CLUSTER_EXTERNAL_DATABASE_DELETION_FAILED"

	// ResourceEventResponseEventCLUSTEREXTERNALDATABASEDELETIONFINISHED captures enum value "CLUSTER_EXTERNAL_DATABASE_DELETION_FINISHED"
	ResourceEventResponseEventCLUSTEREXTERNALDATABASEDELETIONFINISHED string = "CLUSTER_EXTERNAL_DATABASE_DELETION_FINISHED"

	// ResourceEventResponseEventCLUSTEREXTERNALDATABASECREATIONSTARTED captures enum value "CLUSTER_EXTERNAL_DATABASE_CREATION_STARTED"
	ResourceEventResponseEventCLUSTEREXTERNALDATABASECREATIONSTARTED string = "CLUSTER_EXTERNAL_DATABASE_CREATION_STARTED"

	// ResourceEventResponseEventCLUSTEREXTERNALDATABASECREATIONFAILED captures enum value "CLUSTER_EXTERNAL_DATABASE_CREATION_FAILED"
	ResourceEventResponseEventCLUSTEREXTERNALDATABASECREATIONFAILED string = "CLUSTER_EXTERNAL_DATABASE_CREATION_FAILED"

	// ResourceEventResponseEventCLUSTEREXTERNALDATABASECREATIONFINISHED captures enum value "CLUSTER_EXTERNAL_DATABASE_CREATION_FINISHED"
	ResourceEventResponseEventCLUSTEREXTERNALDATABASECREATIONFINISHED string = "CLUSTER_EXTERNAL_DATABASE_CREATION_FINISHED"

	// ResourceEventResponseEventSTACKRETRYFLOWSTART captures enum value "STACK_RETRY_FLOW_START"
	ResourceEventResponseEventSTACKRETRYFLOWSTART string = "STACK_RETRY_FLOW_START"

	// ResourceEventResponseEventMAINTENANCEMODEVALIDATIONSTARTED captures enum value "MAINTENANCE_MODE_VALIDATION_STARTED"
	ResourceEventResponseEventMAINTENANCEMODEVALIDATIONSTARTED string = "MAINTENANCE_MODE_VALIDATION_STARTED"

	// ResourceEventResponseEventMAINTENANCEMODEVALIDATIONFINISHEDFOUNDWARNINGS captures enum value "MAINTENANCE_MODE_VALIDATION_FINISHED_FOUND_WARNINGS"
	ResourceEventResponseEventMAINTENANCEMODEVALIDATIONFINISHEDFOUNDWARNINGS string = "MAINTENANCE_MODE_VALIDATION_FINISHED_FOUND_WARNINGS"

	// ResourceEventResponseEventMAINTENANCEMODEVALIDATIONFINISHEDNOWARNINGS captures enum value "MAINTENANCE_MODE_VALIDATION_FINISHED_NO_WARNINGS"
	ResourceEventResponseEventMAINTENANCEMODEVALIDATIONFINISHEDNOWARNINGS string = "MAINTENANCE_MODE_VALIDATION_FINISHED_NO_WARNINGS"

	// ResourceEventResponseEventMAINTENANCEMODEVALIDATIONFAILED captures enum value "MAINTENANCE_MODE_VALIDATION_FAILED"
	ResourceEventResponseEventMAINTENANCEMODEVALIDATIONFAILED string = "MAINTENANCE_MODE_VALIDATION_FAILED"

	// ResourceEventResponseEventCOMMONBADREQUESTNOTIFICATIONPATTERN captures enum value "COMMON_BAD_REQUEST_NOTIFICATION_PATTERN"
	ResourceEventResponseEventCOMMONBADREQUESTNOTIFICATIONPATTERN string = "COMMON_BAD_REQUEST_NOTIFICATION_PATTERN"
)
View Source
const (

	// StackStatusV4ResponseClusterStatusREQUESTED captures enum value "REQUESTED"
	StackStatusV4ResponseClusterStatusREQUESTED string = "REQUESTED"

	// StackStatusV4ResponseClusterStatusCREATEINPROGRESS captures enum value "CREATE_IN_PROGRESS"
	StackStatusV4ResponseClusterStatusCREATEINPROGRESS string = "CREATE_IN_PROGRESS"

	// StackStatusV4ResponseClusterStatusAVAILABLE captures enum value "AVAILABLE"
	StackStatusV4ResponseClusterStatusAVAILABLE string = "AVAILABLE"

	// StackStatusV4ResponseClusterStatusUPDATEINPROGRESS captures enum value "UPDATE_IN_PROGRESS"
	StackStatusV4ResponseClusterStatusUPDATEINPROGRESS string = "UPDATE_IN_PROGRESS"

	// StackStatusV4ResponseClusterStatusUPDATEREQUESTED captures enum value "UPDATE_REQUESTED"
	StackStatusV4ResponseClusterStatusUPDATEREQUESTED string = "UPDATE_REQUESTED"

	// StackStatusV4ResponseClusterStatusUPDATEFAILED captures enum value "UPDATE_FAILED"
	StackStatusV4ResponseClusterStatusUPDATEFAILED string = "UPDATE_FAILED"

	// StackStatusV4ResponseClusterStatusCREATEFAILED captures enum value "CREATE_FAILED"
	StackStatusV4ResponseClusterStatusCREATEFAILED string = "CREATE_FAILED"

	// StackStatusV4ResponseClusterStatusENABLESECURITYFAILED captures enum value "ENABLE_SECURITY_FAILED"
	StackStatusV4ResponseClusterStatusENABLESECURITYFAILED string = "ENABLE_SECURITY_FAILED"

	// StackStatusV4ResponseClusterStatusPREDELETEINPROGRESS captures enum value "PRE_DELETE_IN_PROGRESS"
	StackStatusV4ResponseClusterStatusPREDELETEINPROGRESS string = "PRE_DELETE_IN_PROGRESS"

	// StackStatusV4ResponseClusterStatusDELETEINPROGRESS captures enum value "DELETE_IN_PROGRESS"
	StackStatusV4ResponseClusterStatusDELETEINPROGRESS string = "DELETE_IN_PROGRESS"

	// StackStatusV4ResponseClusterStatusDELETEFAILED captures enum value "DELETE_FAILED"
	StackStatusV4ResponseClusterStatusDELETEFAILED string = "DELETE_FAILED"

	// StackStatusV4ResponseClusterStatusDELETECOMPLETED captures enum value "DELETE_COMPLETED"
	StackStatusV4ResponseClusterStatusDELETECOMPLETED string = "DELETE_COMPLETED"

	// StackStatusV4ResponseClusterStatusSTOPPED captures enum value "STOPPED"
	StackStatusV4ResponseClusterStatusSTOPPED string = "STOPPED"

	// StackStatusV4ResponseClusterStatusSTOPREQUESTED captures enum value "STOP_REQUESTED"
	StackStatusV4ResponseClusterStatusSTOPREQUESTED string = "STOP_REQUESTED"

	// StackStatusV4ResponseClusterStatusSTARTREQUESTED captures enum value "START_REQUESTED"
	StackStatusV4ResponseClusterStatusSTARTREQUESTED string = "START_REQUESTED"

	// StackStatusV4ResponseClusterStatusSTOPINPROGRESS captures enum value "STOP_IN_PROGRESS"
	StackStatusV4ResponseClusterStatusSTOPINPROGRESS string = "STOP_IN_PROGRESS"

	// StackStatusV4ResponseClusterStatusSTARTINPROGRESS captures enum value "START_IN_PROGRESS"
	StackStatusV4ResponseClusterStatusSTARTINPROGRESS string = "START_IN_PROGRESS"

	// StackStatusV4ResponseClusterStatusSTARTFAILED captures enum value "START_FAILED"
	StackStatusV4ResponseClusterStatusSTARTFAILED string = "START_FAILED"

	// StackStatusV4ResponseClusterStatusSTOPFAILED captures enum value "STOP_FAILED"
	StackStatusV4ResponseClusterStatusSTOPFAILED string = "STOP_FAILED"

	// StackStatusV4ResponseClusterStatusWAITFORSYNC captures enum value "WAIT_FOR_SYNC"
	StackStatusV4ResponseClusterStatusWAITFORSYNC string = "WAIT_FOR_SYNC"

	// StackStatusV4ResponseClusterStatusMAINTENANCEMODEENABLED captures enum value "MAINTENANCE_MODE_ENABLED"
	StackStatusV4ResponseClusterStatusMAINTENANCEMODEENABLED string = "MAINTENANCE_MODE_ENABLED"

	// StackStatusV4ResponseClusterStatusAMBIGUOUS captures enum value "AMBIGUOUS"
	StackStatusV4ResponseClusterStatusAMBIGUOUS string = "AMBIGUOUS"

	// StackStatusV4ResponseClusterStatusEXTERNALDATABASECREATIONINPROGRESS captures enum value "EXTERNAL_DATABASE_CREATION_IN_PROGRESS"
	StackStatusV4ResponseClusterStatusEXTERNALDATABASECREATIONINPROGRESS string = "EXTERNAL_DATABASE_CREATION_IN_PROGRESS"

	// StackStatusV4ResponseClusterStatusEXTERNALDATABASECREATIONFAILED captures enum value "EXTERNAL_DATABASE_CREATION_FAILED"
	StackStatusV4ResponseClusterStatusEXTERNALDATABASECREATIONFAILED string = "EXTERNAL_DATABASE_CREATION_FAILED"

	// StackStatusV4ResponseClusterStatusEXTERNALDATABASEDELETIONINPROGRESS captures enum value "EXTERNAL_DATABASE_DELETION_IN_PROGRESS"
	StackStatusV4ResponseClusterStatusEXTERNALDATABASEDELETIONINPROGRESS string = "EXTERNAL_DATABASE_DELETION_IN_PROGRESS"

	// StackStatusV4ResponseClusterStatusEXTERNALDATABASEDELETIONFINISHED captures enum value "EXTERNAL_DATABASE_DELETION_FINISHED"
	StackStatusV4ResponseClusterStatusEXTERNALDATABASEDELETIONFINISHED string = "EXTERNAL_DATABASE_DELETION_FINISHED"

	// StackStatusV4ResponseClusterStatusEXTERNALDATABASEDELETIONFAILED captures enum value "EXTERNAL_DATABASE_DELETION_FAILED"
	StackStatusV4ResponseClusterStatusEXTERNALDATABASEDELETIONFAILED string = "EXTERNAL_DATABASE_DELETION_FAILED"
)
View Source
const (

	// StackStatusV4ResponseStatusREQUESTED captures enum value "REQUESTED"
	StackStatusV4ResponseStatusREQUESTED string = "REQUESTED"

	// StackStatusV4ResponseStatusCREATEINPROGRESS captures enum value "CREATE_IN_PROGRESS"
	StackStatusV4ResponseStatusCREATEINPROGRESS string = "CREATE_IN_PROGRESS"

	// StackStatusV4ResponseStatusAVAILABLE captures enum value "AVAILABLE"
	StackStatusV4ResponseStatusAVAILABLE string = "AVAILABLE"

	// StackStatusV4ResponseStatusUPDATEINPROGRESS captures enum value "UPDATE_IN_PROGRESS"
	StackStatusV4ResponseStatusUPDATEINPROGRESS string = "UPDATE_IN_PROGRESS"

	// StackStatusV4ResponseStatusUPDATEREQUESTED captures enum value "UPDATE_REQUESTED"
	StackStatusV4ResponseStatusUPDATEREQUESTED string = "UPDATE_REQUESTED"

	// StackStatusV4ResponseStatusUPDATEFAILED captures enum value "UPDATE_FAILED"
	StackStatusV4ResponseStatusUPDATEFAILED string = "UPDATE_FAILED"

	// StackStatusV4ResponseStatusCREATEFAILED captures enum value "CREATE_FAILED"
	StackStatusV4ResponseStatusCREATEFAILED string = "CREATE_FAILED"

	// StackStatusV4ResponseStatusENABLESECURITYFAILED captures enum value "ENABLE_SECURITY_FAILED"
	StackStatusV4ResponseStatusENABLESECURITYFAILED string = "ENABLE_SECURITY_FAILED"

	// StackStatusV4ResponseStatusPREDELETEINPROGRESS captures enum value "PRE_DELETE_IN_PROGRESS"
	StackStatusV4ResponseStatusPREDELETEINPROGRESS string = "PRE_DELETE_IN_PROGRESS"

	// StackStatusV4ResponseStatusDELETEINPROGRESS captures enum value "DELETE_IN_PROGRESS"
	StackStatusV4ResponseStatusDELETEINPROGRESS string = "DELETE_IN_PROGRESS"

	// StackStatusV4ResponseStatusDELETEFAILED captures enum value "DELETE_FAILED"
	StackStatusV4ResponseStatusDELETEFAILED string = "DELETE_FAILED"

	// StackStatusV4ResponseStatusDELETECOMPLETED captures enum value "DELETE_COMPLETED"
	StackStatusV4ResponseStatusDELETECOMPLETED string = "DELETE_COMPLETED"

	// StackStatusV4ResponseStatusSTOPPED captures enum value "STOPPED"
	StackStatusV4ResponseStatusSTOPPED string = "STOPPED"

	// StackStatusV4ResponseStatusSTOPREQUESTED captures enum value "STOP_REQUESTED"
	StackStatusV4ResponseStatusSTOPREQUESTED string = "STOP_REQUESTED"

	// StackStatusV4ResponseStatusSTARTREQUESTED captures enum value "START_REQUESTED"
	StackStatusV4ResponseStatusSTARTREQUESTED string = "START_REQUESTED"

	// StackStatusV4ResponseStatusSTOPINPROGRESS captures enum value "STOP_IN_PROGRESS"
	StackStatusV4ResponseStatusSTOPINPROGRESS string = "STOP_IN_PROGRESS"

	// StackStatusV4ResponseStatusSTARTINPROGRESS captures enum value "START_IN_PROGRESS"
	StackStatusV4ResponseStatusSTARTINPROGRESS string = "START_IN_PROGRESS"

	// StackStatusV4ResponseStatusSTARTFAILED captures enum value "START_FAILED"
	StackStatusV4ResponseStatusSTARTFAILED string = "START_FAILED"

	// StackStatusV4ResponseStatusSTOPFAILED captures enum value "STOP_FAILED"
	StackStatusV4ResponseStatusSTOPFAILED string = "STOP_FAILED"

	// StackStatusV4ResponseStatusWAITFORSYNC captures enum value "WAIT_FOR_SYNC"
	StackStatusV4ResponseStatusWAITFORSYNC string = "WAIT_FOR_SYNC"

	// StackStatusV4ResponseStatusMAINTENANCEMODEENABLED captures enum value "MAINTENANCE_MODE_ENABLED"
	StackStatusV4ResponseStatusMAINTENANCEMODEENABLED string = "MAINTENANCE_MODE_ENABLED"

	// StackStatusV4ResponseStatusAMBIGUOUS captures enum value "AMBIGUOUS"
	StackStatusV4ResponseStatusAMBIGUOUS string = "AMBIGUOUS"

	// StackStatusV4ResponseStatusEXTERNALDATABASECREATIONINPROGRESS captures enum value "EXTERNAL_DATABASE_CREATION_IN_PROGRESS"
	StackStatusV4ResponseStatusEXTERNALDATABASECREATIONINPROGRESS string = "EXTERNAL_DATABASE_CREATION_IN_PROGRESS"

	// StackStatusV4ResponseStatusEXTERNALDATABASECREATIONFAILED captures enum value "EXTERNAL_DATABASE_CREATION_FAILED"
	StackStatusV4ResponseStatusEXTERNALDATABASECREATIONFAILED string = "EXTERNAL_DATABASE_CREATION_FAILED"

	// StackStatusV4ResponseStatusEXTERNALDATABASEDELETIONINPROGRESS captures enum value "EXTERNAL_DATABASE_DELETION_IN_PROGRESS"
	StackStatusV4ResponseStatusEXTERNALDATABASEDELETIONINPROGRESS string = "EXTERNAL_DATABASE_DELETION_IN_PROGRESS"

	// StackStatusV4ResponseStatusEXTERNALDATABASEDELETIONFINISHED captures enum value "EXTERNAL_DATABASE_DELETION_FINISHED"
	StackStatusV4ResponseStatusEXTERNALDATABASEDELETIONFINISHED string = "EXTERNAL_DATABASE_DELETION_FINISHED"

	// StackStatusV4ResponseStatusEXTERNALDATABASEDELETIONFAILED captures enum value "EXTERNAL_DATABASE_DELETION_FAILED"
	StackStatusV4ResponseStatusEXTERNALDATABASEDELETIONFAILED string = "EXTERNAL_DATABASE_DELETION_FAILED"
)
View Source
const (

	// StackV4RequestTypeWORKLOAD captures enum value "WORKLOAD"
	StackV4RequestTypeWORKLOAD string = "WORKLOAD"

	// StackV4RequestTypeDATALAKE captures enum value "DATALAKE"
	StackV4RequestTypeDATALAKE string = "DATALAKE"

	// StackV4RequestTypeTEMPLATE captures enum value "TEMPLATE"
	StackV4RequestTypeTEMPLATE string = "TEMPLATE"
)
View Source
const (

	// StackV4ResponseCloudPlatformAWS captures enum value "AWS"
	StackV4ResponseCloudPlatformAWS string = "AWS"

	// StackV4ResponseCloudPlatformGCP captures enum value "GCP"
	StackV4ResponseCloudPlatformGCP string = "GCP"

	// StackV4ResponseCloudPlatformAZURE captures enum value "AZURE"
	StackV4ResponseCloudPlatformAZURE string = "AZURE"

	// StackV4ResponseCloudPlatformOPENSTACK captures enum value "OPENSTACK"
	StackV4ResponseCloudPlatformOPENSTACK string = "OPENSTACK"

	// StackV4ResponseCloudPlatformYARN captures enum value "YARN"
	StackV4ResponseCloudPlatformYARN string = "YARN"

	// StackV4ResponseCloudPlatformMOCK captures enum value "MOCK"
	StackV4ResponseCloudPlatformMOCK string = "MOCK"
)
View Source
const (

	// StackV4ResponseStatusREQUESTED captures enum value "REQUESTED"
	StackV4ResponseStatusREQUESTED string = "REQUESTED"

	// StackV4ResponseStatusCREATEINPROGRESS captures enum value "CREATE_IN_PROGRESS"
	StackV4ResponseStatusCREATEINPROGRESS string = "CREATE_IN_PROGRESS"

	// StackV4ResponseStatusAVAILABLE captures enum value "AVAILABLE"
	StackV4ResponseStatusAVAILABLE string = "AVAILABLE"

	// StackV4ResponseStatusUPDATEINPROGRESS captures enum value "UPDATE_IN_PROGRESS"
	StackV4ResponseStatusUPDATEINPROGRESS string = "UPDATE_IN_PROGRESS"

	// StackV4ResponseStatusUPDATEREQUESTED captures enum value "UPDATE_REQUESTED"
	StackV4ResponseStatusUPDATEREQUESTED string = "UPDATE_REQUESTED"

	// StackV4ResponseStatusUPDATEFAILED captures enum value "UPDATE_FAILED"
	StackV4ResponseStatusUPDATEFAILED string = "UPDATE_FAILED"

	// StackV4ResponseStatusCREATEFAILED captures enum value "CREATE_FAILED"
	StackV4ResponseStatusCREATEFAILED string = "CREATE_FAILED"

	// StackV4ResponseStatusENABLESECURITYFAILED captures enum value "ENABLE_SECURITY_FAILED"
	StackV4ResponseStatusENABLESECURITYFAILED string = "ENABLE_SECURITY_FAILED"

	// StackV4ResponseStatusPREDELETEINPROGRESS captures enum value "PRE_DELETE_IN_PROGRESS"
	StackV4ResponseStatusPREDELETEINPROGRESS string = "PRE_DELETE_IN_PROGRESS"

	// StackV4ResponseStatusDELETEINPROGRESS captures enum value "DELETE_IN_PROGRESS"
	StackV4ResponseStatusDELETEINPROGRESS string = "DELETE_IN_PROGRESS"

	// StackV4ResponseStatusDELETEFAILED captures enum value "DELETE_FAILED"
	StackV4ResponseStatusDELETEFAILED string = "DELETE_FAILED"

	// StackV4ResponseStatusDELETECOMPLETED captures enum value "DELETE_COMPLETED"
	StackV4ResponseStatusDELETECOMPLETED string = "DELETE_COMPLETED"

	// StackV4ResponseStatusSTOPPED captures enum value "STOPPED"
	StackV4ResponseStatusSTOPPED string = "STOPPED"

	// StackV4ResponseStatusSTOPREQUESTED captures enum value "STOP_REQUESTED"
	StackV4ResponseStatusSTOPREQUESTED string = "STOP_REQUESTED"

	// StackV4ResponseStatusSTARTREQUESTED captures enum value "START_REQUESTED"
	StackV4ResponseStatusSTARTREQUESTED string = "START_REQUESTED"

	// StackV4ResponseStatusSTOPINPROGRESS captures enum value "STOP_IN_PROGRESS"
	StackV4ResponseStatusSTOPINPROGRESS string = "STOP_IN_PROGRESS"

	// StackV4ResponseStatusSTARTINPROGRESS captures enum value "START_IN_PROGRESS"
	StackV4ResponseStatusSTARTINPROGRESS string = "START_IN_PROGRESS"

	// StackV4ResponseStatusSTARTFAILED captures enum value "START_FAILED"
	StackV4ResponseStatusSTARTFAILED string = "START_FAILED"

	// StackV4ResponseStatusSTOPFAILED captures enum value "STOP_FAILED"
	StackV4ResponseStatusSTOPFAILED string = "STOP_FAILED"

	// StackV4ResponseStatusWAITFORSYNC captures enum value "WAIT_FOR_SYNC"
	StackV4ResponseStatusWAITFORSYNC string = "WAIT_FOR_SYNC"

	// StackV4ResponseStatusMAINTENANCEMODEENABLED captures enum value "MAINTENANCE_MODE_ENABLED"
	StackV4ResponseStatusMAINTENANCEMODEENABLED string = "MAINTENANCE_MODE_ENABLED"

	// StackV4ResponseStatusAMBIGUOUS captures enum value "AMBIGUOUS"
	StackV4ResponseStatusAMBIGUOUS string = "AMBIGUOUS"

	// StackV4ResponseStatusEXTERNALDATABASECREATIONINPROGRESS captures enum value "EXTERNAL_DATABASE_CREATION_IN_PROGRESS"
	StackV4ResponseStatusEXTERNALDATABASECREATIONINPROGRESS string = "EXTERNAL_DATABASE_CREATION_IN_PROGRESS"

	// StackV4ResponseStatusEXTERNALDATABASECREATIONFAILED captures enum value "EXTERNAL_DATABASE_CREATION_FAILED"
	StackV4ResponseStatusEXTERNALDATABASECREATIONFAILED string = "EXTERNAL_DATABASE_CREATION_FAILED"

	// StackV4ResponseStatusEXTERNALDATABASEDELETIONINPROGRESS captures enum value "EXTERNAL_DATABASE_DELETION_IN_PROGRESS"
	StackV4ResponseStatusEXTERNALDATABASEDELETIONINPROGRESS string = "EXTERNAL_DATABASE_DELETION_IN_PROGRESS"

	// StackV4ResponseStatusEXTERNALDATABASEDELETIONFINISHED captures enum value "EXTERNAL_DATABASE_DELETION_FINISHED"
	StackV4ResponseStatusEXTERNALDATABASEDELETIONFINISHED string = "EXTERNAL_DATABASE_DELETION_FINISHED"

	// StackV4ResponseStatusEXTERNALDATABASEDELETIONFAILED captures enum value "EXTERNAL_DATABASE_DELETION_FAILED"
	StackV4ResponseStatusEXTERNALDATABASEDELETIONFAILED string = "EXTERNAL_DATABASE_DELETION_FAILED"
)
View Source
const (

	// StackV4ResponseTunnelDIRECT captures enum value "DIRECT"
	StackV4ResponseTunnelDIRECT string = "DIRECT"

	// StackV4ResponseTunnelCCM captures enum value "CCM"
	StackV4ResponseTunnelCCM string = "CCM"

	// StackV4ResponseTunnelCLUSTERPROXY captures enum value "CLUSTER_PROXY"
	StackV4ResponseTunnelCLUSTERPROXY string = "CLUSTER_PROXY"
)
View Source
const (

	// StackViewV4ResponseStatusREQUESTED captures enum value "REQUESTED"
	StackViewV4ResponseStatusREQUESTED string = "REQUESTED"

	// StackViewV4ResponseStatusCREATEINPROGRESS captures enum value "CREATE_IN_PROGRESS"
	StackViewV4ResponseStatusCREATEINPROGRESS string = "CREATE_IN_PROGRESS"

	// StackViewV4ResponseStatusAVAILABLE captures enum value "AVAILABLE"
	StackViewV4ResponseStatusAVAILABLE string = "AVAILABLE"

	// StackViewV4ResponseStatusUPDATEINPROGRESS captures enum value "UPDATE_IN_PROGRESS"
	StackViewV4ResponseStatusUPDATEINPROGRESS string = "UPDATE_IN_PROGRESS"

	// StackViewV4ResponseStatusUPDATEREQUESTED captures enum value "UPDATE_REQUESTED"
	StackViewV4ResponseStatusUPDATEREQUESTED string = "UPDATE_REQUESTED"

	// StackViewV4ResponseStatusUPDATEFAILED captures enum value "UPDATE_FAILED"
	StackViewV4ResponseStatusUPDATEFAILED string = "UPDATE_FAILED"

	// StackViewV4ResponseStatusCREATEFAILED captures enum value "CREATE_FAILED"
	StackViewV4ResponseStatusCREATEFAILED string = "CREATE_FAILED"

	// StackViewV4ResponseStatusENABLESECURITYFAILED captures enum value "ENABLE_SECURITY_FAILED"
	StackViewV4ResponseStatusENABLESECURITYFAILED string = "ENABLE_SECURITY_FAILED"

	// StackViewV4ResponseStatusPREDELETEINPROGRESS captures enum value "PRE_DELETE_IN_PROGRESS"
	StackViewV4ResponseStatusPREDELETEINPROGRESS string = "PRE_DELETE_IN_PROGRESS"

	// StackViewV4ResponseStatusDELETEINPROGRESS captures enum value "DELETE_IN_PROGRESS"
	StackViewV4ResponseStatusDELETEINPROGRESS string = "DELETE_IN_PROGRESS"

	// StackViewV4ResponseStatusDELETEFAILED captures enum value "DELETE_FAILED"
	StackViewV4ResponseStatusDELETEFAILED string = "DELETE_FAILED"

	// StackViewV4ResponseStatusDELETECOMPLETED captures enum value "DELETE_COMPLETED"
	StackViewV4ResponseStatusDELETECOMPLETED string = "DELETE_COMPLETED"

	// StackViewV4ResponseStatusSTOPPED captures enum value "STOPPED"
	StackViewV4ResponseStatusSTOPPED string = "STOPPED"

	// StackViewV4ResponseStatusSTOPREQUESTED captures enum value "STOP_REQUESTED"
	StackViewV4ResponseStatusSTOPREQUESTED string = "STOP_REQUESTED"

	// StackViewV4ResponseStatusSTARTREQUESTED captures enum value "START_REQUESTED"
	StackViewV4ResponseStatusSTARTREQUESTED string = "START_REQUESTED"

	// StackViewV4ResponseStatusSTOPINPROGRESS captures enum value "STOP_IN_PROGRESS"
	StackViewV4ResponseStatusSTOPINPROGRESS string = "STOP_IN_PROGRESS"

	// StackViewV4ResponseStatusSTARTINPROGRESS captures enum value "START_IN_PROGRESS"
	StackViewV4ResponseStatusSTARTINPROGRESS string = "START_IN_PROGRESS"

	// StackViewV4ResponseStatusSTARTFAILED captures enum value "START_FAILED"
	StackViewV4ResponseStatusSTARTFAILED string = "START_FAILED"

	// StackViewV4ResponseStatusSTOPFAILED captures enum value "STOP_FAILED"
	StackViewV4ResponseStatusSTOPFAILED string = "STOP_FAILED"

	// StackViewV4ResponseStatusWAITFORSYNC captures enum value "WAIT_FOR_SYNC"
	StackViewV4ResponseStatusWAITFORSYNC string = "WAIT_FOR_SYNC"

	// StackViewV4ResponseStatusMAINTENANCEMODEENABLED captures enum value "MAINTENANCE_MODE_ENABLED"
	StackViewV4ResponseStatusMAINTENANCEMODEENABLED string = "MAINTENANCE_MODE_ENABLED"

	// StackViewV4ResponseStatusAMBIGUOUS captures enum value "AMBIGUOUS"
	StackViewV4ResponseStatusAMBIGUOUS string = "AMBIGUOUS"

	// StackViewV4ResponseStatusEXTERNALDATABASECREATIONINPROGRESS captures enum value "EXTERNAL_DATABASE_CREATION_IN_PROGRESS"
	StackViewV4ResponseStatusEXTERNALDATABASECREATIONINPROGRESS string = "EXTERNAL_DATABASE_CREATION_IN_PROGRESS"

	// StackViewV4ResponseStatusEXTERNALDATABASECREATIONFAILED captures enum value "EXTERNAL_DATABASE_CREATION_FAILED"
	StackViewV4ResponseStatusEXTERNALDATABASECREATIONFAILED string = "EXTERNAL_DATABASE_CREATION_FAILED"

	// StackViewV4ResponseStatusEXTERNALDATABASEDELETIONINPROGRESS captures enum value "EXTERNAL_DATABASE_DELETION_IN_PROGRESS"
	StackViewV4ResponseStatusEXTERNALDATABASEDELETIONINPROGRESS string = "EXTERNAL_DATABASE_DELETION_IN_PROGRESS"

	// StackViewV4ResponseStatusEXTERNALDATABASEDELETIONFINISHED captures enum value "EXTERNAL_DATABASE_DELETION_FINISHED"
	StackViewV4ResponseStatusEXTERNALDATABASEDELETIONFINISHED string = "EXTERNAL_DATABASE_DELETION_FINISHED"

	// StackViewV4ResponseStatusEXTERNALDATABASEDELETIONFAILED captures enum value "EXTERNAL_DATABASE_DELETION_FAILED"
	StackViewV4ResponseStatusEXTERNALDATABASEDELETIONFAILED string = "EXTERNAL_DATABASE_DELETION_FAILED"
)
View Source
const (

	// StackViewV4ResponseTunnelDIRECT captures enum value "DIRECT"
	StackViewV4ResponseTunnelDIRECT string = "DIRECT"

	// StackViewV4ResponseTunnelCCM captures enum value "CCM"
	StackViewV4ResponseTunnelCCM string = "CCM"

	// StackViewV4ResponseTunnelCLUSTERPROXY captures enum value "CLUSTER_PROXY"
	StackViewV4ResponseTunnelCLUSTERPROXY string = "CLUSTER_PROXY"
)
View Source
const (

	// StorageIdentityBaseTypeIDBROKER captures enum value "ID_BROKER"
	StorageIdentityBaseTypeIDBROKER string = "ID_BROKER"

	// StorageIdentityBaseTypeLOG captures enum value "LOG"
	StorageIdentityBaseTypeLOG string = "LOG"
)
View Source
const (

	// StorageLocationBaseTypeZEPPELINNOTEBOOK captures enum value "ZEPPELIN_NOTEBOOK"
	StorageLocationBaseTypeZEPPELINNOTEBOOK string = "ZEPPELIN_NOTEBOOK"

	// StorageLocationBaseTypeYARNLOG captures enum value "YARN_LOG"
	StorageLocationBaseTypeYARNLOG string = "YARN_LOG"

	// StorageLocationBaseTypeHIVEMETASTOREWAREHOUSE captures enum value "HIVE_METASTORE_WAREHOUSE"
	StorageLocationBaseTypeHIVEMETASTOREWAREHOUSE string = "HIVE_METASTORE_WAREHOUSE"

	// StorageLocationBaseTypeHIVEMETASTOREEXTERNALWAREHOUSE captures enum value "HIVE_METASTORE_EXTERNAL_WAREHOUSE"
	StorageLocationBaseTypeHIVEMETASTOREEXTERNALWAREHOUSE string = "HIVE_METASTORE_EXTERNAL_WAREHOUSE"

	// StorageLocationBaseTypeHIVEREPLICAWAREHOUSE captures enum value "HIVE_REPLICA_WAREHOUSE"
	StorageLocationBaseTypeHIVEREPLICAWAREHOUSE string = "HIVE_REPLICA_WAREHOUSE"

	// StorageLocationBaseTypeHBASEROOT captures enum value "HBASE_ROOT"
	StorageLocationBaseTypeHBASEROOT string = "HBASE_ROOT"

	// StorageLocationBaseTypeRANGERAUDIT captures enum value "RANGER_AUDIT"
	StorageLocationBaseTypeRANGERAUDIT string = "RANGER_AUDIT"

	// StorageLocationBaseTypePROFILERSERVICEFSURI captures enum value "PROFILER_SERVICE_FS_URI"
	StorageLocationBaseTypePROFILERSERVICEFSURI string = "PROFILER_SERVICE_FS_URI"

	// StorageLocationBaseTypeDEFAULTFS captures enum value "DEFAULT_FS"
	StorageLocationBaseTypeDEFAULTFS string = "DEFAULT_FS"
)
View Source
const (

	// UpdateClusterV4RequestStatusSYNC captures enum value "SYNC"
	UpdateClusterV4RequestStatusSYNC string = "SYNC"

	// UpdateClusterV4RequestStatusFULLSYNC captures enum value "FULL_SYNC"
	UpdateClusterV4RequestStatusFULLSYNC string = "FULL_SYNC"

	// UpdateClusterV4RequestStatusREPAIRFAILEDNODES captures enum value "REPAIR_FAILED_NODES"
	UpdateClusterV4RequestStatusREPAIRFAILEDNODES string = "REPAIR_FAILED_NODES"

	// UpdateClusterV4RequestStatusSTOPPED captures enum value "STOPPED"
	UpdateClusterV4RequestStatusSTOPPED string = "STOPPED"

	// UpdateClusterV4RequestStatusSTARTED captures enum value "STARTED"
	UpdateClusterV4RequestStatusSTARTED string = "STARTED"
)
View Source
const (

	// UpdateStackV4RequestStatusSYNC captures enum value "SYNC"
	UpdateStackV4RequestStatusSYNC string = "SYNC"

	// UpdateStackV4RequestStatusFULLSYNC captures enum value "FULL_SYNC"
	UpdateStackV4RequestStatusFULLSYNC string = "FULL_SYNC"

	// UpdateStackV4RequestStatusREPAIRFAILEDNODES captures enum value "REPAIR_FAILED_NODES"
	UpdateStackV4RequestStatusREPAIRFAILEDNODES string = "REPAIR_FAILED_NODES"

	// UpdateStackV4RequestStatusSTOPPED captures enum value "STOPPED"
	UpdateStackV4RequestStatusSTOPPED string = "STOPPED"

	// UpdateStackV4RequestStatusSTARTED captures enum value "STARTED"
	UpdateStackV4RequestStatusSTARTED string = "STARTED"
)
View Source
const (

	// WorkspaceV4ResponseStatusACTIVE captures enum value "ACTIVE"
	WorkspaceV4ResponseStatusACTIVE string = "ACTIVE"

	// WorkspaceV4ResponseStatusDELETED captures enum value "DELETED"
	WorkspaceV4ResponseStatusDELETED string = "DELETED"
)

Variables ¶

This section is empty.

Functions ¶

This section is empty.

Types ¶

type AccountMappingBase ¶

type AccountMappingBase struct {

	// group mappings
	GroupMappings map[string]string `json:"groupMappings,omitempty"`

	// user mappings
	UserMappings map[string]string `json:"userMappings,omitempty"`
}

AccountMappingBase account mapping base swagger:model AccountMappingBase

func (*AccountMappingBase) MarshalBinary ¶

func (m *AccountMappingBase) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AccountMappingBase) UnmarshalBinary ¶

func (m *AccountMappingBase) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AccountMappingBase) Validate ¶

func (m *AccountMappingBase) Validate(formats strfmt.Registry) error

Validate validates this account mapping base

type AdlsCloudStorageV1Parameters ¶

type AdlsCloudStorageV1Parameters struct {

	// account name
	// Required: true
	AccountName *string `json:"accountName"`

	// client Id
	// Required: true
	ClientID *string `json:"clientId"`

	// credential
	// Required: true
	Credential *string `json:"credential"`

	// tenant Id
	TenantID string `json:"tenantId,omitempty"`
}

AdlsCloudStorageV1Parameters adls cloud storage v1 parameters swagger:model AdlsCloudStorageV1Parameters

func (*AdlsCloudStorageV1Parameters) MarshalBinary ¶

func (m *AdlsCloudStorageV1Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AdlsCloudStorageV1Parameters) UnmarshalBinary ¶

func (m *AdlsCloudStorageV1Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AdlsCloudStorageV1Parameters) Validate ¶

func (m *AdlsCloudStorageV1Parameters) Validate(formats strfmt.Registry) error

Validate validates this adls cloud storage v1 parameters

type AdlsGen2CloudStorageV1Parameters ¶

type AdlsGen2CloudStorageV1Parameters struct {

	// account key
	AccountKey string `json:"accountKey,omitempty"`

	// account name
	AccountName string `json:"accountName,omitempty"`

	// managed identity
	ManagedIdentity string `json:"managedIdentity,omitempty"`

	// secure
	Secure bool `json:"secure,omitempty"`
}

AdlsGen2CloudStorageV1Parameters adls gen2 cloud storage v1 parameters swagger:model AdlsGen2CloudStorageV1Parameters

func (*AdlsGen2CloudStorageV1Parameters) MarshalBinary ¶

func (m *AdlsGen2CloudStorageV1Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AdlsGen2CloudStorageV1Parameters) UnmarshalBinary ¶

func (m *AdlsGen2CloudStorageV1Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AdlsGen2CloudStorageV1Parameters) Validate ¶

Validate validates this adls gen2 cloud storage v1 parameters

type AmbariAddressV4Request ¶

type AmbariAddressV4Request struct {

	// ambari server address
	// Required: true
	AmbariAddress *string `json:"ambariAddress"`
}

AmbariAddressV4Request ambari address v4 request swagger:model AmbariAddressV4Request

func (*AmbariAddressV4Request) MarshalBinary ¶

func (m *AmbariAddressV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AmbariAddressV4Request) UnmarshalBinary ¶

func (m *AmbariAddressV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AmbariAddressV4Request) Validate ¶

func (m *AmbariAddressV4Request) Validate(formats strfmt.Registry) error

Validate validates this ambari address v4 request

type AttachedClusterInfoV4Response ¶

type AttachedClusterInfoV4Response struct {

	// id of the resource
	ID int64 `json:"id,omitempty"`

	// name of the resource
	Name string `json:"name,omitempty"`
}

AttachedClusterInfoV4Response attached cluster info v4 response swagger:model AttachedClusterInfoV4Response

func (*AttachedClusterInfoV4Response) MarshalBinary ¶

func (m *AttachedClusterInfoV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AttachedClusterInfoV4Response) UnmarshalBinary ¶

func (m *AttachedClusterInfoV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AttachedClusterInfoV4Response) Validate ¶

func (m *AttachedClusterInfoV4Response) Validate(formats strfmt.Registry) error

Validate validates this attached cluster info v4 response

type AuditEventV4Response ¶

type AuditEventV4Response struct {

	// audit Id
	AuditID int64 `json:"auditId,omitempty"`

	// duration
	Duration int64 `json:"duration,omitempty"`

	// operation
	Operation *OperationDetails `json:"operation,omitempty"`

	// raw flow event
	RawFlowEvent *StructuredFlowEvent `json:"rawFlowEvent,omitempty"`

	// raw notification
	RawNotification *StructuredNotificationEvent `json:"rawNotification,omitempty"`

	// raw rest event
	RawRestEvent *StructuredRestCallEvent `json:"rawRestEvent,omitempty"`

	// status
	Status string `json:"status,omitempty"`

	// structured event
	StructuredEvent *StructuredEvent `json:"structuredEvent,omitempty"`
}

AuditEventV4Response audit event v4 response swagger:model AuditEventV4Response

func (*AuditEventV4Response) MarshalBinary ¶

func (m *AuditEventV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AuditEventV4Response) UnmarshalBinary ¶

func (m *AuditEventV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AuditEventV4Response) Validate ¶

func (m *AuditEventV4Response) Validate(formats strfmt.Registry) error

Validate validates this audit event v4 response

type AuditEventV4Responses ¶

type AuditEventV4Responses struct {

	// responses
	Responses []*AuditEventV4Response `json:"responses"`
}

AuditEventV4Responses audit event v4 responses swagger:model AuditEventV4Responses

func (*AuditEventV4Responses) MarshalBinary ¶

func (m *AuditEventV4Responses) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AuditEventV4Responses) UnmarshalBinary ¶

func (m *AuditEventV4Responses) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AuditEventV4Responses) Validate ¶

func (m *AuditEventV4Responses) Validate(formats strfmt.Registry) error

Validate validates this audit event v4 responses

type AuthorizeForAutoscaleV4Response ¶

type AuthorizeForAutoscaleV4Response struct {

	// success
	Success bool `json:"success,omitempty"`
}

AuthorizeForAutoscaleV4Response authorize for autoscale v4 response swagger:model AuthorizeForAutoscaleV4Response

func (*AuthorizeForAutoscaleV4Response) MarshalBinary ¶

func (m *AuthorizeForAutoscaleV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AuthorizeForAutoscaleV4Response) UnmarshalBinary ¶

func (m *AuthorizeForAutoscaleV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AuthorizeForAutoscaleV4Response) Validate ¶

Validate validates this authorize for autoscale v4 response

type AutoscaleStackV4Response ¶

type AutoscaleStackV4Response struct {

	// public ambari ip of the stack
	AmbariServerIP string `json:"ambariServerIp,omitempty"`

	// Cluster manager variant
	ClusterManagerVariant string `json:"clusterManagerVariant,omitempty"`

	// status of the cluster
	// Enum: [REQUESTED CREATE_IN_PROGRESS AVAILABLE UPDATE_IN_PROGRESS UPDATE_REQUESTED UPDATE_FAILED CREATE_FAILED ENABLE_SECURITY_FAILED PRE_DELETE_IN_PROGRESS DELETE_IN_PROGRESS DELETE_FAILED DELETE_COMPLETED STOPPED STOP_REQUESTED START_REQUESTED STOP_IN_PROGRESS START_IN_PROGRESS START_FAILED STOP_FAILED WAIT_FOR_SYNC MAINTENANCE_MODE_ENABLED AMBIGUOUS EXTERNAL_DATABASE_CREATION_IN_PROGRESS EXTERNAL_DATABASE_CREATION_FAILED EXTERNAL_DATABASE_DELETION_IN_PROGRESS EXTERNAL_DATABASE_DELETION_FINISHED EXTERNAL_DATABASE_DELETION_FAILED]
	ClusterStatus string `json:"clusterStatus,omitempty"`

	// creation time of the stack in long
	Created int64 `json:"created,omitempty"`

	// port of the gateway secured proxy
	GatewayPort int32 `json:"gatewayPort,omitempty"`

	// name of the stack
	// Required: true
	Name *string `json:"name"`

	// ambari password
	PasswordPath string `json:"passwordPath,omitempty"`

	// the unique crn of the resource
	StackCrn string `json:"stackCrn,omitempty"`

	// id of the stack
	StackID int64 `json:"stackId,omitempty"`

	// status of the stack
	// Enum: [REQUESTED CREATE_IN_PROGRESS AVAILABLE UPDATE_IN_PROGRESS UPDATE_REQUESTED UPDATE_FAILED CREATE_FAILED ENABLE_SECURITY_FAILED PRE_DELETE_IN_PROGRESS DELETE_IN_PROGRESS DELETE_FAILED DELETE_COMPLETED STOPPED STOP_REQUESTED START_REQUESTED STOP_IN_PROGRESS START_IN_PROGRESS START_FAILED STOP_FAILED WAIT_FOR_SYNC MAINTENANCE_MODE_ENABLED AMBIGUOUS EXTERNAL_DATABASE_CREATION_IN_PROGRESS EXTERNAL_DATABASE_CREATION_FAILED EXTERNAL_DATABASE_DELETION_IN_PROGRESS EXTERNAL_DATABASE_DELETION_FINISHED EXTERNAL_DATABASE_DELETION_FAILED]
	Status string `json:"status,omitempty"`

	// name of the tenant
	Tenant string `json:"tenant,omitempty"`

	// Configuration that the connection going directly or with cluster proxy or with ccm and cluster proxy.
	// Enum: [DIRECT CCM CLUSTER_PROXY]
	Tunnel string `json:"tunnel,omitempty"`

	// id of the user
	UserID string `json:"userId,omitempty"`

	// ambari username
	UserNamePath string `json:"userNamePath,omitempty"`

	// id of the workspace
	WorkspaceID int64 `json:"workspaceId,omitempty"`
}

AutoscaleStackV4Response autoscale stack v4 response swagger:model AutoscaleStackV4Response

func (*AutoscaleStackV4Response) MarshalBinary ¶

func (m *AutoscaleStackV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AutoscaleStackV4Response) UnmarshalBinary ¶

func (m *AutoscaleStackV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AutoscaleStackV4Response) Validate ¶

func (m *AutoscaleStackV4Response) Validate(formats strfmt.Registry) error

Validate validates this autoscale stack v4 response

type AutoscaleStackV4Responses ¶

type AutoscaleStackV4Responses struct {

	// responses
	Responses []*AutoscaleStackV4Response `json:"responses"`
}

AutoscaleStackV4Responses autoscale stack v4 responses swagger:model AutoscaleStackV4Responses

func (*AutoscaleStackV4Responses) MarshalBinary ¶

func (m *AutoscaleStackV4Responses) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AutoscaleStackV4Responses) UnmarshalBinary ¶

func (m *AutoscaleStackV4Responses) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AutoscaleStackV4Responses) Validate ¶

func (m *AutoscaleStackV4Responses) Validate(formats strfmt.Registry) error

Validate validates this autoscale stack v4 responses

type AwsDistroXV1Parameters ¶

type AwsDistroXV1Parameters interface{}

AwsDistroXV1Parameters aws distro x v1 parameters swagger:model AwsDistroXV1Parameters

type AwsEncryptionV1Parameters ¶

type AwsEncryptionV1Parameters struct {

	// encryption key for vm
	Key string `json:"key,omitempty"`

	// encryption type for vm (DEFAULT|CUSTOM|NONE)
	// Enum: [DEFAULT NONE CUSTOM]
	Type string `json:"type,omitempty"`
}

AwsEncryptionV1Parameters aws encryption v1 parameters swagger:model AwsEncryptionV1Parameters

func (*AwsEncryptionV1Parameters) MarshalBinary ¶

func (m *AwsEncryptionV1Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AwsEncryptionV1Parameters) UnmarshalBinary ¶

func (m *AwsEncryptionV1Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AwsEncryptionV1Parameters) Validate ¶

func (m *AwsEncryptionV1Parameters) Validate(formats strfmt.Registry) error

Validate validates this aws encryption v1 parameters

type AwsEncryptionV4Parameters ¶

type AwsEncryptionV4Parameters struct {

	// encryption key for vm
	Key string `json:"key,omitempty"`

	// encryption type for vm (DEFAULT|CUSTOM|NONE)
	// Enum: [DEFAULT NONE CUSTOM]
	Type string `json:"type,omitempty"`
}

AwsEncryptionV4Parameters aws encryption v4 parameters swagger:model AwsEncryptionV4Parameters

func (*AwsEncryptionV4Parameters) MarshalBinary ¶

func (m *AwsEncryptionV4Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AwsEncryptionV4Parameters) UnmarshalBinary ¶

func (m *AwsEncryptionV4Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AwsEncryptionV4Parameters) Validate ¶

func (m *AwsEncryptionV4Parameters) Validate(formats strfmt.Registry) error

Validate validates this aws encryption v4 parameters

type AwsInstanceGroupV1Parameters ¶

type AwsInstanceGroupV1Parameters interface{}

AwsInstanceGroupV1Parameters aws instance group v1 parameters swagger:model AwsInstanceGroupV1Parameters

type AwsInstanceGroupV4Parameters ¶

type AwsInstanceGroupV4Parameters interface{}

AwsInstanceGroupV4Parameters aws instance group v4 parameters swagger:model AwsInstanceGroupV4Parameters

type AwsInstanceTemplateV1Parameters ¶

type AwsInstanceTemplateV1Parameters struct {

	// encryption for vm
	Encryption *AwsEncryptionV1Parameters `json:"encryption,omitempty"`

	// aws specific spot instance parameters for template
	Spot *AwsInstanceTemplateV1SpotParameters `json:"spot,omitempty"`
}

AwsInstanceTemplateV1Parameters aws instance template v1 parameters swagger:model AwsInstanceTemplateV1Parameters

func (*AwsInstanceTemplateV1Parameters) MarshalBinary ¶

func (m *AwsInstanceTemplateV1Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AwsInstanceTemplateV1Parameters) UnmarshalBinary ¶

func (m *AwsInstanceTemplateV1Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AwsInstanceTemplateV1Parameters) Validate ¶

Validate validates this aws instance template v1 parameters

type AwsInstanceTemplateV1SpotParameters ¶

type AwsInstanceTemplateV1SpotParameters struct {

	// percentage of spot instances launched in instance group
	// Maximum: 100
	// Minimum: 0
	Percentage *int32 `json:"percentage,omitempty"`
}

AwsInstanceTemplateV1SpotParameters aws instance template v1 spot parameters swagger:model AwsInstanceTemplateV1SpotParameters

func (*AwsInstanceTemplateV1SpotParameters) MarshalBinary ¶

func (m *AwsInstanceTemplateV1SpotParameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AwsInstanceTemplateV1SpotParameters) UnmarshalBinary ¶

func (m *AwsInstanceTemplateV1SpotParameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AwsInstanceTemplateV1SpotParameters) Validate ¶

Validate validates this aws instance template v1 spot parameters

type AwsInstanceTemplateV4Parameters ¶

type AwsInstanceTemplateV4Parameters struct {

	// encryption for vm
	Encryption *AwsEncryptionV4Parameters `json:"encryption,omitempty"`

	// aws specific spot instance parameters for template
	Spot *AwsInstanceTemplateV4SpotParameters `json:"spot,omitempty"`
}

AwsInstanceTemplateV4Parameters aws instance template v4 parameters swagger:model AwsInstanceTemplateV4Parameters

func (*AwsInstanceTemplateV4Parameters) MarshalBinary ¶

func (m *AwsInstanceTemplateV4Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AwsInstanceTemplateV4Parameters) UnmarshalBinary ¶

func (m *AwsInstanceTemplateV4Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AwsInstanceTemplateV4Parameters) Validate ¶

Validate validates this aws instance template v4 parameters

type AwsInstanceTemplateV4SpotParameters ¶

type AwsInstanceTemplateV4SpotParameters struct {

	// percentage of spot instances launched in instance group
	// Maximum: 100
	// Minimum: 0
	Percentage *int32 `json:"percentage,omitempty"`
}

AwsInstanceTemplateV4SpotParameters aws instance template v4 spot parameters swagger:model AwsInstanceTemplateV4SpotParameters

func (*AwsInstanceTemplateV4SpotParameters) MarshalBinary ¶

func (m *AwsInstanceTemplateV4SpotParameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AwsInstanceTemplateV4SpotParameters) UnmarshalBinary ¶

func (m *AwsInstanceTemplateV4SpotParameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AwsInstanceTemplateV4SpotParameters) Validate ¶

Validate validates this aws instance template v4 spot parameters

type AwsNetworkV1Parameters ¶

type AwsNetworkV1Parameters struct {

	// subnet Id
	SubnetID string `json:"subnetId,omitempty"`
}

AwsNetworkV1Parameters aws network v1 parameters swagger:model AwsNetworkV1Parameters

func (*AwsNetworkV1Parameters) MarshalBinary ¶

func (m *AwsNetworkV1Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AwsNetworkV1Parameters) UnmarshalBinary ¶

func (m *AwsNetworkV1Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AwsNetworkV1Parameters) Validate ¶

func (m *AwsNetworkV1Parameters) Validate(formats strfmt.Registry) error

Validate validates this aws network v1 parameters

type AwsNetworkV4Parameters ¶

type AwsNetworkV4Parameters struct {

	// internet gateway Id
	InternetGatewayID string `json:"internetGatewayId,omitempty"`

	// subnet Id
	SubnetID string `json:"subnetId,omitempty"`

	// vpc Id
	VpcID string `json:"vpcId,omitempty"`
}

AwsNetworkV4Parameters aws network v4 parameters swagger:model AwsNetworkV4Parameters

func (*AwsNetworkV4Parameters) MarshalBinary ¶

func (m *AwsNetworkV4Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AwsNetworkV4Parameters) UnmarshalBinary ¶

func (m *AwsNetworkV4Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AwsNetworkV4Parameters) Validate ¶

func (m *AwsNetworkV4Parameters) Validate(formats strfmt.Registry) error

Validate validates this aws network v4 parameters

type AwsStackV4Parameters ¶

type AwsStackV4Parameters interface{}

AwsStackV4Parameters aws stack v4 parameters swagger:model AwsStackV4Parameters

type AwsStorageParameters ¶

type AwsStorageParameters struct {

	// s3 guard
	S3Guard *S3Guard `json:"s3Guard,omitempty"`
}

AwsStorageParameters aws storage parameters swagger:model AwsStorageParameters

func (*AwsStorageParameters) MarshalBinary ¶

func (m *AwsStorageParameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AwsStorageParameters) UnmarshalBinary ¶

func (m *AwsStorageParameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AwsStorageParameters) Validate ¶

func (m *AwsStorageParameters) Validate(formats strfmt.Registry) error

Validate validates this aws storage parameters

type AzureAvailabiltySetV1Parameters ¶

type AzureAvailabiltySetV1Parameters struct {

	// fault domain count
	FaultDomainCount int32 `json:"faultDomainCount,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// update domain count
	UpdateDomainCount int32 `json:"updateDomainCount,omitempty"`
}

AzureAvailabiltySetV1Parameters azure availabilty set v1 parameters swagger:model AzureAvailabiltySetV1Parameters

func (*AzureAvailabiltySetV1Parameters) MarshalBinary ¶

func (m *AzureAvailabiltySetV1Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AzureAvailabiltySetV1Parameters) UnmarshalBinary ¶

func (m *AzureAvailabiltySetV1Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AzureAvailabiltySetV1Parameters) Validate ¶

Validate validates this azure availabilty set v1 parameters

type AzureAvailabiltySetV4 ¶

type AzureAvailabiltySetV4 struct {

	// fault domain count
	FaultDomainCount int32 `json:"faultDomainCount,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// update domain count
	UpdateDomainCount int32 `json:"updateDomainCount,omitempty"`
}

AzureAvailabiltySetV4 azure availabilty set v4 swagger:model AzureAvailabiltySetV4

func (*AzureAvailabiltySetV4) MarshalBinary ¶

func (m *AzureAvailabiltySetV4) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AzureAvailabiltySetV4) UnmarshalBinary ¶

func (m *AzureAvailabiltySetV4) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AzureAvailabiltySetV4) Validate ¶

func (m *AzureAvailabiltySetV4) Validate(formats strfmt.Registry) error

Validate validates this azure availabilty set v4

type AzureDistroXV1Parameters ¶

type AzureDistroXV1Parameters struct {

	// encrypt storage
	EncryptStorage bool `json:"encryptStorage,omitempty"`

	// resource group name
	ResourceGroupName string `json:"resourceGroupName,omitempty"`
}

AzureDistroXV1Parameters azure distro x v1 parameters swagger:model AzureDistroXV1Parameters

func (*AzureDistroXV1Parameters) MarshalBinary ¶

func (m *AzureDistroXV1Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AzureDistroXV1Parameters) UnmarshalBinary ¶

func (m *AzureDistroXV1Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AzureDistroXV1Parameters) Validate ¶

func (m *AzureDistroXV1Parameters) Validate(formats strfmt.Registry) error

Validate validates this azure distro x v1 parameters

type AzureInstanceGroupV1Parameters ¶

type AzureInstanceGroupV1Parameters struct {

	// availability set
	AvailabilitySet *AzureAvailabiltySetV1Parameters `json:"availabilitySet,omitempty"`
}

AzureInstanceGroupV1Parameters azure instance group v1 parameters swagger:model AzureInstanceGroupV1Parameters

func (*AzureInstanceGroupV1Parameters) MarshalBinary ¶

func (m *AzureInstanceGroupV1Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AzureInstanceGroupV1Parameters) UnmarshalBinary ¶

func (m *AzureInstanceGroupV1Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AzureInstanceGroupV1Parameters) Validate ¶

func (m *AzureInstanceGroupV1Parameters) Validate(formats strfmt.Registry) error

Validate validates this azure instance group v1 parameters

type AzureInstanceGroupV4Parameters ¶

type AzureInstanceGroupV4Parameters struct {

	// availability set
	AvailabilitySet *AzureAvailabiltySetV4 `json:"availabilitySet,omitempty"`
}

AzureInstanceGroupV4Parameters azure instance group v4 parameters swagger:model AzureInstanceGroupV4Parameters

func (*AzureInstanceGroupV4Parameters) MarshalBinary ¶

func (m *AzureInstanceGroupV4Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AzureInstanceGroupV4Parameters) UnmarshalBinary ¶

func (m *AzureInstanceGroupV4Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AzureInstanceGroupV4Parameters) Validate ¶

func (m *AzureInstanceGroupV4Parameters) Validate(formats strfmt.Registry) error

Validate validates this azure instance group v4 parameters

type AzureInstanceTemplateV1Parameters ¶

type AzureInstanceTemplateV1Parameters struct {

	// encrypted
	Encrypted bool `json:"encrypted,omitempty"`

	// managed disk
	ManagedDisk bool `json:"managedDisk,omitempty"`

	// private id for azure
	PrivateID string `json:"privateId,omitempty"`
}

AzureInstanceTemplateV1Parameters azure instance template v1 parameters swagger:model AzureInstanceTemplateV1Parameters

func (*AzureInstanceTemplateV1Parameters) MarshalBinary ¶

func (m *AzureInstanceTemplateV1Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AzureInstanceTemplateV1Parameters) UnmarshalBinary ¶

func (m *AzureInstanceTemplateV1Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AzureInstanceTemplateV1Parameters) Validate ¶

Validate validates this azure instance template v1 parameters

type AzureInstanceTemplateV4Parameters ¶

type AzureInstanceTemplateV4Parameters struct {

	// encrypted
	Encrypted bool `json:"encrypted,omitempty"`

	// managed disk
	ManagedDisk bool `json:"managedDisk,omitempty"`

	// private id for azure
	PrivateID string `json:"privateId,omitempty"`
}

AzureInstanceTemplateV4Parameters azure instance template v4 parameters swagger:model AzureInstanceTemplateV4Parameters

func (*AzureInstanceTemplateV4Parameters) MarshalBinary ¶

func (m *AzureInstanceTemplateV4Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AzureInstanceTemplateV4Parameters) UnmarshalBinary ¶

func (m *AzureInstanceTemplateV4Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AzureInstanceTemplateV4Parameters) Validate ¶

Validate validates this azure instance template v4 parameters

type AzureNetworkV1Parameters ¶

type AzureNetworkV1Parameters struct {

	// subnet Id
	SubnetID string `json:"subnetId,omitempty"`
}

AzureNetworkV1Parameters azure network v1 parameters swagger:model AzureNetworkV1Parameters

func (*AzureNetworkV1Parameters) MarshalBinary ¶

func (m *AzureNetworkV1Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AzureNetworkV1Parameters) UnmarshalBinary ¶

func (m *AzureNetworkV1Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AzureNetworkV1Parameters) Validate ¶

func (m *AzureNetworkV1Parameters) Validate(formats strfmt.Registry) error

Validate validates this azure network v1 parameters

type AzureNetworkV4Parameters ¶

type AzureNetworkV4Parameters struct {

	// network Id
	NetworkID string `json:"networkId,omitempty"`

	// no public Ip
	NoPublicIP bool `json:"noPublicIp,omitempty"`

	// resource group name
	ResourceGroupName string `json:"resourceGroupName,omitempty"`

	// subnet Id
	SubnetID string `json:"subnetId,omitempty"`
}

AzureNetworkV4Parameters azure network v4 parameters swagger:model AzureNetworkV4Parameters

func (*AzureNetworkV4Parameters) MarshalBinary ¶

func (m *AzureNetworkV4Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AzureNetworkV4Parameters) UnmarshalBinary ¶

func (m *AzureNetworkV4Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AzureNetworkV4Parameters) Validate ¶

func (m *AzureNetworkV4Parameters) Validate(formats strfmt.Registry) error

Validate validates this azure network v4 parameters

type AzureStackV4Parameters ¶

type AzureStackV4Parameters struct {

	// encrypt storage
	EncryptStorage bool `json:"encryptStorage,omitempty"`

	// resource group name
	ResourceGroupName string `json:"resourceGroupName,omitempty"`
}

AzureStackV4Parameters azure stack v4 parameters swagger:model AzureStackV4Parameters

func (*AzureStackV4Parameters) MarshalBinary ¶

func (m *AzureStackV4Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AzureStackV4Parameters) UnmarshalBinary ¶

func (m *AzureStackV4Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AzureStackV4Parameters) Validate ¶

func (m *AzureStackV4Parameters) Validate(formats strfmt.Registry) error

Validate validates this azure stack v4 parameters

type BaseImageV4Response ¶

type BaseImageV4Response struct {

	// cdh stacks
	CdhStacks []*ClouderaManagerStackDetailsV4Response `json:"cdhStacks"`

	// cloudera manager repo
	ClouderaManagerRepo *ClouderaManagerRepositoryV4Response `json:"clouderaManagerRepo,omitempty"`

	// cm build number
	CmBuildNumber string `json:"cmBuildNumber,omitempty"`

	// created
	Created int64 `json:"created,omitempty"`

	// date
	Date string `json:"date,omitempty"`

	// default image
	DefaultImage bool `json:"defaultImage,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// images
	Images map[string]map[string]string `json:"images,omitempty"`

	// os
	Os string `json:"os,omitempty"`

	// os type
	OsType string `json:"osType,omitempty"`

	// package versions
	PackageVersions map[string]string `json:"packageVersions,omitempty"`

	// pre warm csd
	PreWarmCsd []string `json:"preWarmCsd"`

	// pre warm parcels
	PreWarmParcels [][]string `json:"preWarmParcels"`

	// repository
	Repository map[string]string `json:"repository,omitempty"`

	// stack details
	StackDetails *BaseStackDetailsV4Response `json:"stackDetails,omitempty"`

	// uuid
	UUID string `json:"uuid,omitempty"`

	// version
	Version string `json:"version,omitempty"`
}

BaseImageV4Response base image v4 response swagger:model BaseImageV4Response

func (*BaseImageV4Response) MarshalBinary ¶

func (m *BaseImageV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*BaseImageV4Response) UnmarshalBinary ¶

func (m *BaseImageV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*BaseImageV4Response) Validate ¶

func (m *BaseImageV4Response) Validate(formats strfmt.Registry) error

Validate validates this base image v4 response

type BaseStackDetailsV4Response ¶

type BaseStackDetailsV4Response struct {

	// stack build number
	StackBuildNumber string `json:"stackBuildNumber,omitempty"`

	// version
	Version string `json:"version,omitempty"`
}

BaseStackDetailsV4Response base stack details v4 response swagger:model BaseStackDetailsV4Response

func (*BaseStackDetailsV4Response) MarshalBinary ¶

func (m *BaseStackDetailsV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*BaseStackDetailsV4Response) UnmarshalBinary ¶

func (m *BaseStackDetailsV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*BaseStackDetailsV4Response) Validate ¶

func (m *BaseStackDetailsV4Response) Validate(formats strfmt.Registry) error

Validate validates this base stack details v4 response

type BlueprintDetails ¶

type BlueprintDetails struct {

	// blueprint Json
	BlueprintJSON string `json:"blueprintJson,omitempty"`

	// blueprint name
	BlueprintName string `json:"blueprintName,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`
}

BlueprintDetails blueprint details swagger:model BlueprintDetails

func (*BlueprintDetails) MarshalBinary ¶

func (m *BlueprintDetails) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*BlueprintDetails) UnmarshalBinary ¶

func (m *BlueprintDetails) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*BlueprintDetails) Validate ¶

func (m *BlueprintDetails) Validate(formats strfmt.Registry) error

Validate validates this blueprint details

type BlueprintServicesV4Response ¶

type BlueprintServicesV4Response struct {

	// services
	// Unique: true
	Services []*SupportedServiceV4Response `json:"services"`
}

BlueprintServicesV4Response blueprint services v4 response swagger:model BlueprintServicesV4Response

func (*BlueprintServicesV4Response) MarshalBinary ¶

func (m *BlueprintServicesV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*BlueprintServicesV4Response) UnmarshalBinary ¶

func (m *BlueprintServicesV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*BlueprintServicesV4Response) Validate ¶

func (m *BlueprintServicesV4Response) Validate(formats strfmt.Registry) error

Validate validates this blueprint services v4 response

type BlueprintV4Request ¶

type BlueprintV4Request struct {

	// blueprint, set this or the url field
	Blueprint string `json:"blueprint,omitempty"`

	// description of the resource
	// Max Length: 1000
	// Min Length: 0
	Description *string `json:"description,omitempty"`

	// name of the resource
	// Max Length: 100
	// Min Length: 1
	// Pattern: ^[^;\/%]*$
	Name string `json:"name,omitempty"`

	// platform
	Platform string `json:"platform,omitempty"`

	// services
	// Unique: true
	Services []string `json:"services"`

	// user defined tags for blueprint
	Tags map[string]interface{} `json:"tags,omitempty"`

	// url source of a blueprint, set this or the blueprint field
	URL string `json:"url,omitempty"`
}

BlueprintV4Request blueprint v4 request swagger:model BlueprintV4Request

func (*BlueprintV4Request) MarshalBinary ¶

func (m *BlueprintV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*BlueprintV4Request) UnmarshalBinary ¶

func (m *BlueprintV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*BlueprintV4Request) Validate ¶

func (m *BlueprintV4Request) Validate(formats strfmt.Registry) error

Validate validates this blueprint v4 request

type BlueprintV4Response ¶

type BlueprintV4Response struct {

	// blueprint, set this or the url field
	Blueprint string `json:"blueprint,omitempty"`

	// created
	Created int64 `json:"created,omitempty"`

	// the unique crn of the resource
	// Required: true
	Crn *string `json:"crn"`

	// description of the resource
	// Max Length: 1000
	// Min Length: 0
	Description *string `json:"description,omitempty"`

	// number of host groups
	HostGroupCount int32 `json:"hostGroupCount,omitempty"`

	// name of the resource
	// Required: true
	// Max Length: 100
	// Min Length: 1
	// Pattern: ^[^;\/%]*$
	Name *string `json:"name"`

	// status of the blueprint
	// Enum: [DEFAULT DEFAULT_DELETED USER_MANAGED OUTDATED]
	Status string `json:"status,omitempty"`

	// user defined tags for blueprint
	Tags map[string]interface{} `json:"tags,omitempty"`
}

BlueprintV4Response blueprint v4 response swagger:model BlueprintV4Response

func (*BlueprintV4Response) MarshalBinary ¶

func (m *BlueprintV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*BlueprintV4Response) UnmarshalBinary ¶

func (m *BlueprintV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*BlueprintV4Response) Validate ¶

func (m *BlueprintV4Response) Validate(formats strfmt.Registry) error

Validate validates this blueprint v4 response

type BlueprintV4Responses ¶

type BlueprintV4Responses struct {

	// responses
	Responses []*BlueprintV4Response `json:"responses"`
}

BlueprintV4Responses blueprint v4 responses swagger:model BlueprintV4Responses

func (*BlueprintV4Responses) MarshalBinary ¶

func (m *BlueprintV4Responses) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*BlueprintV4Responses) UnmarshalBinary ¶

func (m *BlueprintV4Responses) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*BlueprintV4Responses) Validate ¶

func (m *BlueprintV4Responses) Validate(formats strfmt.Registry) error

Validate validates this blueprint v4 responses

type BlueprintV4ViewResponse ¶

type BlueprintV4ViewResponse struct {

	// created
	Created int64 `json:"created,omitempty"`

	// the unique crn of the resource
	Crn string `json:"crn,omitempty"`

	// description of the resource
	// Max Length: 1000
	// Min Length: 0
	Description *string `json:"description,omitempty"`

	// number of host groups
	HostGroupCount int32 `json:"hostGroupCount,omitempty"`

	// id of the resource
	ID int64 `json:"id,omitempty"`

	// name of the resource
	// Required: true
	// Max Length: 100
	// Min Length: 1
	// Pattern: ^[^;\/%]*$
	Name *string `json:"name"`

	// The type of the stack: for example HDP or HDF
	StackType string `json:"stackType,omitempty"`

	// The version of the stack
	StackVersion string `json:"stackVersion,omitempty"`

	// status of the blueprint
	// Enum: [DEFAULT DEFAULT_DELETED USER_MANAGED OUTDATED]
	Status string `json:"status,omitempty"`

	// user defined tags for blueprint
	Tags map[string]interface{} `json:"tags,omitempty"`
}

BlueprintV4ViewResponse blueprint v4 view response swagger:model BlueprintV4ViewResponse

func (*BlueprintV4ViewResponse) MarshalBinary ¶

func (m *BlueprintV4ViewResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*BlueprintV4ViewResponse) UnmarshalBinary ¶

func (m *BlueprintV4ViewResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*BlueprintV4ViewResponse) Validate ¶

func (m *BlueprintV4ViewResponse) Validate(formats strfmt.Registry) error

Validate validates this blueprint v4 view response

type BlueprintV4ViewResponses ¶

type BlueprintV4ViewResponses struct {

	// responses
	Responses []*BlueprintV4ViewResponse `json:"responses"`
}

BlueprintV4ViewResponses blueprint v4 view responses swagger:model BlueprintV4ViewResponses

func (*BlueprintV4ViewResponses) MarshalBinary ¶

func (m *BlueprintV4ViewResponses) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*BlueprintV4ViewResponses) UnmarshalBinary ¶

func (m *BlueprintV4ViewResponses) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*BlueprintV4ViewResponses) Validate ¶

func (m *BlueprintV4ViewResponses) Validate(formats strfmt.Registry) error

Validate validates this blueprint v4 view responses

type CertificateV4Response ¶

type CertificateV4Response struct {

	// client certificate used by the gateway
	ClientCertPath string `json:"clientCertPath,omitempty"`

	// client key used by the gateway
	ClientKeyPath string `json:"clientKeyPath,omitempty"`

	// server certificate used by the gateway
	ServerCert string `json:"serverCert,omitempty"`
}

CertificateV4Response certificate v4 response swagger:model CertificateV4Response

func (*CertificateV4Response) MarshalBinary ¶

func (m *CertificateV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CertificateV4Response) UnmarshalBinary ¶

func (m *CertificateV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CertificateV4Response) Validate ¶

func (m *CertificateV4Response) Validate(formats strfmt.Registry) error

Validate validates this certificate v4 response

type CheckRightV4Request ¶

type CheckRightV4Request struct {

	// rights
	Rights []string `json:"rights"`
}

CheckRightV4Request check right v4 request swagger:model CheckRightV4Request

func (*CheckRightV4Request) MarshalBinary ¶

func (m *CheckRightV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CheckRightV4Request) UnmarshalBinary ¶

func (m *CheckRightV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CheckRightV4Request) Validate ¶

func (m *CheckRightV4Request) Validate(formats strfmt.Registry) error

Validate validates this check right v4 request

type CheckRightV4Response ¶

type CheckRightV4Response struct {

	// responses
	Responses []*CheckRightV4SingleResponse `json:"responses"`
}

CheckRightV4Response check right v4 response swagger:model CheckRightV4Response

func (*CheckRightV4Response) MarshalBinary ¶

func (m *CheckRightV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CheckRightV4Response) UnmarshalBinary ¶

func (m *CheckRightV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CheckRightV4Response) Validate ¶

func (m *CheckRightV4Response) Validate(formats strfmt.Registry) error

Validate validates this check right v4 response

type CheckRightV4SingleResponse ¶

type CheckRightV4SingleResponse struct {

	// result
	Result bool `json:"result,omitempty"`

	// right
	// Enum: [DISTROX_READ DISTROX_WRITE SDX_READ SDX_WRITE ENVIRONMENT_READ ENVIRONMENT_WRITE]
	Right string `json:"right,omitempty"`
}

CheckRightV4SingleResponse check right v4 single response swagger:model CheckRightV4SingleResponse

func (*CheckRightV4SingleResponse) MarshalBinary ¶

func (m *CheckRightV4SingleResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CheckRightV4SingleResponse) UnmarshalBinary ¶

func (m *CheckRightV4SingleResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CheckRightV4SingleResponse) Validate ¶

func (m *CheckRightV4SingleResponse) Validate(formats strfmt.Registry) error

Validate validates this check right v4 single response

type CloudStorageRequest ¶

type CloudStorageRequest struct {

	// cloud storage account mapping
	AccountMapping *AccountMappingBase `json:"accountMapping,omitempty"`

	// aws
	Aws *AwsStorageParameters `json:"aws,omitempty"`

	// identities
	Identities []*StorageIdentityBase `json:"identities"`

	// locations
	Locations []*StorageLocationBase `json:"locations"`
}

CloudStorageRequest cloud storage request swagger:model CloudStorageRequest

func (*CloudStorageRequest) MarshalBinary ¶

func (m *CloudStorageRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CloudStorageRequest) UnmarshalBinary ¶

func (m *CloudStorageRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CloudStorageRequest) Validate ¶

func (m *CloudStorageRequest) Validate(formats strfmt.Registry) error

Validate validates this cloud storage request

type CloudStorageResponse ¶

type CloudStorageResponse struct {

	// cloud storage account mapping
	AccountMapping *AccountMappingBase `json:"accountMapping,omitempty"`

	// aws
	Aws *AwsStorageParameters `json:"aws,omitempty"`

	// identities
	Identities []*StorageIdentityBase `json:"identities"`

	// locations
	Locations []*StorageLocationBase `json:"locations"`
}

CloudStorageResponse cloud storage response swagger:model CloudStorageResponse

func (*CloudStorageResponse) MarshalBinary ¶

func (m *CloudStorageResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CloudStorageResponse) UnmarshalBinary ¶

func (m *CloudStorageResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CloudStorageResponse) Validate ¶

func (m *CloudStorageResponse) Validate(formats strfmt.Registry) error

Validate validates this cloud storage response

type CloudStorageSupportedV4Response ¶

type CloudStorageSupportedV4Response struct {

	// file system type
	// Unique: true
	FileSystemType []string `json:"fileSystemType"`

	// provider
	Provider string `json:"provider,omitempty"`
}

CloudStorageSupportedV4Response cloud storage supported v4 response swagger:model CloudStorageSupportedV4Response

func (*CloudStorageSupportedV4Response) MarshalBinary ¶

func (m *CloudStorageSupportedV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CloudStorageSupportedV4Response) UnmarshalBinary ¶

func (m *CloudStorageSupportedV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CloudStorageSupportedV4Response) Validate ¶

Validate validates this cloud storage supported v4 response

type CloudStorageSupportedV4Responses ¶

type CloudStorageSupportedV4Responses struct {

	// responses
	Responses []*CloudStorageSupportedV4Response `json:"responses"`
}

CloudStorageSupportedV4Responses cloud storage supported v4 responses swagger:model CloudStorageSupportedV4Responses

func (*CloudStorageSupportedV4Responses) MarshalBinary ¶

func (m *CloudStorageSupportedV4Responses) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CloudStorageSupportedV4Responses) UnmarshalBinary ¶

func (m *CloudStorageSupportedV4Responses) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CloudStorageSupportedV4Responses) Validate ¶

Validate validates this cloud storage supported v4 responses

type CloudbreakDetailsV4Response ¶

type CloudbreakDetailsV4Response struct {

	// version of the Cloudbreak that provisioned the stack
	Version string `json:"version,omitempty"`
}

CloudbreakDetailsV4Response cloudbreak details v4 response swagger:model CloudbreakDetailsV4Response

func (*CloudbreakDetailsV4Response) MarshalBinary ¶

func (m *CloudbreakDetailsV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CloudbreakDetailsV4Response) UnmarshalBinary ¶

func (m *CloudbreakDetailsV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CloudbreakDetailsV4Response) Validate ¶

func (m *CloudbreakDetailsV4Response) Validate(formats strfmt.Registry) error

Validate validates this cloudbreak details v4 response

type CloudbreakEventV4Response ¶

type CloudbreakEventV4Response struct {

	// availability zone of the stack
	AvailabilityZone string `json:"availabilityZone,omitempty"`

	// blueprint id for the cluster
	BlueprintID int64 `json:"blueprintId,omitempty"`

	// gathered from blueprintName field from the blueprint
	BlueprintName string `json:"blueprintName,omitempty"`

	// type of cloud provider
	Cloud string `json:"cloud,omitempty"`

	// id of the cluster
	ClusterID int64 `json:"clusterId,omitempty"`

	// name of the cluster
	ClusterName string `json:"clusterName,omitempty"`

	// status of the cluster
	// Enum: [REQUESTED CREATE_IN_PROGRESS AVAILABLE UPDATE_IN_PROGRESS UPDATE_REQUESTED UPDATE_FAILED CREATE_FAILED ENABLE_SECURITY_FAILED PRE_DELETE_IN_PROGRESS DELETE_IN_PROGRESS DELETE_FAILED DELETE_COMPLETED STOPPED STOP_REQUESTED START_REQUESTED STOP_IN_PROGRESS START_IN_PROGRESS START_FAILED STOP_FAILED WAIT_FOR_SYNC MAINTENANCE_MODE_ENABLED AMBIGUOUS EXTERNAL_DATABASE_CREATION_IN_PROGRESS EXTERNAL_DATABASE_CREATION_FAILED EXTERNAL_DATABASE_DELETION_IN_PROGRESS EXTERNAL_DATABASE_DELETION_FINISHED EXTERNAL_DATABASE_DELETION_FAILED]
	ClusterStatus string `json:"clusterStatus,omitempty"`

	// message of the event
	EventMessage string `json:"eventMessage,omitempty"`

	// timestamp of the event
	EventTimestamp int64 `json:"eventTimestamp,omitempty"`

	// type of the event
	EventType string `json:"eventType,omitempty"`

	// name of the instance group
	InstanceGroup string `json:"instanceGroup,omitempty"`

	// ldap details
	LdapDetails *LdapDetails `json:"ldapDetails,omitempty"`

	// number of nodes
	NodeCount int32 `json:"nodeCount,omitempty"`

	// Type of the notification to be identifiable by the UI
	NotificationType string `json:"notificationType,omitempty"`

	// rds details
	RdsDetails *RdsDetails `json:"rdsDetails,omitempty"`

	// region of the stack
	Region string `json:"region,omitempty"`

	// the unique crn of the resource
	StackCrn string `json:"stackCrn,omitempty"`

	// name of the stack
	StackName string `json:"stackName,omitempty"`

	// status of the stack
	// Enum: [REQUESTED CREATE_IN_PROGRESS AVAILABLE UPDATE_IN_PROGRESS UPDATE_REQUESTED UPDATE_FAILED CREATE_FAILED ENABLE_SECURITY_FAILED PRE_DELETE_IN_PROGRESS DELETE_IN_PROGRESS DELETE_FAILED DELETE_COMPLETED STOPPED STOP_REQUESTED START_REQUESTED STOP_IN_PROGRESS START_IN_PROGRESS START_FAILED STOP_FAILED WAIT_FOR_SYNC MAINTENANCE_MODE_ENABLED AMBIGUOUS EXTERNAL_DATABASE_CREATION_IN_PROGRESS EXTERNAL_DATABASE_CREATION_FAILED EXTERNAL_DATABASE_DELETION_IN_PROGRESS EXTERNAL_DATABASE_DELETION_FINISHED EXTERNAL_DATABASE_DELETION_FAILED]
	StackStatus string `json:"stackStatus,omitempty"`

	// name of the current tenant
	TenantName string `json:"tenantName,omitempty"`

	// User ID in the new authorization model
	UserID string `json:"userId,omitempty"`

	// Workspace ID of the resource
	WorkspaceID int64 `json:"workspaceId,omitempty"`
}

CloudbreakEventV4Response cloudbreak event v4 response swagger:model CloudbreakEventV4Response

func (*CloudbreakEventV4Response) MarshalBinary ¶

func (m *CloudbreakEventV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CloudbreakEventV4Response) UnmarshalBinary ¶

func (m *CloudbreakEventV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CloudbreakEventV4Response) Validate ¶

func (m *CloudbreakEventV4Response) Validate(formats strfmt.Registry) error

Validate validates this cloudbreak event v4 response

type CloudbreakEventV4Responses ¶

type CloudbreakEventV4Responses struct {

	// responses
	Responses []*CloudbreakEventV4Response `json:"responses"`
}

CloudbreakEventV4Responses cloudbreak event v4 responses swagger:model CloudbreakEventV4Responses

func (*CloudbreakEventV4Responses) MarshalBinary ¶

func (m *CloudbreakEventV4Responses) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CloudbreakEventV4Responses) UnmarshalBinary ¶

func (m *CloudbreakEventV4Responses) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CloudbreakEventV4Responses) Validate ¶

func (m *CloudbreakEventV4Responses) Validate(formats strfmt.Registry) error

Validate validates this cloudbreak event v4 responses

type CloudbreakInfoResponse ¶

type CloudbreakInfoResponse struct {

	// info
	Info map[string]interface{} `json:"info,omitempty"`
}

CloudbreakInfoResponse cloudbreak info response swagger:model CloudbreakInfoResponse

func (*CloudbreakInfoResponse) MarshalBinary ¶

func (m *CloudbreakInfoResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CloudbreakInfoResponse) UnmarshalBinary ¶

func (m *CloudbreakInfoResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CloudbreakInfoResponse) Validate ¶

func (m *CloudbreakInfoResponse) Validate(formats strfmt.Registry) error

Validate validates this cloudbreak info response

type ClouderaManagerInfoV4Response ¶

type ClouderaManagerInfoV4Response struct {

	// repository
	Repository map[string]ClouderaManagerRepositoryV4Response `json:"repository,omitempty"`

	// version
	Version string `json:"version,omitempty"`
}

ClouderaManagerInfoV4Response cloudera manager info v4 response swagger:model ClouderaManagerInfoV4Response

func (*ClouderaManagerInfoV4Response) MarshalBinary ¶

func (m *ClouderaManagerInfoV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClouderaManagerInfoV4Response) UnmarshalBinary ¶

func (m *ClouderaManagerInfoV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClouderaManagerInfoV4Response) Validate ¶

func (m *ClouderaManagerInfoV4Response) Validate(formats strfmt.Registry) error

Validate validates this cloudera manager info v4 response

type ClouderaManagerProductV1Request ¶

type ClouderaManagerProductV1Request struct {

	// CSD (service descriptor) urls for the Cloudera manager product
	Csd []string `json:"csd"`

	// name of the Cloudera manager product
	// Required: true
	Name *string `json:"name"`

	// parcel url of the Cloudera manager product
	Parcel string `json:"parcel,omitempty"`

	// version of the Cloudera manager product
	Version string `json:"version,omitempty"`
}

ClouderaManagerProductV1Request cloudera manager product v1 request swagger:model ClouderaManagerProductV1Request

func (*ClouderaManagerProductV1Request) MarshalBinary ¶

func (m *ClouderaManagerProductV1Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClouderaManagerProductV1Request) UnmarshalBinary ¶

func (m *ClouderaManagerProductV1Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClouderaManagerProductV1Request) Validate ¶

Validate validates this cloudera manager product v1 request

type ClouderaManagerProductV4Request ¶

type ClouderaManagerProductV4Request struct {

	// CSD (service descriptor) urls for the Cloudera manager product
	Csd []string `json:"csd"`

	// name of the Cloudera manager product
	Name string `json:"name,omitempty"`

	// parcel url of the Cloudera manager product
	Parcel string `json:"parcel,omitempty"`

	// version of the Cloudera manager product
	Version string `json:"version,omitempty"`
}

ClouderaManagerProductV4Request cloudera manager product v4 request swagger:model ClouderaManagerProductV4Request

func (*ClouderaManagerProductV4Request) MarshalBinary ¶

func (m *ClouderaManagerProductV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClouderaManagerProductV4Request) UnmarshalBinary ¶

func (m *ClouderaManagerProductV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClouderaManagerProductV4Request) Validate ¶

Validate validates this cloudera manager product v4 request

type ClouderaManagerProductV4Response ¶

type ClouderaManagerProductV4Response struct {

	// CSD (service descriptor) urls for the Cloudera manager product
	Csd []string `json:"csd"`

	// name of the Cloudera manager product
	// Required: true
	Name *string `json:"name"`

	// parcel url of the Cloudera manager product
	Parcel string `json:"parcel,omitempty"`

	// version of the Cloudera manager product
	Version string `json:"version,omitempty"`
}

ClouderaManagerProductV4Response cloudera manager product v4 response swagger:model ClouderaManagerProductV4Response

func (*ClouderaManagerProductV4Response) MarshalBinary ¶

func (m *ClouderaManagerProductV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClouderaManagerProductV4Response) UnmarshalBinary ¶

func (m *ClouderaManagerProductV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClouderaManagerProductV4Response) Validate ¶

Validate validates this cloudera manager product v4 response

type ClouderaManagerRepositoryV1Request ¶

type ClouderaManagerRepositoryV1Request struct {

	// url of the cluster manager repository
	BaseURL string `json:"baseUrl,omitempty"`

	// gpg key of the cluster manager repository
	GpgKeyURL string `json:"gpgKeyUrl,omitempty"`

	// version of the cluster manager
	// Required: true
	Version *string `json:"version"`
}

ClouderaManagerRepositoryV1Request cloudera manager repository v1 request swagger:model ClouderaManagerRepositoryV1Request

func (*ClouderaManagerRepositoryV1Request) MarshalBinary ¶

func (m *ClouderaManagerRepositoryV1Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClouderaManagerRepositoryV1Request) UnmarshalBinary ¶

func (m *ClouderaManagerRepositoryV1Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClouderaManagerRepositoryV1Request) Validate ¶

Validate validates this cloudera manager repository v1 request

type ClouderaManagerRepositoryV4Request ¶

type ClouderaManagerRepositoryV4Request struct {

	// url of the cluster manager repository
	BaseURL string `json:"baseUrl,omitempty"`

	// gpg key of the cluster manager repository
	GpgKeyURL string `json:"gpgKeyUrl,omitempty"`

	// version of the cluster manager
	// Required: true
	Version *string `json:"version"`
}

ClouderaManagerRepositoryV4Request cloudera manager repository v4 request swagger:model ClouderaManagerRepositoryV4Request

func (*ClouderaManagerRepositoryV4Request) MarshalBinary ¶

func (m *ClouderaManagerRepositoryV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClouderaManagerRepositoryV4Request) UnmarshalBinary ¶

func (m *ClouderaManagerRepositoryV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClouderaManagerRepositoryV4Request) Validate ¶

Validate validates this cloudera manager repository v4 request

type ClouderaManagerRepositoryV4Response ¶

type ClouderaManagerRepositoryV4Response struct {

	// url of the cluster manager repository
	BaseURL string `json:"baseUrl,omitempty"`

	// gpg key of the cluster manager repository
	GpgKeyURL string `json:"gpgKeyUrl,omitempty"`

	// version of the cluster manager
	// Required: true
	Version *string `json:"version"`
}

ClouderaManagerRepositoryV4Response cloudera manager repository v4 response swagger:model ClouderaManagerRepositoryV4Response

func (*ClouderaManagerRepositoryV4Response) MarshalBinary ¶

func (m *ClouderaManagerRepositoryV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClouderaManagerRepositoryV4Response) UnmarshalBinary ¶

func (m *ClouderaManagerRepositoryV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClouderaManagerRepositoryV4Response) Validate ¶

Validate validates this cloudera manager repository v4 response

type ClouderaManagerStackDescriptorV4Response ¶

type ClouderaManagerStackDescriptorV4Response struct {

	// cloudera manager
	ClouderaManager *ClouderaManagerInfoV4Response `json:"clouderaManager,omitempty"`

	// min c m
	MinCM string `json:"minCM,omitempty"`

	// products
	Products []*ClouderaManagerProductV4Response `json:"products"`

	// repository
	Repository *ClouderaManagerStackRepoDetailsV4Response `json:"repository,omitempty"`

	// version
	Version string `json:"version,omitempty"`
}

ClouderaManagerStackDescriptorV4Response cloudera manager stack descriptor v4 response swagger:model ClouderaManagerStackDescriptorV4Response

func (*ClouderaManagerStackDescriptorV4Response) MarshalBinary ¶

func (m *ClouderaManagerStackDescriptorV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClouderaManagerStackDescriptorV4Response) UnmarshalBinary ¶

func (m *ClouderaManagerStackDescriptorV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClouderaManagerStackDescriptorV4Response) Validate ¶

Validate validates this cloudera manager stack descriptor v4 response

type ClouderaManagerStackDetailsV4Response ¶

type ClouderaManagerStackDetailsV4Response struct {

	// repository
	Repository *ClouderaManagerStackRepoDetailsV4Response `json:"repository,omitempty"`

	// stack build number
	StackBuildNumber string `json:"stackBuildNumber,omitempty"`

	// version
	Version string `json:"version,omitempty"`
}

ClouderaManagerStackDetailsV4Response cloudera manager stack details v4 response swagger:model ClouderaManagerStackDetailsV4Response

func (*ClouderaManagerStackDetailsV4Response) MarshalBinary ¶

func (m *ClouderaManagerStackDetailsV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClouderaManagerStackDetailsV4Response) UnmarshalBinary ¶

func (m *ClouderaManagerStackDetailsV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClouderaManagerStackDetailsV4Response) Validate ¶

Validate validates this cloudera manager stack details v4 response

type ClouderaManagerStackRepoDetailsV4Response ¶

type ClouderaManagerStackRepoDetailsV4Response struct {

	// stack
	Stack map[string]string `json:"stack,omitempty"`
}

ClouderaManagerStackRepoDetailsV4Response cloudera manager stack repo details v4 response swagger:model ClouderaManagerStackRepoDetailsV4Response

func (*ClouderaManagerStackRepoDetailsV4Response) MarshalBinary ¶

func (m *ClouderaManagerStackRepoDetailsV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClouderaManagerStackRepoDetailsV4Response) UnmarshalBinary ¶

func (m *ClouderaManagerStackRepoDetailsV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClouderaManagerStackRepoDetailsV4Response) Validate ¶

Validate validates this cloudera manager stack repo details v4 response

type ClouderaManagerV1Request ¶

type ClouderaManagerV1Request struct {

	// Enable autotls on clusters generated by Cloudera Manager
	// Required: true
	EnableAutoTLS *bool `json:"enableAutoTls"`

	// list of Cloudera Manager product detials
	Products []*ClouderaManagerProductV1Request `json:"products"`

	// details of the Cloudera Manager package repository
	Repository *ClouderaManagerRepositoryV1Request `json:"repository,omitempty"`
}

ClouderaManagerV1Request cloudera manager v1 request swagger:model ClouderaManagerV1Request

func (*ClouderaManagerV1Request) MarshalBinary ¶

func (m *ClouderaManagerV1Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClouderaManagerV1Request) UnmarshalBinary ¶

func (m *ClouderaManagerV1Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClouderaManagerV1Request) Validate ¶

func (m *ClouderaManagerV1Request) Validate(formats strfmt.Registry) error

Validate validates this cloudera manager v1 request

type ClouderaManagerV4Request ¶

type ClouderaManagerV4Request struct {

	// Enable autotls on clusters generated by Cloudera Manager
	// Required: true
	EnableAutoTLS *bool `json:"enableAutoTls"`

	// list of Cloudera Manager product detials
	Products []*ClouderaManagerProductV4Request `json:"products"`

	// details of the Cloudera Manager package repository
	Repository *ClouderaManagerRepositoryV4Request `json:"repository,omitempty"`
}

ClouderaManagerV4Request cloudera manager v4 request swagger:model ClouderaManagerV4Request

func (*ClouderaManagerV4Request) MarshalBinary ¶

func (m *ClouderaManagerV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClouderaManagerV4Request) UnmarshalBinary ¶

func (m *ClouderaManagerV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClouderaManagerV4Request) Validate ¶

func (m *ClouderaManagerV4Request) Validate(formats strfmt.Registry) error

Validate validates this cloudera manager v4 request

type ClouderaManagerV4Response ¶

type ClouderaManagerV4Response struct {

	// Enable autotls on clusters generated by Cloudera Manager
	EnableAutoTLS bool `json:"enableAutoTls,omitempty"`

	// list of Cloudera Manager product detials
	Products []*ClouderaManagerProductV4Response `json:"products"`

	// details of the Cloudera Manager package repository
	Repository *ClouderaManagerRepositoryV4Response `json:"repository,omitempty"`
}

ClouderaManagerV4Response cloudera manager v4 response swagger:model ClouderaManagerV4Response

func (*ClouderaManagerV4Response) MarshalBinary ¶

func (m *ClouderaManagerV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClouderaManagerV4Response) UnmarshalBinary ¶

func (m *ClouderaManagerV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClouderaManagerV4Response) Validate ¶

func (m *ClouderaManagerV4Response) Validate(formats strfmt.Registry) error

Validate validates this cloudera manager v4 response

type CloudwatchParams ¶

type CloudwatchParams struct {

	// instance profile
	// Required: true
	InstanceProfile *string `json:"instanceProfile"`

	// telemetry - CloudWatch related AWS region (should be used only outside of AWS platform)
	Region string `json:"region,omitempty"`

	// telemetry - CloudWatch releated parameters
	// Enum: [HOSTNAME COMPONENT]
	StreamKey string `json:"streamKey,omitempty"`
}

CloudwatchParams cloudwatch params swagger:model CloudwatchParams

func (*CloudwatchParams) MarshalBinary ¶

func (m *CloudwatchParams) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CloudwatchParams) UnmarshalBinary ¶

func (m *CloudwatchParams) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CloudwatchParams) Validate ¶

func (m *CloudwatchParams) Validate(formats strfmt.Registry) error

Validate validates this cloudwatch params

type ClusterDetails ¶

type ClusterDetails struct {

	// ambari version
	AmbariVersion string `json:"ambariVersion,omitempty"`

	// cluster type
	ClusterType string `json:"clusterType,omitempty"`

	// cluster version
	ClusterVersion string `json:"clusterVersion,omitempty"`

	// database type
	DatabaseType string `json:"databaseType,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// external database
	ExternalDatabase bool `json:"externalDatabase,omitempty"`

	// file system type
	FileSystemType string `json:"fileSystemType,omitempty"`

	// gateway enabled
	GatewayEnabled bool `json:"gatewayEnabled,omitempty"`

	// gateway type
	GatewayType string `json:"gatewayType,omitempty"`

	// host groups
	HostGroups []string `json:"hostGroups"`

	// id
	ID int64 `json:"id,omitempty"`

	// kerberos type
	KerberosType string `json:"kerberosType,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// sso type
	SsoType string `json:"ssoType,omitempty"`

	// status
	Status string `json:"status,omitempty"`

	// status reason
	StatusReason string `json:"statusReason,omitempty"`
}

ClusterDetails cluster details swagger:model ClusterDetails

func (*ClusterDetails) MarshalBinary ¶

func (m *ClusterDetails) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClusterDetails) UnmarshalBinary ¶

func (m *ClusterDetails) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClusterDetails) Validate ¶

func (m *ClusterDetails) Validate(formats strfmt.Registry) error

Validate validates this cluster details

type ClusterExposedServiceV4Response ¶

type ClusterExposedServiceV4Response struct {

	// display name
	DisplayName string `json:"displayName,omitempty"`

	// knox service
	KnoxService string `json:"knoxService,omitempty"`

	// mode
	// Enum: [SSO_PROVIDER SSO_PROVIDER_FROM_UMS NONE PAM]
	Mode string `json:"mode,omitempty"`

	// open
	Open bool `json:"open,omitempty"`

	// service name
	ServiceName string `json:"serviceName,omitempty"`

	// service Url
	ServiceURL string `json:"serviceUrl,omitempty"`
}

ClusterExposedServiceV4Response cluster exposed service v4 response swagger:model ClusterExposedServiceV4Response

func (*ClusterExposedServiceV4Response) MarshalBinary ¶

func (m *ClusterExposedServiceV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClusterExposedServiceV4Response) UnmarshalBinary ¶

func (m *ClusterExposedServiceV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClusterExposedServiceV4Response) Validate ¶

Validate validates this cluster exposed service v4 response

type ClusterProxyConfiguration ¶

type ClusterProxyConfiguration struct {

	// enabled
	Enabled bool `json:"enabled,omitempty"`

	// url
	URL string `json:"url,omitempty"`
}

ClusterProxyConfiguration cluster proxy configuration swagger:model ClusterProxyConfiguration

func (*ClusterProxyConfiguration) MarshalBinary ¶

func (m *ClusterProxyConfiguration) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClusterProxyConfiguration) UnmarshalBinary ¶

func (m *ClusterProxyConfiguration) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClusterProxyConfiguration) Validate ¶

func (m *ClusterProxyConfiguration) Validate(formats strfmt.Registry) error

Validate validates this cluster proxy configuration

type ClusterRepairNodesV4Request ¶

type ClusterRepairNodesV4Request struct {

	// If true, delete volumes, otherwise reattaches them to a newly created node instance.
	DeleteVolumes bool `json:"deleteVolumes,omitempty"`

	// Node ID list of nodes that need replacement.
	Ids []string `json:"ids"`
}

ClusterRepairNodesV4Request cluster repair nodes v4 request swagger:model ClusterRepairNodesV4Request

func (*ClusterRepairNodesV4Request) MarshalBinary ¶

func (m *ClusterRepairNodesV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClusterRepairNodesV4Request) UnmarshalBinary ¶

func (m *ClusterRepairNodesV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClusterRepairNodesV4Request) Validate ¶

func (m *ClusterRepairNodesV4Request) Validate(formats strfmt.Registry) error

Validate validates this cluster repair nodes v4 request

type ClusterRepairV4Request ¶

type ClusterRepairV4Request struct {

	// List of hostgroups where the failed nodes will be repaired
	// Required: true
	HostGroups []string `json:"hostGroups"`

	// Object consisting of deleteVolumes flag and a list of node IDs which will be repaired specifically. The existing disk volumes on the nodes will be re-created if the deleteVolumes flag is true.
	Nodes *ClusterRepairNodesV4Request `json:"nodes,omitempty"`

	// If true, the failed nodes will only be removed, otherwise the failed nodes will be removed and new nodes will be started.
	RemoveOnly bool `json:"removeOnly,omitempty"`
}

ClusterRepairV4Request cluster repair v4 request swagger:model ClusterRepairV4Request

func (*ClusterRepairV4Request) MarshalBinary ¶

func (m *ClusterRepairV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClusterRepairV4Request) UnmarshalBinary ¶

func (m *ClusterRepairV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClusterRepairV4Request) Validate ¶

func (m *ClusterRepairV4Request) Validate(formats strfmt.Registry) error

Validate validates this cluster repair v4 request

type ClusterTemplateV4Request ¶

type ClusterTemplateV4Request struct {

	// cloudplatform which this template is compatible with
	CloudPlatform string `json:"cloudPlatform,omitempty"`

	// description of the resource
	// Max Length: 1000
	// Min Length: 0
	Description *string `json:"description,omitempty"`

	// stringified template JSON
	// Required: true
	DistroXTemplate *DistroXV1Request `json:"distroXTemplate"`

	// name of the resource
	// Required: true
	// Max Length: 40
	// Min Length: 5
	// Pattern: ^[^;\/%]*$
	Name *string `json:"name"`

	// type
	// Required: true
	// Enum: [SPARK HIVE EDW ETL DATASCIENCE DATAMART DATALAKE DATAENGINEERING DATAENGINEERING_HA STREAMING STREAMING_HA FLOW_MANAGEMENT FLOW_MANAGEMENT_HA OPERATIONALDATABASE OTHER]
	Type *string `json:"type"`
}

ClusterTemplateV4Request cluster template v4 request swagger:model ClusterTemplateV4Request

func (*ClusterTemplateV4Request) MarshalBinary ¶

func (m *ClusterTemplateV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClusterTemplateV4Request) UnmarshalBinary ¶

func (m *ClusterTemplateV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClusterTemplateV4Request) Validate ¶

func (m *ClusterTemplateV4Request) Validate(formats strfmt.Registry) error

Validate validates this cluster template v4 request

type ClusterTemplateV4Response ¶

type ClusterTemplateV4Response struct {

	// cloudplatform which this template is compatible with
	CloudPlatform string `json:"cloudPlatform,omitempty"`

	// created
	Created int64 `json:"created,omitempty"`

	// datalake required which this template is compatible with. The default is OPTIONAL
	// Enum: [NONE OPTIONAL REQUIRED]
	DatalakeRequired string `json:"datalakeRequired,omitempty"`

	// description of the resource
	// Max Length: 1000
	// Min Length: 0
	Description *string `json:"description,omitempty"`

	// stringified template JSON
	// Required: true
	DistroXTemplate *DistroXV1Request `json:"distroXTemplate"`

	// environment crn
	EnvironmentCrn string `json:"environmentCrn,omitempty"`

	// environment name
	EnvironmentName string `json:"environmentName,omitempty"`

	// feature state
	// Enum: [PREVIEW RELEASED]
	FeatureState string `json:"featureState,omitempty"`

	// id of the resource
	ID int64 `json:"id,omitempty"`

	// name of the resource
	// Required: true
	// Max Length: 40
	// Min Length: 5
	// Pattern: ^[^;\/%]*$
	Name *string `json:"name"`

	// node count of the cluster template
	NodeCount int32 `json:"nodeCount,omitempty"`

	// stack type of cluster template
	StackType string `json:"stackType,omitempty"`

	// stack version of cluster template
	StackVersion string `json:"stackVersion,omitempty"`

	// status
	// Enum: [DEFAULT DEFAULT_DELETED USER_MANAGED OUTDATED]
	Status string `json:"status,omitempty"`

	// type
	// Required: true
	// Enum: [SPARK HIVE EDW ETL DATASCIENCE DATAMART DATALAKE DATAENGINEERING DATAENGINEERING_HA STREAMING STREAMING_HA FLOW_MANAGEMENT FLOW_MANAGEMENT_HA OPERATIONALDATABASE OTHER]
	Type *string `json:"type"`
}

ClusterTemplateV4Response cluster template v4 response swagger:model ClusterTemplateV4Response

func (*ClusterTemplateV4Response) MarshalBinary ¶

func (m *ClusterTemplateV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClusterTemplateV4Response) UnmarshalBinary ¶

func (m *ClusterTemplateV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClusterTemplateV4Response) Validate ¶

func (m *ClusterTemplateV4Response) Validate(formats strfmt.Registry) error

Validate validates this cluster template v4 response

type ClusterTemplateV4Responses ¶

type ClusterTemplateV4Responses struct {

	// responses
	Responses []*ClusterTemplateV4Response `json:"responses"`
}

ClusterTemplateV4Responses cluster template v4 responses swagger:model ClusterTemplateV4Responses

func (*ClusterTemplateV4Responses) MarshalBinary ¶

func (m *ClusterTemplateV4Responses) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClusterTemplateV4Responses) UnmarshalBinary ¶

func (m *ClusterTemplateV4Responses) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClusterTemplateV4Responses) Validate ¶

func (m *ClusterTemplateV4Responses) Validate(formats strfmt.Registry) error

Validate validates this cluster template v4 responses

type ClusterTemplateViewV4Response ¶

type ClusterTemplateViewV4Response struct {

	// cloudplatform which this template is compatible with
	CloudPlatform string `json:"cloudPlatform,omitempty"`

	// created
	Created int64 `json:"created,omitempty"`

	// the unique crn of the resource
	Crn string `json:"crn,omitempty"`

	// datalake required which this template is compatible with
	// Enum: [NONE OPTIONAL REQUIRED]
	DatalakeRequired string `json:"datalakeRequired,omitempty"`

	// description of the resource
	// Max Length: 1000
	// Min Length: 0
	Description *string `json:"description,omitempty"`

	// environment crn
	EnvironmentCrn string `json:"environmentCrn,omitempty"`

	// environment name
	EnvironmentName string `json:"environmentName,omitempty"`

	// feature state
	// Enum: [PREVIEW RELEASED]
	FeatureState string `json:"featureState,omitempty"`

	// id of the resource
	ID int64 `json:"id,omitempty"`

	// name of the resource
	// Required: true
	// Max Length: 100
	// Min Length: 5
	// Pattern: (^[a-z][-a-z0-9]*[a-z0-9]$)
	Name *string `json:"name"`

	// node count of the cluster template
	NodeCount int32 `json:"nodeCount,omitempty"`

	// stack type of cluster template
	StackType string `json:"stackType,omitempty"`

	// stack version of cluster template
	StackVersion string `json:"stackVersion,omitempty"`

	// status
	// Enum: [DEFAULT DEFAULT_DELETED USER_MANAGED OUTDATED]
	Status string `json:"status,omitempty"`

	// type of the cluster template
	// Enum: [SPARK HIVE EDW ETL DATASCIENCE DATAMART DATALAKE DATAENGINEERING DATAENGINEERING_HA STREAMING STREAMING_HA FLOW_MANAGEMENT FLOW_MANAGEMENT_HA OPERATIONALDATABASE OTHER]
	Type string `json:"type,omitempty"`
}

ClusterTemplateViewV4Response cluster template view v4 response swagger:model ClusterTemplateViewV4Response

func (*ClusterTemplateViewV4Response) MarshalBinary ¶

func (m *ClusterTemplateViewV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClusterTemplateViewV4Response) UnmarshalBinary ¶

func (m *ClusterTemplateViewV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClusterTemplateViewV4Response) Validate ¶

func (m *ClusterTemplateViewV4Response) Validate(formats strfmt.Registry) error

Validate validates this cluster template view v4 response

type ClusterTemplateViewV4Responses ¶

type ClusterTemplateViewV4Responses struct {

	// responses
	Responses []*ClusterTemplateViewV4Response `json:"responses"`
}

ClusterTemplateViewV4Responses cluster template view v4 responses swagger:model ClusterTemplateViewV4Responses

func (*ClusterTemplateViewV4Responses) MarshalBinary ¶

func (m *ClusterTemplateViewV4Responses) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClusterTemplateViewV4Responses) UnmarshalBinary ¶

func (m *ClusterTemplateViewV4Responses) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClusterTemplateViewV4Responses) Validate ¶

func (m *ClusterTemplateViewV4Responses) Validate(formats strfmt.Registry) error

Validate validates this cluster template view v4 responses

type ClusterV4Request ¶

type ClusterV4Request struct {

	// blueprint name for the cluster
	BlueprintName string `json:"blueprintName,omitempty"`

	// external cloud storage configuration
	CloudStorage *CloudStorageRequest `json:"cloudStorage,omitempty"`

	// cloudera manager specific requests
	Cm *ClouderaManagerV4Request `json:"cm,omitempty"`

	// custom containers
	CustomContainer *CustomContainerV4Request `json:"customContainer,omitempty"`

	// custom queue for yarn orchestrator
	CustomQueue string `json:"customQueue,omitempty"`

	// Contains valid Crn for a redbeams database server
	DatabaseServerCrn string `json:"databaseServerCrn,omitempty"`

	// RDS configuration names for the cluster
	// Unique: true
	Databases []string `json:"databases"`

	// executor type of cluster
	// Enum: [CONTAINER DEFAULT]
	ExecutorType string `json:"executorType,omitempty"`

	// gateway
	Gateway *GatewayV4Request `json:"gateway,omitempty"`

	// ambari password
	// Max Length: 100
	// Min Length: 8
	Password string `json:"password,omitempty"`

	// proxy CRN for the cluster
	ProxyConfigCrn string `json:"proxyConfigCrn,omitempty"`

	// ambari username
	// Max Length: 15
	// Min Length: 5
	// Pattern: (^[a-z][-a-z0-9]*[a-z0-9]$)
	UserName string `json:"userName,omitempty"`

	// blueprint validation
	ValidateBlueprint bool `json:"validateBlueprint,omitempty"`
}

ClusterV4Request cluster v4 request swagger:model ClusterV4Request

func (*ClusterV4Request) MarshalBinary ¶

func (m *ClusterV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClusterV4Request) UnmarshalBinary ¶

func (m *ClusterV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClusterV4Request) Validate ¶

func (m *ClusterV4Request) Validate(formats strfmt.Registry) error

Validate validates this cluster v4 request

type ClusterV4Response ¶

type ClusterV4Response struct {

	// Additional information for ambari cluster
	Attributes map[string]interface{} `json:"attributes,omitempty"`

	// blueprint for the cluster
	Blueprint *BlueprintV4Response `json:"blueprint,omitempty"`

	// filesystem for a specific stack
	CloudStorage *CloudStorageResponse `json:"cloudStorage,omitempty"`

	// cm
	Cm *ClouderaManagerV4Response `json:"cm,omitempty"`

	// CM password for shared usage
	CmMgmtPassword *SecretResponse `json:"cmMgmtPassword,omitempty"`

	// CM username for shared usage
	CmMgmtUser *SecretResponse `json:"cmMgmtUser,omitempty"`

	// Epoch time of cluster creation finish
	CreationFinished int64 `json:"creationFinished,omitempty"`

	// custom containers
	CustomContainers *CustomContainerV4Response `json:"customContainers,omitempty"`

	// custom queue for yarn orchestrator
	CustomQueue string `json:"customQueue,omitempty"`

	// Contains valid Crn for a redbeams database server
	DatabaseServerCrn string `json:"databaseServerCrn,omitempty"`

	// Database configurations for the cluster
	Databases []*DatabaseV4Response `json:"databases"`

	// description of the resource
	Description string `json:"description,omitempty"`

	// cluster exposed services for topologies
	ExposedServices map[string][]ClusterExposedServiceV4Response `json:"exposedServices,omitempty"`

	// blueprint, set this or the url field
	ExtendedBlueprintText string `json:"extendedBlueprintText,omitempty"`

	// gateway
	Gateway *GatewayV4Response `json:"gateway,omitempty"`

	// duration - how long the cluster is running in hours
	HoursUp int32 `json:"hoursUp,omitempty"`

	// id of the resource
	ID int64 `json:"id,omitempty"`

	// duration - how long the cluster is running in minutes (minus hours)
	MinutesUp int32 `json:"minutesUp,omitempty"`

	// name of the resource
	Name string `json:"name,omitempty"`

	// proxy CRN for the cluster
	ProxyConfigCrn string `json:"proxyConfigCrn,omitempty"`

	// proxy config name
	ProxyConfigName string `json:"proxyConfigName,omitempty"`

	// FQDN of the gateway node for the stack
	ServerFqdn string `json:"serverFqdn,omitempty"`

	// public ambari ip of the stack
	ServerIP string `json:"serverIp,omitempty"`

	// public ambari url
	ServerURL string `json:"serverUrl,omitempty"`

	// status of the cluster
	// Enum: [REQUESTED CREATE_IN_PROGRESS AVAILABLE UPDATE_IN_PROGRESS UPDATE_REQUESTED UPDATE_FAILED CREATE_FAILED ENABLE_SECURITY_FAILED PRE_DELETE_IN_PROGRESS DELETE_IN_PROGRESS DELETE_FAILED DELETE_COMPLETED STOPPED STOP_REQUESTED START_REQUESTED STOP_IN_PROGRESS START_IN_PROGRESS START_FAILED STOP_FAILED WAIT_FOR_SYNC MAINTENANCE_MODE_ENABLED AMBIGUOUS EXTERNAL_DATABASE_CREATION_IN_PROGRESS EXTERNAL_DATABASE_CREATION_FAILED EXTERNAL_DATABASE_DELETION_IN_PROGRESS EXTERNAL_DATABASE_DELETION_FINISHED EXTERNAL_DATABASE_DELETION_FAILED]
	Status string `json:"status,omitempty"`

	// status message of the cluster
	StatusReason string `json:"statusReason,omitempty"`

	// duration - how long the cluster is running in milliseconds
	Uptime int64 `json:"uptime,omitempty"`

	// workspace of the resource
	Workspace *WorkspaceResourceV4Response `json:"workspace,omitempty"`
}

ClusterV4Response cluster v4 response swagger:model ClusterV4Response

func (*ClusterV4Response) MarshalBinary ¶

func (m *ClusterV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClusterV4Response) UnmarshalBinary ¶

func (m *ClusterV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClusterV4Response) Validate ¶

func (m *ClusterV4Response) Validate(formats strfmt.Registry) error

Validate validates this cluster v4 response

type ClusterViewV4Response ¶

type ClusterViewV4Response struct {

	// blueprint for the cluster
	Blueprint *BlueprintV4ViewResponse `json:"blueprint,omitempty"`

	// the unique crn of the resource
	Crn string `json:"crn,omitempty"`

	// description of the resource
	// Max Length: 1000
	// Min Length: 0
	Description *string `json:"description,omitempty"`

	// collection of hostgroups
	// Unique: true
	HostGroups []*HostGroupViewV4Response `json:"hostGroups"`

	// id of the resource
	ID int64 `json:"id,omitempty"`

	// name of the resource
	// Required: true
	// Max Length: 100
	// Min Length: 5
	// Pattern: (^[a-z][-a-z0-9]*[a-z0-9]$)
	Name *string `json:"name"`

	// public ambari ip of the stack
	ServerIP string `json:"serverIp,omitempty"`

	// shared service for a specific stack
	SharedServiceResponse *SharedServiceV4Response `json:"sharedServiceResponse,omitempty"`

	// status of the cluster
	// Enum: [REQUESTED CREATE_IN_PROGRESS AVAILABLE UPDATE_IN_PROGRESS UPDATE_REQUESTED UPDATE_FAILED CREATE_FAILED ENABLE_SECURITY_FAILED PRE_DELETE_IN_PROGRESS DELETE_IN_PROGRESS DELETE_FAILED DELETE_COMPLETED STOPPED STOP_REQUESTED START_REQUESTED STOP_IN_PROGRESS START_IN_PROGRESS START_FAILED STOP_FAILED WAIT_FOR_SYNC MAINTENANCE_MODE_ENABLED AMBIGUOUS EXTERNAL_DATABASE_CREATION_IN_PROGRESS EXTERNAL_DATABASE_CREATION_FAILED EXTERNAL_DATABASE_DELETION_IN_PROGRESS EXTERNAL_DATABASE_DELETION_FINISHED EXTERNAL_DATABASE_DELETION_FAILED]
	Status string `json:"status,omitempty"`
}

ClusterViewV4Response cluster view v4 response swagger:model ClusterViewV4Response

func (*ClusterViewV4Response) MarshalBinary ¶

func (m *ClusterViewV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ClusterViewV4Response) UnmarshalBinary ¶

func (m *ClusterViewV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ClusterViewV4Response) Validate ¶

func (m *ClusterViewV4Response) Validate(formats strfmt.Registry) error

Validate validates this cluster view v4 response

type CreateClusterTemplateRequest ¶

type CreateClusterTemplateRequest struct {

	// cluster template content
	ClusterTemplateContent string `json:"clusterTemplateContent,omitempty"`

	// cluster template name
	ClusterTemplateName string `json:"clusterTemplateName,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// tags
	Tags []*DatahubResourceTagRequest `json:"tags"`
}

CreateClusterTemplateRequest create cluster template request swagger:model CreateClusterTemplateRequest

func (*CreateClusterTemplateRequest) MarshalBinary ¶

func (m *CreateClusterTemplateRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateClusterTemplateRequest) UnmarshalBinary ¶

func (m *CreateClusterTemplateRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateClusterTemplateRequest) Validate ¶

func (m *CreateClusterTemplateRequest) Validate(formats strfmt.Registry) error

Validate validates this create cluster template request

type CreateRecipeRequest ¶

type CreateRecipeRequest struct {

	// description
	Description string `json:"description,omitempty"`

	// recipe content
	RecipeContent string `json:"recipeContent,omitempty"`

	// recipe name
	RecipeName string `json:"recipeName,omitempty"`

	// type
	Type string `json:"type,omitempty"`
}

CreateRecipeRequest create recipe request swagger:model CreateRecipeRequest

func (*CreateRecipeRequest) MarshalBinary ¶

func (m *CreateRecipeRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateRecipeRequest) UnmarshalBinary ¶

func (m *CreateRecipeRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateRecipeRequest) Validate ¶

func (m *CreateRecipeRequest) Validate(formats strfmt.Registry) error

Validate validates this create recipe request

type CustomContainerV4Request ¶

type CustomContainerV4Request struct {

	// definitions
	Definitions map[string]string `json:"definitions,omitempty"`
}

CustomContainerV4Request custom container v4 request swagger:model CustomContainerV4Request

func (*CustomContainerV4Request) MarshalBinary ¶

func (m *CustomContainerV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CustomContainerV4Request) UnmarshalBinary ¶

func (m *CustomContainerV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CustomContainerV4Request) Validate ¶

func (m *CustomContainerV4Request) Validate(formats strfmt.Registry) error

Validate validates this custom container v4 request

type CustomContainerV4Response ¶

type CustomContainerV4Response struct {

	// definitions
	Definitions map[string]string `json:"definitions,omitempty"`
}

CustomContainerV4Response custom container v4 response swagger:model CustomContainerV4Response

func (*CustomContainerV4Response) MarshalBinary ¶

func (m *CustomContainerV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CustomContainerV4Response) UnmarshalBinary ¶

func (m *CustomContainerV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CustomContainerV4Response) Validate ¶

func (m *CustomContainerV4Response) Validate(formats strfmt.Registry) error

Validate validates this custom container v4 response

type CustomDomainSettingsV4Request ¶

type CustomDomainSettingsV4Request struct {

	// using the cluster name to create subdomain
	ClusterNameAsSubdomain bool `json:"clusterNameAsSubdomain,omitempty"`

	// custom domain name for the nodes in the stack
	DomainName string `json:"domainName,omitempty"`

	// using the hostgroup names to create hostnames
	HostgroupNameAsHostname bool `json:"hostgroupNameAsHostname,omitempty"`

	// custom hostname for nodes in the stack
	Hostname string `json:"hostname,omitempty"`
}

CustomDomainSettingsV4Request custom domain settings v4 request swagger:model CustomDomainSettingsV4Request

func (*CustomDomainSettingsV4Request) MarshalBinary ¶

func (m *CustomDomainSettingsV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CustomDomainSettingsV4Request) UnmarshalBinary ¶

func (m *CustomDomainSettingsV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CustomDomainSettingsV4Request) Validate ¶

func (m *CustomDomainSettingsV4Request) Validate(formats strfmt.Registry) error

Validate validates this custom domain settings v4 request

type CustomDomainSettingsV4Response ¶

type CustomDomainSettingsV4Response struct {

	// using the cluster name to create subdomain
	ClusterNameAsSubdomain bool `json:"clusterNameAsSubdomain,omitempty"`

	// custom domain name for the nodes in the stack
	DomainName string `json:"domainName,omitempty"`

	// using the hostgroup names to create hostnames
	HostgroupNameAsHostname bool `json:"hostgroupNameAsHostname,omitempty"`

	// custom hostname for nodes in the stack
	Hostname string `json:"hostname,omitempty"`
}

CustomDomainSettingsV4Response custom domain settings v4 response swagger:model CustomDomainSettingsV4Response

func (*CustomDomainSettingsV4Response) MarshalBinary ¶

func (m *CustomDomainSettingsV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CustomDomainSettingsV4Response) UnmarshalBinary ¶

func (m *CustomDomainSettingsV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CustomDomainSettingsV4Response) Validate ¶

func (m *CustomDomainSettingsV4Response) Validate(formats strfmt.Registry) error

Validate validates this custom domain settings v4 response

type DatabaseRequest ¶

type DatabaseRequest struct {

	// availability type
	// Required: true
	// Enum: [NONE NON_HA HA]
	AvailabilityType *string `json:"availabilityType"`
}

DatabaseRequest database request swagger:model DatabaseRequest

func (*DatabaseRequest) MarshalBinary ¶

func (m *DatabaseRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DatabaseRequest) UnmarshalBinary ¶

func (m *DatabaseRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DatabaseRequest) Validate ¶

func (m *DatabaseRequest) Validate(formats strfmt.Registry) error

Validate validates this database request

type DatabaseResponse ¶

type DatabaseResponse struct {

	// availability type
	// Required: true
	// Enum: [NONE NON_HA HA]
	AvailabilityType *string `json:"availabilityType"`
}

DatabaseResponse database response swagger:model DatabaseResponse

func (*DatabaseResponse) MarshalBinary ¶

func (m *DatabaseResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DatabaseResponse) UnmarshalBinary ¶

func (m *DatabaseResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DatabaseResponse) Validate ¶

func (m *DatabaseResponse) Validate(formats strfmt.Registry) error

Validate validates this database response

type DatabaseV4Request ¶

type DatabaseV4Request struct {

	// Password to use for the jdbc connection
	// Required: true
	ConnectionPassword *string `json:"connectionPassword"`

	// JDBC connection URL in the form of jdbc:<db-type>://<address>:<port>/<db>
	// Required: true
	ConnectionURL *string `json:"connectionURL"`

	// Username to use for the jdbc connection
	// Required: true
	ConnectionUserName *string `json:"connectionUserName"`

	// URL that points to the jar of the connection driver(connector)
	ConnectorJarURL string `json:"connectorJarUrl,omitempty"`

	// description of the resource
	// Max Length: 1000
	// Min Length: 0
	Description *string `json:"description,omitempty"`

	// Name of the RDS configuration resource
	// Required: true
	// Max Length: 100
	// Min Length: 5
	// Pattern: (^[a-z][-a-z0-9]*[a-z0-9]$)
	Name *string `json:"name"`

	// Oracle specific properties
	Oracle *OracleParameters `json:"oracle,omitempty"`

	// Type of RDS, aka the service name that will use the RDS like HIVE, DRUID, SUPERSET, RANGER, etc.
	// Required: true
	Type *string `json:"type"`
}

DatabaseV4Request database v4 request swagger:model DatabaseV4Request

func (*DatabaseV4Request) MarshalBinary ¶

func (m *DatabaseV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DatabaseV4Request) UnmarshalBinary ¶

func (m *DatabaseV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DatabaseV4Request) Validate ¶

func (m *DatabaseV4Request) Validate(formats strfmt.Registry) error

Validate validates this database v4 request

type DatabaseV4Response ¶

type DatabaseV4Response struct {

	// list of clusters which use config
	// Unique: true
	ClusterNames []string `json:"clusterNames"`

	// Name of the JDBC connection driver (for example: 'org.postgresql.Driver')
	// Required: true
	ConnectionDriver *string `json:"connectionDriver"`

	// Password to use for the jdbc connection
	ConnectionPassword *SecretResponse `json:"connectionPassword,omitempty"`

	// JDBC connection URL in the form of jdbc:<db-type>://<address>:<port>/<db>
	// Required: true
	ConnectionURL *string `json:"connectionURL"`

	// Username to use for the jdbc connection
	ConnectionUserName *SecretResponse `json:"connectionUserName,omitempty"`

	// URL that points to the jar of the connection driver(connector)
	ConnectorJarURL string `json:"connectorJarUrl,omitempty"`

	// creation time of the resource in long
	CreationDate int64 `json:"creationDate,omitempty"`

	// Name of the external database engine (MYSQL, POSTGRES...)
	// Required: true
	DatabaseEngine *string `json:"databaseEngine"`

	// Display name of the external database engine (Mysql, PostgreSQL...)
	// Required: true
	DatabaseEngineDisplayName *string `json:"databaseEngineDisplayName"`

	// description of the resource
	// Max Length: 1000
	// Min Length: 0
	Description *string `json:"description,omitempty"`

	// id of the resource
	ID int64 `json:"id,omitempty"`

	// Name of the RDS configuration resource
	// Required: true
	// Max Length: 100
	// Min Length: 5
	// Pattern: (^[a-z][-a-z0-9]*[a-z0-9]$)
	Name *string `json:"name"`

	// Type of RDS, aka the service name that will use the RDS like HIVE, DRUID, SUPERSET, RANGER, etc.
	// Required: true
	Type *string `json:"type"`

	// workspace of the resource
	Workspace *WorkspaceResourceV4Response `json:"workspace,omitempty"`
}

DatabaseV4Response database v4 response swagger:model DatabaseV4Response

func (*DatabaseV4Response) MarshalBinary ¶

func (m *DatabaseV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DatabaseV4Response) UnmarshalBinary ¶

func (m *DatabaseV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DatabaseV4Response) Validate ¶

func (m *DatabaseV4Response) Validate(formats strfmt.Registry) error

Validate validates this database v4 response

type DatabaseV4Responses ¶

type DatabaseV4Responses struct {

	// responses
	Responses []*DatabaseV4Response `json:"responses"`
}

DatabaseV4Responses database v4 responses swagger:model DatabaseV4Responses

func (*DatabaseV4Responses) MarshalBinary ¶

func (m *DatabaseV4Responses) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DatabaseV4Responses) UnmarshalBinary ¶

func (m *DatabaseV4Responses) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DatabaseV4Responses) Validate ¶

func (m *DatabaseV4Responses) Validate(formats strfmt.Registry) error

Validate validates this database v4 responses

type DatahubResourceTagRequest ¶

type DatahubResourceTagRequest struct {

	// key
	Key string `json:"key,omitempty"`

	// value
	Value string `json:"value,omitempty"`
}

DatahubResourceTagRequest datahub resource tag request swagger:model DatahubResourceTagRequest

func (*DatahubResourceTagRequest) MarshalBinary ¶

func (m *DatahubResourceTagRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DatahubResourceTagRequest) UnmarshalBinary ¶

func (m *DatahubResourceTagRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DatahubResourceTagRequest) Validate ¶

func (m *DatahubResourceTagRequest) Validate(formats strfmt.Registry) error

Validate validates this datahub resource tag request

type DeploymentPreferencesV4Response ¶

type DeploymentPreferencesV4Response struct {

	// feature switch v4s
	// Unique: true
	FeatureSwitchV4s []string `json:"featureSwitchV4s"`

	// platform enablement
	PlatformEnablement map[string]bool `json:"platformEnablement,omitempty"`

	// platform selection disabled
	PlatformSelectionDisabled bool `json:"platformSelectionDisabled,omitempty"`

	// supported external databases
	// Unique: true
	SupportedExternalDatabases []*SupportedExternalDatabaseServiceEntryV4Response `json:"supportedExternalDatabases"`
}

DeploymentPreferencesV4Response deployment preferences v4 response swagger:model DeploymentPreferencesV4Response

func (*DeploymentPreferencesV4Response) MarshalBinary ¶

func (m *DeploymentPreferencesV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DeploymentPreferencesV4Response) UnmarshalBinary ¶

func (m *DeploymentPreferencesV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DeploymentPreferencesV4Response) Validate ¶

Validate validates this deployment preferences v4 response

type DiskV4Response ¶

type DiskV4Response struct {

	// display name
	DisplayName string `json:"displayName,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// type
	Type string `json:"type,omitempty"`
}

DiskV4Response disk v4 response swagger:model DiskV4Response

func (*DiskV4Response) MarshalBinary ¶

func (m *DiskV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DiskV4Response) UnmarshalBinary ¶

func (m *DiskV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DiskV4Response) Validate ¶

func (m *DiskV4Response) Validate(formats strfmt.Registry) error

Validate validates this disk v4 response

type DistroXClusterV1Request ¶

type DistroXClusterV1Request struct {

	// blueprint name for the cluster
	// Required: true
	BlueprintName *string `json:"blueprintName"`

	// external cloud storage configuration
	CloudStorage *CloudStorageRequest `json:"cloudStorage,omitempty"`

	// cloudera manager specific requests
	Cm *ClouderaManagerV1Request `json:"cm,omitempty"`

	// RDS configuration names for the cluster
	// Unique: true
	Databases []string `json:"databases"`

	// exposed services
	ExposedServices []string `json:"exposedServices"`

	// ambari password
	// Required: true
	// Max Length: 100
	// Min Length: 8
	Password *string `json:"password"`

	// proxy configuration name for the cluster
	Proxy string `json:"proxy,omitempty"`

	// ambari username
	// Required: true
	// Max Length: 15
	// Min Length: 5
	// Pattern: (^[a-z][-a-z0-9]*[a-z0-9]$)
	UserName *string `json:"userName"`

	// blueprint validation
	ValidateBlueprint bool `json:"validateBlueprint,omitempty"`
}

DistroXClusterV1Request distro x cluster v1 request swagger:model DistroXClusterV1Request

func (*DistroXClusterV1Request) MarshalBinary ¶

func (m *DistroXClusterV1Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DistroXClusterV1Request) UnmarshalBinary ¶

func (m *DistroXClusterV1Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DistroXClusterV1Request) Validate ¶

func (m *DistroXClusterV1Request) Validate(formats strfmt.Registry) error

Validate validates this distro x cluster v1 request

type DistroXDatabaseRequest ¶

type DistroXDatabaseRequest struct {

	// availability type
	// Required: true
	// Enum: [NONE NON_HA HA]
	AvailabilityType *string `json:"availabilityType"`
}

DistroXDatabaseRequest distro x database request swagger:model DistroXDatabaseRequest

func (*DistroXDatabaseRequest) MarshalBinary ¶

func (m *DistroXDatabaseRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DistroXDatabaseRequest) UnmarshalBinary ¶

func (m *DistroXDatabaseRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DistroXDatabaseRequest) Validate ¶

func (m *DistroXDatabaseRequest) Validate(formats strfmt.Registry) error

Validate validates this distro x database request

type DistroXImageV1Request ¶

type DistroXImageV1Request struct {

	// custom image catalog URL
	Catalog string `json:"catalog,omitempty"`

	// virtual machine image id from ImageCatalog, machines of the cluster will be started from this image
	ID string `json:"id,omitempty"`
}

DistroXImageV1Request distro x image v1 request swagger:model DistroXImageV1Request

func (*DistroXImageV1Request) MarshalBinary ¶

func (m *DistroXImageV1Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DistroXImageV1Request) UnmarshalBinary ¶

func (m *DistroXImageV1Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DistroXImageV1Request) Validate ¶

func (m *DistroXImageV1Request) Validate(formats strfmt.Registry) error

Validate validates this distro x image v1 request

type DistroXMaintenanceModeV1Request ¶

type DistroXMaintenanceModeV1Request struct {

	// maintenance mode status
	// Enum: [ENABLED VALIDATION_REQUESTED DISABLED]
	Status string `json:"status,omitempty"`
}

DistroXMaintenanceModeV1Request distro x maintenance mode v1 request swagger:model DistroXMaintenanceModeV1Request

func (*DistroXMaintenanceModeV1Request) MarshalBinary ¶

func (m *DistroXMaintenanceModeV1Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DistroXMaintenanceModeV1Request) UnmarshalBinary ¶

func (m *DistroXMaintenanceModeV1Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DistroXMaintenanceModeV1Request) Validate ¶

Validate validates this distro x maintenance mode v1 request

type DistroXMultiDeleteV1Request ¶

type DistroXMultiDeleteV1Request struct {

	// crns
	// Unique: true
	Crns []string `json:"crns"`

	// names
	// Unique: true
	Names []string `json:"names"`
}

DistroXMultiDeleteV1Request distro x multi delete v1 request swagger:model DistroXMultiDeleteV1Request

func (*DistroXMultiDeleteV1Request) MarshalBinary ¶

func (m *DistroXMultiDeleteV1Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DistroXMultiDeleteV1Request) UnmarshalBinary ¶

func (m *DistroXMultiDeleteV1Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DistroXMultiDeleteV1Request) Validate ¶

func (m *DistroXMultiDeleteV1Request) Validate(formats strfmt.Registry) error

Validate validates this distro x multi delete v1 request

type DistroXRepairNodesV1Request ¶

type DistroXRepairNodesV1Request struct {

	// If true, delete volumes, otherwise reattaches them to a newly created node instance.
	DeleteVolumes bool `json:"deleteVolumes,omitempty"`

	// Node ID list of nodes that need replacement.
	Ids []string `json:"ids"`
}

DistroXRepairNodesV1Request distro x repair nodes v1 request swagger:model DistroXRepairNodesV1Request

func (*DistroXRepairNodesV1Request) MarshalBinary ¶

func (m *DistroXRepairNodesV1Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DistroXRepairNodesV1Request) UnmarshalBinary ¶

func (m *DistroXRepairNodesV1Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DistroXRepairNodesV1Request) Validate ¶

func (m *DistroXRepairNodesV1Request) Validate(formats strfmt.Registry) error

Validate validates this distro x repair nodes v1 request

type DistroXRepairV1Request ¶

type DistroXRepairV1Request struct {

	// List of hostgroups where the failed nodes will be repaired
	// Required: true
	HostGroups []string `json:"hostGroups"`

	// Object consisting of deleteVolumes flag and a list of node IDs which will be repaired specifically. The existing disk volumes on the nodes will be re-created if the deleteVolumes flag is true.
	Nodes *DistroXRepairNodesV1Request `json:"nodes,omitempty"`

	// If true, the failed nodes will only be removed, otherwise the failed nodes will be removed and new nodes will be started.
	RemoveOnly bool `json:"removeOnly,omitempty"`
}

DistroXRepairV1Request distro x repair v1 request swagger:model DistroXRepairV1Request

func (*DistroXRepairV1Request) MarshalBinary ¶

func (m *DistroXRepairV1Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DistroXRepairV1Request) UnmarshalBinary ¶

func (m *DistroXRepairV1Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DistroXRepairV1Request) Validate ¶

func (m *DistroXRepairV1Request) Validate(formats strfmt.Registry) error

Validate validates this distro x repair v1 request

type DistroXScaleV1Request ¶

type DistroXScaleV1Request struct {

	// scaling adjustment of the instance groups
	// Required: true
	DesiredCount *int32 `json:"desiredCount"`

	// name of the instance group
	// Required: true
	Group *string `json:"group"`
}

DistroXScaleV1Request distro x scale v1 request swagger:model DistroXScaleV1Request

func (*DistroXScaleV1Request) MarshalBinary ¶

func (m *DistroXScaleV1Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DistroXScaleV1Request) UnmarshalBinary ¶

func (m *DistroXScaleV1Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DistroXScaleV1Request) Validate ¶

func (m *DistroXScaleV1Request) Validate(formats strfmt.Registry) error

Validate validates this distro x scale v1 request

type DistroXV1Request ¶

type DistroXV1Request struct {

	// aws specific parameters for stack
	Aws AwsDistroXV1Parameters `json:"aws,omitempty"`

	// azure specific parameters for stack
	Azure *AzureDistroXV1Parameters `json:"azure,omitempty"`

	// cloud platform
	// Enum: [AWS GCP AZURE OPENSTACK YARN MOCK]
	CloudPlatform string `json:"cloudPlatform,omitempty"`

	// cluster
	Cluster *DistroXClusterV1Request `json:"cluster,omitempty"`

	// environment name
	EnvironmentName string `json:"environmentName,omitempty"`

	// external database
	ExternalDatabase *DistroXDatabaseRequest `json:"externalDatabase,omitempty"`

	// image
	Image *DistroXImageV1Request `json:"image,omitempty"`

	// inputs
	Inputs map[string]interface{} `json:"inputs,omitempty"`

	// instance groups
	// Unique: true
	InstanceGroups []*InstanceGroupV1Request `json:"instanceGroups"`

	// name of the stack
	// Required: true
	Name *string `json:"name"`

	// network
	Network *NetworkV1Request `json:"network,omitempty"`

	// sdx
	Sdx *SdxV1Request `json:"sdx,omitempty"`

	// tags
	Tags *TagsV1Request `json:"tags,omitempty"`

	// time to live
	TimeToLive int64 `json:"timeToLive,omitempty"`

	// yarn
	Yarn *YarnDistroXV1Parameters `json:"yarn,omitempty"`
}

DistroXV1Request distro x v1 request swagger:model DistroXV1Request

func (*DistroXV1Request) MarshalBinary ¶

func (m *DistroXV1Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DistroXV1Request) UnmarshalBinary ¶

func (m *DistroXV1Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DistroXV1Request) Validate ¶

func (m *DistroXV1Request) Validate(formats strfmt.Registry) error

Validate validates this distro x v1 request

type DurationV4Request ¶

type DurationV4Request struct {

	// days
	// Minimum: 0
	Days *int32 `json:"days,omitempty"`

	// hours
	// Maximum: 23
	// Minimum: 0
	Hours *int32 `json:"hours,omitempty"`

	// minutes
	// Maximum: 59
	// Minimum: 0
	Minutes *int32 `json:"minutes,omitempty"`
}

DurationV4Request duration v4 request swagger:model DurationV4Request

func (*DurationV4Request) MarshalBinary ¶

func (m *DurationV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DurationV4Request) UnmarshalBinary ¶

func (m *DurationV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DurationV4Request) Validate ¶

func (m *DurationV4Request) Validate(formats strfmt.Registry) error

Validate validates this duration v4 request

type DurationV4Response ¶

type DurationV4Response struct {

	// days
	// Minimum: 0
	Days *int32 `json:"days,omitempty"`

	// hours
	// Maximum: 23
	// Minimum: 0
	Hours *int32 `json:"hours,omitempty"`

	// minutes
	// Maximum: 59
	// Minimum: 0
	Minutes *int32 `json:"minutes,omitempty"`
}

DurationV4Response duration v4 response swagger:model DurationV4Response

func (*DurationV4Response) MarshalBinary ¶

func (m *DurationV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DurationV4Response) UnmarshalBinary ¶

func (m *DurationV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DurationV4Response) Validate ¶

func (m *DurationV4Response) Validate(formats strfmt.Registry) error

Validate validates this duration v4 response

type ExposedServiceV4Response ¶

type ExposedServiceV4Response struct {

	// display name
	DisplayName string `json:"displayName,omitempty"`

	// knox service
	KnoxService string `json:"knoxService,omitempty"`

	// knox Url
	KnoxURL string `json:"knoxUrl,omitempty"`

	// service name
	ServiceName string `json:"serviceName,omitempty"`
}

ExposedServiceV4Response exposed service v4 response swagger:model ExposedServiceV4Response

func (*ExposedServiceV4Response) MarshalBinary ¶

func (m *ExposedServiceV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ExposedServiceV4Response) UnmarshalBinary ¶

func (m *ExposedServiceV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ExposedServiceV4Response) Validate ¶

func (m *ExposedServiceV4Response) Validate(formats strfmt.Registry) error

Validate validates this exposed service v4 response

type ExposedServiceV4Responses ¶

type ExposedServiceV4Responses struct {

	// responses
	Responses []*ExposedServiceV4Response `json:"responses"`
}

ExposedServiceV4Responses exposed service v4 responses swagger:model ExposedServiceV4Responses

func (*ExposedServiceV4Responses) MarshalBinary ¶

func (m *ExposedServiceV4Responses) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ExposedServiceV4Responses) UnmarshalBinary ¶

func (m *ExposedServiceV4Responses) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ExposedServiceV4Responses) Validate ¶

func (m *ExposedServiceV4Responses) Validate(formats strfmt.Registry) error

Validate validates this exposed service v4 responses

type FeatureSetting ¶

type FeatureSetting struct {

	// enabled
	// Required: true
	Enabled *bool `json:"enabled"`
}

FeatureSetting feature setting swagger:model FeatureSetting

func (*FeatureSetting) MarshalBinary ¶

func (m *FeatureSetting) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*FeatureSetting) UnmarshalBinary ¶

func (m *FeatureSetting) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*FeatureSetting) Validate ¶

func (m *FeatureSetting) Validate(formats strfmt.Registry) error

Validate validates this feature setting

type FeaturesRequest ¶

type FeaturesRequest struct {

	// enable cluster logs collection
	ClusterLogsCollection *FeatureSetting `json:"clusterLogsCollection,omitempty"`

	// Workload analytics (telemetry) settings.
	WorkloadAnalytics *FeatureSetting `json:"workloadAnalytics,omitempty"`
}

FeaturesRequest features request swagger:model FeaturesRequest

func (*FeaturesRequest) MarshalBinary ¶

func (m *FeaturesRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*FeaturesRequest) UnmarshalBinary ¶

func (m *FeaturesRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*FeaturesRequest) Validate ¶

func (m *FeaturesRequest) Validate(formats strfmt.Registry) error

Validate validates this features request

type FeaturesResponse ¶

type FeaturesResponse struct {

	// enable cluster logs collection
	ClusterLogsCollection *FeatureSetting `json:"clusterLogsCollection,omitempty"`

	// Telemetry metering feature setting
	Metering *FeatureSetting `json:"metering,omitempty"`

	// enable shared Altus credential usage
	UseSharedAltusCredential *FeatureSetting `json:"useSharedAltusCredential,omitempty"`

	// Workload analytics (telemetry) settings.
	WorkloadAnalytics *FeatureSetting `json:"workloadAnalytics,omitempty"`
}

FeaturesResponse features response swagger:model FeaturesResponse

func (*FeaturesResponse) MarshalBinary ¶

func (m *FeaturesResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*FeaturesResponse) UnmarshalBinary ¶

func (m *FeaturesResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*FeaturesResponse) Validate ¶

func (m *FeaturesResponse) Validate(formats strfmt.Registry) error

Validate validates this features response

type FileSystemParameterV4Response ¶

type FileSystemParameterV4Response struct {

	// default path
	DefaultPath string `json:"defaultPath,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// property display name
	PropertyDisplayName string `json:"propertyDisplayName,omitempty"`

	// property file
	PropertyFile string `json:"propertyFile,omitempty"`

	// property name
	PropertyName string `json:"propertyName,omitempty"`

	// protocol
	Protocol string `json:"protocol,omitempty"`

	// related missing services
	// Unique: true
	RelatedMissingServices []string `json:"relatedMissingServices"`

	// related services
	// Unique: true
	RelatedServices []string `json:"relatedServices"`

	// secure
	Secure bool `json:"secure,omitempty"`

	// type
	Type string `json:"type,omitempty"`
}

FileSystemParameterV4Response file system parameter v4 response swagger:model FileSystemParameterV4Response

func (*FileSystemParameterV4Response) MarshalBinary ¶

func (m *FileSystemParameterV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*FileSystemParameterV4Response) UnmarshalBinary ¶

func (m *FileSystemParameterV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*FileSystemParameterV4Response) Validate ¶

func (m *FileSystemParameterV4Response) Validate(formats strfmt.Registry) error

Validate validates this file system parameter v4 response

type FileSystemParameterV4Responses ¶

type FileSystemParameterV4Responses struct {

	// responses
	Responses []*FileSystemParameterV4Response `json:"responses"`
}

FileSystemParameterV4Responses file system parameter v4 responses swagger:model FileSystemParameterV4Responses

func (*FileSystemParameterV4Responses) MarshalBinary ¶

func (m *FileSystemParameterV4Responses) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*FileSystemParameterV4Responses) UnmarshalBinary ¶

func (m *FileSystemParameterV4Responses) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*FileSystemParameterV4Responses) Validate ¶

func (m *FileSystemParameterV4Responses) Validate(formats strfmt.Registry) error

Validate validates this file system parameter v4 responses

type FlowCheckResponse ¶

type FlowCheckResponse struct {

	// flow chain Id
	FlowChainID string `json:"flowChainId,omitempty"`

	// flow Id
	FlowID string `json:"flowId,omitempty"`

	// has active flow
	HasActiveFlow bool `json:"hasActiveFlow,omitempty"`
}

FlowCheckResponse flow check response swagger:model FlowCheckResponse

func (*FlowCheckResponse) MarshalBinary ¶

func (m *FlowCheckResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*FlowCheckResponse) UnmarshalBinary ¶

func (m *FlowCheckResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*FlowCheckResponse) Validate ¶

func (m *FlowCheckResponse) Validate(formats strfmt.Registry) error

Validate validates this flow check response

type FlowDetails ¶

type FlowDetails struct {

	// duration
	Duration int64 `json:"duration,omitempty"`

	// flow chain Id
	FlowChainID string `json:"flowChainId,omitempty"`

	// flow chain type
	FlowChainType string `json:"flowChainType,omitempty"`

	// flow event
	FlowEvent string `json:"flowEvent,omitempty"`

	// flow Id
	FlowID string `json:"flowId,omitempty"`

	// flow state
	FlowState string `json:"flowState,omitempty"`

	// flow type
	FlowType string `json:"flowType,omitempty"`

	// next flow state
	NextFlowState string `json:"nextFlowState,omitempty"`
}

FlowDetails flow details swagger:model FlowDetails

func (*FlowDetails) MarshalBinary ¶

func (m *FlowDetails) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*FlowDetails) UnmarshalBinary ¶

func (m *FlowDetails) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*FlowDetails) Validate ¶

func (m *FlowDetails) Validate(formats strfmt.Registry) error

Validate validates this flow details

type FlowIdentifier ¶

type FlowIdentifier struct {

	// pollable Id
	PollableID string `json:"pollableId,omitempty"`

	// type
	// Enum: [FLOW FLOW_CHAIN NOT_TRIGGERED]
	Type string `json:"type,omitempty"`
}

FlowIdentifier flow identifier swagger:model FlowIdentifier

func (*FlowIdentifier) MarshalBinary ¶

func (m *FlowIdentifier) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*FlowIdentifier) UnmarshalBinary ¶

func (m *FlowIdentifier) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*FlowIdentifier) Validate ¶

func (m *FlowIdentifier) Validate(formats strfmt.Registry) error

Validate validates this flow identifier

type FlowLogResponse ¶

type FlowLogResponse struct {

	// created
	Created int64 `json:"created,omitempty"`

	// current state
	CurrentState string `json:"currentState,omitempty"`

	// finalized
	Finalized bool `json:"finalized,omitempty"`

	// flow chain Id
	FlowChainID string `json:"flowChainId,omitempty"`

	// flow Id
	FlowID string `json:"flowId,omitempty"`

	// flow trigger user crn
	FlowTriggerUserCrn string `json:"flowTriggerUserCrn,omitempty"`

	// next event
	NextEvent string `json:"nextEvent,omitempty"`

	// node Id
	NodeID string `json:"nodeId,omitempty"`

	// resource Id
	ResourceID int64 `json:"resourceId,omitempty"`

	// state status
	// Enum: [PENDING SUCCESSFUL FAILED]
	StateStatus string `json:"stateStatus,omitempty"`
}

FlowLogResponse flow log response swagger:model FlowLogResponse

func (*FlowLogResponse) MarshalBinary ¶

func (m *FlowLogResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*FlowLogResponse) UnmarshalBinary ¶

func (m *FlowLogResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*FlowLogResponse) Validate ¶

func (m *FlowLogResponse) Validate(formats strfmt.Registry) error

Validate validates this flow log response

type GatewayRecommendationV4Response ¶

type GatewayRecommendationV4Response struct {

	// host groups
	// Unique: true
	HostGroups []string `json:"hostGroups"`
}

GatewayRecommendationV4Response gateway recommendation v4 response swagger:model GatewayRecommendationV4Response

func (*GatewayRecommendationV4Response) MarshalBinary ¶

func (m *GatewayRecommendationV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GatewayRecommendationV4Response) UnmarshalBinary ¶

func (m *GatewayRecommendationV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GatewayRecommendationV4Response) Validate ¶

Validate validates this gateway recommendation v4 response

type GatewayTopologyV4Request ¶

type GatewayTopologyV4Request struct {

	// exposed Knox services - those services that should be accessible through Knox gateway.
	ExposedServices []string `json:"exposedServices"`

	// Knox topology name
	TopologyName string `json:"topologyName,omitempty"`
}

GatewayTopologyV4Request gateway topology v4 request swagger:model GatewayTopologyV4Request

func (*GatewayTopologyV4Request) MarshalBinary ¶

func (m *GatewayTopologyV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GatewayTopologyV4Request) UnmarshalBinary ¶

func (m *GatewayTopologyV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GatewayTopologyV4Request) Validate ¶

func (m *GatewayTopologyV4Request) Validate(formats strfmt.Registry) error

Validate validates this gateway topology v4 request

type GatewayTopologyV4Response ¶

type GatewayTopologyV4Response struct {

	// exposed Knox services - those services that should be accessible through Knox gateway.
	ExposedServices []string `json:"exposedServices"`

	// Knox topology name
	TopologyName string `json:"topologyName,omitempty"`
}

GatewayTopologyV4Response gateway topology v4 response swagger:model GatewayTopologyV4Response

func (*GatewayTopologyV4Response) MarshalBinary ¶

func (m *GatewayTopologyV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GatewayTopologyV4Response) UnmarshalBinary ¶

func (m *GatewayTopologyV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GatewayTopologyV4Response) Validate ¶

func (m *GatewayTopologyV4Response) Validate(formats strfmt.Registry) error

Validate validates this gateway topology v4 response

type GatewayV4Request ¶

type GatewayV4Request struct {

	// Knox gateway type
	// Enum: [CENTRAL INDIVIDUAL]
	GatewayType string `json:"gatewayType,omitempty"`

	// Knox SSO type
	// Enum: [SSO_PROVIDER NONE]
	SsoType string `json:"ssoType,omitempty"`

	// SSO Provider certificate
	TokenCert string `json:"tokenCert,omitempty"`

	// Topology definitions of the gateway.
	Topologies []*GatewayTopologyV4Request `json:"topologies"`
}

GatewayV4Request gateway v4 request swagger:model GatewayV4Request

func (*GatewayV4Request) MarshalBinary ¶

func (m *GatewayV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GatewayV4Request) UnmarshalBinary ¶

func (m *GatewayV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GatewayV4Request) Validate ¶

func (m *GatewayV4Request) Validate(formats strfmt.Registry) error

Validate validates this gateway v4 request

type GatewayV4Response ¶

type GatewayV4Response struct {

	// Knox gateway type
	// Enum: [CENTRAL INDIVIDUAL]
	GatewayType string `json:"gatewayType,omitempty"`

	// Knox SSO type
	// Enum: [SSO_PROVIDER NONE]
	SsoType string `json:"ssoType,omitempty"`

	// SSO Provider certificate
	TokenCert string `json:"tokenCert,omitempty"`

	// Topology definitions of the gateway.
	Topologies []*GatewayTopologyV4Response `json:"topologies"`
}

GatewayV4Response gateway v4 response swagger:model GatewayV4Response

func (*GatewayV4Response) MarshalBinary ¶

func (m *GatewayV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GatewayV4Response) UnmarshalBinary ¶

func (m *GatewayV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GatewayV4Response) Validate ¶

func (m *GatewayV4Response) Validate(formats strfmt.Registry) error

Validate validates this gateway v4 response

type GcpEncryptionV4Parameters ¶

type GcpEncryptionV4Parameters struct {

	// encryption key for vm
	Key string `json:"key,omitempty"`

	// encryption method for the key (RAW|RSA)
	// Enum: [RAW RSA KMS]
	KeyEncryptionMethod string `json:"keyEncryptionMethod,omitempty"`

	// encryption type for vm (DEFAULT|CUSTOM|NONE)
	// Enum: [DEFAULT NONE CUSTOM]
	Type string `json:"type,omitempty"`
}

GcpEncryptionV4Parameters gcp encryption v4 parameters swagger:model GcpEncryptionV4Parameters

func (*GcpEncryptionV4Parameters) MarshalBinary ¶

func (m *GcpEncryptionV4Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GcpEncryptionV4Parameters) UnmarshalBinary ¶

func (m *GcpEncryptionV4Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GcpEncryptionV4Parameters) Validate ¶

func (m *GcpEncryptionV4Parameters) Validate(formats strfmt.Registry) error

Validate validates this gcp encryption v4 parameters

type GcpInstanceGroupV4Parameters ¶

type GcpInstanceGroupV4Parameters struct {

	// op Id
	OpID string `json:"opId,omitempty"`
}

GcpInstanceGroupV4Parameters gcp instance group v4 parameters swagger:model GcpInstanceGroupV4Parameters

func (*GcpInstanceGroupV4Parameters) MarshalBinary ¶

func (m *GcpInstanceGroupV4Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GcpInstanceGroupV4Parameters) UnmarshalBinary ¶

func (m *GcpInstanceGroupV4Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GcpInstanceGroupV4Parameters) Validate ¶

func (m *GcpInstanceGroupV4Parameters) Validate(formats strfmt.Registry) error

Validate validates this gcp instance group v4 parameters

type GcpInstanceTemplateV4Parameters ¶

type GcpInstanceTemplateV4Parameters struct {

	// encryption for vm
	Encryption *GcpEncryptionV4Parameters `json:"encryption,omitempty"`

	// preemptible
	Preemptible bool `json:"preemptible,omitempty"`
}

GcpInstanceTemplateV4Parameters gcp instance template v4 parameters swagger:model GcpInstanceTemplateV4Parameters

func (*GcpInstanceTemplateV4Parameters) MarshalBinary ¶

func (m *GcpInstanceTemplateV4Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GcpInstanceTemplateV4Parameters) UnmarshalBinary ¶

func (m *GcpInstanceTemplateV4Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GcpInstanceTemplateV4Parameters) Validate ¶

Validate validates this gcp instance template v4 parameters

type GcpNetworkV4Parameters ¶

type GcpNetworkV4Parameters struct {

	// network Id
	NetworkID string `json:"networkId,omitempty"`

	// no firewall rules
	NoFirewallRules bool `json:"noFirewallRules,omitempty"`

	// no public Ip
	NoPublicIP bool `json:"noPublicIp,omitempty"`

	// shared project Id
	SharedProjectID string `json:"sharedProjectId,omitempty"`

	// subnet Id
	SubnetID string `json:"subnetId,omitempty"`
}

GcpNetworkV4Parameters gcp network v4 parameters swagger:model GcpNetworkV4Parameters

func (*GcpNetworkV4Parameters) MarshalBinary ¶

func (m *GcpNetworkV4Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GcpNetworkV4Parameters) UnmarshalBinary ¶

func (m *GcpNetworkV4Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GcpNetworkV4Parameters) Validate ¶

func (m *GcpNetworkV4Parameters) Validate(formats strfmt.Registry) error

Validate validates this gcp network v4 parameters

type GcpStackV4Parameters ¶

type GcpStackV4Parameters interface{}

GcpStackV4Parameters gcp stack v4 parameters swagger:model GcpStackV4Parameters

type GcsCloudStorageV1Parameters ¶

type GcsCloudStorageV1Parameters struct {

	// service account email
	// Required: true
	ServiceAccountEmail *string `json:"serviceAccountEmail"`
}

GcsCloudStorageV1Parameters gcs cloud storage v1 parameters swagger:model GcsCloudStorageV1Parameters

func (*GcsCloudStorageV1Parameters) MarshalBinary ¶

func (m *GcsCloudStorageV1Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GcsCloudStorageV1Parameters) UnmarshalBinary ¶

func (m *GcsCloudStorageV1Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GcsCloudStorageV1Parameters) Validate ¶

func (m *GcsCloudStorageV1Parameters) Validate(formats strfmt.Registry) error

Validate validates this gcs cloud storage v1 parameters

type GeneratedBlueprintV4Response ¶

type GeneratedBlueprintV4Response struct {

	// blueprint, set this or the url field
	BlueprintText string `json:"blueprintText,omitempty"`
}

GeneratedBlueprintV4Response generated blueprint v4 response swagger:model GeneratedBlueprintV4Response

func (*GeneratedBlueprintV4Response) MarshalBinary ¶

func (m *GeneratedBlueprintV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GeneratedBlueprintV4Response) UnmarshalBinary ¶

func (m *GeneratedBlueprintV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GeneratedBlueprintV4Response) Validate ¶

func (m *GeneratedBlueprintV4Response) Validate(formats strfmt.Registry) error

Validate validates this generated blueprint v4 response

type GeneratedCmTemplateV4Response ¶

type GeneratedCmTemplateV4Response struct {

	// template
	Template string `json:"template,omitempty"`
}

GeneratedCmTemplateV4Response generated cm template v4 response swagger:model GeneratedCmTemplateV4Response

func (*GeneratedCmTemplateV4Response) MarshalBinary ¶

func (m *GeneratedCmTemplateV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GeneratedCmTemplateV4Response) UnmarshalBinary ¶

func (m *GeneratedCmTemplateV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GeneratedCmTemplateV4Response) Validate ¶

func (m *GeneratedCmTemplateV4Response) Validate(formats strfmt.Registry) error

Validate validates this generated cm template v4 response

type HardwareInfoGroupV4Response ¶

type HardwareInfoGroupV4Response struct {

	// Metadata of instances.
	// Unique: true
	HardwareInfos []*HardwareInfoV4Response `json:"hardwareInfos"`

	// name
	Name string `json:"name,omitempty"`

	// recovery mode of the hostgroup's nodes
	// Enum: [MANUAL AUTO]
	RecoveryMode string `json:"recoveryMode,omitempty"`
}

HardwareInfoGroupV4Response hardware info group v4 response swagger:model HardwareInfoGroupV4Response

func (*HardwareInfoGroupV4Response) MarshalBinary ¶

func (m *HardwareInfoGroupV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*HardwareInfoGroupV4Response) UnmarshalBinary ¶

func (m *HardwareInfoGroupV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*HardwareInfoGroupV4Response) Validate ¶

func (m *HardwareInfoGroupV4Response) Validate(formats strfmt.Registry) error

Validate validates this hardware info group v4 response

type HardwareInfoV4Response ¶

type HardwareInfoV4Response struct {

	// ambari server address
	AmbariServer bool `json:"ambariServer,omitempty"`

	// the fully qualified domain name of the node in the service discovery cluster
	DiscoveryFQDN string `json:"discoveryFQDN,omitempty"`

	// name of the host group
	// Required: true
	GroupName *string `json:"groupName"`

	// image catalog name
	ImageCatalogName string `json:"imageCatalogName,omitempty"`

	// image catalog Url
	ImageCatalogURL string `json:"imageCatalogUrl,omitempty"`

	// image Id
	ImageID string `json:"imageId,omitempty"`

	// image name
	ImageName string `json:"imageName,omitempty"`

	// name of the instance group
	InstanceGroup string `json:"instanceGroup,omitempty"`

	// id of the instance
	InstanceID string `json:"instanceId,omitempty"`

	// type of the instance
	// Enum: [GATEWAY GATEWAY_PRIMARY CORE]
	InstanceMetadataType string `json:"instanceMetadataType,omitempty"`

	// status of the instance
	// Enum: [REQUESTED FAILED CREATED ORCHESTRATION_FAILED SERVICES_RUNNING SERVICES_HEALTHY SERVICES_UNHEALTHY WAITING_FOR_REPAIR STOPPED DELETED_ON_PROVIDER_SIDE DELETED_BY_PROVIDER DELETE_REQUESTED DECOMMISSIONED DECOMMISSION_FAILED TERMINATED]
	InstanceStatus string `json:"instanceStatus,omitempty"`

	// name of the resource
	// Required: true
	Name *string `json:"name"`

	// os
	Os string `json:"os,omitempty"`

	// os type
	OsType string `json:"osType,omitempty"`

	// package versions
	PackageVersions map[string]string `json:"packageVersions,omitempty"`

	// private ip of the insctance
	PrivateIP string `json:"privateIp,omitempty"`

	// public ip of the instance
	PublicIP string `json:"publicIp,omitempty"`

	// ssh port
	SSHPort int32 `json:"sshPort,omitempty"`

	// state of the host
	State string `json:"state,omitempty"`

	// instancegroup related template
	Template *InstanceTemplateV4Response `json:"template,omitempty"`
}

HardwareInfoV4Response hardware info v4 response swagger:model HardwareInfoV4Response

func (*HardwareInfoV4Response) MarshalBinary ¶

func (m *HardwareInfoV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*HardwareInfoV4Response) UnmarshalBinary ¶

func (m *HardwareInfoV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*HardwareInfoV4Response) Validate ¶

func (m *HardwareInfoV4Response) Validate(formats strfmt.Registry) error

Validate validates this hardware info v4 response

type HostGroupAdjustmentV4Request ¶

type HostGroupAdjustmentV4Request struct {

	// Force remove host
	Forced bool `json:"forced,omitempty"`

	// name of the host group
	// Required: true
	HostGroup *string `json:"hostGroup"`

	// scaling adjustment of the host groups
	// Required: true
	ScalingAdjustment *int32 `json:"scalingAdjustment"`

	// validate node count during downscale
	ValidateNodeCount bool `json:"validateNodeCount,omitempty"`

	// on cluster update, update stack too
	WithStackUpdate bool `json:"withStackUpdate,omitempty"`
}

HostGroupAdjustmentV4Request host group adjustment v4 request swagger:model HostGroupAdjustmentV4Request

func (*HostGroupAdjustmentV4Request) MarshalBinary ¶

func (m *HostGroupAdjustmentV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*HostGroupAdjustmentV4Request) UnmarshalBinary ¶

func (m *HostGroupAdjustmentV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*HostGroupAdjustmentV4Request) Validate ¶

func (m *HostGroupAdjustmentV4Request) Validate(formats strfmt.Registry) error

Validate validates this host group adjustment v4 request

type HostGroupV4Request ¶

type HostGroupV4Request struct {

	// number of hosts in the hostgroup
	// Required: true
	HostCount *int32 `json:"hostCount"`

	// name of an instance group where the hostgroup will be deployed
	InstanceGroupName string `json:"instanceGroupName,omitempty"`

	// name of the resource
	// Required: true
	Name *string `json:"name"`

	// referenced recipe ids
	// Unique: true
	RecipeNames []string `json:"recipeNames"`

	// referenced recipes
	// Unique: true
	Recipes []*RecipeV4Request `json:"recipes"`

	// recovery mode of the hostgroup's nodes
	// Enum: [MANUAL AUTO]
	RecoveryMode string `json:"recoveryMode,omitempty"`
}

HostGroupV4Request host group v4 request swagger:model HostGroupV4Request

func (*HostGroupV4Request) MarshalBinary ¶

func (m *HostGroupV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*HostGroupV4Request) UnmarshalBinary ¶

func (m *HostGroupV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*HostGroupV4Request) Validate ¶

func (m *HostGroupV4Request) Validate(formats strfmt.Registry) error

Validate validates this host group v4 request

type HostGroupViewV4Response ¶

type HostGroupViewV4Response struct {

	// id of the resource
	ID int64 `json:"id,omitempty"`

	// metadata of hosts
	// Unique: true
	Metadata []*HostMetadataViewV4Response `json:"metadata"`

	// name of the resource
	// Required: true
	Name *string `json:"name"`
}

HostGroupViewV4Response host group view v4 response swagger:model HostGroupViewV4Response

func (*HostGroupViewV4Response) MarshalBinary ¶

func (m *HostGroupViewV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*HostGroupViewV4Response) UnmarshalBinary ¶

func (m *HostGroupViewV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*HostGroupViewV4Response) Validate ¶

func (m *HostGroupViewV4Response) Validate(formats strfmt.Registry) error

Validate validates this host group view v4 response

type HostMetadataViewV4Response ¶

type HostMetadataViewV4Response struct {

	// id of the resource
	ID int64 `json:"id,omitempty"`

	// name of the resource
	// Required: true
	Name *string `json:"name"`

	// state of the host
	State string `json:"state,omitempty"`

	// reason of the state
	StatusReason string `json:"statusReason,omitempty"`
}

HostMetadataViewV4Response host metadata view v4 response swagger:model HostMetadataViewV4Response

func (*HostMetadataViewV4Response) MarshalBinary ¶

func (m *HostMetadataViewV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*HostMetadataViewV4Response) UnmarshalBinary ¶

func (m *HostMetadataViewV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*HostMetadataViewV4Response) Validate ¶

func (m *HostMetadataViewV4Response) Validate(formats strfmt.Registry) error

Validate validates this host metadata view v4 response

type ImageCatalogV4Request ¶

type ImageCatalogV4Request struct {

	// the creator of the resource
	Creator string `json:"creator,omitempty"`

	// description of the resource
	// Max Length: 1000
	// Min Length: 0
	Description *string `json:"description,omitempty"`

	// name of the resource
	// Required: true
	// Max Length: 100
	// Min Length: 5
	// Pattern: (^[a-z][-a-z0-9]*[a-z0-9]$)
	Name *string `json:"name"`

	// the unique crn of the resource
	ResourceCrn string `json:"resourceCrn,omitempty"`

	// custom image catalog's URL
	// Required: true
	URL *string `json:"url"`
}

ImageCatalogV4Request image catalog v4 request swagger:model ImageCatalogV4Request

func (*ImageCatalogV4Request) MarshalBinary ¶

func (m *ImageCatalogV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageCatalogV4Request) UnmarshalBinary ¶

func (m *ImageCatalogV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageCatalogV4Request) Validate ¶

func (m *ImageCatalogV4Request) Validate(formats strfmt.Registry) error

Validate validates this image catalog v4 request

type ImageCatalogV4Response ¶

type ImageCatalogV4Response struct {

	// creation time of the resource in long
	Created int64 `json:"created,omitempty"`

	// the creator of the resource
	Creator string `json:"creator,omitempty"`

	// the unique crn of the resource
	Crn string `json:"crn,omitempty"`

	// description of the resource
	// Max Length: 1000
	// Min Length: 0
	Description *string `json:"description,omitempty"`

	// image response in imagecatalog
	Images *ImagesV4Response `json:"images,omitempty"`

	// name of the resource
	// Required: true
	// Max Length: 100
	// Min Length: 5
	// Pattern: (^[a-z][-a-z0-9]*[a-z0-9]$)
	Name *string `json:"name"`

	// custom image catalog's URL
	// Required: true
	URL *string `json:"url"`

	// true if image catalog is the default one
	// Required: true
	UsedAsDefault *bool `json:"usedAsDefault"`

	// workspace of the resource
	Workspace *WorkspaceResourceV4Response `json:"workspace,omitempty"`
}

ImageCatalogV4Response image catalog v4 response swagger:model ImageCatalogV4Response

func (*ImageCatalogV4Response) MarshalBinary ¶

func (m *ImageCatalogV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageCatalogV4Response) UnmarshalBinary ¶

func (m *ImageCatalogV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageCatalogV4Response) Validate ¶

func (m *ImageCatalogV4Response) Validate(formats strfmt.Registry) error

Validate validates this image catalog v4 response

type ImageCatalogV4Responses ¶

type ImageCatalogV4Responses struct {

	// responses
	Responses []*ImageCatalogV4Response `json:"responses"`
}

ImageCatalogV4Responses image catalog v4 responses swagger:model ImageCatalogV4Responses

func (*ImageCatalogV4Responses) MarshalBinary ¶

func (m *ImageCatalogV4Responses) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageCatalogV4Responses) UnmarshalBinary ¶

func (m *ImageCatalogV4Responses) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageCatalogV4Responses) Validate ¶

func (m *ImageCatalogV4Responses) Validate(formats strfmt.Registry) error

Validate validates this image catalog v4 responses

type ImageComponentVersions ¶

type ImageComponentVersions struct {

	// cdp
	Cdp string `json:"cdp,omitempty"`

	// cdp g b n
	CdpGBN string `json:"cdpGBN,omitempty"`

	// cm
	Cm string `json:"cm,omitempty"`

	// cm g b n
	CmGBN string `json:"cmGBN,omitempty"`

	// os
	Os string `json:"os,omitempty"`

	// os patch level
	OsPatchLevel string `json:"osPatchLevel,omitempty"`
}

ImageComponentVersions image component versions swagger:model ImageComponentVersions

func (*ImageComponentVersions) MarshalBinary ¶

func (m *ImageComponentVersions) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageComponentVersions) UnmarshalBinary ¶

func (m *ImageComponentVersions) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageComponentVersions) Validate ¶

func (m *ImageComponentVersions) Validate(formats strfmt.Registry) error

Validate validates this image component versions

type ImageInfoV4Response ¶

type ImageInfoV4Response struct {

	// component versions
	ComponentVersions *ImageComponentVersions `json:"componentVersions,omitempty"`

	// created
	Created int64 `json:"created,omitempty"`

	// date
	Date string `json:"date,omitempty"`

	// image catalog name
	ImageCatalogName string `json:"imageCatalogName,omitempty"`

	// image Id
	ImageID string `json:"imageId,omitempty"`

	// image name
	ImageName string `json:"imageName,omitempty"`
}

ImageInfoV4Response image info v4 response swagger:model ImageInfoV4Response

func (*ImageInfoV4Response) MarshalBinary ¶

func (m *ImageInfoV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageInfoV4Response) UnmarshalBinary ¶

func (m *ImageInfoV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageInfoV4Response) Validate ¶

func (m *ImageInfoV4Response) Validate(formats strfmt.Registry) error

Validate validates this image info v4 response

type ImageSettingsV4Request ¶

type ImageSettingsV4Request struct {

	// custom image catalog URL
	Catalog string `json:"catalog,omitempty"`

	// virtual machine image id from ImageCatalog, machines of the cluster will be started from this image
	ID string `json:"id,omitempty"`

	// os type of the image, this property is only considered when no specific image id is provided
	Os string `json:"os,omitempty"`
}

ImageSettingsV4Request image settings v4 request swagger:model ImageSettingsV4Request

func (*ImageSettingsV4Request) MarshalBinary ¶

func (m *ImageSettingsV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageSettingsV4Request) UnmarshalBinary ¶

func (m *ImageSettingsV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageSettingsV4Request) Validate ¶

func (m *ImageSettingsV4Request) Validate(formats strfmt.Registry) error

Validate validates this image settings v4 request

type ImageV4Response ¶

type ImageV4Response struct {

	// cm build number
	CmBuildNumber string `json:"cmBuildNumber,omitempty"`

	// created
	Created int64 `json:"created,omitempty"`

	// date
	Date string `json:"date,omitempty"`

	// default image
	DefaultImage bool `json:"defaultImage,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// images
	Images map[string]map[string]string `json:"images,omitempty"`

	// os
	Os string `json:"os,omitempty"`

	// os type
	OsType string `json:"osType,omitempty"`

	// package versions
	PackageVersions map[string]string `json:"packageVersions,omitempty"`

	// pre warm csd
	PreWarmCsd []string `json:"preWarmCsd"`

	// pre warm parcels
	PreWarmParcels [][]string `json:"preWarmParcels"`

	// repository
	Repository map[string]string `json:"repository,omitempty"`

	// stack details
	StackDetails *BaseStackDetailsV4Response `json:"stackDetails,omitempty"`

	// uuid
	UUID string `json:"uuid,omitempty"`

	// version
	Version string `json:"version,omitempty"`
}

ImageV4Response image v4 response swagger:model ImageV4Response

func (*ImageV4Response) MarshalBinary ¶

func (m *ImageV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageV4Response) UnmarshalBinary ¶

func (m *ImageV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageV4Response) Validate ¶

func (m *ImageV4Response) Validate(formats strfmt.Registry) error

Validate validates this image v4 response

type ImagesV4Response ¶

type ImagesV4Response struct {

	// base images
	BaseImages []*BaseImageV4Response `json:"baseImages"`

	// cdh images
	CdhImages []*ImageV4Response `json:"cdhImages"`

	// hdf images
	HdfImages []*ImageV4Response `json:"hdfImages"`

	// hdp images
	HdpImages []*ImageV4Response `json:"hdpImages"`

	// supported versions
	// Unique: true
	SupportedVersions []string `json:"supportedVersions"`
}

ImagesV4Response images v4 response swagger:model ImagesV4Response

func (*ImagesV4Response) MarshalBinary ¶

func (m *ImagesV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImagesV4Response) UnmarshalBinary ¶

func (m *ImagesV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImagesV4Response) Validate ¶

func (m *ImagesV4Response) Validate(formats strfmt.Registry) error

Validate validates this images v4 response

type InstanceCountV4Response ¶

type InstanceCountV4Response struct {

	// maximum count
	MaximumCount int32 `json:"maximumCount,omitempty"`

	// minimum count
	MinimumCount int32 `json:"minimumCount,omitempty"`
}

InstanceCountV4Response instance count v4 response swagger:model InstanceCountV4Response

func (*InstanceCountV4Response) MarshalBinary ¶

func (m *InstanceCountV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*InstanceCountV4Response) UnmarshalBinary ¶

func (m *InstanceCountV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*InstanceCountV4Response) Validate ¶

func (m *InstanceCountV4Response) Validate(formats strfmt.Registry) error

Validate validates this instance count v4 response

type InstanceGroupAdjustmentV4Request ¶

type InstanceGroupAdjustmentV4Request struct {

	// name of the instance group
	// Required: true
	InstanceGroup *string `json:"instanceGroup"`

	// scaling adjustment of the instance groups
	// Required: true
	ScalingAdjustment *int32 `json:"scalingAdjustment"`
}

InstanceGroupAdjustmentV4Request instance group adjustment v4 request swagger:model InstanceGroupAdjustmentV4Request

func (*InstanceGroupAdjustmentV4Request) MarshalBinary ¶

func (m *InstanceGroupAdjustmentV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*InstanceGroupAdjustmentV4Request) UnmarshalBinary ¶

func (m *InstanceGroupAdjustmentV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*InstanceGroupAdjustmentV4Request) Validate ¶

Validate validates this instance group adjustment v4 request

type InstanceGroupDetails ¶

type InstanceGroupDetails struct {

	// group name
	GroupName string `json:"groupName,omitempty"`

	// group type
	GroupType string `json:"groupType,omitempty"`

	// instance type
	InstanceType string `json:"instanceType,omitempty"`

	// node count
	NodeCount int32 `json:"nodeCount,omitempty"`

	// security group
	SecurityGroup *SecurityGroupDetails `json:"securityGroup,omitempty"`

	// volumes
	Volumes []*VolumeDetails `json:"volumes"`
}

InstanceGroupDetails instance group details swagger:model InstanceGroupDetails

func (*InstanceGroupDetails) MarshalBinary ¶

func (m *InstanceGroupDetails) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*InstanceGroupDetails) UnmarshalBinary ¶

func (m *InstanceGroupDetails) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*InstanceGroupDetails) Validate ¶

func (m *InstanceGroupDetails) Validate(formats strfmt.Registry) error

Validate validates this instance group details

type InstanceGroupV1Request ¶

type InstanceGroupV1Request struct {

	// aws specific parameters for instance group
	Aws AwsInstanceGroupV1Parameters `json:"aws,omitempty"`

	// azure specific parameters for instance group
	Azure *AzureInstanceGroupV1Parameters `json:"azure,omitempty"`

	// cloud platform
	// Enum: [AWS GCP AZURE OPENSTACK YARN MOCK]
	CloudPlatform string `json:"cloudPlatform,omitempty"`

	// name of the instance group
	// Required: true
	Name *string `json:"name"`

	// number of nodes
	// Required: true
	// Maximum: 100000
	// Minimum: 0
	NodeCount *int32 `json:"nodeCount"`

	// referenced recipe names
	// Unique: true
	RecipeNames []string `json:"recipeNames"`

	// recovery mode of the hostgroup's nodes
	// Enum: [MANUAL AUTO]
	RecoveryMode string `json:"recoveryMode,omitempty"`

	// instancegroup related template
	// Required: true
	Template *InstanceTemplateV1Request `json:"template"`

	// type of the instance group, default value is CORE
	// Enum: [CORE GATEWAY]
	Type string `json:"type,omitempty"`

	// yarn
	Yarn YarnInstanceGroupV1Parameters `json:"yarn,omitempty"`
}

InstanceGroupV1Request instance group v1 request swagger:model InstanceGroupV1Request

func (*InstanceGroupV1Request) MarshalBinary ¶

func (m *InstanceGroupV1Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*InstanceGroupV1Request) UnmarshalBinary ¶

func (m *InstanceGroupV1Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*InstanceGroupV1Request) Validate ¶

func (m *InstanceGroupV1Request) Validate(formats strfmt.Registry) error

Validate validates this instance group v1 request

type InstanceGroupV4Request ¶

type InstanceGroupV4Request struct {

	// aws specific parameters for instance group
	Aws AwsInstanceGroupV4Parameters `json:"aws,omitempty"`

	// azure specific parameters for instance group
	Azure *AzureInstanceGroupV4Parameters `json:"azure,omitempty"`

	// gcp specific parameters for instance group
	Gcp *GcpInstanceGroupV4Parameters `json:"gcp,omitempty"`

	// name of the instance group
	// Required: true
	Name *string `json:"name"`

	// number of nodes
	// Required: true
	// Maximum: 100000
	// Minimum: 0
	NodeCount *int32 `json:"nodeCount"`

	// openstack specific parameters for instance group
	Openstack *OpenStackInstanceGroupV4Parameters `json:"openstack,omitempty"`

	// referenced recipe names
	// Unique: true
	RecipeNames []string `json:"recipeNames"`

	// recovery mode of the hostgroup's nodes
	// Enum: [MANUAL AUTO]
	RecoveryMode string `json:"recoveryMode,omitempty"`

	// instancegroup related securitygroup
	SecurityGroup *SecurityGroupV4Request `json:"securityGroup,omitempty"`

	// instancegroup related template
	// Required: true
	Template *InstanceTemplateV4Request `json:"template"`

	// type of the instance group, default value is CORE
	// Enum: [CORE GATEWAY]
	Type string `json:"type,omitempty"`
}

InstanceGroupV4Request instance group v4 request swagger:model InstanceGroupV4Request

func (*InstanceGroupV4Request) MarshalBinary ¶

func (m *InstanceGroupV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*InstanceGroupV4Request) UnmarshalBinary ¶

func (m *InstanceGroupV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*InstanceGroupV4Request) Validate ¶

func (m *InstanceGroupV4Request) Validate(formats strfmt.Registry) error

Validate validates this instance group v4 request

type InstanceGroupV4Response ¶

type InstanceGroupV4Response struct {

	// aws specific parameters for instance group
	Aws AwsInstanceGroupV4Parameters `json:"aws,omitempty"`

	// azure specific parameters for instance group
	Azure *AzureInstanceGroupV4Parameters `json:"azure,omitempty"`

	// gcp specific parameters for instance group
	Gcp *GcpInstanceGroupV4Parameters `json:"gcp,omitempty"`

	// id of the resource
	ID int64 `json:"id,omitempty"`

	// metadata of instances
	// Unique: true
	Metadata []*InstanceMetaDataV4Response `json:"metadata"`

	// name of the instance group
	// Required: true
	Name *string `json:"name"`

	// number of nodes
	// Required: true
	// Maximum: 100000
	// Minimum: 0
	NodeCount *int32 `json:"nodeCount"`

	// openstack specific parameters for instance group
	Openstack *OpenStackInstanceGroupV4Parameters `json:"openstack,omitempty"`

	// recipes
	Recipes []*RecipeV4Response `json:"recipes"`

	// recovery mode of the hostgroup's nodes
	// Enum: [MANUAL AUTO]
	RecoveryMode string `json:"recoveryMode,omitempty"`

	// instancegroup related securitygroup
	SecurityGroup *SecurityGroupV4Response `json:"securityGroup,omitempty"`

	// instancegroup related template
	Template *InstanceTemplateV4Response `json:"template,omitempty"`

	// type of the instance group, default value is CORE
	// Enum: [CORE GATEWAY]
	Type string `json:"type,omitempty"`
}

InstanceGroupV4Response instance group v4 response swagger:model InstanceGroupV4Response

func (*InstanceGroupV4Response) MarshalBinary ¶

func (m *InstanceGroupV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*InstanceGroupV4Response) UnmarshalBinary ¶

func (m *InstanceGroupV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*InstanceGroupV4Response) Validate ¶

func (m *InstanceGroupV4Response) Validate(formats strfmt.Registry) error

Validate validates this instance group v4 response

type InstanceMetaDataV4Response ¶

type InstanceMetaDataV4Response struct {

	// ambari server address
	AmbariServer bool `json:"ambariServer,omitempty"`

	// the fully qualified domain name of the node in the service discovery cluster
	DiscoveryFQDN string `json:"discoveryFQDN,omitempty"`

	// name of the instance group
	InstanceGroup string `json:"instanceGroup,omitempty"`

	// id of the instance
	InstanceID string `json:"instanceId,omitempty"`

	// status of the instance
	// Enum: [REQUESTED FAILED CREATED ORCHESTRATION_FAILED SERVICES_RUNNING SERVICES_HEALTHY SERVICES_UNHEALTHY WAITING_FOR_REPAIR STOPPED DELETED_ON_PROVIDER_SIDE DELETED_BY_PROVIDER DELETE_REQUESTED DECOMMISSIONED DECOMMISSION_FAILED TERMINATED]
	InstanceStatus string `json:"instanceStatus,omitempty"`

	// type of the instance
	// Enum: [GATEWAY GATEWAY_PRIMARY CORE]
	InstanceType string `json:"instanceType,omitempty"`

	// life cycle
	// Enum: [NORMAL SPOT]
	LifeCycle string `json:"lifeCycle,omitempty"`

	// mounted volumes
	MountedVolumes []*MountedVolumeV4Response `json:"mountedVolumes"`

	// private ip of the insctance
	PrivateIP string `json:"privateIp,omitempty"`

	// public ip of the instance
	PublicIP string `json:"publicIp,omitempty"`

	// ssh port
	SSHPort int32 `json:"sshPort,omitempty"`

	// state of the host
	State string `json:"state,omitempty"`

	// reason of the state
	StatusReason string `json:"statusReason,omitempty"`
}

InstanceMetaDataV4Response instance meta data v4 response swagger:model InstanceMetaDataV4Response

func (*InstanceMetaDataV4Response) MarshalBinary ¶

func (m *InstanceMetaDataV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*InstanceMetaDataV4Response) UnmarshalBinary ¶

func (m *InstanceMetaDataV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*InstanceMetaDataV4Response) Validate ¶

func (m *InstanceMetaDataV4Response) Validate(formats strfmt.Registry) error

Validate validates this instance meta data v4 response

type InstanceTemplateV1Request ¶

type InstanceTemplateV1Request struct {

	// attached volumes
	// Unique: true
	AttachedVolumes []*VolumeV1Request `json:"attachedVolumes"`

	// aws specific parameters for template
	Aws *AwsInstanceTemplateV1Parameters `json:"aws,omitempty"`

	// azure specific parameters for template
	Azure *AzureInstanceTemplateV1Parameters `json:"azure,omitempty"`

	// cloud platform
	// Enum: [AWS GCP AZURE OPENSTACK YARN MOCK]
	CloudPlatform string `json:"cloudPlatform,omitempty"`

	// ephemeral volume
	EphemeralVolume *VolumeV1Request `json:"ephemeralVolume,omitempty"`

	// type of the instance
	InstanceType string `json:"instanceType,omitempty"`

	// root volume
	RootVolume *RootVolumeV1Request `json:"rootVolume,omitempty"`

	// yarn specific parameters for template
	Yarn *YarnInstanceTemplateV1Parameters `json:"yarn,omitempty"`
}

InstanceTemplateV1Request instance template v1 request swagger:model InstanceTemplateV1Request

func (*InstanceTemplateV1Request) MarshalBinary ¶

func (m *InstanceTemplateV1Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*InstanceTemplateV1Request) UnmarshalBinary ¶

func (m *InstanceTemplateV1Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*InstanceTemplateV1Request) Validate ¶

func (m *InstanceTemplateV1Request) Validate(formats strfmt.Registry) error

Validate validates this instance template v1 request

type InstanceTemplateV4Request ¶

type InstanceTemplateV4Request struct {

	// attached volumes
	// Unique: true
	AttachedVolumes []*VolumeV4Request `json:"attachedVolumes"`

	// aws specific parameters for template
	Aws *AwsInstanceTemplateV4Parameters `json:"aws,omitempty"`

	// azure specific parameters for template
	Azure *AzureInstanceTemplateV4Parameters `json:"azure,omitempty"`

	// ephemeral volume
	EphemeralVolume *VolumeV4Request `json:"ephemeralVolume,omitempty"`

	// gcp specific parameters for template
	Gcp *GcpInstanceTemplateV4Parameters `json:"gcp,omitempty"`

	// type of the instance
	InstanceType string `json:"instanceType,omitempty"`

	// yarn specific parameters for template
	Mock MockInstanceTemplateV4Parameters `json:"mock,omitempty"`

	// openstack specific parameters for template
	Openstack OpenStackInstanceTemplateV4Parameters `json:"openstack,omitempty"`

	// root volume
	RootVolume *RootVolumeV4Request `json:"rootVolume,omitempty"`

	// yarn specific parameters for template
	Yarn *YarnInstanceTemplateV4Parameters `json:"yarn,omitempty"`
}

InstanceTemplateV4Request instance template v4 request swagger:model InstanceTemplateV4Request

func (*InstanceTemplateV4Request) MarshalBinary ¶

func (m *InstanceTemplateV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*InstanceTemplateV4Request) UnmarshalBinary ¶

func (m *InstanceTemplateV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*InstanceTemplateV4Request) Validate ¶

func (m *InstanceTemplateV4Request) Validate(formats strfmt.Registry) error

Validate validates this instance template v4 request

type InstanceTemplateV4Response ¶

type InstanceTemplateV4Response struct {

	// attached volumes
	// Unique: true
	AttachedVolumes []*VolumeV4Response `json:"attachedVolumes"`

	// aws specific parameters for template
	Aws *AwsInstanceTemplateV4Parameters `json:"aws,omitempty"`

	// azure specific parameters for template
	Azure *AzureInstanceTemplateV4Parameters `json:"azure,omitempty"`

	// ephemeral volume
	EphemeralVolume *VolumeV4Response `json:"ephemeralVolume,omitempty"`

	// gcp specific parameters for template
	Gcp *GcpInstanceTemplateV4Parameters `json:"gcp,omitempty"`

	// id of the resource
	ID int64 `json:"id,omitempty"`

	// type of the instance
	InstanceType string `json:"instanceType,omitempty"`

	// yarn specific parameters for template
	Mock MockInstanceTemplateV4Parameters `json:"mock,omitempty"`

	// openstack specific parameters for template
	Openstack OpenStackInstanceTemplateV4Parameters `json:"openstack,omitempty"`

	// root volume
	RootVolume *RootVolumeV4Response `json:"rootVolume,omitempty"`

	// yarn specific parameters for template
	Yarn *YarnInstanceTemplateV4Parameters `json:"yarn,omitempty"`
}

InstanceTemplateV4Response instance template v4 response swagger:model InstanceTemplateV4Response

func (*InstanceTemplateV4Response) MarshalBinary ¶

func (m *InstanceTemplateV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*InstanceTemplateV4Response) UnmarshalBinary ¶

func (m *InstanceTemplateV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*InstanceTemplateV4Response) Validate ¶

func (m *InstanceTemplateV4Response) Validate(formats strfmt.Registry) error

Validate validates this instance template v4 response

type LdapDetails ¶

type LdapDetails struct {

	// admin group
	AdminGroup string `json:"adminGroup,omitempty"`

	// certificate
	Certificate string `json:"certificate,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// directory type
	DirectoryType string `json:"directoryType,omitempty"`

	// domain
	Domain string `json:"domain,omitempty"`

	// group member attribute
	GroupMemberAttribute string `json:"groupMemberAttribute,omitempty"`

	// group name attribute
	GroupNameAttribute string `json:"groupNameAttribute,omitempty"`

	// group object class
	GroupObjectClass string `json:"groupObjectClass,omitempty"`

	// group search base
	GroupSearchBase string `json:"groupSearchBase,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// protocol
	Protocol string `json:"protocol,omitempty"`

	// server host
	ServerHost string `json:"serverHost,omitempty"`

	// server port
	ServerPort int32 `json:"serverPort,omitempty"`

	// tenant name
	TenantName string `json:"tenantName,omitempty"`

	// user dn pattern
	UserDnPattern string `json:"userDnPattern,omitempty"`

	// user Id
	UserID string `json:"userId,omitempty"`

	// user name
	UserName string `json:"userName,omitempty"`

	// user name attribute
	UserNameAttribute string `json:"userNameAttribute,omitempty"`

	// user object class
	UserObjectClass string `json:"userObjectClass,omitempty"`

	// user search base
	UserSearchBase string `json:"userSearchBase,omitempty"`

	// workspace Id
	WorkspaceID int64 `json:"workspaceId,omitempty"`
}

LdapDetails ldap details swagger:model LdapDetails

func (*LdapDetails) MarshalBinary ¶

func (m *LdapDetails) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*LdapDetails) UnmarshalBinary ¶

func (m *LdapDetails) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*LdapDetails) Validate ¶

func (m *LdapDetails) Validate(formats strfmt.Registry) error

Validate validates this ldap details

type LdapNotificationDetails ¶

type LdapNotificationDetails struct {

	// ldap details
	LdapDetails *LdapDetails `json:"ldapDetails,omitempty"`

	// notification
	Notification string `json:"notification,omitempty"`

	// notification type
	NotificationType string `json:"notificationType,omitempty"`
}

LdapNotificationDetails ldap notification details swagger:model LdapNotificationDetails

func (*LdapNotificationDetails) MarshalBinary ¶

func (m *LdapNotificationDetails) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*LdapNotificationDetails) UnmarshalBinary ¶

func (m *LdapNotificationDetails) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*LdapNotificationDetails) Validate ¶

func (m *LdapNotificationDetails) Validate(formats strfmt.Registry) error

Validate validates this ldap notification details

type LoggingRequest ¶

type LoggingRequest struct {

	// telemetry - logging adls gen2 attributes
	AdlsGen2 *AdlsGen2CloudStorageV1Parameters `json:"adlsGen2,omitempty"`

	// telemetry - logging cloudwatch attributes
	Cloudwatch *CloudwatchParams `json:"cloudwatch,omitempty"`

	// telemetry - logging s3 attributes
	S3 *S3CloudStorageV1Parameters `json:"s3,omitempty"`

	// telemetry - logging storage location / container
	// Required: true
	StorageLocation *string `json:"storageLocation"`
}

LoggingRequest logging request swagger:model LoggingRequest

func (*LoggingRequest) MarshalBinary ¶

func (m *LoggingRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*LoggingRequest) UnmarshalBinary ¶

func (m *LoggingRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*LoggingRequest) Validate ¶

func (m *LoggingRequest) Validate(formats strfmt.Registry) error

Validate validates this logging request

type LoggingResponse ¶

type LoggingResponse struct {

	// telemetry - logging adls gen2 attributes
	AdlsGen2 *AdlsGen2CloudStorageV1Parameters `json:"adlsGen2,omitempty"`

	// telemetry - logging cloudwatch attributes
	Cloudwatch *CloudwatchParams `json:"cloudwatch,omitempty"`

	// telemetry - logging s3 attributes
	S3 *S3CloudStorageV1Parameters `json:"s3,omitempty"`

	// telemetry - logging storage location / container
	// Required: true
	StorageLocation *string `json:"storageLocation"`
}

LoggingResponse logging response swagger:model LoggingResponse

func (*LoggingResponse) MarshalBinary ¶

func (m *LoggingResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*LoggingResponse) UnmarshalBinary ¶

func (m *LoggingResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*LoggingResponse) Validate ¶

func (m *LoggingResponse) Validate(formats strfmt.Registry) error

Validate validates this logging response

type MaintenanceModeV4Request ¶

type MaintenanceModeV4Request struct {

	// maintenance mode status
	// Enum: [ENABLED VALIDATION_REQUESTED DISABLED]
	Status string `json:"status,omitempty"`
}

MaintenanceModeV4Request maintenance mode v4 request swagger:model MaintenanceModeV4Request

func (*MaintenanceModeV4Request) MarshalBinary ¶

func (m *MaintenanceModeV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*MaintenanceModeV4Request) UnmarshalBinary ¶

func (m *MaintenanceModeV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*MaintenanceModeV4Request) Validate ¶

func (m *MaintenanceModeV4Request) Validate(formats strfmt.Registry) error

Validate validates this maintenance mode v4 request

type MockInstanceTemplateV4Parameters ¶

type MockInstanceTemplateV4Parameters interface{}

MockInstanceTemplateV4Parameters mock instance template v4 parameters swagger:model MockInstanceTemplateV4Parameters

type MockNetworkV1Parameters ¶

type MockNetworkV1Parameters struct {

	// internet gateway Id
	InternetGatewayID string `json:"internetGatewayId,omitempty"`

	// subnet Id
	SubnetID string `json:"subnetId,omitempty"`

	// vpc Id
	VpcID string `json:"vpcId,omitempty"`
}

MockNetworkV1Parameters mock network v1 parameters swagger:model MockNetworkV1Parameters

func (*MockNetworkV1Parameters) MarshalBinary ¶

func (m *MockNetworkV1Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*MockNetworkV1Parameters) UnmarshalBinary ¶

func (m *MockNetworkV1Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*MockNetworkV1Parameters) Validate ¶

func (m *MockNetworkV1Parameters) Validate(formats strfmt.Registry) error

Validate validates this mock network v1 parameters

type MountedVolumeV4Response ¶

type MountedVolumeV4Response struct {

	// device
	Device string `json:"device,omitempty"`

	// volume Id
	VolumeID string `json:"volumeId,omitempty"`

	// volume size
	VolumeSize string `json:"volumeSize,omitempty"`

	// volume type
	VolumeType string `json:"volumeType,omitempty"`
}

MountedVolumeV4Response mounted volume v4 response swagger:model MountedVolumeV4Response

func (*MountedVolumeV4Response) MarshalBinary ¶

func (m *MountedVolumeV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*MountedVolumeV4Response) UnmarshalBinary ¶

func (m *MountedVolumeV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*MountedVolumeV4Response) Validate ¶

func (m *MountedVolumeV4Response) Validate(formats strfmt.Registry) error

Validate validates this mounted volume v4 response

type NetworkV1Request ¶

type NetworkV1Request struct {

	// provider specific parameters of the specified network
	Aws *AwsNetworkV1Parameters `json:"aws,omitempty"`

	// provider specific parameters of the specified network
	Azure *AzureNetworkV1Parameters `json:"azure,omitempty"`

	// mock network parameters
	Mock *MockNetworkV1Parameters `json:"mock,omitempty"`
}

NetworkV1Request network v1 request swagger:model NetworkV1Request

func (*NetworkV1Request) MarshalBinary ¶

func (m *NetworkV1Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*NetworkV1Request) UnmarshalBinary ¶

func (m *NetworkV1Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*NetworkV1Request) Validate ¶

func (m *NetworkV1Request) Validate(formats strfmt.Registry) error

Validate validates this network v1 request

type NetworkV4Request ¶

type NetworkV4Request struct {

	// provider specific parameters of the specified network
	Aws *AwsNetworkV4Parameters `json:"aws,omitempty"`

	// provider specific parameters of the specified network
	Azure *AzureNetworkV4Parameters `json:"azure,omitempty"`

	// provider specific parameters of the specified network
	Gcp *GcpNetworkV4Parameters `json:"gcp,omitempty"`

	// provider specific parameters of the specified network
	Openstack *OpenStackNetworkV4Parameters `json:"openstack,omitempty"`

	// the subnet definition of the network in CIDR format
	SubnetCIDR string `json:"subnetCIDR,omitempty"`
}

NetworkV4Request network v4 request swagger:model NetworkV4Request

func (*NetworkV4Request) MarshalBinary ¶

func (m *NetworkV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*NetworkV4Request) UnmarshalBinary ¶

func (m *NetworkV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*NetworkV4Request) Validate ¶

func (m *NetworkV4Request) Validate(formats strfmt.Registry) error

Validate validates this network v4 request

type NetworkV4Response ¶

type NetworkV4Response struct {

	// provider specific parameters of the specified network
	Aws *AwsNetworkV4Parameters `json:"aws,omitempty"`

	// provider specific parameters of the specified network
	Azure *AzureNetworkV4Parameters `json:"azure,omitempty"`

	// provider specific parameters of the specified network
	Gcp *GcpNetworkV4Parameters `json:"gcp,omitempty"`

	// id of the resource
	// Read Only: true
	ID int64 `json:"id,omitempty"`

	// provider specific parameters of the specified network
	Openstack *OpenStackNetworkV4Parameters `json:"openstack,omitempty"`

	// the subnet definition of the network in CIDR format
	SubnetCIDR string `json:"subnetCIDR,omitempty"`

	// workspace of the resource
	Workspace *WorkspaceResourceV4Response `json:"workspace,omitempty"`
}

NetworkV4Response network v4 response swagger:model NetworkV4Response

func (*NetworkV4Response) MarshalBinary ¶

func (m *NetworkV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*NetworkV4Response) UnmarshalBinary ¶

func (m *NetworkV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*NetworkV4Response) Validate ¶

func (m *NetworkV4Response) Validate(formats strfmt.Registry) error

Validate validates this network v4 response

type NotificationDetails ¶

type NotificationDetails struct {

	// availabilty zone
	AvailabiltyZone string `json:"availabiltyZone,omitempty"`

	// blueprint Id
	BlueprintID int64 `json:"blueprintId,omitempty"`

	// blueprint name
	BlueprintName string `json:"blueprintName,omitempty"`

	// cloud
	Cloud string `json:"cloud,omitempty"`

	// cluster Id
	ClusterID int64 `json:"clusterId,omitempty"`

	// cluster name
	ClusterName string `json:"clusterName,omitempty"`

	// cluster status
	ClusterStatus string `json:"clusterStatus,omitempty"`

	// instance group
	InstanceGroup string `json:"instanceGroup,omitempty"`

	// node count
	NodeCount int32 `json:"nodeCount,omitempty"`

	// notification
	Notification string `json:"notification,omitempty"`

	// notification type
	NotificationType string `json:"notificationType,omitempty"`

	// region
	Region string `json:"region,omitempty"`

	// stack crn
	StackCrn string `json:"stackCrn,omitempty"`

	// stack Id
	StackID int64 `json:"stackId,omitempty"`

	// stack name
	StackName string `json:"stackName,omitempty"`

	// stack status
	StackStatus string `json:"stackStatus,omitempty"`
}

NotificationDetails notification details swagger:model NotificationDetails

func (*NotificationDetails) MarshalBinary ¶

func (m *NotificationDetails) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*NotificationDetails) UnmarshalBinary ¶

func (m *NotificationDetails) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*NotificationDetails) Validate ¶

func (m *NotificationDetails) Validate(formats strfmt.Registry) error

Validate validates this notification details

type OpenStackInstanceGroupV4Parameters ¶

type OpenStackInstanceGroupV4Parameters struct {

	// server
	Server string `json:"server,omitempty"`
}

OpenStackInstanceGroupV4Parameters open stack instance group v4 parameters swagger:model OpenStackInstanceGroupV4Parameters

func (*OpenStackInstanceGroupV4Parameters) MarshalBinary ¶

func (m *OpenStackInstanceGroupV4Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*OpenStackInstanceGroupV4Parameters) UnmarshalBinary ¶

func (m *OpenStackInstanceGroupV4Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*OpenStackInstanceGroupV4Parameters) Validate ¶

Validate validates this open stack instance group v4 parameters

type OpenStackInstanceTemplateV4Parameters ¶

type OpenStackInstanceTemplateV4Parameters interface{}

OpenStackInstanceTemplateV4Parameters open stack instance template v4 parameters swagger:model OpenStackInstanceTemplateV4Parameters

type OpenStackNetworkV4Parameters ¶

type OpenStackNetworkV4Parameters struct {

	// network Id
	NetworkID string `json:"networkId,omitempty"`

	// networking option
	NetworkingOption string `json:"networkingOption,omitempty"`

	// public net Id
	PublicNetID string `json:"publicNetId,omitempty"`

	// router Id
	RouterID string `json:"routerId,omitempty"`

	// subnet Id
	SubnetID string `json:"subnetId,omitempty"`
}

OpenStackNetworkV4Parameters open stack network v4 parameters swagger:model OpenStackNetworkV4Parameters

func (*OpenStackNetworkV4Parameters) MarshalBinary ¶

func (m *OpenStackNetworkV4Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*OpenStackNetworkV4Parameters) UnmarshalBinary ¶

func (m *OpenStackNetworkV4Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*OpenStackNetworkV4Parameters) Validate ¶

func (m *OpenStackNetworkV4Parameters) Validate(formats strfmt.Registry) error

Validate validates this open stack network v4 parameters

type OpenStackStackV4Parameters ¶

type OpenStackStackV4Parameters interface{}

OpenStackStackV4Parameters open stack stack v4 parameters swagger:model OpenStackStackV4Parameters

type OperationDetails ¶

type OperationDetails struct {

	// cloudbreak Id
	CloudbreakID string `json:"cloudbreakId,omitempty"`

	// cloudbreak version
	CloudbreakVersion string `json:"cloudbreakVersion,omitempty"`

	// event type
	// Enum: [REST FLOW NOTIFICATION]
	EventType string `json:"eventType,omitempty"`

	// resource crn
	ResourceCrn string `json:"resourceCrn,omitempty"`

	// resource Id
	ResourceID int64 `json:"resourceId,omitempty"`

	// resource name
	ResourceName string `json:"resourceName,omitempty"`

	// resource type
	ResourceType string `json:"resourceType,omitempty"`

	// tenant
	Tenant string `json:"tenant,omitempty"`

	// timestamp
	Timestamp int64 `json:"timestamp,omitempty"`

	// user Id
	UserID string `json:"userId,omitempty"`

	// user name
	UserName string `json:"userName,omitempty"`

	// utcdate time
	UtcdateTime string `json:"utcdateTime,omitempty"`

	// uuid
	UUID string `json:"uuid,omitempty"`

	// workspace Id
	WorkspaceID int64 `json:"workspaceId,omitempty"`
}

OperationDetails operation details swagger:model OperationDetails

func (*OperationDetails) MarshalBinary ¶

func (m *OperationDetails) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*OperationDetails) UnmarshalBinary ¶

func (m *OperationDetails) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*OperationDetails) Validate ¶

func (m *OperationDetails) Validate(formats strfmt.Registry) error

Validate validates this operation details

type OracleParameters ¶

type OracleParameters struct {

	// Version of the Database
	// Required: true
	Version *string `json:"version"`
}

OracleParameters oracle parameters swagger:model OracleParameters

func (*OracleParameters) MarshalBinary ¶

func (m *OracleParameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*OracleParameters) UnmarshalBinary ¶

func (m *OracleParameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*OracleParameters) Validate ¶

func (m *OracleParameters) Validate(formats strfmt.Registry) error

Validate validates this oracle parameters

type Page ¶

type Page struct {

	// content
	Content []interface{} `json:"content"`

	// empty
	Empty bool `json:"empty,omitempty"`

	// first
	First bool `json:"first,omitempty"`

	// last
	Last bool `json:"last,omitempty"`

	// number
	Number int32 `json:"number,omitempty"`

	// number of elements
	NumberOfElements int32 `json:"numberOfElements,omitempty"`

	// pageable
	Pageable *Pageable `json:"pageable,omitempty"`

	// size
	Size int32 `json:"size,omitempty"`

	// sort
	Sort *Sort `json:"sort,omitempty"`

	// total elements
	TotalElements int64 `json:"totalElements,omitempty"`

	// total pages
	TotalPages int32 `json:"totalPages,omitempty"`
}

Page page swagger:model Page

func (*Page) MarshalBinary ¶

func (m *Page) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*Page) UnmarshalBinary ¶

func (m *Page) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*Page) Validate ¶

func (m *Page) Validate(formats strfmt.Registry) error

Validate validates this page

type PageCloudbreakEventV4Response ¶

type PageCloudbreakEventV4Response struct {

	// content
	Content []*CloudbreakEventV4Response `json:"content"`

	// empty
	Empty bool `json:"empty,omitempty"`

	// first
	First bool `json:"first,omitempty"`

	// last
	Last bool `json:"last,omitempty"`

	// number
	Number int32 `json:"number,omitempty"`

	// number of elements
	NumberOfElements int32 `json:"numberOfElements,omitempty"`

	// pageable
	Pageable *Pageable `json:"pageable,omitempty"`

	// size
	Size int32 `json:"size,omitempty"`

	// sort
	Sort *Sort `json:"sort,omitempty"`

	// total elements
	TotalElements int64 `json:"totalElements,omitempty"`

	// total pages
	TotalPages int32 `json:"totalPages,omitempty"`
}

PageCloudbreakEventV4Response page cloudbreak event v4 response swagger:model PageCloudbreakEventV4Response

func (*PageCloudbreakEventV4Response) MarshalBinary ¶

func (m *PageCloudbreakEventV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PageCloudbreakEventV4Response) UnmarshalBinary ¶

func (m *PageCloudbreakEventV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PageCloudbreakEventV4Response) Validate ¶

func (m *PageCloudbreakEventV4Response) Validate(formats strfmt.Registry) error

Validate validates this page cloudbreak event v4 response

type Pageable ¶

type Pageable struct {

	// offset
	Offset int64 `json:"offset,omitempty"`

	// page number
	PageNumber int32 `json:"pageNumber,omitempty"`

	// page size
	PageSize int32 `json:"pageSize,omitempty"`

	// paged
	Paged bool `json:"paged,omitempty"`

	// sort
	Sort *Sort `json:"sort,omitempty"`

	// unpaged
	Unpaged bool `json:"unpaged,omitempty"`
}

Pageable pageable swagger:model Pageable

func (*Pageable) MarshalBinary ¶

func (m *Pageable) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*Pageable) UnmarshalBinary ¶

func (m *Pageable) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*Pageable) Validate ¶

func (m *Pageable) Validate(formats strfmt.Registry) error

Validate validates this pageable

type ParametersQueryV4Response ¶

type ParametersQueryV4Response struct {

	// AmbariKerberosDescriptor parameters as a json
	// Required: true
	Custom map[string]string `json:"custom"`
}

ParametersQueryV4Response parameters query v4 response swagger:model ParametersQueryV4Response

func (*ParametersQueryV4Response) MarshalBinary ¶

func (m *ParametersQueryV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ParametersQueryV4Response) UnmarshalBinary ¶

func (m *ParametersQueryV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ParametersQueryV4Response) Validate ¶

func (m *ParametersQueryV4Response) Validate(formats strfmt.Registry) error

Validate validates this parameters query v4 response

type PlacementSettingsV4Request ¶

type PlacementSettingsV4Request struct {

	// availability zone of the stack
	AvailabilityZone string `json:"availabilityZone,omitempty"`

	// region of the stack
	// Required: true
	Region *string `json:"region"`
}

PlacementSettingsV4Request placement settings v4 request swagger:model PlacementSettingsV4Request

func (*PlacementSettingsV4Request) MarshalBinary ¶

func (m *PlacementSettingsV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PlacementSettingsV4Request) UnmarshalBinary ¶

func (m *PlacementSettingsV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PlacementSettingsV4Request) Validate ¶

func (m *PlacementSettingsV4Request) Validate(formats strfmt.Registry) error

Validate validates this placement settings v4 request

type PlacementSettingsV4Response ¶

type PlacementSettingsV4Response struct {

	// availability zone of the stack
	AvailabilityZone string `json:"availabilityZone,omitempty"`

	// region of the stack
	// Required: true
	Region *string `json:"region"`
}

PlacementSettingsV4Response placement settings v4 response swagger:model PlacementSettingsV4Response

func (*PlacementSettingsV4Response) MarshalBinary ¶

func (m *PlacementSettingsV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PlacementSettingsV4Response) UnmarshalBinary ¶

func (m *PlacementSettingsV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PlacementSettingsV4Response) Validate ¶

func (m *PlacementSettingsV4Response) Validate(formats strfmt.Registry) error

Validate validates this placement settings v4 response

type RdsDetails ¶

type RdsDetails struct {

	// connection driver
	ConnectionDriver string `json:"connectionDriver,omitempty"`

	// connection URL
	ConnectionURL string `json:"connectionURL,omitempty"`

	// connector jar Url
	ConnectorJarURL string `json:"connectorJarUrl,omitempty"`

	// creation date
	CreationDate int64 `json:"creationDate,omitempty"`

	// database engine
	DatabaseEngine string `json:"databaseEngine,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// stack version
	StackVersion string `json:"stackVersion,omitempty"`

	// status
	Status string `json:"status,omitempty"`

	// tenant name
	TenantName string `json:"tenantName,omitempty"`

	// type
	Type string `json:"type,omitempty"`

	// user Id
	UserID string `json:"userId,omitempty"`

	// user name
	UserName string `json:"userName,omitempty"`

	// workspace Id
	WorkspaceID int64 `json:"workspaceId,omitempty"`
}

RdsDetails rds details swagger:model RdsDetails

func (*RdsDetails) MarshalBinary ¶

func (m *RdsDetails) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RdsDetails) UnmarshalBinary ¶

func (m *RdsDetails) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RdsDetails) Validate ¶

func (m *RdsDetails) Validate(formats strfmt.Registry) error

Validate validates this rds details

type RdsNotificationDetails ¶

type RdsNotificationDetails struct {

	// notification
	Notification string `json:"notification,omitempty"`

	// notification type
	NotificationType string `json:"notificationType,omitempty"`

	// rds details
	RdsDetails *RdsDetails `json:"rdsDetails,omitempty"`
}

RdsNotificationDetails rds notification details swagger:model RdsNotificationDetails

func (*RdsNotificationDetails) MarshalBinary ¶

func (m *RdsNotificationDetails) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RdsNotificationDetails) UnmarshalBinary ¶

func (m *RdsNotificationDetails) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RdsNotificationDetails) Validate ¶

func (m *RdsNotificationDetails) Validate(formats strfmt.Registry) error

Validate validates this rds notification details

type RecipeV4Request ¶

type RecipeV4Request struct {

	// content of recipe
	Content string `json:"content,omitempty"`

	// description of the resource
	// Max Length: 1000
	// Min Length: 0
	Description *string `json:"description,omitempty"`

	// name of the resource
	// Max Length: 100
	// Min Length: 5
	// Pattern: (^[a-z][-a-z0-9]*[a-z0-9]$)
	Name string `json:"name,omitempty"`

	// type of recipe [PRE_CLOUDERA_MANAGER_START,PRE_TERMINATION,POST_CLOUDERA_MANAGER_START,POST_CLUSTER_INSTALL]. The default is PRE_CLOUDERA_MANAGER_START
	// Required: true
	// Enum: [PRE_CLOUDERA_MANAGER_START PRE_TERMINATION POST_CLOUDERA_MANAGER_START POST_CLUSTER_INSTALL]
	Type *string `json:"type"`
}

RecipeV4Request A recipe is a script that runs on all nodes of a selected node group at a specific time. You can use recipes for tasks such as installing additional software or performing advanced cluster configuration. For example, you can use a recipe to put a JAR file on the Hadoop classpath. swagger:model RecipeV4Request

func (*RecipeV4Request) MarshalBinary ¶

func (m *RecipeV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RecipeV4Request) UnmarshalBinary ¶

func (m *RecipeV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RecipeV4Request) Validate ¶

func (m *RecipeV4Request) Validate(formats strfmt.Registry) error

Validate validates this recipe v4 request

type RecipeV4Response ¶

type RecipeV4Response struct {

	// content of recipe
	Content string `json:"content,omitempty"`

	// created
	Created int64 `json:"created,omitempty"`

	// the creator of the resource
	Creator string `json:"creator,omitempty"`

	// the unique crn of the resource
	Crn string `json:"crn,omitempty"`

	// description of the resource
	// Max Length: 1000
	// Min Length: 0
	Description *string `json:"description,omitempty"`

	// name of the resource
	// Max Length: 100
	// Min Length: 5
	// Pattern: (^[a-z][-a-z0-9]*[a-z0-9]$)
	Name string `json:"name,omitempty"`

	// type of recipe [PRE_CLOUDERA_MANAGER_START,PRE_TERMINATION,POST_CLOUDERA_MANAGER_START,POST_CLUSTER_INSTALL]. The default is PRE_CLOUDERA_MANAGER_START
	// Required: true
	// Enum: [PRE_CLOUDERA_MANAGER_START PRE_TERMINATION POST_CLOUDERA_MANAGER_START POST_CLUSTER_INSTALL]
	Type *string `json:"type"`

	// workspace of the resource
	Workspace *WorkspaceResourceV4Response `json:"workspace,omitempty"`
}

RecipeV4Response A recipe is a script that runs on all nodes of a selected node group at a specific time. You can use recipes for tasks such as installing additional software or performing advanced cluster configuration. For example, you can use a recipe to put a JAR file on the Hadoop classpath. swagger:model RecipeV4Response

func (*RecipeV4Response) MarshalBinary ¶

func (m *RecipeV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RecipeV4Response) UnmarshalBinary ¶

func (m *RecipeV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RecipeV4Response) Validate ¶

func (m *RecipeV4Response) Validate(formats strfmt.Registry) error

Validate validates this recipe v4 response

type RecipeV4Responses ¶

type RecipeV4Responses struct {

	// responses
	Responses []*RecipeV4Response `json:"responses"`
}

RecipeV4Responses recipe v4 responses swagger:model RecipeV4Responses

func (*RecipeV4Responses) MarshalBinary ¶

func (m *RecipeV4Responses) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RecipeV4Responses) UnmarshalBinary ¶

func (m *RecipeV4Responses) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RecipeV4Responses) Validate ¶

func (m *RecipeV4Responses) Validate(formats strfmt.Registry) error

Validate validates this recipe v4 responses

type RecipeViewV4Response ¶

type RecipeViewV4Response struct {

	// created
	Created int64 `json:"created,omitempty"`

	// the unique crn of the resource
	Crn string `json:"crn,omitempty"`

	// description of the resource
	// Max Length: 1000
	// Min Length: 0
	Description *string `json:"description,omitempty"`

	// id of the resource
	ID int64 `json:"id,omitempty"`

	// name of the resource
	// Required: true
	// Max Length: 100
	// Min Length: 5
	// Pattern: (^[a-z][-a-z0-9]*[a-z0-9]$)
	Name *string `json:"name"`

	// type of recipe [PRE_CLOUDERA_MANAGER_START,PRE_TERMINATION,POST_CLOUDERA_MANAGER_START,POST_CLUSTER_INSTALL]. The default is PRE_CLOUDERA_MANAGER_START
	// Required: true
	// Enum: [PRE_CLOUDERA_MANAGER_START PRE_AMBARI_START PRE_TERMINATION POST_CLOUDERA_MANAGER_START POST_AMBARI_START POST_CLUSTER_INSTALL]
	Type *string `json:"type"`
}

RecipeViewV4Response recipe view v4 response swagger:model RecipeViewV4Response

func (*RecipeViewV4Response) MarshalBinary ¶

func (m *RecipeViewV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RecipeViewV4Response) UnmarshalBinary ¶

func (m *RecipeViewV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RecipeViewV4Response) Validate ¶

func (m *RecipeViewV4Response) Validate(formats strfmt.Registry) error

Validate validates this recipe view v4 response

type RecipeViewV4Responses ¶

type RecipeViewV4Responses struct {

	// responses
	Responses []*RecipeViewV4Response `json:"responses"`
}

RecipeViewV4Responses recipe view v4 responses swagger:model RecipeViewV4Responses

func (*RecipeViewV4Responses) MarshalBinary ¶

func (m *RecipeViewV4Responses) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RecipeViewV4Responses) UnmarshalBinary ¶

func (m *RecipeViewV4Responses) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RecipeViewV4Responses) Validate ¶

func (m *RecipeViewV4Responses) Validate(formats strfmt.Registry) error

Validate validates this recipe view v4 responses

type RecommendationV4Response ¶

type RecommendationV4Response struct {

	// disk responses
	// Unique: true
	DiskResponses []*DiskV4Response `json:"diskResponses"`

	// gateway recommendation
	GatewayRecommendation *GatewayRecommendationV4Response `json:"gatewayRecommendation,omitempty"`

	// instance counts
	InstanceCounts map[string]InstanceCountV4Response `json:"instanceCounts,omitempty"`

	// recommendations
	Recommendations map[string]VMTypeV4Response `json:"recommendations,omitempty"`

	// virtual machines
	// Unique: true
	VirtualMachines []*VMTypeV4Response `json:"virtualMachines"`
}

RecommendationV4Response recommendation v4 response swagger:model RecommendationV4Response

func (*RecommendationV4Response) MarshalBinary ¶

func (m *RecommendationV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RecommendationV4Response) UnmarshalBinary ¶

func (m *RecommendationV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RecommendationV4Response) Validate ¶

func (m *RecommendationV4Response) Validate(formats strfmt.Registry) error

Validate validates this recommendation v4 response

type RenewCertificateV4Request ¶

type RenewCertificateV4Request struct {

	// stack name
	// Required: true
	StackName *string `json:"stackName"`
}

RenewCertificateV4Request renew certificate v4 request swagger:model RenewCertificateV4Request

func (*RenewCertificateV4Request) MarshalBinary ¶

func (m *RenewCertificateV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RenewCertificateV4Request) UnmarshalBinary ¶

func (m *RenewCertificateV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RenewCertificateV4Request) Validate ¶

func (m *RenewCertificateV4Request) Validate(formats strfmt.Registry) error

Validate validates this renew certificate v4 request

type RepoConfigValidationV4Request ¶

type RepoConfigValidationV4Request struct {

	// url of the cluster manager repository
	AmbariBaseURL string `json:"ambariBaseUrl,omitempty"`

	// gpg key of the cluster manager repository
	AmbariGpgKeyURL string `json:"ambariGpgKeyUrl,omitempty"`

	// url the MPACK that needs to be installed before HDF installation
	MpackURL string `json:"mpackUrl,omitempty"`

	// url of the stack repository
	StackBaseURL string `json:"stackBaseURL,omitempty"`

	// url of the stack utils repository
	UtilsBaseURL string `json:"utilsBaseURL,omitempty"`

	// local path on the Ambari server or URL that point to the desired VDF file
	VersionDefinitionFileURL string `json:"versionDefinitionFileUrl,omitempty"`
}

RepoConfigValidationV4Request repo config validation v4 request swagger:model RepoConfigValidationV4Request

func (*RepoConfigValidationV4Request) MarshalBinary ¶

func (m *RepoConfigValidationV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RepoConfigValidationV4Request) UnmarshalBinary ¶

func (m *RepoConfigValidationV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RepoConfigValidationV4Request) Validate ¶

func (m *RepoConfigValidationV4Request) Validate(formats strfmt.Registry) error

Validate validates this repo config validation v4 request

type RepoConfigValidationV4Response ¶

type RepoConfigValidationV4Response struct {

	// Indicates the request's value with the same key is valid and reachable by Cloudbreak or not
	AmbariBaseURL bool `json:"ambariBaseUrl,omitempty"`

	// Indicates the request's value with the same key is valid and reachable by Cloudbreak or not
	AmbariGpgKeyURL bool `json:"ambariGpgKeyUrl,omitempty"`

	// Indicates the request's value with the same key is valid and reachable by Cloudbreak or not
	MpackURL bool `json:"mpackUrl,omitempty"`

	// Indicates the request's value with the same key is valid and reachable by Cloudbreak or not
	StackBaseURL bool `json:"stackBaseURL,omitempty"`

	// Indicates the request's value with the same key is valid and reachable by Cloudbreak or not
	UtilsBaseURL bool `json:"utilsBaseURL,omitempty"`

	// Indicates the request's value with the same key is valid and reachable by Cloudbreak or not
	VersionDefinitionFileURL bool `json:"versionDefinitionFileUrl,omitempty"`
}

RepoConfigValidationV4Response repo config validation v4 response swagger:model RepoConfigValidationV4Response

func (*RepoConfigValidationV4Response) MarshalBinary ¶

func (m *RepoConfigValidationV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RepoConfigValidationV4Response) UnmarshalBinary ¶

func (m *RepoConfigValidationV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RepoConfigValidationV4Response) Validate ¶

func (m *RepoConfigValidationV4Response) Validate(formats strfmt.Registry) error

Validate validates this repo config validation v4 response

type ResourceEventResponse ¶

type ResourceEventResponse struct {

	// related events for a cloudbreak stack
	// Enum: [SDX_CLUSTER_CREATED SDX_CLUSTER_PROVISION_STARTED SDX_CLUSTER_PROVISION_FINISHED SDX_CLUSTER_DELETED SDX_CLUSTER_DELETION_STARTED SDX_CLUSTER_DELETION_FINISHED SDX_CLUSTER_DELETION_FAILED SDX_CLUSTER_CREATION_FAILED SDX_RDS_DELETION_STARTED SDX_RDS_DELETION_FAILED SDX_RDS_DELETION_FINISHED SDX_RDS_CREATION_STARTED SDX_RDS_CREATION_FAILED SDX_RDS_CREATION_FINISHED SDX_RDS_START_STARTED SDX_RDS_START_FAILED SDX_RDS_START_FINISHED SDX_RDS_STOP_STARTED SDX_RDS_STOP_FAILED SDX_RDS_STOP_FINISHED SDX_WAITING_FOR_ENVIRONMENT SDX_ENVIRONMENT_FINISHED SDX_REPAIR_STARTED SDX_REPAIR_FINISHED SDX_REPAIR_FAILED SDX_START_STARTED SDX_START_FINISHED SDX_START_FAILED SDX_STOP_STARTED SDX_STOP_FINISHED SDX_STOP_FAILED SDX_CHANGE_IMAGE_STARTED SDX_UPGRADE_STARTED SDX_UPGRADE_FINISHED SDX_UPGRADE_FAILED DATALAKE_UPGRADE_STARTED DATALAKE_UPGRADE_FINISHED DATALAKE_UPGRADE_FAILED SDX_SYNC_FAILED WORKSPACE_CREATED WORKSPACE_DELETED BLUEPRINT_CREATED BLUEPRINT_DELETED CREDENTIAL_CREATED CREDENTIAL_MODIFIED CREDENTIAL_DELETED CLUSTER_TEMPLATE_CREATED CLUSTER_TEMPLATE_DELETED LDAP_CREATED LDAP_DELETED IMAGE_CATALOG_CREATED IMAGE_CATALOG_DELETED NETWORK_CREATED NETWORK_DELETED RECIPE_CREATED RECIPE_DELETED RDS_CONFIG_CREATED RDS_CONFIG_DELETED PROXY_CONFIG_CREATED PROXY_CONFIG_DELETED SECURITY_GROUP_CREATED SECURITY_GROUP_DELETED TEMPLATE_CREATED TEMPLATE_DELETED TOPOLOGY_CREATED FILESYSTEM_CREATED FILESYSTEM_DELETED TOPOLOGY_DELETED MAINTENANCE_MODE_ENABLED MAINTENANCE_MODE_DISABLED TEST_CONNECTION_SUCCESS TEST_CONNECTION_FAILED ENVIRONMENT_VALIDATION_STARTED ENVIRONMENT_VALIDATION_FAILED ENVIRONMENT_NETWORK_CREATION_STARTED ENVIRONMENT_NETWORK_CREATION_FAILED ENVIRONMENT_PUBLICKEY_CREATION_STARTED ENVIRONMENT_PUBLICKEY_CREATION_FAILED ENVIRONMENT_FREEIPA_CREATION_STARTED ENVIRONMENT_FREEIPA_CREATION_FAILED ENVIRONMENT_CREATION_FINISHED ENVIRONMENT_CREATION_FAILED ENVIRONMENT_SYNC_FINISHED ENVIRONMENT_NETWORK_DELETION_STARTED ENVIRONMENT_PUBLICKEY_DELETION_STARTED ENVIRONMENT_CLUSTER_DEFINITION_DELETE_STARTED ENVIRONMENT_DATABASE_DELETION_STARTED ENVIRONMENT_FREEIPA_DELETION_STARTED ENVIRONMENT_IDBROKER_MAPPINGS_DELETION_STARTED ENVIRONMENT_S3GUARD_TABLE_DELETION_STARTED ENVIRONMENT_UMS_RESOURCE_DELETION_STARTED ENVIRONMENT_DATAHUB_CLUSTERS_DELETION_STARTED ENVIRONMENT_DATALAKE_CLUSTERS_DELETION_STARTED ENVIRONMENT_DELETION_FINISHED ENVIRONMENT_DELETION_FAILED ENVIRONMENT_STOP_DATAHUB_STARTED ENVIRONMENT_STOP_DATAHUB_FAILED ENVIRONMENT_STOP_DATALAKE_STARTED ENVIRONMENT_STOP_DATALAKE_FAILED ENVIRONMENT_STOP_FREEIPA_STARTED ENVIRONMENT_STOP_FREEIPA_FAILED ENVIRONMENT_STOPPED ENVIRONMENT_STOP_FAILED ENVIRONMENT_START_DATAHUB_STARTED ENVIRONMENT_START_DATAHUB_FAILED ENVIRONMENT_START_DATALAKE_STARTED ENVIRONMENT_START_DATALAKE_FAILED ENVIRONMENT_START_FREEIPA_STARTED ENVIRONMENT_START_FREEIPA_FAILED ENVIRONMENT_STARTED ENVIRONMENT_START_FAILED CREDENTIAL_AZURE_INTERACTIVE_CREATED CREDENTIAL_AZURE_INTERACTIVE_STATUS CREDENTIAL_AZURE_INTERACTIVE_FAILED STACK_STOP_IGNORED STACK_START_IGNORED STACK_STOP_REQUESTED STACK_CLEANUP_SERVICE_TRIGGER_SYNC STACK_SYNC_INSTANCE_STATUS_RETRIEVAL_FAILED STACK_SYNC_INSTANCE_STATUS_COULDNT_DETERMINE STACK_SYNC_INSTANCE_OPERATION_IN_PROGRESS STACK_SYNC_INSTANCE_STOPPED_ON_PROVIDER STACK_SYNC_INSTANCE_STATE_SYNCED STACK_SYNC_HOST_DELETED STACK_SYNC_INSTANCE_REMOVAL_FAILED STACK_SYNC_HOST_UPDATED STACK_SYNC_INSTANCE_TERMINATED STACK_SYNC_INSTANCE_DELETED_CBMETADATA STACK_SYNC_INSTANCE_DELETED_BY_PROVIDER_CBMETADATA STACK_DELETE_IN_PROGRESS STACK_ADDING_INSTANCES STACK_METADATA_EXTEND_WITH_COUNT STACK_BOOTSTRAP_NEW_NODES STACK_INFRASTRUCTURE_UPDATE_FAILED STACK_IMAGE_UPDATE_STARTED STACK_IMAGE_UPDATE_FINISHED STACK_IMAGE_UPDATE_FAILED STACK_IMAGE_SETUP STACK_PROVISIONING STACK_INFRASTRUCTURE_TIME STACK_INFRASTRUCTURE_CREATE_FAILED STACK_INFRASTRUCTURE_ROLLBACK_FAILED STACK_REMOVING_INSTANCE STACK_SCALING_TERMINATING_HOST_FROM_HOSTGROUP STACK_REMOVING_INSTANCE_FINISHED STACK_REMOVING_INSTANCE_FAILED STACK_INFRASTRUCTURE_BOOTSTRAP STACK_GATEWAY_CERTIFICATE_CREATE_FAILED STACK_DOWNSCALE_INSTANCES STACK_DOWNSCALE_SUCCESS STACK_DOWNSCALE_FAILED STACK_SELECT_FOR_DOWNSCALE STACK_REPAIR_COMPLETE_CLEAN STACK_REPAIR_ATTEMPTING STACK_REPAIR_TRIGGERED STACK_DELETE_COMPLETED STACK_INFRASTRUCTURE_DELETE_FAILED STACK_FORCED_DELETE_COMPLETED STACK_INFRASTRUCTURE_STARTING STACK_INFRASTRUCTURE_STARTED STACK_INFRASTRUCTURE_STOPPING STACK_INFRASTRUCTURE_STOPPED STACK_INFRASTRUCTURE_START_FAILED STACK_INFRASTRUCTURE_STOP_FAILED STACK_REPAIR_DETECTION_STARTED STACK_REPAIR_FAILED STACK_DATALAKE_UPDATE STACK_DATALAKE_UPDATE_FINISHED STACK_DATALAKE_UPDATE_FAILED CLUSTER_BUILDING CLUSTER_RESET CLUSTER_BUILT CLUSTER_DELETE_FAILED CLUSTER_DELETE_STARTED CLUSTER_CHANGING_CREDENTIAL CLUSTER_CHANGED_CREDENTIAL CLUSTER_CREATE_FAILED CLUSTER_STARTING CLUSTER_DNS_ENTRY_UPDATE_FINISHED CLUSTER_STARTED CLUSTER_START_FAILED CLUSTER_CHANGE_CREDENTIAL_FAILED CLUSTER_SINGLE_MASTER_REPAIR_STARTED CLUSTER_SINGLE_MASTER_REPAIR_FINISHED CLUSTER_SCALING_UP CLUSTER_RE_REGISTER_WITH_CLUSTER_PROXY CLUSTER_SCALED_UP CLUSTER_RUN_SERVICES CLUSTER_RUN_CONTAINERS CLUSTER_GATEWAY_CHANGE_FAILED CLUSTER_GATEWAY_CHANGED_SUCCESSFULLY CLUSTER_GATEWAY_CHANGE CLUSTER_FAILED_NODES_REPORTED CLUSTER_START_IGNORED CLUSTER_STOP_IGNORED CLUSTER_HOST_STATUS_UPDATED CLUSTER_START_REQUESTED CLUSTER_AUTORECOVERY_REQUESTED CLUSTER_MANUALRECOVERY_REQUESTED CLUSTER_MANUALRECOVERY_COULD_NOT_START CLUSTER_MANUALRECOVERY_NO_NODES_TO_RECOVER CLUSTER_RECOVERED_NODES_REPORTED CLUSTER_PRIMARY_GATEWAY_UNHEALTHY_SYNC_STARTED CLUSTER_PACKAGES_ON_INSTANCES_ARE_DIFFERENT CLUSTER_PACKAGE_VERSIONS_ON_INSTANCES_ARE_MISSING CLUSTER_PACKAGE_VERSIONS_ARE_CHANGED CLUSTER_PACKAGE_VERSION_CANNOT_BE_QUERIED CLUSTER_UPLOAD_RECIPES CLUSTER_BOOTSTRAPPER_ERROR_BOOTSTRAP_FAILED_ON_NODES CLUSTER_BOOTSTRAPPER_ERROR_DELETING_NODE CLUSTER_BOOTSTRAPPER_ERROR_INVALID_NODECOUNT CLUSTER_AMBARI_CLUSTER_COULD_NOT_SYNC CLUSTER_AMBARI_CLUSTER_SYNCHRONIZED DATALAKE_UPGRADE DATALAKE_UPGRADE_COULD_NOT_START CLUSTER_MANAGER_UPGRADE CLUSTER_MANAGER_UPGRADE_FINISHED CLUSTER_MANAGER_UPGRADE_FAILED CLUSTER_UPGRADE CLUSTER_UPGRADE_FINISHED CLUSTER_UPGRADE_DOWNLOAD_PARCEL CLUSTER_UPGRADE_DISTRIBUTE_PARCEL CLUSTER_UPGRADE_START_UPGRADE CLUSTER_UPGRADE_FAILED CLUSTER_STOPPING CLUSTER_STOPPED CLUSTER_STOP_FAILED CLUSTER_SCALING_DOWN CLUSTER_SCALED_DOWN CLUSTER_SCALING_FAILED CLUSTER_STOP_MANAGEMENT_SERVER_STARTED CLUSTER_STOP_COMPONENTS_STARTED CLUSTER_START_MANAGEMENT_SERVER_STARTED CLUSTER_REGENERATE_KEYTABS_STARTED CLUSTER_REINSTALL_COMPONENTS_STARTED CLUSTER_START_COMPONENTS_STARTED CLUSTER_RESTART_ALL_STARTED CLUSTER_CM_CLUSTER_SERVICES_STOPPING CLUSTER_CM_CLUSTER_SERVICES_STOPPED CLUSTER_CM_CLUSTER_SERVICES_STARTED CLUSTER_CM_CLUSTER_SERVICES_STARTING CLUSTER_CM_SECURITY_GROUP_TOO_STRICT CLUSTER_CM_SERVICE_DEREGISTER_FAILED CLUSTER_MANAGER_CLUSTER_DECOMMISSIONING_TIME CLUSTER_MANAGER_CLUSTER_SERVICES_STOPPING CLUSTER_MANAGER_CLUSTER_SERVICES_STOPPED CLUSTER_MANAGER_CLUSTER_SERVICES_STARTING CLUSTER_MANAGER_CLUSTER_SERVICES_STARTED CLUSTER_REMOVING_NODE_FROM_HOSTGROUP CLUSTER_FORCE_REMOVING_NODE_FROM_HOSTGROUP CLUSTER_CERTIFICATE_REISSUE CLUSTER_CERTIFICATE_REDEPLOY CLUSTER_CERTIFICATE_RENEWAL_FINISHED CLUSTER_CERTIFICATE_RENEWAL_FAILED CLUSTER_EXTERNAL_DATABASE_DELETION_STARTED CLUSTER_EXTERNAL_DATABASE_DELETION_FAILED CLUSTER_EXTERNAL_DATABASE_DELETION_FINISHED CLUSTER_EXTERNAL_DATABASE_CREATION_STARTED CLUSTER_EXTERNAL_DATABASE_CREATION_FAILED CLUSTER_EXTERNAL_DATABASE_CREATION_FINISHED STACK_RETRY_FLOW_START MAINTENANCE_MODE_VALIDATION_STARTED MAINTENANCE_MODE_VALIDATION_FINISHED_FOUND_WARNINGS MAINTENANCE_MODE_VALIDATION_FINISHED_NO_WARNINGS MAINTENANCE_MODE_VALIDATION_FAILED COMMON_BAD_REQUEST_NOTIFICATION_PATTERN]
	Event string `json:"event,omitempty"`
}

ResourceEventResponse resource event response swagger:model ResourceEventResponse

func (*ResourceEventResponse) MarshalBinary ¶

func (m *ResourceEventResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ResourceEventResponse) UnmarshalBinary ¶

func (m *ResourceEventResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ResourceEventResponse) Validate ¶

func (m *ResourceEventResponse) Validate(formats strfmt.Registry) error

Validate validates this resource event response

type RestCallDetails ¶

type RestCallDetails struct {

	// duration
	Duration int64 `json:"duration,omitempty"`

	// rest request
	RestRequest *RestRequestDetails `json:"restRequest,omitempty"`

	// rest response
	RestResponse *RestResponseDetails `json:"restResponse,omitempty"`
}

RestCallDetails rest call details swagger:model RestCallDetails

func (*RestCallDetails) MarshalBinary ¶

func (m *RestCallDetails) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RestCallDetails) UnmarshalBinary ¶

func (m *RestCallDetails) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RestCallDetails) Validate ¶

func (m *RestCallDetails) Validate(formats strfmt.Registry) error

Validate validates this rest call details

type RestRequestDetails ¶

type RestRequestDetails struct {

	// body
	Body string `json:"body,omitempty"`

	// cookies
	Cookies map[string]string `json:"cookies,omitempty"`

	// headers
	Headers map[string]string `json:"headers,omitempty"`

	// media type
	MediaType string `json:"mediaType,omitempty"`

	// method
	Method string `json:"method,omitempty"`

	// request Uri
	RequestURI string `json:"requestUri,omitempty"`
}

RestRequestDetails rest request details swagger:model RestRequestDetails

func (*RestRequestDetails) MarshalBinary ¶

func (m *RestRequestDetails) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RestRequestDetails) UnmarshalBinary ¶

func (m *RestRequestDetails) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RestRequestDetails) Validate ¶

func (m *RestRequestDetails) Validate(formats strfmt.Registry) error

Validate validates this rest request details

type RestResponseDetails ¶

type RestResponseDetails struct {

	// body
	Body string `json:"body,omitempty"`

	// cookies
	Cookies map[string]string `json:"cookies,omitempty"`

	// headers
	Headers map[string]string `json:"headers,omitempty"`

	// media type
	MediaType string `json:"mediaType,omitempty"`

	// status code
	StatusCode int32 `json:"statusCode,omitempty"`

	// status text
	StatusText string `json:"statusText,omitempty"`
}

RestResponseDetails rest response details swagger:model RestResponseDetails

func (*RestResponseDetails) MarshalBinary ¶

func (m *RestResponseDetails) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RestResponseDetails) UnmarshalBinary ¶

func (m *RestResponseDetails) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RestResponseDetails) Validate ¶

func (m *RestResponseDetails) Validate(formats strfmt.Registry) error

Validate validates this rest response details

type RetryableFlowResponse ¶

type RetryableFlowResponse struct {

	// Date when the operation went failed.
	FailDate int64 `json:"failDate,omitempty"`

	// Name of the failed operation, that is also retryable.
	Name string `json:"name,omitempty"`
}

RetryableFlowResponse retryable flow response swagger:model RetryableFlowResponse

func (*RetryableFlowResponse) MarshalBinary ¶

func (m *RetryableFlowResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetryableFlowResponse) UnmarshalBinary ¶

func (m *RetryableFlowResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetryableFlowResponse) Validate ¶

func (m *RetryableFlowResponse) Validate(formats strfmt.Registry) error

Validate validates this retryable flow response

type RootVolumeV1Request ¶

type RootVolumeV1Request struct {

	// size of the root volume
	// Required: true
	Size *int32 `json:"size"`
}

RootVolumeV1Request root volume v1 request swagger:model RootVolumeV1Request

func (*RootVolumeV1Request) MarshalBinary ¶

func (m *RootVolumeV1Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RootVolumeV1Request) UnmarshalBinary ¶

func (m *RootVolumeV1Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RootVolumeV1Request) Validate ¶

func (m *RootVolumeV1Request) Validate(formats strfmt.Registry) error

Validate validates this root volume v1 request

type RootVolumeV4Request ¶

type RootVolumeV4Request struct {

	// size of the root volume
	// Required: true
	Size *int32 `json:"size"`
}

RootVolumeV4Request root volume v4 request swagger:model RootVolumeV4Request

func (*RootVolumeV4Request) MarshalBinary ¶

func (m *RootVolumeV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RootVolumeV4Request) UnmarshalBinary ¶

func (m *RootVolumeV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RootVolumeV4Request) Validate ¶

func (m *RootVolumeV4Request) Validate(formats strfmt.Registry) error

Validate validates this root volume v4 request

type RootVolumeV4Response ¶

type RootVolumeV4Response struct {

	// size of the root volume
	Size int32 `json:"size,omitempty"`
}

RootVolumeV4Response root volume v4 response swagger:model RootVolumeV4Response

func (*RootVolumeV4Response) MarshalBinary ¶

func (m *RootVolumeV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RootVolumeV4Response) UnmarshalBinary ¶

func (m *RootVolumeV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RootVolumeV4Response) Validate ¶

func (m *RootVolumeV4Response) Validate(formats strfmt.Registry) error

Validate validates this root volume v4 response

type S3CloudStorageV1Parameters ¶

type S3CloudStorageV1Parameters struct {

	// instance profile
	// Required: true
	InstanceProfile *string `json:"instanceProfile"`
}

S3CloudStorageV1Parameters s3 cloud storage v1 parameters swagger:model S3CloudStorageV1Parameters

func (*S3CloudStorageV1Parameters) MarshalBinary ¶

func (m *S3CloudStorageV1Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*S3CloudStorageV1Parameters) UnmarshalBinary ¶

func (m *S3CloudStorageV1Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*S3CloudStorageV1Parameters) Validate ¶

func (m *S3CloudStorageV1Parameters) Validate(formats strfmt.Registry) error

Validate validates this s3 cloud storage v1 parameters

type S3Guard ¶

type S3Guard struct {

	// dynamo table name
	DynamoTableName string `json:"dynamoTableName,omitempty"`
}

S3Guard s3 guard swagger:model S3Guard

func (*S3Guard) MarshalBinary ¶

func (m *S3Guard) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*S3Guard) UnmarshalBinary ¶

func (m *S3Guard) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*S3Guard) Validate ¶

func (m *S3Guard) Validate(formats strfmt.Registry) error

Validate validates this s3 guard

type SdxV1Request ¶

type SdxV1Request struct {

	// name
	// Required: true
	Name *string `json:"name"`
}

SdxV1Request sdx v1 request swagger:model SdxV1Request

func (*SdxV1Request) MarshalBinary ¶

func (m *SdxV1Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SdxV1Request) UnmarshalBinary ¶

func (m *SdxV1Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SdxV1Request) Validate ¶

func (m *SdxV1Request) Validate(formats strfmt.Registry) error

Validate validates this sdx v1 request

type SecretResponse ¶

type SecretResponse struct {

	// Engine path of the secret.
	EnginePath string `json:"enginePath,omitempty"`

	// Path of the secret.
	SecretPath string `json:"secretPath,omitempty"`
}

SecretResponse secret response swagger:model SecretResponse

func (*SecretResponse) MarshalBinary ¶

func (m *SecretResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SecretResponse) UnmarshalBinary ¶

func (m *SecretResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SecretResponse) Validate ¶

func (m *SecretResponse) Validate(formats strfmt.Registry) error

Validate validates this secret response

type SecurityGroupDetails ¶

type SecurityGroupDetails struct {

	// description
	Description string `json:"description,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// security group Id
	SecurityGroupID string `json:"securityGroupId,omitempty"`

	// security group ids
	// Unique: true
	SecurityGroupIds []string `json:"securityGroupIds"`

	// security rules
	SecurityRules []*SecurityRuleDetails `json:"securityRules"`
}

SecurityGroupDetails security group details swagger:model SecurityGroupDetails

func (*SecurityGroupDetails) MarshalBinary ¶

func (m *SecurityGroupDetails) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SecurityGroupDetails) UnmarshalBinary ¶

func (m *SecurityGroupDetails) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SecurityGroupDetails) Validate ¶

func (m *SecurityGroupDetails) Validate(formats strfmt.Registry) error

Validate validates this security group details

type SecurityGroupV4Request ¶

type SecurityGroupV4Request struct {

	// Exisiting security group ids
	// Unique: true
	SecurityGroupIds []string `json:"securityGroupIds"`

	// list of security rules that relates to the security group
	SecurityRules []*SecurityRuleV4Request `json:"securityRules"`
}

SecurityGroupV4Request security group v4 request swagger:model SecurityGroupV4Request

func (*SecurityGroupV4Request) MarshalBinary ¶

func (m *SecurityGroupV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SecurityGroupV4Request) UnmarshalBinary ¶

func (m *SecurityGroupV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SecurityGroupV4Request) Validate ¶

func (m *SecurityGroupV4Request) Validate(formats strfmt.Registry) error

Validate validates this security group v4 request

type SecurityGroupV4Response ¶

type SecurityGroupV4Response struct {

	// Exisiting security group ids
	// Unique: true
	SecurityGroupIds []string `json:"securityGroupIds"`

	// list of security rules that relates to the security group
	SecurityRules []*SecurityRuleV4Response `json:"securityRules"`
}

SecurityGroupV4Response security group v4 response swagger:model SecurityGroupV4Response

func (*SecurityGroupV4Response) MarshalBinary ¶

func (m *SecurityGroupV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SecurityGroupV4Response) UnmarshalBinary ¶

func (m *SecurityGroupV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SecurityGroupV4Response) Validate ¶

func (m *SecurityGroupV4Response) Validate(formats strfmt.Registry) error

Validate validates this security group v4 response

type SecurityRuleDetails ¶

type SecurityRuleDetails struct {

	// cidr
	Cidr string `json:"cidr,omitempty"`

	// ports
	Ports string `json:"ports,omitempty"`

	// protocol
	Protocol string `json:"protocol,omitempty"`
}

SecurityRuleDetails security rule details swagger:model SecurityRuleDetails

func (*SecurityRuleDetails) MarshalBinary ¶

func (m *SecurityRuleDetails) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SecurityRuleDetails) UnmarshalBinary ¶

func (m *SecurityRuleDetails) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SecurityRuleDetails) Validate ¶

func (m *SecurityRuleDetails) Validate(formats strfmt.Registry) error

Validate validates this security rule details

type SecurityRuleV4Request ¶

type SecurityRuleV4Request struct {

	// flag for making the rule modifiable
	Modifiable bool `json:"modifiable,omitempty"`

	// list of accessible ports
	// Required: true
	Ports []string `json:"ports"`

	// protocol of the rule
	// Required: true
	Protocol *string `json:"protocol"`

	// definition of allowed subnet in CIDR format
	// Required: true
	Subnet *string `json:"subnet"`
}

SecurityRuleV4Request security rule v4 request swagger:model SecurityRuleV4Request

func (*SecurityRuleV4Request) MarshalBinary ¶

func (m *SecurityRuleV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SecurityRuleV4Request) UnmarshalBinary ¶

func (m *SecurityRuleV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SecurityRuleV4Request) Validate ¶

func (m *SecurityRuleV4Request) Validate(formats strfmt.Registry) error

Validate validates this security rule v4 request

type SecurityRuleV4Response ¶

type SecurityRuleV4Response struct {

	// id of the resource
	ID int64 `json:"id,omitempty"`

	// flag for making the rule modifiable
	Modifiable bool `json:"modifiable,omitempty"`

	// list of accessible ports
	// Required: true
	Ports []string `json:"ports"`

	// protocol of the rule
	// Required: true
	Protocol *string `json:"protocol"`

	// definition of allowed subnet in CIDR format
	// Required: true
	Subnet *string `json:"subnet"`
}

SecurityRuleV4Response security rule v4 response swagger:model SecurityRuleV4Response

func (*SecurityRuleV4Response) MarshalBinary ¶

func (m *SecurityRuleV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SecurityRuleV4Response) UnmarshalBinary ¶

func (m *SecurityRuleV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SecurityRuleV4Response) Validate ¶

func (m *SecurityRuleV4Response) Validate(formats strfmt.Registry) error

Validate validates this security rule v4 response

type SecurityRulesV4Response ¶

type SecurityRulesV4Response struct {

	// security rules for core type
	Core []*SecurityRuleV4Response `json:"core"`

	// security rules for gateway type
	Gateway []*SecurityRuleV4Response `json:"gateway"`
}

SecurityRulesV4Response security rules v4 response swagger:model SecurityRulesV4Response

func (*SecurityRulesV4Response) MarshalBinary ¶

func (m *SecurityRulesV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SecurityRulesV4Response) UnmarshalBinary ¶

func (m *SecurityRulesV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SecurityRulesV4Response) Validate ¶

func (m *SecurityRulesV4Response) Validate(formats strfmt.Registry) error

Validate validates this security rules v4 response

type ServiceDependencyMatrixV4Response ¶

type ServiceDependencyMatrixV4Response struct {

	// dependencies
	// Unique: true
	Dependencies []string `json:"dependencies"`

	// services
	// Unique: true
	Services []string `json:"services"`
}

ServiceDependencyMatrixV4Response service dependency matrix v4 response swagger:model ServiceDependencyMatrixV4Response

func (*ServiceDependencyMatrixV4Response) MarshalBinary ¶

func (m *ServiceDependencyMatrixV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ServiceDependencyMatrixV4Response) UnmarshalBinary ¶

func (m *ServiceDependencyMatrixV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ServiceDependencyMatrixV4Response) Validate ¶

Validate validates this service dependency matrix v4 response

type SharedServiceV4Request ¶

type SharedServiceV4Request struct {

	// datalake name
	// Required: true
	DatalakeName *string `json:"datalakeName"`

	// runtime version
	RuntimeVersion string `json:"runtimeVersion,omitempty"`
}

SharedServiceV4Request shared service v4 request swagger:model SharedServiceV4Request

func (*SharedServiceV4Request) MarshalBinary ¶

func (m *SharedServiceV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SharedServiceV4Request) UnmarshalBinary ¶

func (m *SharedServiceV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SharedServiceV4Request) Validate ¶

func (m *SharedServiceV4Request) Validate(formats strfmt.Registry) error

Validate validates this shared service v4 request

type SharedServiceV4Response ¶

type SharedServiceV4Response struct {

	// attached clusters
	// Unique: true
	AttachedClusters []*AttachedClusterInfoV4Response `json:"attachedClusters"`

	// sdx crn
	SdxCrn string `json:"sdxCrn,omitempty"`

	// sdx name
	SdxName string `json:"sdxName,omitempty"`

	// shared cluster Id
	SharedClusterID int64 `json:"sharedClusterId,omitempty"`

	// shared cluster name
	SharedClusterName string `json:"sharedClusterName,omitempty"`
}

SharedServiceV4Response shared service v4 response swagger:model SharedServiceV4Response

func (*SharedServiceV4Response) MarshalBinary ¶

func (m *SharedServiceV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SharedServiceV4Response) UnmarshalBinary ¶

func (m *SharedServiceV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SharedServiceV4Response) Validate ¶

func (m *SharedServiceV4Response) Validate(formats strfmt.Registry) error

Validate validates this shared service v4 response

type ShowTerminatedClusterPreferencesV4Response ¶

type ShowTerminatedClusterPreferencesV4Response struct {

	// active
	Active bool `json:"active,omitempty"`

	// source
	Source string `json:"source,omitempty"`

	// timeout
	Timeout *DurationV4Response `json:"timeout,omitempty"`
}

ShowTerminatedClusterPreferencesV4Response show terminated cluster preferences v4 response swagger:model ShowTerminatedClusterPreferencesV4Response

func (*ShowTerminatedClusterPreferencesV4Response) MarshalBinary ¶

func (m *ShowTerminatedClusterPreferencesV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ShowTerminatedClusterPreferencesV4Response) UnmarshalBinary ¶

func (m *ShowTerminatedClusterPreferencesV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ShowTerminatedClusterPreferencesV4Response) Validate ¶

Validate validates this show terminated cluster preferences v4 response

type ShowTerminatedClustersPreferencesV4Request ¶

type ShowTerminatedClustersPreferencesV4Request struct {

	// active
	// Required: true
	Active *bool `json:"active"`

	// timeout
	Timeout *DurationV4Request `json:"timeout,omitempty"`
}

ShowTerminatedClustersPreferencesV4Request show terminated clusters preferences v4 request swagger:model ShowTerminatedClustersPreferencesV4Request

func (*ShowTerminatedClustersPreferencesV4Request) MarshalBinary ¶

func (m *ShowTerminatedClustersPreferencesV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ShowTerminatedClustersPreferencesV4Request) UnmarshalBinary ¶

func (m *ShowTerminatedClustersPreferencesV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ShowTerminatedClustersPreferencesV4Request) Validate ¶

Validate validates this show terminated clusters preferences v4 request

type Sort ¶

type Sort struct {

	// empty
	Empty bool `json:"empty,omitempty"`

	// sorted
	Sorted bool `json:"sorted,omitempty"`

	// unsorted
	Unsorted bool `json:"unsorted,omitempty"`
}

Sort sort swagger:model Sort

func (*Sort) MarshalBinary ¶

func (m *Sort) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*Sort) UnmarshalBinary ¶

func (m *Sort) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*Sort) Validate ¶

func (m *Sort) Validate(formats strfmt.Registry) error

Validate validates this sort

type StackAuthenticationV4Request ¶

type StackAuthenticationV4Request struct {

	// authentication name for machines
	// Max Length: 32
	// Min Length: 0
	LoginUserName *string `json:"loginUserName,omitempty"`

	// public key for accessing instances
	// Max Length: 2048
	// Min Length: 0
	PublicKey *string `json:"publicKey,omitempty"`

	// public key id for accessing instances
	// Max Length: 255
	// Min Length: 0
	PublicKeyID *string `json:"publicKeyId,omitempty"`
}

StackAuthenticationV4Request stack authentication v4 request swagger:model StackAuthenticationV4Request

func (*StackAuthenticationV4Request) MarshalBinary ¶

func (m *StackAuthenticationV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*StackAuthenticationV4Request) UnmarshalBinary ¶

func (m *StackAuthenticationV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*StackAuthenticationV4Request) Validate ¶

func (m *StackAuthenticationV4Request) Validate(formats strfmt.Registry) error

Validate validates this stack authentication v4 request

type StackAuthenticationV4Response ¶

type StackAuthenticationV4Response struct {

	// authentication name for machines
	// Max Length: 32
	// Min Length: 0
	LoginUserName *string `json:"loginUserName,omitempty"`

	// public key for accessing instances
	// Max Length: 2048
	// Min Length: 0
	PublicKey *string `json:"publicKey,omitempty"`

	// public key id for accessing instances
	// Max Length: 255
	// Min Length: 0
	PublicKeyID *string `json:"publicKeyId,omitempty"`
}

StackAuthenticationV4Response stack authentication v4 response swagger:model StackAuthenticationV4Response

func (*StackAuthenticationV4Response) MarshalBinary ¶

func (m *StackAuthenticationV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*StackAuthenticationV4Response) UnmarshalBinary ¶

func (m *StackAuthenticationV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*StackAuthenticationV4Response) Validate ¶

func (m *StackAuthenticationV4Response) Validate(formats strfmt.Registry) error

Validate validates this stack authentication v4 response

type StackDetails ¶

type StackDetails struct {

	// ambari version
	AmbariVersion string `json:"ambariVersion,omitempty"`

	// availability zone
	AvailabilityZone string `json:"availabilityZone,omitempty"`

	// cloud platform
	CloudPlatform string `json:"cloudPlatform,omitempty"`

	// cloudbreak version
	CloudbreakVersion string `json:"cloudbreakVersion,omitempty"`

	// cluster type
	ClusterType string `json:"clusterType,omitempty"`

	// cluster version
	ClusterVersion string `json:"clusterVersion,omitempty"`

	// datalake Id
	DatalakeID int64 `json:"datalakeId,omitempty"`

	// datalake resource Id
	DatalakeResourceID int64 `json:"datalakeResourceId,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// detailed status
	DetailedStatus string `json:"detailedStatus,omitempty"`

	// existing network
	ExistingNetwork bool `json:"existingNetwork,omitempty"`

	// existing subnet
	ExistingSubnet bool `json:"existingSubnet,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// image identifier
	ImageIdentifier string `json:"imageIdentifier,omitempty"`

	// instance groups
	InstanceGroups []*InstanceGroupDetails `json:"instanceGroups"`

	// name
	Name string `json:"name,omitempty"`

	// platform variant
	PlatformVariant string `json:"platformVariant,omitempty"`

	// prewarmed image
	PrewarmedImage bool `json:"prewarmedImage,omitempty"`

	// region
	Region string `json:"region,omitempty"`

	// status
	Status string `json:"status,omitempty"`

	// status reason
	StatusReason string `json:"statusReason,omitempty"`

	// type
	Type string `json:"type,omitempty"`
}

StackDetails stack details swagger:model StackDetails

func (*StackDetails) MarshalBinary ¶

func (m *StackDetails) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*StackDetails) UnmarshalBinary ¶

func (m *StackDetails) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*StackDetails) Validate ¶

func (m *StackDetails) Validate(formats strfmt.Registry) error

Validate validates this stack details

type StackImageChangeV4Request ¶

type StackImageChangeV4Request struct {

	// custom image catalog URL
	ImageCatalogName string `json:"imageCatalogName,omitempty"`

	// virtual machine image id from ImageCatalog, machines of the cluster will be started from this image
	// Required: true
	// Max Length: 2147483647
	// Min Length: 1
	ImageID *string `json:"imageId"`
}

StackImageChangeV4Request stack image change v4 request swagger:model StackImageChangeV4Request

func (*StackImageChangeV4Request) MarshalBinary ¶

func (m *StackImageChangeV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*StackImageChangeV4Request) UnmarshalBinary ¶

func (m *StackImageChangeV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*StackImageChangeV4Request) Validate ¶

func (m *StackImageChangeV4Request) Validate(formats strfmt.Registry) error

Validate validates this stack image change v4 request

type StackImageV4Response ¶

type StackImageV4Response struct {

	// name of the image catalog
	CatalogName string `json:"catalogName,omitempty"`

	// url of the image catalog
	CatalogURL string `json:"catalogUrl,omitempty"`

	// id of the image
	ID string `json:"id,omitempty"`

	// name of the image
	Name string `json:"name,omitempty"`
}

StackImageV4Response stack image v4 response swagger:model StackImageV4Response

func (*StackImageV4Response) MarshalBinary ¶

func (m *StackImageV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*StackImageV4Response) UnmarshalBinary ¶

func (m *StackImageV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*StackImageV4Response) Validate ¶

func (m *StackImageV4Response) Validate(formats strfmt.Registry) error

Validate validates this stack image v4 response

type StackMatrixV4Response ¶

type StackMatrixV4Response struct {

	// cdh
	Cdh map[string]ClouderaManagerStackDescriptorV4Response `json:"cdh,omitempty"`
}

StackMatrixV4Response stack matrix v4 response swagger:model StackMatrixV4Response

func (*StackMatrixV4Response) MarshalBinary ¶

func (m *StackMatrixV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*StackMatrixV4Response) UnmarshalBinary ¶

func (m *StackMatrixV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*StackMatrixV4Response) Validate ¶

func (m *StackMatrixV4Response) Validate(formats strfmt.Registry) error

Validate validates this stack matrix v4 response

type StackScaleV4Request ¶

type StackScaleV4Request struct {

	// scaling adjustment of the instance groups
	// Required: true
	DesiredCount *int32 `json:"desiredCount"`

	// Force remove instance
	Forced bool `json:"forced,omitempty"`

	// name of the instance group
	// Required: true
	Group *string `json:"group"`
}

StackScaleV4Request stack scale v4 request swagger:model StackScaleV4Request

func (*StackScaleV4Request) MarshalBinary ¶

func (m *StackScaleV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*StackScaleV4Request) UnmarshalBinary ¶

func (m *StackScaleV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*StackScaleV4Request) Validate ¶

func (m *StackScaleV4Request) Validate(formats strfmt.Registry) error

Validate validates this stack scale v4 request

type StackStatusV4Response ¶

type StackStatusV4Response struct {

	// cluster status
	// Enum: [REQUESTED CREATE_IN_PROGRESS AVAILABLE UPDATE_IN_PROGRESS UPDATE_REQUESTED UPDATE_FAILED CREATE_FAILED ENABLE_SECURITY_FAILED PRE_DELETE_IN_PROGRESS DELETE_IN_PROGRESS DELETE_FAILED DELETE_COMPLETED STOPPED STOP_REQUESTED START_REQUESTED STOP_IN_PROGRESS START_IN_PROGRESS START_FAILED STOP_FAILED WAIT_FOR_SYNC MAINTENANCE_MODE_ENABLED AMBIGUOUS EXTERNAL_DATABASE_CREATION_IN_PROGRESS EXTERNAL_DATABASE_CREATION_FAILED EXTERNAL_DATABASE_DELETION_IN_PROGRESS EXTERNAL_DATABASE_DELETION_FINISHED EXTERNAL_DATABASE_DELETION_FAILED]
	ClusterStatus string `json:"clusterStatus,omitempty"`

	// cluster status reason
	ClusterStatusReason string `json:"clusterStatusReason,omitempty"`

	// crn
	Crn string `json:"crn,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// status
	// Enum: [REQUESTED CREATE_IN_PROGRESS AVAILABLE UPDATE_IN_PROGRESS UPDATE_REQUESTED UPDATE_FAILED CREATE_FAILED ENABLE_SECURITY_FAILED PRE_DELETE_IN_PROGRESS DELETE_IN_PROGRESS DELETE_FAILED DELETE_COMPLETED STOPPED STOP_REQUESTED START_REQUESTED STOP_IN_PROGRESS START_IN_PROGRESS START_FAILED STOP_FAILED WAIT_FOR_SYNC MAINTENANCE_MODE_ENABLED AMBIGUOUS EXTERNAL_DATABASE_CREATION_IN_PROGRESS EXTERNAL_DATABASE_CREATION_FAILED EXTERNAL_DATABASE_DELETION_IN_PROGRESS EXTERNAL_DATABASE_DELETION_FINISHED EXTERNAL_DATABASE_DELETION_FAILED]
	Status string `json:"status,omitempty"`

	// status reason
	StatusReason string `json:"statusReason,omitempty"`
}

StackStatusV4Response stack status v4 response swagger:model StackStatusV4Response

func (*StackStatusV4Response) MarshalBinary ¶

func (m *StackStatusV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*StackStatusV4Response) UnmarshalBinary ¶

func (m *StackStatusV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*StackStatusV4Response) Validate ¶

func (m *StackStatusV4Response) Validate(formats strfmt.Registry) error

Validate validates this stack status v4 response

type StackV4Request ¶

type StackV4Request struct {

	// stack related authentication
	// Required: true
	Authentication *StackAuthenticationV4Request `json:"authentication"`

	// aws specific parameters for stack
	Aws AwsStackV4Parameters `json:"aws,omitempty"`

	// azure specific parameters for stack
	Azure *AzureStackV4Parameters `json:"azure,omitempty"`

	// cluster request object on stack
	Cluster *ClusterV4Request `json:"cluster,omitempty"`

	// settings related to custom domain names
	CustomDomain *CustomDomainSettingsV4Request `json:"customDomain,omitempty"`

	// CRN of the environment which the stack is assigned to
	// Required: true
	EnvironmentCrn *string `json:"environmentCrn"`

	// External database parameters for the stack.
	ExternalDatabase *DatabaseRequest `json:"externalDatabase,omitempty"`

	// port of the gateway secured proxy
	// Maximum: 65535
	// Minimum: 1025
	GatewayPort int32 `json:"gatewayPort,omitempty"`

	// gcp specific parameters for stack
	Gcp GcpStackV4Parameters `json:"gcp,omitempty"`

	// settings for custom images
	Image *ImageSettingsV4Request `json:"image,omitempty"`

	// dynamic properties
	Inputs map[string]interface{} `json:"inputs,omitempty"`

	// collection of instance groupst
	// Required: true
	InstanceGroups []*InstanceGroupV4Request `json:"instanceGroups"`

	// name of the stack
	// Required: true
	Name *string `json:"name"`

	// stack related network
	Network *NetworkV4Request `json:"network,omitempty"`

	// openstack specific parameters for stack
	Openstack OpenStackStackV4Parameters `json:"openstack,omitempty"`

	// placement configuration parameters for a cluster (e.g. 'region', 'availabilityZone')
	Placement *PlacementSettingsV4Request `json:"placement,omitempty"`

	// Shared service request
	SharedService *SharedServiceV4Request `json:"sharedService,omitempty"`

	// stack related tags
	Tags *TagsV4Request `json:"tags,omitempty"`

	// stack related telemetry settings
	Telemetry *TelemetryRequest `json:"telemetry,omitempty"`

	// time to live
	TimeToLive int64 `json:"timeToLive,omitempty"`

	// type
	// Enum: [WORKLOAD DATALAKE TEMPLATE]
	Type string `json:"type,omitempty"`

	// openstack specific parameters for stack
	Yarn *YarnStackV4Parameters `json:"yarn,omitempty"`
}

StackV4Request stack v4 request swagger:model StackV4Request

func (*StackV4Request) MarshalBinary ¶

func (m *StackV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*StackV4Request) UnmarshalBinary ¶

func (m *StackV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*StackV4Request) Validate ¶

func (m *StackV4Request) Validate(formats strfmt.Registry) error

Validate validates this stack v4 request

type StackV4Response ¶

type StackV4Response struct {

	// stack related authentication
	Authentication *StackAuthenticationV4Response `json:"authentication,omitempty"`

	// aws specific parameters for stack
	Aws AwsStackV4Parameters `json:"aws,omitempty"`

	// azure specific parameters for stack
	Azure *AzureStackV4Parameters `json:"azure,omitempty"`

	// Cloudplatform of the stack
	// Enum: [AWS GCP AZURE OPENSTACK YARN MOCK]
	CloudPlatform string `json:"cloudPlatform,omitempty"`

	// details of the Cloudbreak that provisioned the stack
	CloudbreakDetails *CloudbreakDetailsV4Response `json:"cloudbreakDetails,omitempty"`

	// related events for a cloudbreak stack
	CloudbreakEvents []*CloudbreakEventV4Response `json:"cloudbreakEvents"`

	// cluster object on stack
	Cluster *ClusterV4Response `json:"cluster,omitempty"`

	// creation time of the stack in long
	Created int64 `json:"created,omitempty"`

	// credential crn
	CredentialCrn string `json:"credentialCrn,omitempty"`

	// credential name
	CredentialName string `json:"credentialName,omitempty"`

	// crn
	Crn string `json:"crn,omitempty"`

	// custom domains
	CustomDomains *CustomDomainSettingsV4Response `json:"customDomains,omitempty"`

	// environment crn
	EnvironmentCrn string `json:"environmentCrn,omitempty"`

	// environment name
	EnvironmentName string `json:"environmentName,omitempty"`

	// External database parameters for the stack.
	ExternalDatabase *DatabaseResponse `json:"externalDatabase,omitempty"`

	// Flow identifier for the current stack creation. Only returned during the stack create request/response.
	FlowIdentifier *FlowIdentifier `json:"flowIdentifier,omitempty"`

	// port of the gateway secured proxy
	GatewayPort int32 `json:"gatewayPort,omitempty"`

	// gcp specific parameters for stack
	Gcp GcpStackV4Parameters `json:"gcp,omitempty"`

	// hardware information where pairing hostmetadata with instancemetadata
	// Unique: true
	HardwareInfoGroups []*HardwareInfoGroupV4Response `json:"hardwareInfoGroups"`

	// id
	ID int64 `json:"id,omitempty"`

	// image of the stack
	Image *StackImageV4Response `json:"image,omitempty"`

	// instance groups
	InstanceGroups []*InstanceGroupV4Response `json:"instanceGroups"`

	// name of the stack
	// Required: true
	Name *string `json:"name"`

	// stack related network
	Network *NetworkV4Response `json:"network,omitempty"`

	// node count of the stack
	NodeCount int32 `json:"nodeCount,omitempty"`

	// openstack specific parameters for stack
	Openstack OpenStackStackV4Parameters `json:"openstack,omitempty"`

	// placement configuration parameters for a cluster (e.g. 'region', 'availabilityZone')
	// Required: true
	Placement *PlacementSettingsV4Response `json:"placement"`

	// Shared service request
	SharedService *SharedServiceV4Response `json:"sharedService,omitempty"`

	// status of the stack
	// Enum: [REQUESTED CREATE_IN_PROGRESS AVAILABLE UPDATE_IN_PROGRESS UPDATE_REQUESTED UPDATE_FAILED CREATE_FAILED ENABLE_SECURITY_FAILED PRE_DELETE_IN_PROGRESS DELETE_IN_PROGRESS DELETE_FAILED DELETE_COMPLETED STOPPED STOP_REQUESTED START_REQUESTED STOP_IN_PROGRESS START_IN_PROGRESS START_FAILED STOP_FAILED WAIT_FOR_SYNC MAINTENANCE_MODE_ENABLED AMBIGUOUS EXTERNAL_DATABASE_CREATION_IN_PROGRESS EXTERNAL_DATABASE_CREATION_FAILED EXTERNAL_DATABASE_DELETION_IN_PROGRESS EXTERNAL_DATABASE_DELETION_FINISHED EXTERNAL_DATABASE_DELETION_FAILED]
	Status string `json:"status,omitempty"`

	// status message of the stack
	StatusReason string `json:"statusReason,omitempty"`

	// stack related tags
	Tags *TagsV4Response `json:"tags,omitempty"`

	// stack related telemetry settings
	Telemetry *TelemetryResponse `json:"telemetry,omitempty"`

	// termination completion time of stack in long
	Terminated int64 `json:"terminated,omitempty"`

	// time to live
	TimeToLive int64 `json:"timeToLive,omitempty"`

	// Configuration that the connection going directly or with cluster proxy or with ccm and cluster proxy.
	// Enum: [DIRECT CCM CLUSTER_PROXY]
	Tunnel string `json:"tunnel,omitempty"`

	// workspace of the resource
	Workspace *WorkspaceResourceV4Response `json:"workspace,omitempty"`

	// openstack specific parameters for stack
	Yarn *YarnStackV4Parameters `json:"yarn,omitempty"`
}

StackV4Response stack v4 response swagger:model StackV4Response

func (*StackV4Response) MarshalBinary ¶

func (m *StackV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*StackV4Response) UnmarshalBinary ¶

func (m *StackV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*StackV4Response) Validate ¶

func (m *StackV4Response) Validate(formats strfmt.Registry) error

Validate validates this stack v4 response

type StackViewV4Response ¶

type StackViewV4Response struct {

	// Cloudplatform of the stack
	CloudPlatform string `json:"cloudPlatform,omitempty"`

	// cluster object on stack
	Cluster *ClusterViewV4Response `json:"cluster,omitempty"`

	// creation time of the stack in long
	Created int64 `json:"created,omitempty"`

	// credential name
	CredentialName string `json:"credentialName,omitempty"`

	// the unique crn of the resource
	Crn string `json:"crn,omitempty"`

	// CRN of the environment which the stack is assigned to
	EnvironmentCrn string `json:"environmentCrn,omitempty"`

	// environment name
	EnvironmentName string `json:"environmentName,omitempty"`

	// specific version of HDP
	HdpVersion string `json:"hdpVersion,omitempty"`

	// name of the stack
	// Required: true
	Name *string `json:"name"`

	// node count of the stack
	NodeCount int32 `json:"nodeCount,omitempty"`

	// status of the stack
	// Enum: [REQUESTED CREATE_IN_PROGRESS AVAILABLE UPDATE_IN_PROGRESS UPDATE_REQUESTED UPDATE_FAILED CREATE_FAILED ENABLE_SECURITY_FAILED PRE_DELETE_IN_PROGRESS DELETE_IN_PROGRESS DELETE_FAILED DELETE_COMPLETED STOPPED STOP_REQUESTED START_REQUESTED STOP_IN_PROGRESS START_IN_PROGRESS START_FAILED STOP_FAILED WAIT_FOR_SYNC MAINTENANCE_MODE_ENABLED AMBIGUOUS EXTERNAL_DATABASE_CREATION_IN_PROGRESS EXTERNAL_DATABASE_CREATION_FAILED EXTERNAL_DATABASE_DELETION_IN_PROGRESS EXTERNAL_DATABASE_DELETION_FINISHED EXTERNAL_DATABASE_DELETION_FAILED]
	Status string `json:"status,omitempty"`

	// termination completion time of stack in long
	Terminated int64 `json:"terminated,omitempty"`

	// Configuration that the connection going directly or with cluster proxy or with ccm and cluster proxy.
	// Enum: [DIRECT CCM CLUSTER_PROXY]
	Tunnel string `json:"tunnel,omitempty"`

	// the related user
	User *UserViewV4Response `json:"user,omitempty"`
}

StackViewV4Response stack view v4 response swagger:model StackViewV4Response

func (*StackViewV4Response) MarshalBinary ¶

func (m *StackViewV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*StackViewV4Response) UnmarshalBinary ¶

func (m *StackViewV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*StackViewV4Response) Validate ¶

func (m *StackViewV4Response) Validate(formats strfmt.Registry) error

Validate validates this stack view v4 response

type StackViewV4Responses ¶

type StackViewV4Responses struct {

	// responses
	Responses []*StackViewV4Response `json:"responses"`
}

StackViewV4Responses stack view v4 responses swagger:model StackViewV4Responses

func (*StackViewV4Responses) MarshalBinary ¶

func (m *StackViewV4Responses) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*StackViewV4Responses) UnmarshalBinary ¶

func (m *StackViewV4Responses) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*StackViewV4Responses) Validate ¶

func (m *StackViewV4Responses) Validate(formats strfmt.Registry) error

Validate validates this stack view v4 responses

type StorageIdentityBase ¶

type StorageIdentityBase struct {

	// adls
	Adls *AdlsCloudStorageV1Parameters `json:"adls,omitempty"`

	// adls gen2
	AdlsGen2 *AdlsGen2CloudStorageV1Parameters `json:"adlsGen2,omitempty"`

	// gcs
	Gcs *GcsCloudStorageV1Parameters `json:"gcs,omitempty"`

	// s3
	S3 *S3CloudStorageV1Parameters `json:"s3,omitempty"`

	// type
	// Enum: [ID_BROKER LOG]
	Type string `json:"type,omitempty"`

	// wasb
	Wasb *WasbCloudStorageV1Parameters `json:"wasb,omitempty"`
}

StorageIdentityBase storage identity base swagger:model StorageIdentityBase

func (*StorageIdentityBase) MarshalBinary ¶

func (m *StorageIdentityBase) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*StorageIdentityBase) UnmarshalBinary ¶

func (m *StorageIdentityBase) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*StorageIdentityBase) Validate ¶

func (m *StorageIdentityBase) Validate(formats strfmt.Registry) error

Validate validates this storage identity base

type StorageLocationBase ¶

type StorageLocationBase struct {

	// type
	// Enum: [ZEPPELIN_NOTEBOOK YARN_LOG HIVE_METASTORE_WAREHOUSE HIVE_METASTORE_EXTERNAL_WAREHOUSE HIVE_REPLICA_WAREHOUSE HBASE_ROOT RANGER_AUDIT PROFILER_SERVICE_FS_URI DEFAULT_FS]
	Type string `json:"type,omitempty"`

	// value
	Value string `json:"value,omitempty"`
}

StorageLocationBase storage location base swagger:model StorageLocationBase

func (*StorageLocationBase) MarshalBinary ¶

func (m *StorageLocationBase) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*StorageLocationBase) UnmarshalBinary ¶

func (m *StorageLocationBase) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*StorageLocationBase) Validate ¶

func (m *StorageLocationBase) Validate(formats strfmt.Registry) error

Validate validates this storage location base

type StructuredEvent ¶

type StructuredEvent struct {

	// duration
	Duration int64 `json:"duration,omitempty"`

	// operation
	Operation *OperationDetails `json:"operation,omitempty"`

	// status
	Status string `json:"status,omitempty"`

	// type
	Type string `json:"type,omitempty"`
}

StructuredEvent structured event swagger:model StructuredEvent

func (*StructuredEvent) MarshalBinary ¶

func (m *StructuredEvent) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*StructuredEvent) UnmarshalBinary ¶

func (m *StructuredEvent) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*StructuredEvent) Validate ¶

func (m *StructuredEvent) Validate(formats strfmt.Registry) error

Validate validates this structured event

type StructuredEventContainer ¶

type StructuredEventContainer struct {

	// flow
	Flow []*StructuredFlowEvent `json:"flow"`

	// notification
	Notification []*StructuredNotificationEvent `json:"notification"`

	// rest
	Rest []*StructuredRestCallEvent `json:"rest"`
}

StructuredEventContainer structured event container swagger:model StructuredEventContainer

func (*StructuredEventContainer) MarshalBinary ¶

func (m *StructuredEventContainer) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*StructuredEventContainer) UnmarshalBinary ¶

func (m *StructuredEventContainer) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*StructuredEventContainer) Validate ¶

func (m *StructuredEventContainer) Validate(formats strfmt.Registry) error

Validate validates this structured event container

type StructuredFlowEvent ¶

type StructuredFlowEvent struct {

	// blueprint details
	BlueprintDetails *BlueprintDetails `json:"blueprintDetails,omitempty"`

	// cluster
	Cluster *ClusterDetails `json:"cluster,omitempty"`

	// duration
	Duration int64 `json:"duration,omitempty"`

	// exception
	Exception string `json:"exception,omitempty"`

	// flow
	Flow *FlowDetails `json:"flow,omitempty"`

	// operation
	Operation *OperationDetails `json:"operation,omitempty"`

	// stack
	Stack *StackDetails `json:"stack,omitempty"`

	// status
	Status string `json:"status,omitempty"`

	// type
	Type string `json:"type,omitempty"`
}

StructuredFlowEvent structured flow event swagger:model StructuredFlowEvent

func (*StructuredFlowEvent) MarshalBinary ¶

func (m *StructuredFlowEvent) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*StructuredFlowEvent) UnmarshalBinary ¶

func (m *StructuredFlowEvent) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*StructuredFlowEvent) Validate ¶

func (m *StructuredFlowEvent) Validate(formats strfmt.Registry) error

Validate validates this structured flow event

type StructuredNotificationEvent ¶

type StructuredNotificationEvent struct {

	// duration
	Duration int64 `json:"duration,omitempty"`

	// ldap notification details
	LdapNotificationDetails *LdapNotificationDetails `json:"ldapNotificationDetails,omitempty"`

	// notification details
	NotificationDetails *NotificationDetails `json:"notificationDetails,omitempty"`

	// operation
	Operation *OperationDetails `json:"operation,omitempty"`

	// rds notification details
	RdsNotificationDetails *RdsNotificationDetails `json:"rdsNotificationDetails,omitempty"`

	// status
	Status string `json:"status,omitempty"`

	// type
	Type string `json:"type,omitempty"`
}

StructuredNotificationEvent structured notification event swagger:model StructuredNotificationEvent

func (*StructuredNotificationEvent) MarshalBinary ¶

func (m *StructuredNotificationEvent) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*StructuredNotificationEvent) UnmarshalBinary ¶

func (m *StructuredNotificationEvent) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*StructuredNotificationEvent) Validate ¶

func (m *StructuredNotificationEvent) Validate(formats strfmt.Registry) error

Validate validates this structured notification event

type StructuredRestCallEvent ¶

type StructuredRestCallEvent struct {

	// duration
	Duration int64 `json:"duration,omitempty"`

	// operation
	Operation *OperationDetails `json:"operation,omitempty"`

	// rest call
	RestCall *RestCallDetails `json:"restCall,omitempty"`

	// status
	Status string `json:"status,omitempty"`

	// type
	Type string `json:"type,omitempty"`
}

StructuredRestCallEvent structured rest call event swagger:model StructuredRestCallEvent

func (*StructuredRestCallEvent) MarshalBinary ¶

func (m *StructuredRestCallEvent) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*StructuredRestCallEvent) UnmarshalBinary ¶

func (m *StructuredRestCallEvent) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*StructuredRestCallEvent) Validate ¶

func (m *StructuredRestCallEvent) Validate(formats strfmt.Registry) error

Validate validates this structured rest call event

type SupportedDatabaseEntryV4Response ¶

type SupportedDatabaseEntryV4Response struct {

	// Name of the database
	DatabaseName string `json:"databaseName,omitempty"`

	// Display name of the database
	DisplayName string `json:"displayName,omitempty"`

	// Jdbc prefix of the database
	JdbcPrefix string `json:"jdbcPrefix,omitempty"`

	// Supported version types currently only for Oracle
	// Unique: true
	Versions []string `json:"versions"`
}

SupportedDatabaseEntryV4Response supported database entry v4 response swagger:model SupportedDatabaseEntryV4Response

func (*SupportedDatabaseEntryV4Response) MarshalBinary ¶

func (m *SupportedDatabaseEntryV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SupportedDatabaseEntryV4Response) UnmarshalBinary ¶

func (m *SupportedDatabaseEntryV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SupportedDatabaseEntryV4Response) Validate ¶

Validate validates this supported database entry v4 response

type SupportedExternalDatabaseServiceEntryV4Response ¶

type SupportedExternalDatabaseServiceEntryV4Response struct {

	// Supported database list
	// Unique: true
	Databases []*SupportedDatabaseEntryV4Response `json:"databases"`

	// Display name of the service
	DisplayName string `json:"displayName,omitempty"`

	// Name of the service
	Name string `json:"name,omitempty"`
}

SupportedExternalDatabaseServiceEntryV4Response supported external database service entry v4 response swagger:model SupportedExternalDatabaseServiceEntryV4Response

func (*SupportedExternalDatabaseServiceEntryV4Response) MarshalBinary ¶

MarshalBinary interface implementation

func (*SupportedExternalDatabaseServiceEntryV4Response) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*SupportedExternalDatabaseServiceEntryV4Response) Validate ¶

Validate validates this supported external database service entry v4 response

type SupportedServiceV4Response ¶

type SupportedServiceV4Response struct {

	// display name
	DisplayName string `json:"displayName,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// version
	Version string `json:"version,omitempty"`
}

SupportedServiceV4Response supported service v4 response swagger:model SupportedServiceV4Response

func (*SupportedServiceV4Response) MarshalBinary ¶

func (m *SupportedServiceV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SupportedServiceV4Response) UnmarshalBinary ¶

func (m *SupportedServiceV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SupportedServiceV4Response) Validate ¶

func (m *SupportedServiceV4Response) Validate(formats strfmt.Registry) error

Validate validates this supported service v4 response

type SupportedVersionV4Response ¶

type SupportedVersionV4Response struct {

	// services
	// Unique: true
	Services []*SupportedServiceV4Response `json:"services"`

	// type
	Type string `json:"type,omitempty"`

	// version
	Version string `json:"version,omitempty"`
}

SupportedVersionV4Response supported version v4 response swagger:model SupportedVersionV4Response

func (*SupportedVersionV4Response) MarshalBinary ¶

func (m *SupportedVersionV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SupportedVersionV4Response) UnmarshalBinary ¶

func (m *SupportedVersionV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SupportedVersionV4Response) Validate ¶

func (m *SupportedVersionV4Response) Validate(formats strfmt.Registry) error

Validate validates this supported version v4 response

type SupportedVersionsV4Response ¶

type SupportedVersionsV4Response struct {

	// supported versions
	// Unique: true
	SupportedVersions []*SupportedVersionV4Response `json:"supportedVersions"`
}

SupportedVersionsV4Response supported versions v4 response swagger:model SupportedVersionsV4Response

func (*SupportedVersionsV4Response) MarshalBinary ¶

func (m *SupportedVersionsV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SupportedVersionsV4Response) UnmarshalBinary ¶

func (m *SupportedVersionsV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SupportedVersionsV4Response) Validate ¶

func (m *SupportedVersionsV4Response) Validate(formats strfmt.Registry) error

Validate validates this supported versions v4 response

type TagsV1Request ¶

type TagsV1Request struct {

	// stack related application tags
	Application map[string]string `json:"application,omitempty"`

	// stack related default tags
	Defaults map[string]string `json:"defaults,omitempty"`

	// stack related userdefined tags
	UserDefined map[string]string `json:"userDefined,omitempty"`
}

TagsV1Request tags v1 request swagger:model TagsV1Request

func (*TagsV1Request) MarshalBinary ¶

func (m *TagsV1Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*TagsV1Request) UnmarshalBinary ¶

func (m *TagsV1Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*TagsV1Request) Validate ¶

func (m *TagsV1Request) Validate(formats strfmt.Registry) error

Validate validates this tags v1 request

type TagsV4Request ¶

type TagsV4Request struct {

	// stack related application tags
	Application map[string]string `json:"application,omitempty"`

	// stack related default tags
	Defaults map[string]string `json:"defaults,omitempty"`

	// stack related userdefined tags
	UserDefined map[string]string `json:"userDefined,omitempty"`
}

TagsV4Request tags v4 request swagger:model TagsV4Request

func (*TagsV4Request) MarshalBinary ¶

func (m *TagsV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*TagsV4Request) UnmarshalBinary ¶

func (m *TagsV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*TagsV4Request) Validate ¶

func (m *TagsV4Request) Validate(formats strfmt.Registry) error

Validate validates this tags v4 request

type TagsV4Response ¶

type TagsV4Response struct {

	// stack related application tags
	Application map[string]string `json:"application,omitempty"`

	// stack related default tags
	Defaults map[string]string `json:"defaults,omitempty"`

	// stack related userdefined tags
	UserDefined map[string]string `json:"userDefined,omitempty"`
}

TagsV4Response tags v4 response swagger:model TagsV4Response

func (*TagsV4Response) MarshalBinary ¶

func (m *TagsV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*TagsV4Response) UnmarshalBinary ¶

func (m *TagsV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*TagsV4Response) Validate ¶

func (m *TagsV4Response) Validate(formats strfmt.Registry) error

Validate validates this tags v4 response

type TelemetryRequest ¶

type TelemetryRequest struct {

	// Telemetry features settings
	Features *FeaturesRequest `json:"features,omitempty"`

	// Telemetry fluent settings (overrides).
	FluentAttributes map[string]interface{} `json:"fluentAttributes,omitempty"`

	// Cloud Logging (telemetry) settings.
	Logging *LoggingRequest `json:"logging,omitempty"`

	// Workload analytics (telemetry) settings.
	WorkloadAnalytics *WorkloadAnalyticsRequest `json:"workloadAnalytics,omitempty"`
}

TelemetryRequest telemetry request swagger:model TelemetryRequest

func (*TelemetryRequest) MarshalBinary ¶

func (m *TelemetryRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*TelemetryRequest) UnmarshalBinary ¶

func (m *TelemetryRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*TelemetryRequest) Validate ¶

func (m *TelemetryRequest) Validate(formats strfmt.Registry) error

Validate validates this telemetry request

type TelemetryResponse ¶

type TelemetryResponse struct {

	// Telemetry features settings
	Features *FeaturesResponse `json:"features,omitempty"`

	// Telemetry fluent settings (overrides).
	FluentAttributes map[string]interface{} `json:"fluentAttributes,omitempty"`

	// Cloud Logging (telemetry) settings.
	Logging *LoggingResponse `json:"logging,omitempty"`

	// Workload analytics (telemetry) settings.
	WorkloadAnalytics *WorkloadAnalyticsResponse `json:"workloadAnalytics,omitempty"`
}

TelemetryResponse telemetry response swagger:model TelemetryResponse

func (*TelemetryResponse) MarshalBinary ¶

func (m *TelemetryResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*TelemetryResponse) UnmarshalBinary ¶

func (m *TelemetryResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*TelemetryResponse) Validate ¶

func (m *TelemetryResponse) Validate(formats strfmt.Registry) error

Validate validates this telemetry response

type UpdateClusterV4Request ¶

type UpdateClusterV4Request struct {

	// blueprint id for the cluster
	BlueprintName string `json:"blueprintName,omitempty"`

	// host group adjustment
	HostGroupAdjustment *HostGroupAdjustmentV4Request `json:"hostGroupAdjustment,omitempty"`

	// collection of hostgroups
	// Unique: true
	Hostgroups []*HostGroupV4Request `json:"hostgroups"`

	// request status
	// Enum: [SYNC FULL_SYNC REPAIR_FAILED_NODES STOPPED STARTED]
	Status string `json:"status,omitempty"`

	// user details
	UserNamePassword *UserNamePasswordV4Request `json:"userNamePassword,omitempty"`

	// blueprint validation
	ValidateBlueprint bool `json:"validateBlueprint,omitempty"`
}

UpdateClusterV4Request update cluster v4 request swagger:model UpdateClusterV4Request

func (*UpdateClusterV4Request) MarshalBinary ¶

func (m *UpdateClusterV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateClusterV4Request) UnmarshalBinary ¶

func (m *UpdateClusterV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateClusterV4Request) Validate ¶

func (m *UpdateClusterV4Request) Validate(formats strfmt.Registry) error

Validate validates this update cluster v4 request

type UpdateImageCatalogV4Request ¶

type UpdateImageCatalogV4Request struct {

	// the creator of the resource
	Creator string `json:"creator,omitempty"`

	// the unique crn of the resource
	// Required: true
	Crn *string `json:"crn"`

	// description of the resource
	// Max Length: 1000
	// Min Length: 0
	Description *string `json:"description,omitempty"`

	// name of the resource
	// Required: true
	// Max Length: 100
	// Min Length: 5
	// Pattern: (^[a-z][-a-z0-9]*[a-z0-9]$)
	Name *string `json:"name"`

	// custom image catalog's URL
	// Required: true
	URL *string `json:"url"`
}

UpdateImageCatalogV4Request update image catalog v4 request swagger:model UpdateImageCatalogV4Request

func (*UpdateImageCatalogV4Request) MarshalBinary ¶

func (m *UpdateImageCatalogV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateImageCatalogV4Request) UnmarshalBinary ¶

func (m *UpdateImageCatalogV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateImageCatalogV4Request) Validate ¶

func (m *UpdateImageCatalogV4Request) Validate(formats strfmt.Registry) error

Validate validates this update image catalog v4 request

type UpdateStackV4Request ¶

type UpdateStackV4Request struct {

	// instance group adjustment
	InstanceGroupAdjustment *InstanceGroupAdjustmentV4Request `json:"instanceGroupAdjustment,omitempty"`

	// status of the scale request
	// Enum: [SYNC FULL_SYNC REPAIR_FAILED_NODES STOPPED STARTED]
	Status string `json:"status,omitempty"`

	// on stack update, update cluster too
	WithClusterEvent bool `json:"withClusterEvent,omitempty"`
}

UpdateStackV4Request update stack v4 request swagger:model UpdateStackV4Request

func (*UpdateStackV4Request) MarshalBinary ¶

func (m *UpdateStackV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateStackV4Request) UnmarshalBinary ¶

func (m *UpdateStackV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateStackV4Request) Validate ¶

func (m *UpdateStackV4Request) Validate(formats strfmt.Registry) error

Validate validates this update stack v4 request

type UpgradeOptionV4Response ¶

type UpgradeOptionV4Response struct {

	// current
	Current *ImageInfoV4Response `json:"current,omitempty"`

	// reason
	Reason string `json:"reason,omitempty"`

	// upgrade
	Upgrade *ImageInfoV4Response `json:"upgrade,omitempty"`
}

UpgradeOptionV4Response upgrade option v4 response swagger:model UpgradeOptionV4Response

func (*UpgradeOptionV4Response) MarshalBinary ¶

func (m *UpgradeOptionV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpgradeOptionV4Response) UnmarshalBinary ¶

func (m *UpgradeOptionV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpgradeOptionV4Response) Validate ¶

func (m *UpgradeOptionV4Response) Validate(formats strfmt.Registry) error

Validate validates this upgrade option v4 response

type UpgradeV4Request ¶

type UpgradeV4Request struct {

	// Checks the eligibility of an image to upgrade
	DryRun bool `json:"dryRun,omitempty"`

	// empty
	Empty bool `json:"empty,omitempty"`

	// UUID of the image to upgrade
	ImageID string `json:"imageId,omitempty"`

	// Upgrades to image with the same version of stack and clustermanager, if available
	LockComponents bool `json:"lockComponents,omitempty"`

	// Cloudera Runtime version
	Runtime string `json:"runtime,omitempty"`
}

UpgradeV4Request upgrade v4 request swagger:model UpgradeV4Request

func (*UpgradeV4Request) MarshalBinary ¶

func (m *UpgradeV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpgradeV4Request) UnmarshalBinary ¶

func (m *UpgradeV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpgradeV4Request) Validate ¶

func (m *UpgradeV4Request) Validate(formats strfmt.Registry) error

Validate validates this upgrade v4 request

type UpgradeV4Response ¶

type UpgradeV4Response struct {

	// current
	Current *ImageInfoV4Response `json:"current,omitempty"`

	// flow identifier
	FlowIdentifier *FlowIdentifier `json:"flowIdentifier,omitempty"`

	// reason
	Reason string `json:"reason,omitempty"`

	// upgrade candidates
	UpgradeCandidates []*ImageInfoV4Response `json:"upgradeCandidates"`
}

UpgradeV4Response upgrade v4 response swagger:model UpgradeV4Response

func (*UpgradeV4Response) MarshalBinary ¶

func (m *UpgradeV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpgradeV4Response) UnmarshalBinary ¶

func (m *UpgradeV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpgradeV4Response) Validate ¶

func (m *UpgradeV4Response) Validate(formats strfmt.Registry) error

Validate validates this upgrade v4 response

type UserEvictV4Response ¶

type UserEvictV4Response struct {

	// username
	Username string `json:"username,omitempty"`
}

UserEvictV4Response user evict v4 response swagger:model UserEvictV4Response

func (*UserEvictV4Response) MarshalBinary ¶

func (m *UserEvictV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UserEvictV4Response) UnmarshalBinary ¶

func (m *UserEvictV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UserEvictV4Response) Validate ¶

func (m *UserEvictV4Response) Validate(formats strfmt.Registry) error

Validate validates this user evict v4 response

type UserNamePasswordV4Request ¶

type UserNamePasswordV4Request struct {

	// old password in ambari
	// Required: true
	// Max Length: 2147483647
	// Min Length: 1
	OldPassword *string `json:"oldPassword"`

	// new password in ambari
	// Required: true
	// Max Length: 2147483647
	// Min Length: 1
	Password *string `json:"password"`

	// new user name in ambari
	// Required: true
	// Max Length: 2147483647
	// Min Length: 1
	UserName *string `json:"userName"`
}

UserNamePasswordV4Request user name password v4 request swagger:model UserNamePasswordV4Request

func (*UserNamePasswordV4Request) MarshalBinary ¶

func (m *UserNamePasswordV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UserNamePasswordV4Request) UnmarshalBinary ¶

func (m *UserNamePasswordV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UserNamePasswordV4Request) Validate ¶

func (m *UserNamePasswordV4Request) Validate(formats strfmt.Registry) error

Validate validates this user name password v4 request

type UserProfileV4Response ¶

type UserProfileV4Response struct {

	// entitlements
	Entitlements []string `json:"entitlements"`

	// tenant
	Tenant string `json:"tenant,omitempty"`

	// user Id
	UserID string `json:"userId,omitempty"`

	// username
	Username string `json:"username,omitempty"`
}

UserProfileV4Response user profile v4 response swagger:model UserProfileV4Response

func (*UserProfileV4Response) MarshalBinary ¶

func (m *UserProfileV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UserProfileV4Response) UnmarshalBinary ¶

func (m *UserProfileV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UserProfileV4Response) Validate ¶

func (m *UserProfileV4Response) Validate(formats strfmt.Registry) error

Validate validates this user profile v4 response

type UserV4Response ¶

type UserV4Response struct {

	// id
	ID int64 `json:"id,omitempty"`

	// user Id
	UserID string `json:"userId,omitempty"`

	// username
	Username string `json:"username,omitempty"`
}

UserV4Response user v4 response swagger:model UserV4Response

func (*UserV4Response) MarshalBinary ¶

func (m *UserV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UserV4Response) UnmarshalBinary ¶

func (m *UserV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UserV4Response) Validate ¶

func (m *UserV4Response) Validate(formats strfmt.Registry) error

Validate validates this user v4 response

type UserV4Responses ¶

type UserV4Responses struct {

	// responses
	Responses []*UserV4Response `json:"responses"`
}

UserV4Responses user v4 responses swagger:model UserV4Responses

func (*UserV4Responses) MarshalBinary ¶

func (m *UserV4Responses) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UserV4Responses) UnmarshalBinary ¶

func (m *UserV4Responses) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UserV4Responses) Validate ¶

func (m *UserV4Responses) Validate(formats strfmt.Registry) error

Validate validates this user v4 responses

type UserViewV4Response ¶

type UserViewV4Response struct {

	// user crn
	UserCrn string `json:"userCrn,omitempty"`

	// user Id
	UserID string `json:"userId,omitempty"`

	// user name
	UserName string `json:"userName,omitempty"`
}

UserViewV4Response user view v4 response swagger:model UserViewV4Response

func (*UserViewV4Response) MarshalBinary ¶

func (m *UserViewV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UserViewV4Response) UnmarshalBinary ¶

func (m *UserViewV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UserViewV4Response) Validate ¶

func (m *UserViewV4Response) Validate(formats strfmt.Registry) error

Validate validates this user view v4 response

type VMTypeMetaJSON ¶

type VMTypeMetaJSON struct {

	// configs
	Configs []*VolumeParameterConfigV4Response `json:"configs"`

	// properties
	Properties map[string]interface{} `json:"properties,omitempty"`
}

VMTypeMetaJSON Vm type meta Json swagger:model VmTypeMetaJson

func (*VMTypeMetaJSON) MarshalBinary ¶

func (m *VMTypeMetaJSON) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*VMTypeMetaJSON) UnmarshalBinary ¶

func (m *VMTypeMetaJSON) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*VMTypeMetaJSON) Validate ¶

func (m *VMTypeMetaJSON) Validate(formats strfmt.Registry) error

Validate validates this Vm type meta Json

type VMTypeV4Response ¶

type VMTypeV4Response struct {

	// value
	Value string `json:"value,omitempty"`

	// vm type meta Json
	VMTypeMetaJSON *VMTypeMetaJSON `json:"vmTypeMetaJson,omitempty"`
}

VMTypeV4Response Vm type v4 response swagger:model VmTypeV4Response

func (*VMTypeV4Response) MarshalBinary ¶

func (m *VMTypeV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*VMTypeV4Response) UnmarshalBinary ¶

func (m *VMTypeV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*VMTypeV4Response) Validate ¶

func (m *VMTypeV4Response) Validate(formats strfmt.Registry) error

Validate validates this Vm type v4 response

type VersionCheckResult ¶

type VersionCheckResult struct {

	// message
	Message string `json:"message,omitempty"`

	// version check ok
	VersionCheckOk bool `json:"versionCheckOk,omitempty"`
}

VersionCheckResult version check result swagger:model VersionCheckResult

func (*VersionCheckResult) MarshalBinary ¶

func (m *VersionCheckResult) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*VersionCheckResult) UnmarshalBinary ¶

func (m *VersionCheckResult) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*VersionCheckResult) Validate ¶

func (m *VersionCheckResult) Validate(formats strfmt.Registry) error

Validate validates this version check result

type VolumeDetails ¶

type VolumeDetails struct {

	// volume count
	VolumeCount int32 `json:"volumeCount,omitempty"`

	// volume size
	VolumeSize int32 `json:"volumeSize,omitempty"`

	// volume type
	VolumeType string `json:"volumeType,omitempty"`
}

VolumeDetails volume details swagger:model VolumeDetails

func (*VolumeDetails) MarshalBinary ¶

func (m *VolumeDetails) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*VolumeDetails) UnmarshalBinary ¶

func (m *VolumeDetails) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*VolumeDetails) Validate ¶

func (m *VolumeDetails) Validate(formats strfmt.Registry) error

Validate validates this volume details

type VolumeParameterConfigV4Response ¶

type VolumeParameterConfigV4Response struct {

	// maximum number
	MaximumNumber int32 `json:"maximumNumber,omitempty"`

	// maximum size
	MaximumSize int32 `json:"maximumSize,omitempty"`

	// minimum number
	MinimumNumber int32 `json:"minimumNumber,omitempty"`

	// minimum size
	MinimumSize int32 `json:"minimumSize,omitempty"`

	// volume parameter type
	VolumeParameterType string `json:"volumeParameterType,omitempty"`
}

VolumeParameterConfigV4Response volume parameter config v4 response swagger:model VolumeParameterConfigV4Response

func (*VolumeParameterConfigV4Response) MarshalBinary ¶

func (m *VolumeParameterConfigV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*VolumeParameterConfigV4Response) UnmarshalBinary ¶

func (m *VolumeParameterConfigV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*VolumeParameterConfigV4Response) Validate ¶

Validate validates this volume parameter config v4 response

type VolumeV1Request ¶

type VolumeV1Request struct {

	// number of volumes
	Count int32 `json:"count,omitempty"`

	// size of volume
	// Required: true
	Size *int32 `json:"size"`

	// type of the volumes
	Type string `json:"type,omitempty"`
}

VolumeV1Request volume v1 request swagger:model VolumeV1Request

func (*VolumeV1Request) MarshalBinary ¶

func (m *VolumeV1Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*VolumeV1Request) UnmarshalBinary ¶

func (m *VolumeV1Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*VolumeV1Request) Validate ¶

func (m *VolumeV1Request) Validate(formats strfmt.Registry) error

Validate validates this volume v1 request

type VolumeV4Request ¶

type VolumeV4Request struct {

	// number of volumes
	Count int32 `json:"count,omitempty"`

	// size of volume
	// Required: true
	Size *int32 `json:"size"`

	// type of the volumes
	Type string `json:"type,omitempty"`
}

VolumeV4Request volume v4 request swagger:model VolumeV4Request

func (*VolumeV4Request) MarshalBinary ¶

func (m *VolumeV4Request) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*VolumeV4Request) UnmarshalBinary ¶

func (m *VolumeV4Request) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*VolumeV4Request) Validate ¶

func (m *VolumeV4Request) Validate(formats strfmt.Registry) error

Validate validates this volume v4 request

type VolumeV4Response ¶

type VolumeV4Response struct {

	// number of volumes
	Count int32 `json:"count,omitempty"`

	// size of volume
	Size int32 `json:"size,omitempty"`

	// type of the volumes
	Type string `json:"type,omitempty"`
}

VolumeV4Response volume v4 response swagger:model VolumeV4Response

func (*VolumeV4Response) MarshalBinary ¶

func (m *VolumeV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*VolumeV4Response) UnmarshalBinary ¶

func (m *VolumeV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*VolumeV4Response) Validate ¶

func (m *VolumeV4Response) Validate(formats strfmt.Registry) error

Validate validates this volume v4 response

type WasbCloudStorageV1Parameters ¶

type WasbCloudStorageV1Parameters struct {

	// account key
	// Required: true
	AccountKey *string `json:"accountKey"`

	// account name
	// Required: true
	AccountName *string `json:"accountName"`

	// secure
	Secure bool `json:"secure,omitempty"`
}

WasbCloudStorageV1Parameters wasb cloud storage v1 parameters swagger:model WasbCloudStorageV1Parameters

func (*WasbCloudStorageV1Parameters) MarshalBinary ¶

func (m *WasbCloudStorageV1Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*WasbCloudStorageV1Parameters) UnmarshalBinary ¶

func (m *WasbCloudStorageV1Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*WasbCloudStorageV1Parameters) Validate ¶

func (m *WasbCloudStorageV1Parameters) Validate(formats strfmt.Registry) error

Validate validates this wasb cloud storage v1 parameters

type WorkloadAnalyticsRequest ¶

type WorkloadAnalyticsRequest struct {

	// Workload analytics (telemetry) attributes.
	Attributes map[string]interface{} `json:"attributes,omitempty"`
}

WorkloadAnalyticsRequest workload analytics request swagger:model WorkloadAnalyticsRequest

func (*WorkloadAnalyticsRequest) MarshalBinary ¶

func (m *WorkloadAnalyticsRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*WorkloadAnalyticsRequest) UnmarshalBinary ¶

func (m *WorkloadAnalyticsRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*WorkloadAnalyticsRequest) Validate ¶

func (m *WorkloadAnalyticsRequest) Validate(formats strfmt.Registry) error

Validate validates this workload analytics request

type WorkloadAnalyticsResponse ¶

type WorkloadAnalyticsResponse struct {

	// Workload analytics (telemetry) attributes.
	Attributes map[string]interface{} `json:"attributes,omitempty"`
}

WorkloadAnalyticsResponse workload analytics response swagger:model WorkloadAnalyticsResponse

func (*WorkloadAnalyticsResponse) MarshalBinary ¶

func (m *WorkloadAnalyticsResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*WorkloadAnalyticsResponse) UnmarshalBinary ¶

func (m *WorkloadAnalyticsResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*WorkloadAnalyticsResponse) Validate ¶

func (m *WorkloadAnalyticsResponse) Validate(formats strfmt.Registry) error

Validate validates this workload analytics response

type WorkspaceResourceV4Response ¶

type WorkspaceResourceV4Response struct {

	// id of the workspace
	ID int64 `json:"id,omitempty"`

	// name of the workspace
	Name string `json:"name,omitempty"`
}

WorkspaceResourceV4Response workspace resource v4 response swagger:model WorkspaceResourceV4Response

func (*WorkspaceResourceV4Response) MarshalBinary ¶

func (m *WorkspaceResourceV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*WorkspaceResourceV4Response) UnmarshalBinary ¶

func (m *WorkspaceResourceV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*WorkspaceResourceV4Response) Validate ¶

func (m *WorkspaceResourceV4Response) Validate(formats strfmt.Registry) error

Validate validates this workspace resource v4 response

type WorkspaceV4Response ¶

type WorkspaceV4Response struct {

	// description of the resource
	// Max Length: 1000
	// Min Length: 0
	Description *string `json:"description,omitempty"`

	// id of the resource
	ID int64 `json:"id,omitempty"`

	// name of the resource
	// Required: true
	// Max Length: 100
	// Min Length: 5
	// Pattern: (^[a-z][-a-z0-9]*[a-z0-9]$)
	Name *string `json:"name"`

	// status
	// Enum: [ACTIVE DELETED]
	Status string `json:"status,omitempty"`

	// users
	// Unique: true
	Users []*UserV4Response `json:"users"`
}

WorkspaceV4Response workspace v4 response swagger:model WorkspaceV4Response

func (*WorkspaceV4Response) MarshalBinary ¶

func (m *WorkspaceV4Response) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*WorkspaceV4Response) UnmarshalBinary ¶

func (m *WorkspaceV4Response) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*WorkspaceV4Response) Validate ¶

func (m *WorkspaceV4Response) Validate(formats strfmt.Registry) error

Validate validates this workspace v4 response

type WorkspaceV4Responses ¶

type WorkspaceV4Responses struct {

	// responses
	Responses []*WorkspaceV4Response `json:"responses"`
}

WorkspaceV4Responses workspace v4 responses swagger:model WorkspaceV4Responses

func (*WorkspaceV4Responses) MarshalBinary ¶

func (m *WorkspaceV4Responses) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*WorkspaceV4Responses) UnmarshalBinary ¶

func (m *WorkspaceV4Responses) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*WorkspaceV4Responses) Validate ¶

func (m *WorkspaceV4Responses) Validate(formats strfmt.Registry) error

Validate validates this workspace v4 responses

type YarnDistroXV1Parameters ¶

type YarnDistroXV1Parameters struct {

	// yarn queue
	YarnQueue string `json:"yarnQueue,omitempty"`
}

YarnDistroXV1Parameters yarn distro x v1 parameters swagger:model YarnDistroXV1Parameters

func (*YarnDistroXV1Parameters) MarshalBinary ¶

func (m *YarnDistroXV1Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*YarnDistroXV1Parameters) UnmarshalBinary ¶

func (m *YarnDistroXV1Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*YarnDistroXV1Parameters) Validate ¶

func (m *YarnDistroXV1Parameters) Validate(formats strfmt.Registry) error

Validate validates this yarn distro x v1 parameters

type YarnInstanceGroupV1Parameters ¶

type YarnInstanceGroupV1Parameters interface{}

YarnInstanceGroupV1Parameters yarn instance group v1 parameters swagger:model YarnInstanceGroupV1Parameters

type YarnInstanceTemplateV1Parameters ¶

type YarnInstanceTemplateV1Parameters struct {

	// cpus
	Cpus int32 `json:"cpus,omitempty"`

	// memory
	Memory int32 `json:"memory,omitempty"`
}

YarnInstanceTemplateV1Parameters yarn instance template v1 parameters swagger:model YarnInstanceTemplateV1Parameters

func (*YarnInstanceTemplateV1Parameters) MarshalBinary ¶

func (m *YarnInstanceTemplateV1Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*YarnInstanceTemplateV1Parameters) UnmarshalBinary ¶

func (m *YarnInstanceTemplateV1Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*YarnInstanceTemplateV1Parameters) Validate ¶

Validate validates this yarn instance template v1 parameters

type YarnInstanceTemplateV4Parameters ¶

type YarnInstanceTemplateV4Parameters struct {

	// cpus
	Cpus int32 `json:"cpus,omitempty"`

	// memory
	Memory int32 `json:"memory,omitempty"`
}

YarnInstanceTemplateV4Parameters yarn instance template v4 parameters swagger:model YarnInstanceTemplateV4Parameters

func (*YarnInstanceTemplateV4Parameters) MarshalBinary ¶

func (m *YarnInstanceTemplateV4Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*YarnInstanceTemplateV4Parameters) UnmarshalBinary ¶

func (m *YarnInstanceTemplateV4Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*YarnInstanceTemplateV4Parameters) Validate ¶

Validate validates this yarn instance template v4 parameters

type YarnStackV4Parameters ¶

type YarnStackV4Parameters struct {

	// yarn queue
	YarnQueue string `json:"yarnQueue,omitempty"`
}

YarnStackV4Parameters yarn stack v4 parameters swagger:model YarnStackV4Parameters

func (*YarnStackV4Parameters) MarshalBinary ¶

func (m *YarnStackV4Parameters) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*YarnStackV4Parameters) UnmarshalBinary ¶

func (m *YarnStackV4Parameters) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*YarnStackV4Parameters) Validate ¶

func (m *YarnStackV4Parameters) Validate(formats strfmt.Registry) error

Validate validates this yarn stack v4 parameters

Source Files ¶

Jump to

Keyboard shortcuts

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