mlplatform20240701

package
v1.2.21 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package mlplatform20240701iface provides an interface to enable mocking the ML_PLATFORM20240701 service client for testing your code.

It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.

Index

Constants

View Source
const (
	// EnumOfGPUCPUNodePreferenceForCreateDeploymentInputGpurequired is a EnumOfGPUCPUNodePreferenceForCreateDeploymentInput enum value
	EnumOfGPUCPUNodePreferenceForCreateDeploymentInputGpurequired = "GPURequired"

	// EnumOfGPUCPUNodePreferenceForCreateDeploymentInputGpupreferred is a EnumOfGPUCPUNodePreferenceForCreateDeploymentInput enum value
	EnumOfGPUCPUNodePreferenceForCreateDeploymentInputGpupreferred = "GPUPreferred"

	// EnumOfGPUCPUNodePreferenceForCreateDeploymentInputCpurequired is a EnumOfGPUCPUNodePreferenceForCreateDeploymentInput enum value
	EnumOfGPUCPUNodePreferenceForCreateDeploymentInputCpurequired = "CPURequired"

	// EnumOfGPUCPUNodePreferenceForCreateDeploymentInputCpupreferred is a EnumOfGPUCPUNodePreferenceForCreateDeploymentInput enum value
	EnumOfGPUCPUNodePreferenceForCreateDeploymentInputCpupreferred = "CPUPreferred"
)
View Source
const (
	// EnumOfLoadBalancePolicyForCreateDeploymentInputRoundRobin is a EnumOfLoadBalancePolicyForCreateDeploymentInput enum value
	EnumOfLoadBalancePolicyForCreateDeploymentInputRoundRobin = "ROUND_ROBIN"

	// EnumOfLoadBalancePolicyForCreateDeploymentInputLeastConn is a EnumOfLoadBalancePolicyForCreateDeploymentInput enum value
	EnumOfLoadBalancePolicyForCreateDeploymentInputLeastConn = "LEAST_CONN"

	// EnumOfLoadBalancePolicyForCreateDeploymentInputRandom is a EnumOfLoadBalancePolicyForCreateDeploymentInput enum value
	EnumOfLoadBalancePolicyForCreateDeploymentInputRandom = "RANDOM"

	// EnumOfLoadBalancePolicyForCreateDeploymentInputConsistentHash is a EnumOfLoadBalancePolicyForCreateDeploymentInput enum value
	EnumOfLoadBalancePolicyForCreateDeploymentInputConsistentHash = "CONSISTENT_HASH"
)
View Source
const (
	// EnumOfSchedulerForCreateDeploymentInputWrr is a EnumOfSchedulerForCreateDeploymentInput enum value
	EnumOfSchedulerForCreateDeploymentInputWrr = "wrr"

	// EnumOfSchedulerForCreateDeploymentInputWlc is a EnumOfSchedulerForCreateDeploymentInput enum value
	EnumOfSchedulerForCreateDeploymentInputWlc = "wlc"

	// EnumOfSchedulerForCreateDeploymentInputSh is a EnumOfSchedulerForCreateDeploymentInput enum value
	EnumOfSchedulerForCreateDeploymentInputSh = "sh"
)
View Source
const (
	// EnumOfSchemeForCreateDeploymentInputHttp is a EnumOfSchemeForCreateDeploymentInput enum value
	EnumOfSchemeForCreateDeploymentInputHttp = "HTTP"

	// EnumOfSchemeForCreateDeploymentInputHttps is a EnumOfSchemeForCreateDeploymentInput enum value
	EnumOfSchemeForCreateDeploymentInputHttps = "HTTPS"
)
View Source
const (
	// EnumOfTypeForCreateDeploymentInputHttp11 is a EnumOfTypeForCreateDeploymentInput enum value
	EnumOfTypeForCreateDeploymentInputHttp11 = "HTTP/1.1"

	// EnumOfTypeForCreateDeploymentInputHttp2 is a EnumOfTypeForCreateDeploymentInput enum value
	EnumOfTypeForCreateDeploymentInputHttp2 = "HTTP2"

	// EnumOfTypeForCreateDeploymentInputGrpc is a EnumOfTypeForCreateDeploymentInput enum value
	EnumOfTypeForCreateDeploymentInputGrpc = "GRPC"

	// EnumOfTypeForCreateDeploymentInputMetrics is a EnumOfTypeForCreateDeploymentInput enum value
	EnumOfTypeForCreateDeploymentInputMetrics = "Metrics"

	// EnumOfTypeForCreateDeploymentInputOther is a EnumOfTypeForCreateDeploymentInput enum value
	EnumOfTypeForCreateDeploymentInputOther = "Other"
)
View Source
const (
	// EnumOfGPUCPUNodePreferenceForCreateDevInstanceInputGpurequired is a EnumOfGPUCPUNodePreferenceForCreateDevInstanceInput enum value
	EnumOfGPUCPUNodePreferenceForCreateDevInstanceInputGpurequired = "GPURequired"

	// EnumOfGPUCPUNodePreferenceForCreateDevInstanceInputGpupreferred is a EnumOfGPUCPUNodePreferenceForCreateDevInstanceInput enum value
	EnumOfGPUCPUNodePreferenceForCreateDevInstanceInputGpupreferred = "GPUPreferred"

	// EnumOfGPUCPUNodePreferenceForCreateDevInstanceInputCpurequired is a EnumOfGPUCPUNodePreferenceForCreateDevInstanceInput enum value
	EnumOfGPUCPUNodePreferenceForCreateDevInstanceInputCpurequired = "CPURequired"

	// EnumOfGPUCPUNodePreferenceForCreateDevInstanceInputCpupreferred is a EnumOfGPUCPUNodePreferenceForCreateDevInstanceInput enum value
	EnumOfGPUCPUNodePreferenceForCreateDevInstanceInputCpupreferred = "CPUPreferred"
)
View Source
const (
	// EnumOfTypeForCreateDevInstanceInputSystem is a EnumOfTypeForCreateDevInstanceInput enum value
	EnumOfTypeForCreateDevInstanceInputSystem = "system"

	// EnumOfTypeForCreateDevInstanceInputCustom is a EnumOfTypeForCreateDevInstanceInput enum value
	EnumOfTypeForCreateDevInstanceInputCustom = "custom"
)
View Source
const (
	// EnumOfFrameworkForCreateJobInputPyTorch is a EnumOfFrameworkForCreateJobInput enum value
	EnumOfFrameworkForCreateJobInputPyTorch = "PyTorch"

	// EnumOfFrameworkForCreateJobInputMpi is a EnumOfFrameworkForCreateJobInput enum value
	EnumOfFrameworkForCreateJobInputMpi = "MPI"

	// EnumOfFrameworkForCreateJobInputRay is a EnumOfFrameworkForCreateJobInput enum value
	EnumOfFrameworkForCreateJobInputRay = "Ray"

	// EnumOfFrameworkForCreateJobInputTensorFlow is a EnumOfFrameworkForCreateJobInput enum value
	EnumOfFrameworkForCreateJobInputTensorFlow = "TensorFlow"

	// EnumOfFrameworkForCreateJobInputCustom is a EnumOfFrameworkForCreateJobInput enum value
	EnumOfFrameworkForCreateJobInputCustom = "Custom"
)
View Source
const (
	// EnumOfGPUCPUNodePreferenceForCreateJobInputGpurequired is a EnumOfGPUCPUNodePreferenceForCreateJobInput enum value
	EnumOfGPUCPUNodePreferenceForCreateJobInputGpurequired = "GPURequired"

	// EnumOfGPUCPUNodePreferenceForCreateJobInputGpupreferred is a EnumOfGPUCPUNodePreferenceForCreateJobInput enum value
	EnumOfGPUCPUNodePreferenceForCreateJobInputGpupreferred = "GPUPreferred"

	// EnumOfGPUCPUNodePreferenceForCreateJobInputCpurequired is a EnumOfGPUCPUNodePreferenceForCreateJobInput enum value
	EnumOfGPUCPUNodePreferenceForCreateJobInputCpurequired = "CPURequired"

	// EnumOfGPUCPUNodePreferenceForCreateJobInputCpupreferred is a EnumOfGPUCPUNodePreferenceForCreateJobInput enum value
	EnumOfGPUCPUNodePreferenceForCreateJobInputCpupreferred = "CPUPreferred"
)
View Source
const (
	// EnumOfNameForCreateJobInputEnvironmentalDiagnosis is a EnumOfNameForCreateJobInput enum value
	EnumOfNameForCreateJobInputEnvironmentalDiagnosis = "EnvironmentalDiagnosis"

	// EnumOfNameForCreateJobInputPythonDetection is a EnumOfNameForCreateJobInput enum value
	EnumOfNameForCreateJobInputPythonDetection = "PythonDetection"

	// EnumOfNameForCreateJobInputLogDetection is a EnumOfNameForCreateJobInput enum value
	EnumOfNameForCreateJobInputLogDetection = "LogDetection"
)
View Source
const (
	// EnumOfTriggerListForCreateJobInputBeforeStart is a EnumOfTriggerListForCreateJobInput enum value
	EnumOfTriggerListForCreateJobInputBeforeStart = "BeforeStart"

	// EnumOfTriggerListForCreateJobInputJobRunning is a EnumOfTriggerListForCreateJobInput enum value
	EnumOfTriggerListForCreateJobInputJobRunning = "JobRunning"

	// EnumOfTriggerListForCreateJobInputJobFailed is a EnumOfTriggerListForCreateJobInput enum value
	EnumOfTriggerListForCreateJobInputJobFailed = "JobFailed"

	// EnumOfTriggerListForCreateJobInputStopByUser is a EnumOfTriggerListForCreateJobInput enum value
	EnumOfTriggerListForCreateJobInputStopByUser = "StopByUser"
)
View Source
const (
	// EnumOfChargeTypeForCreateResourceGroupInputPrePaid is a EnumOfChargeTypeForCreateResourceGroupInput enum value
	EnumOfChargeTypeForCreateResourceGroupInputPrePaid = "PrePaid"

	// EnumOfChargeTypeForCreateResourceGroupInputPostPaid is a EnumOfChargeTypeForCreateResourceGroupInput enum value
	EnumOfChargeTypeForCreateResourceGroupInputPostPaid = "PostPaid"

	// EnumOfChargeTypeForCreateResourceGroupInputOnDemand is a EnumOfChargeTypeForCreateResourceGroupInput enum value
	EnumOfChargeTypeForCreateResourceGroupInputOnDemand = "OnDemand"
)
View Source
const (
	// EnumOfPeriodUnitForCreateResourceGroupInputDay is a EnumOfPeriodUnitForCreateResourceGroupInput enum value
	EnumOfPeriodUnitForCreateResourceGroupInputDay = "Day"

	// EnumOfPeriodUnitForCreateResourceGroupInputMonth is a EnumOfPeriodUnitForCreateResourceGroupInput enum value
	EnumOfPeriodUnitForCreateResourceGroupInputMonth = "Month"
)
View Source
const (
	// EnumOfIdleShutdownRuleTypeListForCreateResourceQueueInputCpu is a EnumOfIdleShutdownRuleTypeListForCreateResourceQueueInput enum value
	EnumOfIdleShutdownRuleTypeListForCreateResourceQueueInputCpu = "Cpu"

	// EnumOfIdleShutdownRuleTypeListForCreateResourceQueueInputGpu is a EnumOfIdleShutdownRuleTypeListForCreateResourceQueueInput enum value
	EnumOfIdleShutdownRuleTypeListForCreateResourceQueueInputGpu = " Gpu"
)
View Source
const (
	// EnumOfWorkloadTypeForCreateResourceQueueInputJob is a EnumOfWorkloadTypeForCreateResourceQueueInput enum value
	EnumOfWorkloadTypeForCreateResourceQueueInputJob = "Job"

	// EnumOfWorkloadTypeForCreateResourceQueueInputDevInstance is a EnumOfWorkloadTypeForCreateResourceQueueInput enum value
	EnumOfWorkloadTypeForCreateResourceQueueInputDevInstance = "DevInstance"

	// EnumOfWorkloadTypeForCreateResourceQueueInputService is a EnumOfWorkloadTypeForCreateResourceQueueInput enum value
	EnumOfWorkloadTypeForCreateResourceQueueInputService = "Service"
)
View Source
const (
	// EnumOfLoadBalancePolicyForCreateServiceInputRoundRobin is a EnumOfLoadBalancePolicyForCreateServiceInput enum value
	EnumOfLoadBalancePolicyForCreateServiceInputRoundRobin = "ROUND_ROBIN"

	// EnumOfLoadBalancePolicyForCreateServiceInputLeastConn is a EnumOfLoadBalancePolicyForCreateServiceInput enum value
	EnumOfLoadBalancePolicyForCreateServiceInputLeastConn = "LEAST_CONN"

	// EnumOfLoadBalancePolicyForCreateServiceInputRandom is a EnumOfLoadBalancePolicyForCreateServiceInput enum value
	EnumOfLoadBalancePolicyForCreateServiceInputRandom = "RANDOM"

	// EnumOfLoadBalancePolicyForCreateServiceInputConsistentHash is a EnumOfLoadBalancePolicyForCreateServiceInput enum value
	EnumOfLoadBalancePolicyForCreateServiceInputConsistentHash = "CONSISTENT_HASH"
)
View Source
const (
	// EnumOfModeForCreateServiceInputDefault is a EnumOfModeForCreateServiceInput enum value
	EnumOfModeForCreateServiceInputDefault = "Default"

	// EnumOfModeForCreateServiceInputWeight is a EnumOfModeForCreateServiceInput enum value
	EnumOfModeForCreateServiceInputWeight = "Weight"
)
View Source
const (
	// EnumOfSchedulerForCreateServiceInputWrr is a EnumOfSchedulerForCreateServiceInput enum value
	EnumOfSchedulerForCreateServiceInputWrr = "wrr"

	// EnumOfSchedulerForCreateServiceInputWlc is a EnumOfSchedulerForCreateServiceInput enum value
	EnumOfSchedulerForCreateServiceInputWlc = "wlc"

	// EnumOfSchedulerForCreateServiceInputSh is a EnumOfSchedulerForCreateServiceInput enum value
	EnumOfSchedulerForCreateServiceInputSh = "sh"
)
View Source
const (
	// EnumOfTypeForCreateServiceInputHttp11 is a EnumOfTypeForCreateServiceInput enum value
	EnumOfTypeForCreateServiceInputHttp11 = "HTTP/1.1"

	// EnumOfTypeForCreateServiceInputHttp2 is a EnumOfTypeForCreateServiceInput enum value
	EnumOfTypeForCreateServiceInputHttp2 = "HTTP2"

	// EnumOfTypeForCreateServiceInputGrpc is a EnumOfTypeForCreateServiceInput enum value
	EnumOfTypeForCreateServiceInputGrpc = "GRPC"

	// EnumOfTypeForCreateServiceInputMetrics is a EnumOfTypeForCreateServiceInput enum value
	EnumOfTypeForCreateServiceInputMetrics = "Metrics"

	// EnumOfTypeForCreateServiceInputOther is a EnumOfTypeForCreateServiceInput enum value
	EnumOfTypeForCreateServiceInputOther = "Other"
)
View Source
const (
	// EnumOfChangeTypeForGetDeploymentOutputCreateService is a EnumOfChangeTypeForGetDeploymentOutput enum value
	EnumOfChangeTypeForGetDeploymentOutputCreateService = "CreateService"

	// EnumOfChangeTypeForGetDeploymentOutputUpdateService is a EnumOfChangeTypeForGetDeploymentOutput enum value
	EnumOfChangeTypeForGetDeploymentOutputUpdateService = "UpdateService"

	// EnumOfChangeTypeForGetDeploymentOutputMigrateService is a EnumOfChangeTypeForGetDeploymentOutput enum value
	EnumOfChangeTypeForGetDeploymentOutputMigrateService = "MigrateService"

	// EnumOfChangeTypeForGetDeploymentOutputStopService is a EnumOfChangeTypeForGetDeploymentOutput enum value
	EnumOfChangeTypeForGetDeploymentOutputStopService = "StopService"

	// EnumOfChangeTypeForGetDeploymentOutputStartService is a EnumOfChangeTypeForGetDeploymentOutput enum value
	EnumOfChangeTypeForGetDeploymentOutputStartService = "StartService"

	// EnumOfChangeTypeForGetDeploymentOutputDeleteService is a EnumOfChangeTypeForGetDeploymentOutput enum value
	EnumOfChangeTypeForGetDeploymentOutputDeleteService = "DeleteService"

	// EnumOfChangeTypeForGetDeploymentOutputCreateDeployment is a EnumOfChangeTypeForGetDeploymentOutput enum value
	EnumOfChangeTypeForGetDeploymentOutputCreateDeployment = "CreateDeployment"

	// EnumOfChangeTypeForGetDeploymentOutputUpdateDeployment is a EnumOfChangeTypeForGetDeploymentOutput enum value
	EnumOfChangeTypeForGetDeploymentOutputUpdateDeployment = "UpdateDeployment"

	// EnumOfChangeTypeForGetDeploymentOutputMigrateDeployment is a EnumOfChangeTypeForGetDeploymentOutput enum value
	EnumOfChangeTypeForGetDeploymentOutputMigrateDeployment = "MigrateDeployment"

	// EnumOfChangeTypeForGetDeploymentOutputStopDeployment is a EnumOfChangeTypeForGetDeploymentOutput enum value
	EnumOfChangeTypeForGetDeploymentOutputStopDeployment = "StopDeployment"

	// EnumOfChangeTypeForGetDeploymentOutputStartDeployment is a EnumOfChangeTypeForGetDeploymentOutput enum value
	EnumOfChangeTypeForGetDeploymentOutputStartDeployment = "StartDeployment"

	// EnumOfChangeTypeForGetDeploymentOutputScaleDeployment is a EnumOfChangeTypeForGetDeploymentOutput enum value
	EnumOfChangeTypeForGetDeploymentOutputScaleDeployment = "ScaleDeployment"

	// EnumOfChangeTypeForGetDeploymentOutputDeleteDeployment is a EnumOfChangeTypeForGetDeploymentOutput enum value
	EnumOfChangeTypeForGetDeploymentOutputDeleteDeployment = "DeleteDeployment"
)
View Source
const (
	// EnumOfGPUCPUNodePreferenceForGetDeploymentOutputGpurequired is a EnumOfGPUCPUNodePreferenceForGetDeploymentOutput enum value
	EnumOfGPUCPUNodePreferenceForGetDeploymentOutputGpurequired = "GPURequired"

	// EnumOfGPUCPUNodePreferenceForGetDeploymentOutputGpupreferred is a EnumOfGPUCPUNodePreferenceForGetDeploymentOutput enum value
	EnumOfGPUCPUNodePreferenceForGetDeploymentOutputGpupreferred = "GPUPreferred"

	// EnumOfGPUCPUNodePreferenceForGetDeploymentOutputCpurequired is a EnumOfGPUCPUNodePreferenceForGetDeploymentOutput enum value
	EnumOfGPUCPUNodePreferenceForGetDeploymentOutputCpurequired = "CPURequired"

	// EnumOfGPUCPUNodePreferenceForGetDeploymentOutputCpupreferred is a EnumOfGPUCPUNodePreferenceForGetDeploymentOutput enum value
	EnumOfGPUCPUNodePreferenceForGetDeploymentOutputCpupreferred = "CPUPreferred"
)
View Source
const (
	// EnumOfSchemeForGetDeploymentOutputHttp is a EnumOfSchemeForGetDeploymentOutput enum value
	EnumOfSchemeForGetDeploymentOutputHttp = "HTTP"

	// EnumOfSchemeForGetDeploymentOutputHttps is a EnumOfSchemeForGetDeploymentOutput enum value
	EnumOfSchemeForGetDeploymentOutputHttps = "HTTPS"
)
View Source
const (
	// EnumOfTypeForGetDeploymentOutputHttp11 is a EnumOfTypeForGetDeploymentOutput enum value
	EnumOfTypeForGetDeploymentOutputHttp11 = "HTTP/1.1"

	// EnumOfTypeForGetDeploymentOutputHttp2 is a EnumOfTypeForGetDeploymentOutput enum value
	EnumOfTypeForGetDeploymentOutputHttp2 = "HTTP2"

	// EnumOfTypeForGetDeploymentOutputGrpc is a EnumOfTypeForGetDeploymentOutput enum value
	EnumOfTypeForGetDeploymentOutputGrpc = "GRPC"

	// EnumOfTypeForGetDeploymentOutputMetrics is a EnumOfTypeForGetDeploymentOutput enum value
	EnumOfTypeForGetDeploymentOutputMetrics = "Metrics"

	// EnumOfTypeForGetDeploymentOutputOther is a EnumOfTypeForGetDeploymentOutput enum value
	EnumOfTypeForGetDeploymentOutputOther = "Other"
)
View Source
const (
	// EnumOfGPUCPUNodePreferenceForGetDevInstanceOutputGpurequired is a EnumOfGPUCPUNodePreferenceForGetDevInstanceOutput enum value
	EnumOfGPUCPUNodePreferenceForGetDevInstanceOutputGpurequired = "GPURequired"

	// EnumOfGPUCPUNodePreferenceForGetDevInstanceOutputGpupreferred is a EnumOfGPUCPUNodePreferenceForGetDevInstanceOutput enum value
	EnumOfGPUCPUNodePreferenceForGetDevInstanceOutputGpupreferred = "GPUPreferred"

	// EnumOfGPUCPUNodePreferenceForGetDevInstanceOutputCpurequired is a EnumOfGPUCPUNodePreferenceForGetDevInstanceOutput enum value
	EnumOfGPUCPUNodePreferenceForGetDevInstanceOutputCpurequired = "CPURequired"

	// EnumOfGPUCPUNodePreferenceForGetDevInstanceOutputCpupreferred is a EnumOfGPUCPUNodePreferenceForGetDevInstanceOutput enum value
	EnumOfGPUCPUNodePreferenceForGetDevInstanceOutputCpupreferred = "CPUPreferred"
)
View Source
const (
	// EnumOfSupportStatusForGetInstanceTypeOutputDeprecated is a EnumOfSupportStatusForGetInstanceTypeOutput enum value
	EnumOfSupportStatusForGetInstanceTypeOutputDeprecated = "Deprecated"

	// EnumOfSupportStatusForGetInstanceTypeOutputValid is a EnumOfSupportStatusForGetInstanceTypeOutput enum value
	EnumOfSupportStatusForGetInstanceTypeOutputValid = "Valid"
)
View Source
const (
	// EnumOfDiagnoseStateForGetJobOutputWaiting is a EnumOfDiagnoseStateForGetJobOutput enum value
	EnumOfDiagnoseStateForGetJobOutputWaiting = "Waiting"

	// EnumOfDiagnoseStateForGetJobOutputRunning is a EnumOfDiagnoseStateForGetJobOutput enum value
	EnumOfDiagnoseStateForGetJobOutputRunning = "Running"

	// EnumOfDiagnoseStateForGetJobOutputPassed is a EnumOfDiagnoseStateForGetJobOutput enum value
	EnumOfDiagnoseStateForGetJobOutputPassed = "Passed"

	// EnumOfDiagnoseStateForGetJobOutputFailed is a EnumOfDiagnoseStateForGetJobOutput enum value
	EnumOfDiagnoseStateForGetJobOutputFailed = "Failed"

	// EnumOfDiagnoseStateForGetJobOutputAbnormal is a EnumOfDiagnoseStateForGetJobOutput enum value
	EnumOfDiagnoseStateForGetJobOutputAbnormal = "Abnormal"
)
View Source
const (
	// EnumOfFrameworkForGetJobOutputPyTorch is a EnumOfFrameworkForGetJobOutput enum value
	EnumOfFrameworkForGetJobOutputPyTorch = "PyTorch"

	// EnumOfFrameworkForGetJobOutputMpi is a EnumOfFrameworkForGetJobOutput enum value
	EnumOfFrameworkForGetJobOutputMpi = "MPI"

	// EnumOfFrameworkForGetJobOutputRay is a EnumOfFrameworkForGetJobOutput enum value
	EnumOfFrameworkForGetJobOutputRay = "Ray"

	// EnumOfFrameworkForGetJobOutputTensorFlow is a EnumOfFrameworkForGetJobOutput enum value
	EnumOfFrameworkForGetJobOutputTensorFlow = "TensorFlow"

	// EnumOfFrameworkForGetJobOutputCustom is a EnumOfFrameworkForGetJobOutput enum value
	EnumOfFrameworkForGetJobOutputCustom = "Custom"
)
View Source
const (
	// EnumOfGPUCPUNodePreferenceForGetJobOutputGpurequired is a EnumOfGPUCPUNodePreferenceForGetJobOutput enum value
	EnumOfGPUCPUNodePreferenceForGetJobOutputGpurequired = "GPURequired"

	// EnumOfGPUCPUNodePreferenceForGetJobOutputGpupreferred is a EnumOfGPUCPUNodePreferenceForGetJobOutput enum value
	EnumOfGPUCPUNodePreferenceForGetJobOutputGpupreferred = "GPUPreferred"

	// EnumOfGPUCPUNodePreferenceForGetJobOutputCpurequired is a EnumOfGPUCPUNodePreferenceForGetJobOutput enum value
	EnumOfGPUCPUNodePreferenceForGetJobOutputCpurequired = "CPURequired"

	// EnumOfGPUCPUNodePreferenceForGetJobOutputCpupreferred is a EnumOfGPUCPUNodePreferenceForGetJobOutput enum value
	EnumOfGPUCPUNodePreferenceForGetJobOutputCpupreferred = "CPUPreferred"
)
View Source
const (
	// EnumOfNameForGetJobOutputEnvironmentalDiagnosis is a EnumOfNameForGetJobOutput enum value
	EnumOfNameForGetJobOutputEnvironmentalDiagnosis = "EnvironmentalDiagnosis"

	// EnumOfNameForGetJobOutputPythonDetection is a EnumOfNameForGetJobOutput enum value
	EnumOfNameForGetJobOutputPythonDetection = "PythonDetection"

	// EnumOfNameForGetJobOutputLogDetection is a EnumOfNameForGetJobOutput enum value
	EnumOfNameForGetJobOutputLogDetection = "LogDetection"
)
View Source
const (
	// EnumOfRetryTriggerForGetJobOutputJobFailed is a EnumOfRetryTriggerForGetJobOutput enum value
	EnumOfRetryTriggerForGetJobOutputJobFailed = "JobFailed"

	// EnumOfRetryTriggerForGetJobOutputMachineFailure is a EnumOfRetryTriggerForGetJobOutput enum value
	EnumOfRetryTriggerForGetJobOutputMachineFailure = "MachineFailure"

	// EnumOfRetryTriggerForGetJobOutputInstanceReclaimed is a EnumOfRetryTriggerForGetJobOutput enum value
	EnumOfRetryTriggerForGetJobOutputInstanceReclaimed = "InstanceReclaimed"

	// EnumOfRetryTriggerForGetJobOutputAutoGpucompacted is a EnumOfRetryTriggerForGetJobOutput enum value
	EnumOfRetryTriggerForGetJobOutputAutoGpucompacted = "AutoGPUCompacted"

	// EnumOfRetryTriggerForGetJobOutputEnvironmentalDiagnosisFailed is a EnumOfRetryTriggerForGetJobOutput enum value
	EnumOfRetryTriggerForGetJobOutputEnvironmentalDiagnosisFailed = "EnvironmentalDiagnosisFailed"

	// EnumOfRetryTriggerForGetJobOutputPythonDetectionFailed is a EnumOfRetryTriggerForGetJobOutput enum value
	EnumOfRetryTriggerForGetJobOutputPythonDetectionFailed = "PythonDetectionFailed"

	// EnumOfRetryTriggerForGetJobOutputLogDetectionFailed is a EnumOfRetryTriggerForGetJobOutput enum value
	EnumOfRetryTriggerForGetJobOutputLogDetectionFailed = "LogDetectionFailed"
)
View Source
const (
	// EnumOfSecondaryStateForGetJobOutputCompletedHolding is a EnumOfSecondaryStateForGetJobOutput enum value
	EnumOfSecondaryStateForGetJobOutputCompletedHolding = "CompletedHolding"

	// EnumOfSecondaryStateForGetJobOutputFailedHolding is a EnumOfSecondaryStateForGetJobOutput enum value
	EnumOfSecondaryStateForGetJobOutputFailedHolding = "FailedHolding"

	// EnumOfSecondaryStateForGetJobOutputNodeWentDown is a EnumOfSecondaryStateForGetJobOutput enum value
	EnumOfSecondaryStateForGetJobOutputNodeWentDown = "NodeWentDown"

	// EnumOfSecondaryStateForGetJobOutputMachineFault is a EnumOfSecondaryStateForGetJobOutput enum value
	EnumOfSecondaryStateForGetJobOutputMachineFault = "MachineFault"

	// EnumOfSecondaryStateForGetJobOutputMachineSuspected is a EnumOfSecondaryStateForGetJobOutput enum value
	EnumOfSecondaryStateForGetJobOutputMachineSuspected = "MachineSuspected"

	// EnumOfSecondaryStateForGetJobOutputMachineRegular is a EnumOfSecondaryStateForGetJobOutput enum value
	EnumOfSecondaryStateForGetJobOutputMachineRegular = "MachineRegular"

	// EnumOfSecondaryStateForGetJobOutputPodOomkilled is a EnumOfSecondaryStateForGetJobOutput enum value
	EnumOfSecondaryStateForGetJobOutputPodOomkilled = "PodOOMKilled"

	// EnumOfSecondaryStateForGetJobOutputPodReclaimed is a EnumOfSecondaryStateForGetJobOutput enum value
	EnumOfSecondaryStateForGetJobOutputPodReclaimed = "PodReclaimed"

	// EnumOfSecondaryStateForGetJobOutputPodAutoGpucompacted is a EnumOfSecondaryStateForGetJobOutput enum value
	EnumOfSecondaryStateForGetJobOutputPodAutoGpucompacted = "PodAutoGPUCompacted"

	// EnumOfSecondaryStateForGetJobOutputPodEvictByQos is a EnumOfSecondaryStateForGetJobOutput enum value
	EnumOfSecondaryStateForGetJobOutputPodEvictByQos = "PodEvictByQOS"

	// EnumOfSecondaryStateForGetJobOutputPodEvictByGpupreemptCpu is a EnumOfSecondaryStateForGetJobOutput enum value
	EnumOfSecondaryStateForGetJobOutputPodEvictByGpupreemptCpu = "PodEvictByGPUPreemptCPU"

	// EnumOfSecondaryStateForGetJobOutputDiagnosisEnvDiagFailed is a EnumOfSecondaryStateForGetJobOutput enum value
	EnumOfSecondaryStateForGetJobOutputDiagnosisEnvDiagFailed = "DiagnosisEnvDiagFailed"
)
View Source
const (
	// EnumOfStateForGetJobOutputCreating is a EnumOfStateForGetJobOutput enum value
	EnumOfStateForGetJobOutputCreating = "Creating"

	// EnumOfStateForGetJobOutputWaiting is a EnumOfStateForGetJobOutput enum value
	EnumOfStateForGetJobOutputWaiting = "Waiting"

	// EnumOfStateForGetJobOutputQueueing is a EnumOfStateForGetJobOutput enum value
	EnumOfStateForGetJobOutputQueueing = "Queueing"

	// EnumOfStateForGetJobOutputDeploying is a EnumOfStateForGetJobOutput enum value
	EnumOfStateForGetJobOutputDeploying = "Deploying"

	// EnumOfStateForGetJobOutputRunning is a EnumOfStateForGetJobOutput enum value
	EnumOfStateForGetJobOutputRunning = "Running"

	// EnumOfStateForGetJobOutputCompleted is a EnumOfStateForGetJobOutput enum value
	EnumOfStateForGetJobOutputCompleted = "Completed"

	// EnumOfStateForGetJobOutputFailed is a EnumOfStateForGetJobOutput enum value
	EnumOfStateForGetJobOutputFailed = "Failed"

	// EnumOfStateForGetJobOutputStopping is a EnumOfStateForGetJobOutput enum value
	EnumOfStateForGetJobOutputStopping = "Stopping"

	// EnumOfStateForGetJobOutputStopped is a EnumOfStateForGetJobOutput enum value
	EnumOfStateForGetJobOutputStopped = "Stopped"
)
View Source
const (
	// EnumOfTriggerListForGetJobOutputBeforeStart is a EnumOfTriggerListForGetJobOutput enum value
	EnumOfTriggerListForGetJobOutputBeforeStart = "BeforeStart"

	// EnumOfTriggerListForGetJobOutputJobRunning is a EnumOfTriggerListForGetJobOutput enum value
	EnumOfTriggerListForGetJobOutputJobRunning = "JobRunning"

	// EnumOfTriggerListForGetJobOutputJobFailed is a EnumOfTriggerListForGetJobOutput enum value
	EnumOfTriggerListForGetJobOutputJobFailed = "JobFailed"

	// EnumOfTriggerListForGetJobOutputStopByUser is a EnumOfTriggerListForGetJobOutput enum value
	EnumOfTriggerListForGetJobOutputStopByUser = "StopByUser"
)
View Source
const (
	// EnumOfIdleShutdownRuleTypeListForGetResourceQueueOutputCpu is a EnumOfIdleShutdownRuleTypeListForGetResourceQueueOutput enum value
	EnumOfIdleShutdownRuleTypeListForGetResourceQueueOutputCpu = "Cpu"

	// EnumOfIdleShutdownRuleTypeListForGetResourceQueueOutputGpu is a EnumOfIdleShutdownRuleTypeListForGetResourceQueueOutput enum value
	EnumOfIdleShutdownRuleTypeListForGetResourceQueueOutputGpu = " Gpu"
)
View Source
const (
	// EnumOfWorkloadTypeForGetResourceQueueOutputJob is a EnumOfWorkloadTypeForGetResourceQueueOutput enum value
	EnumOfWorkloadTypeForGetResourceQueueOutputJob = "Job"

	// EnumOfWorkloadTypeForGetResourceQueueOutputDevInstance is a EnumOfWorkloadTypeForGetResourceQueueOutput enum value
	EnumOfWorkloadTypeForGetResourceQueueOutputDevInstance = "DevInstance"

	// EnumOfWorkloadTypeForGetResourceQueueOutputService is a EnumOfWorkloadTypeForGetResourceQueueOutput enum value
	EnumOfWorkloadTypeForGetResourceQueueOutputService = "Service"
)
View Source
const (
	// EnumOfChangeTypeForGetServiceOutputCreateService is a EnumOfChangeTypeForGetServiceOutput enum value
	EnumOfChangeTypeForGetServiceOutputCreateService = "CreateService"

	// EnumOfChangeTypeForGetServiceOutputUpdateService is a EnumOfChangeTypeForGetServiceOutput enum value
	EnumOfChangeTypeForGetServiceOutputUpdateService = "UpdateService"

	// EnumOfChangeTypeForGetServiceOutputMigrateService is a EnumOfChangeTypeForGetServiceOutput enum value
	EnumOfChangeTypeForGetServiceOutputMigrateService = "MigrateService"

	// EnumOfChangeTypeForGetServiceOutputStopService is a EnumOfChangeTypeForGetServiceOutput enum value
	EnumOfChangeTypeForGetServiceOutputStopService = "StopService"

	// EnumOfChangeTypeForGetServiceOutputStartService is a EnumOfChangeTypeForGetServiceOutput enum value
	EnumOfChangeTypeForGetServiceOutputStartService = "StartService"

	// EnumOfChangeTypeForGetServiceOutputDeleteService is a EnumOfChangeTypeForGetServiceOutput enum value
	EnumOfChangeTypeForGetServiceOutputDeleteService = "DeleteService"

	// EnumOfChangeTypeForGetServiceOutputCreateDeployment is a EnumOfChangeTypeForGetServiceOutput enum value
	EnumOfChangeTypeForGetServiceOutputCreateDeployment = "CreateDeployment"

	// EnumOfChangeTypeForGetServiceOutputUpdateDeployment is a EnumOfChangeTypeForGetServiceOutput enum value
	EnumOfChangeTypeForGetServiceOutputUpdateDeployment = "UpdateDeployment"

	// EnumOfChangeTypeForGetServiceOutputMigrateDeployment is a EnumOfChangeTypeForGetServiceOutput enum value
	EnumOfChangeTypeForGetServiceOutputMigrateDeployment = "MigrateDeployment"

	// EnumOfChangeTypeForGetServiceOutputStopDeployment is a EnumOfChangeTypeForGetServiceOutput enum value
	EnumOfChangeTypeForGetServiceOutputStopDeployment = "StopDeployment"

	// EnumOfChangeTypeForGetServiceOutputStartDeployment is a EnumOfChangeTypeForGetServiceOutput enum value
	EnumOfChangeTypeForGetServiceOutputStartDeployment = "StartDeployment"

	// EnumOfChangeTypeForGetServiceOutputScaleDeployment is a EnumOfChangeTypeForGetServiceOutput enum value
	EnumOfChangeTypeForGetServiceOutputScaleDeployment = "ScaleDeployment"

	// EnumOfChangeTypeForGetServiceOutputDeleteDeployment is a EnumOfChangeTypeForGetServiceOutput enum value
	EnumOfChangeTypeForGetServiceOutputDeleteDeployment = "DeleteDeployment"
)
View Source
const (
	// EnumOfLoadBalancePolicyForGetServiceOutputRoundRobin is a EnumOfLoadBalancePolicyForGetServiceOutput enum value
	EnumOfLoadBalancePolicyForGetServiceOutputRoundRobin = "ROUND_ROBIN"

	// EnumOfLoadBalancePolicyForGetServiceOutputLeastConn is a EnumOfLoadBalancePolicyForGetServiceOutput enum value
	EnumOfLoadBalancePolicyForGetServiceOutputLeastConn = "LEAST_CONN"

	// EnumOfLoadBalancePolicyForGetServiceOutputRandom is a EnumOfLoadBalancePolicyForGetServiceOutput enum value
	EnumOfLoadBalancePolicyForGetServiceOutputRandom = "RANDOM"

	// EnumOfLoadBalancePolicyForGetServiceOutputConsistentHash is a EnumOfLoadBalancePolicyForGetServiceOutput enum value
	EnumOfLoadBalancePolicyForGetServiceOutputConsistentHash = "CONSISTENT_HASH"
)
View Source
const (
	// EnumOfModeForGetServiceOutputDefault is a EnumOfModeForGetServiceOutput enum value
	EnumOfModeForGetServiceOutputDefault = "Default"

	// EnumOfModeForGetServiceOutputWeight is a EnumOfModeForGetServiceOutput enum value
	EnumOfModeForGetServiceOutputWeight = "Weight"
)
View Source
const (
	// EnumOfSchedulerForGetServiceOutputWrr is a EnumOfSchedulerForGetServiceOutput enum value
	EnumOfSchedulerForGetServiceOutputWrr = "wrr"

	// EnumOfSchedulerForGetServiceOutputWlc is a EnumOfSchedulerForGetServiceOutput enum value
	EnumOfSchedulerForGetServiceOutputWlc = "wlc"

	// EnumOfSchedulerForGetServiceOutputSh is a EnumOfSchedulerForGetServiceOutput enum value
	EnumOfSchedulerForGetServiceOutputSh = "sh"
)
View Source
const (
	// EnumOfTypeForGetServiceOutputHttp11 is a EnumOfTypeForGetServiceOutput enum value
	EnumOfTypeForGetServiceOutputHttp11 = "HTTP/1.1"

	// EnumOfTypeForGetServiceOutputHttp2 is a EnumOfTypeForGetServiceOutput enum value
	EnumOfTypeForGetServiceOutputHttp2 = "HTTP2"

	// EnumOfTypeForGetServiceOutputGrpc is a EnumOfTypeForGetServiceOutput enum value
	EnumOfTypeForGetServiceOutputGrpc = "GRPC"

	// EnumOfTypeForGetServiceOutputMetrics is a EnumOfTypeForGetServiceOutput enum value
	EnumOfTypeForGetServiceOutputMetrics = "Metrics"

	// EnumOfTypeForGetServiceOutputOther is a EnumOfTypeForGetServiceOutput enum value
	EnumOfTypeForGetServiceOutputOther = "Other"
)
View Source
const (
	// EnumOfSortOrderForListDeploymentsInputAscend is a EnumOfSortOrderForListDeploymentsInput enum value
	EnumOfSortOrderForListDeploymentsInputAscend = "Ascend"

	// EnumOfSortOrderForListDeploymentsInputDescend is a EnumOfSortOrderForListDeploymentsInput enum value
	EnumOfSortOrderForListDeploymentsInputDescend = "Descend"
)
View Source
const (
	// EnumOfGPUCPUNodePreferenceForListDevInstancesOutputGpurequired is a EnumOfGPUCPUNodePreferenceForListDevInstancesOutput enum value
	EnumOfGPUCPUNodePreferenceForListDevInstancesOutputGpurequired = "GPURequired"

	// EnumOfGPUCPUNodePreferenceForListDevInstancesOutputGpupreferred is a EnumOfGPUCPUNodePreferenceForListDevInstancesOutput enum value
	EnumOfGPUCPUNodePreferenceForListDevInstancesOutputGpupreferred = "GPUPreferred"

	// EnumOfGPUCPUNodePreferenceForListDevInstancesOutputCpurequired is a EnumOfGPUCPUNodePreferenceForListDevInstancesOutput enum value
	EnumOfGPUCPUNodePreferenceForListDevInstancesOutputCpurequired = "CPURequired"

	// EnumOfGPUCPUNodePreferenceForListDevInstancesOutputCpupreferred is a EnumOfGPUCPUNodePreferenceForListDevInstancesOutput enum value
	EnumOfGPUCPUNodePreferenceForListDevInstancesOutputCpupreferred = "CPUPreferred"
)
View Source
const (
	// EnumOfRelationshipForListDevInstancesInputCreated is a EnumOfRelationshipForListDevInstancesInput enum value
	EnumOfRelationshipForListDevInstancesInputCreated = "Created"

	// EnumOfRelationshipForListDevInstancesInputOwned is a EnumOfRelationshipForListDevInstancesInput enum value
	EnumOfRelationshipForListDevInstancesInputOwned = "Owned"
)
View Source
const (
	// EnumOfSortOrderForListDevInstancesInputAscend is a EnumOfSortOrderForListDevInstancesInput enum value
	EnumOfSortOrderForListDevInstancesInputAscend = "Ascend"

	// EnumOfSortOrderForListDevInstancesInputDescend is a EnumOfSortOrderForListDevInstancesInput enum value
	EnumOfSortOrderForListDevInstancesInputDescend = "Descend"
)
View Source
const (
	// EnumOfStateListForListDevInstancesInputPending is a EnumOfStateListForListDevInstancesInput enum value
	EnumOfStateListForListDevInstancesInputPending = "Pending"

	// EnumOfStateListForListDevInstancesInputDeploying is a EnumOfStateListForListDevInstancesInput enum value
	EnumOfStateListForListDevInstancesInputDeploying = "Deploying"

	// EnumOfStateListForListDevInstancesInputRunning is a EnumOfStateListForListDevInstancesInput enum value
	EnumOfStateListForListDevInstancesInputRunning = "Running"

	// EnumOfStateListForListDevInstancesInputStopping is a EnumOfStateListForListDevInstancesInput enum value
	EnumOfStateListForListDevInstancesInputStopping = "Stopping"

	// EnumOfStateListForListDevInstancesInputStopped is a EnumOfStateListForListDevInstancesInput enum value
	EnumOfStateListForListDevInstancesInputStopped = "Stopped"

	// EnumOfStateListForListDevInstancesInputDeleting is a EnumOfStateListForListDevInstancesInput enum value
	EnumOfStateListForListDevInstancesInputDeleting = "Deleting"

	// EnumOfStateListForListDevInstancesInputAbnormal is a EnumOfStateListForListDevInstancesInput enum value
	EnumOfStateListForListDevInstancesInputAbnormal = "Abnormal"

	// EnumOfStateListForListDevInstancesInputFailed is a EnumOfStateListForListDevInstancesInput enum value
	EnumOfStateListForListDevInstancesInputFailed = "Failed"

	// EnumOfStateListForListDevInstancesInputUpgrading is a EnumOfStateListForListDevInstancesInput enum value
	EnumOfStateListForListDevInstancesInputUpgrading = "Upgrading"
)
View Source
const (
	// EnumOfKindForListInstanceTypesOutputGpu is a EnumOfKindForListInstanceTypesOutput enum value
	EnumOfKindForListInstanceTypesOutputGpu = "GPU"

	// EnumOfKindForListInstanceTypesOutputMemory is a EnumOfKindForListInstanceTypesOutput enum value
	EnumOfKindForListInstanceTypesOutputMemory = "Memory"

	// EnumOfKindForListInstanceTypesOutputCompute is a EnumOfKindForListInstanceTypesOutput enum value
	EnumOfKindForListInstanceTypesOutputCompute = "Compute"

	// EnumOfKindForListInstanceTypesOutputGeneral is a EnumOfKindForListInstanceTypesOutput enum value
	EnumOfKindForListInstanceTypesOutputGeneral = "General"

	// EnumOfKindForListInstanceTypesOutputRdma is a EnumOfKindForListInstanceTypesOutput enum value
	EnumOfKindForListInstanceTypesOutputRdma = "Rdma"

	// EnumOfKindForListInstanceTypesOutputHighFrequency is a EnumOfKindForListInstanceTypesOutput enum value
	EnumOfKindForListInstanceTypesOutputHighFrequency = "HighFrequency"
)
View Source
const (
	// EnumOfSupportStatusForListInstanceTypesInputDeprecated is a EnumOfSupportStatusForListInstanceTypesInput enum value
	EnumOfSupportStatusForListInstanceTypesInputDeprecated = "Deprecated"

	// EnumOfSupportStatusForListInstanceTypesInputValid is a EnumOfSupportStatusForListInstanceTypesInput enum value
	EnumOfSupportStatusForListInstanceTypesInputValid = "Valid"
)
View Source
const (
	// EnumOfSupportStatusForListInstanceTypesOutputDeprecated is a EnumOfSupportStatusForListInstanceTypesOutput enum value
	EnumOfSupportStatusForListInstanceTypesOutputDeprecated = "Deprecated"

	// EnumOfSupportStatusForListInstanceTypesOutputValid is a EnumOfSupportStatusForListInstanceTypesOutput enum value
	EnumOfSupportStatusForListInstanceTypesOutputValid = "Valid"
)
View Source
const (
	// ConvertEnumOfStateForListJobInstancesOutputQueueing is a ConvertEnumOfStateForListJobInstancesOutput enum value
	ConvertEnumOfStateForListJobInstancesOutputQueueing = "Queueing"

	// ConvertEnumOfStateForListJobInstancesOutputDeploying is a ConvertEnumOfStateForListJobInstancesOutput enum value
	ConvertEnumOfStateForListJobInstancesOutputDeploying = "Deploying"

	// ConvertEnumOfStateForListJobInstancesOutputRunning is a ConvertEnumOfStateForListJobInstancesOutput enum value
	ConvertEnumOfStateForListJobInstancesOutputRunning = "Running"

	// ConvertEnumOfStateForListJobInstancesOutputCompleted is a ConvertEnumOfStateForListJobInstancesOutput enum value
	ConvertEnumOfStateForListJobInstancesOutputCompleted = "Completed"

	// ConvertEnumOfStateForListJobInstancesOutputFailed is a ConvertEnumOfStateForListJobInstancesOutput enum value
	ConvertEnumOfStateForListJobInstancesOutputFailed = "Failed"

	// ConvertEnumOfStateForListJobInstancesOutputStopping is a ConvertEnumOfStateForListJobInstancesOutput enum value
	ConvertEnumOfStateForListJobInstancesOutputStopping = "Stopping"

	// ConvertEnumOfStateForListJobInstancesOutputStopped is a ConvertEnumOfStateForListJobInstancesOutput enum value
	ConvertEnumOfStateForListJobInstancesOutputStopped = "Stopped"
)
View Source
const (
	// EnumOfDiagnoseStateForListJobInstancesOutputWaiting is a EnumOfDiagnoseStateForListJobInstancesOutput enum value
	EnumOfDiagnoseStateForListJobInstancesOutputWaiting = "Waiting"

	// EnumOfDiagnoseStateForListJobInstancesOutputRunning is a EnumOfDiagnoseStateForListJobInstancesOutput enum value
	EnumOfDiagnoseStateForListJobInstancesOutputRunning = "Running"

	// EnumOfDiagnoseStateForListJobInstancesOutputPassed is a EnumOfDiagnoseStateForListJobInstancesOutput enum value
	EnumOfDiagnoseStateForListJobInstancesOutputPassed = "Passed"

	// EnumOfDiagnoseStateForListJobInstancesOutputFailed is a EnumOfDiagnoseStateForListJobInstancesOutput enum value
	EnumOfDiagnoseStateForListJobInstancesOutputFailed = "Failed"

	// EnumOfDiagnoseStateForListJobInstancesOutputAbnormal is a EnumOfDiagnoseStateForListJobInstancesOutput enum value
	EnumOfDiagnoseStateForListJobInstancesOutputAbnormal = "Abnormal"
)
View Source
const (
	// EnumOfSecondaryStateForListJobInstancesOutputCompletedHolding is a EnumOfSecondaryStateForListJobInstancesOutput enum value
	EnumOfSecondaryStateForListJobInstancesOutputCompletedHolding = "CompletedHolding"

	// EnumOfSecondaryStateForListJobInstancesOutputFailedHolding is a EnumOfSecondaryStateForListJobInstancesOutput enum value
	EnumOfSecondaryStateForListJobInstancesOutputFailedHolding = "FailedHolding"

	// EnumOfSecondaryStateForListJobInstancesOutputNodeWentDown is a EnumOfSecondaryStateForListJobInstancesOutput enum value
	EnumOfSecondaryStateForListJobInstancesOutputNodeWentDown = "NodeWentDown"

	// EnumOfSecondaryStateForListJobInstancesOutputMachineFault is a EnumOfSecondaryStateForListJobInstancesOutput enum value
	EnumOfSecondaryStateForListJobInstancesOutputMachineFault = "MachineFault"

	// EnumOfSecondaryStateForListJobInstancesOutputMachineSuspected is a EnumOfSecondaryStateForListJobInstancesOutput enum value
	EnumOfSecondaryStateForListJobInstancesOutputMachineSuspected = "MachineSuspected"

	// EnumOfSecondaryStateForListJobInstancesOutputMachineRegular is a EnumOfSecondaryStateForListJobInstancesOutput enum value
	EnumOfSecondaryStateForListJobInstancesOutputMachineRegular = "MachineRegular"

	// EnumOfSecondaryStateForListJobInstancesOutputPodOomkilled is a EnumOfSecondaryStateForListJobInstancesOutput enum value
	EnumOfSecondaryStateForListJobInstancesOutputPodOomkilled = "PodOOMKilled"

	// EnumOfSecondaryStateForListJobInstancesOutputPodReclaimed is a EnumOfSecondaryStateForListJobInstancesOutput enum value
	EnumOfSecondaryStateForListJobInstancesOutputPodReclaimed = "PodReclaimed"

	// EnumOfSecondaryStateForListJobInstancesOutputPodAutoGpucompacted is a EnumOfSecondaryStateForListJobInstancesOutput enum value
	EnumOfSecondaryStateForListJobInstancesOutputPodAutoGpucompacted = "PodAutoGPUCompacted"

	// EnumOfSecondaryStateForListJobInstancesOutputPodEvictByQos is a EnumOfSecondaryStateForListJobInstancesOutput enum value
	EnumOfSecondaryStateForListJobInstancesOutputPodEvictByQos = "PodEvictByQOS"

	// EnumOfSecondaryStateForListJobInstancesOutputPodEvictByGpupreemptCpu is a EnumOfSecondaryStateForListJobInstancesOutput enum value
	EnumOfSecondaryStateForListJobInstancesOutputPodEvictByGpupreemptCpu = "PodEvictByGPUPreemptCPU"

	// EnumOfSecondaryStateForListJobInstancesOutputDiagnosisEnvDiagFailed is a EnumOfSecondaryStateForListJobInstancesOutput enum value
	EnumOfSecondaryStateForListJobInstancesOutputDiagnosisEnvDiagFailed = "DiagnosisEnvDiagFailed"
)
View Source
const (
	// EnumOfSortOrderForListJobInstancesInputAscend is a EnumOfSortOrderForListJobInstancesInput enum value
	EnumOfSortOrderForListJobInstancesInputAscend = "Ascend"

	// EnumOfSortOrderForListJobInstancesInputDescend is a EnumOfSortOrderForListJobInstancesInput enum value
	EnumOfSortOrderForListJobInstancesInputDescend = "Descend"
)
View Source
const (
	// EnumOfStateForListJobInstancesOutputDeploying is a EnumOfStateForListJobInstancesOutput enum value
	EnumOfStateForListJobInstancesOutputDeploying = "Deploying"

	// EnumOfStateForListJobInstancesOutputRunning is a EnumOfStateForListJobInstancesOutput enum value
	EnumOfStateForListJobInstancesOutputRunning = "Running"
)
View Source
const (
	// EnumOfDiagnoseStateForListJobsInputWaiting is a EnumOfDiagnoseStateForListJobsInput enum value
	EnumOfDiagnoseStateForListJobsInputWaiting = "Waiting"

	// EnumOfDiagnoseStateForListJobsInputRunning is a EnumOfDiagnoseStateForListJobsInput enum value
	EnumOfDiagnoseStateForListJobsInputRunning = "Running"

	// EnumOfDiagnoseStateForListJobsInputPassed is a EnumOfDiagnoseStateForListJobsInput enum value
	EnumOfDiagnoseStateForListJobsInputPassed = "Passed"

	// EnumOfDiagnoseStateForListJobsInputFailed is a EnumOfDiagnoseStateForListJobsInput enum value
	EnumOfDiagnoseStateForListJobsInputFailed = "Failed"

	// EnumOfDiagnoseStateForListJobsInputAbnormal is a EnumOfDiagnoseStateForListJobsInput enum value
	EnumOfDiagnoseStateForListJobsInputAbnormal = "Abnormal"
)
View Source
const (
	// EnumOfDiagnoseStateForListJobsOutputWaiting is a EnumOfDiagnoseStateForListJobsOutput enum value
	EnumOfDiagnoseStateForListJobsOutputWaiting = "Waiting"

	// EnumOfDiagnoseStateForListJobsOutputRunning is a EnumOfDiagnoseStateForListJobsOutput enum value
	EnumOfDiagnoseStateForListJobsOutputRunning = "Running"

	// EnumOfDiagnoseStateForListJobsOutputPassed is a EnumOfDiagnoseStateForListJobsOutput enum value
	EnumOfDiagnoseStateForListJobsOutputPassed = "Passed"

	// EnumOfDiagnoseStateForListJobsOutputFailed is a EnumOfDiagnoseStateForListJobsOutput enum value
	EnumOfDiagnoseStateForListJobsOutputFailed = "Failed"

	// EnumOfDiagnoseStateForListJobsOutputAbnormal is a EnumOfDiagnoseStateForListJobsOutput enum value
	EnumOfDiagnoseStateForListJobsOutputAbnormal = "Abnormal"
)
View Source
const (
	// EnumOfGPUCPUNodePreferenceForListJobsOutputGpurequired is a EnumOfGPUCPUNodePreferenceForListJobsOutput enum value
	EnumOfGPUCPUNodePreferenceForListJobsOutputGpurequired = "GPURequired"

	// EnumOfGPUCPUNodePreferenceForListJobsOutputGpupreferred is a EnumOfGPUCPUNodePreferenceForListJobsOutput enum value
	EnumOfGPUCPUNodePreferenceForListJobsOutputGpupreferred = "GPUPreferred"

	// EnumOfGPUCPUNodePreferenceForListJobsOutputCpurequired is a EnumOfGPUCPUNodePreferenceForListJobsOutput enum value
	EnumOfGPUCPUNodePreferenceForListJobsOutputCpurequired = "CPURequired"

	// EnumOfGPUCPUNodePreferenceForListJobsOutputCpupreferred is a EnumOfGPUCPUNodePreferenceForListJobsOutput enum value
	EnumOfGPUCPUNodePreferenceForListJobsOutputCpupreferred = "CPUPreferred"
)
View Source
const (
	// EnumOfRetryTriggerForListJobsOutputJobFailed is a EnumOfRetryTriggerForListJobsOutput enum value
	EnumOfRetryTriggerForListJobsOutputJobFailed = "JobFailed"

	// EnumOfRetryTriggerForListJobsOutputMachineFailure is a EnumOfRetryTriggerForListJobsOutput enum value
	EnumOfRetryTriggerForListJobsOutputMachineFailure = "MachineFailure"

	// EnumOfRetryTriggerForListJobsOutputInstanceReclaimed is a EnumOfRetryTriggerForListJobsOutput enum value
	EnumOfRetryTriggerForListJobsOutputInstanceReclaimed = "InstanceReclaimed"

	// EnumOfRetryTriggerForListJobsOutputAutoGpucompacted is a EnumOfRetryTriggerForListJobsOutput enum value
	EnumOfRetryTriggerForListJobsOutputAutoGpucompacted = "AutoGPUCompacted"

	// EnumOfRetryTriggerForListJobsOutputEnvironmentalDiagnosisFailed is a EnumOfRetryTriggerForListJobsOutput enum value
	EnumOfRetryTriggerForListJobsOutputEnvironmentalDiagnosisFailed = "EnvironmentalDiagnosisFailed"

	// EnumOfRetryTriggerForListJobsOutputPythonDetectionFailed is a EnumOfRetryTriggerForListJobsOutput enum value
	EnumOfRetryTriggerForListJobsOutputPythonDetectionFailed = "PythonDetectionFailed"

	// EnumOfRetryTriggerForListJobsOutputLogDetectionFailed is a EnumOfRetryTriggerForListJobsOutput enum value
	EnumOfRetryTriggerForListJobsOutputLogDetectionFailed = "LogDetectionFailed"
)
View Source
const (
	// EnumOfSecondaryStateForListJobsOutputCompletedHolding is a EnumOfSecondaryStateForListJobsOutput enum value
	EnumOfSecondaryStateForListJobsOutputCompletedHolding = "CompletedHolding"

	// EnumOfSecondaryStateForListJobsOutputFailedHolding is a EnumOfSecondaryStateForListJobsOutput enum value
	EnumOfSecondaryStateForListJobsOutputFailedHolding = "FailedHolding"

	// EnumOfSecondaryStateForListJobsOutputNodeWentDown is a EnumOfSecondaryStateForListJobsOutput enum value
	EnumOfSecondaryStateForListJobsOutputNodeWentDown = "NodeWentDown"

	// EnumOfSecondaryStateForListJobsOutputMachineFault is a EnumOfSecondaryStateForListJobsOutput enum value
	EnumOfSecondaryStateForListJobsOutputMachineFault = "MachineFault"

	// EnumOfSecondaryStateForListJobsOutputMachineSuspected is a EnumOfSecondaryStateForListJobsOutput enum value
	EnumOfSecondaryStateForListJobsOutputMachineSuspected = "MachineSuspected"

	// EnumOfSecondaryStateForListJobsOutputMachineRegular is a EnumOfSecondaryStateForListJobsOutput enum value
	EnumOfSecondaryStateForListJobsOutputMachineRegular = "MachineRegular"

	// EnumOfSecondaryStateForListJobsOutputPodOomkilled is a EnumOfSecondaryStateForListJobsOutput enum value
	EnumOfSecondaryStateForListJobsOutputPodOomkilled = "PodOOMKilled"

	// EnumOfSecondaryStateForListJobsOutputPodReclaimed is a EnumOfSecondaryStateForListJobsOutput enum value
	EnumOfSecondaryStateForListJobsOutputPodReclaimed = "PodReclaimed"

	// EnumOfSecondaryStateForListJobsOutputPodAutoGpucompacted is a EnumOfSecondaryStateForListJobsOutput enum value
	EnumOfSecondaryStateForListJobsOutputPodAutoGpucompacted = "PodAutoGPUCompacted"

	// EnumOfSecondaryStateForListJobsOutputPodEvictByQos is a EnumOfSecondaryStateForListJobsOutput enum value
	EnumOfSecondaryStateForListJobsOutputPodEvictByQos = "PodEvictByQOS"

	// EnumOfSecondaryStateForListJobsOutputPodEvictByGpupreemptCpu is a EnumOfSecondaryStateForListJobsOutput enum value
	EnumOfSecondaryStateForListJobsOutputPodEvictByGpupreemptCpu = "PodEvictByGPUPreemptCPU"

	// EnumOfSecondaryStateForListJobsOutputDiagnosisEnvDiagFailed is a EnumOfSecondaryStateForListJobsOutput enum value
	EnumOfSecondaryStateForListJobsOutputDiagnosisEnvDiagFailed = "DiagnosisEnvDiagFailed"
)
View Source
const (
	// EnumOfSortOrderForListJobsInputAscend is a EnumOfSortOrderForListJobsInput enum value
	EnumOfSortOrderForListJobsInputAscend = "Ascend"

	// EnumOfSortOrderForListJobsInputDescend is a EnumOfSortOrderForListJobsInput enum value
	EnumOfSortOrderForListJobsInputDescend = "Descend"
)
View Source
const (
	// EnumOfStateForListJobsInputCreating is a EnumOfStateForListJobsInput enum value
	EnumOfStateForListJobsInputCreating = "Creating"

	// EnumOfStateForListJobsInputWaiting is a EnumOfStateForListJobsInput enum value
	EnumOfStateForListJobsInputWaiting = "Waiting"

	// EnumOfStateForListJobsInputQueueing is a EnumOfStateForListJobsInput enum value
	EnumOfStateForListJobsInputQueueing = "Queueing"

	// EnumOfStateForListJobsInputDeploying is a EnumOfStateForListJobsInput enum value
	EnumOfStateForListJobsInputDeploying = "Deploying"

	// EnumOfStateForListJobsInputRunning is a EnumOfStateForListJobsInput enum value
	EnumOfStateForListJobsInputRunning = "Running"

	// EnumOfStateForListJobsInputCompleted is a EnumOfStateForListJobsInput enum value
	EnumOfStateForListJobsInputCompleted = "Completed"

	// EnumOfStateForListJobsInputFailed is a EnumOfStateForListJobsInput enum value
	EnumOfStateForListJobsInputFailed = "Failed"

	// EnumOfStateForListJobsInputStopping is a EnumOfStateForListJobsInput enum value
	EnumOfStateForListJobsInputStopping = "Stopping"

	// EnumOfStateForListJobsInputStopped is a EnumOfStateForListJobsInput enum value
	EnumOfStateForListJobsInputStopped = "Stopped"
)
View Source
const (
	// EnumOfStateForListJobsOutputCreating is a EnumOfStateForListJobsOutput enum value
	EnumOfStateForListJobsOutputCreating = "Creating"

	// EnumOfStateForListJobsOutputWaiting is a EnumOfStateForListJobsOutput enum value
	EnumOfStateForListJobsOutputWaiting = "Waiting"

	// EnumOfStateForListJobsOutputQueueing is a EnumOfStateForListJobsOutput enum value
	EnumOfStateForListJobsOutputQueueing = "Queueing"

	// EnumOfStateForListJobsOutputDeploying is a EnumOfStateForListJobsOutput enum value
	EnumOfStateForListJobsOutputDeploying = "Deploying"

	// EnumOfStateForListJobsOutputRunning is a EnumOfStateForListJobsOutput enum value
	EnumOfStateForListJobsOutputRunning = "Running"

	// EnumOfStateForListJobsOutputCompleted is a EnumOfStateForListJobsOutput enum value
	EnumOfStateForListJobsOutputCompleted = "Completed"

	// EnumOfStateForListJobsOutputFailed is a EnumOfStateForListJobsOutput enum value
	EnumOfStateForListJobsOutputFailed = "Failed"

	// EnumOfStateForListJobsOutputStopping is a EnumOfStateForListJobsOutput enum value
	EnumOfStateForListJobsOutputStopping = "Stopping"

	// EnumOfStateForListJobsOutputStopped is a EnumOfStateForListJobsOutput enum value
	EnumOfStateForListJobsOutputStopped = "Stopped"
)
View Source
const (
	// EnumOfSortOrderForListPublicImageReposInputAscend is a EnumOfSortOrderForListPublicImageReposInput enum value
	EnumOfSortOrderForListPublicImageReposInputAscend = "Ascend"

	// EnumOfSortOrderForListPublicImageReposInputDescend is a EnumOfSortOrderForListPublicImageReposInput enum value
	EnumOfSortOrderForListPublicImageReposInputDescend = "Descend"
)
View Source
const (
	// EnumOfSortOrderForListPublicImageTagsInputAscend is a EnumOfSortOrderForListPublicImageTagsInput enum value
	EnumOfSortOrderForListPublicImageTagsInputAscend = "Ascend"

	// EnumOfSortOrderForListPublicImageTagsInputDescend is a EnumOfSortOrderForListPublicImageTagsInput enum value
	EnumOfSortOrderForListPublicImageTagsInputDescend = "Descend"
)
View Source
const (
	// EnumOfKindForListResourceClaimOptionsOutputGpu is a EnumOfKindForListResourceClaimOptionsOutput enum value
	EnumOfKindForListResourceClaimOptionsOutputGpu = "GPU"

	// EnumOfKindForListResourceClaimOptionsOutputMemory is a EnumOfKindForListResourceClaimOptionsOutput enum value
	EnumOfKindForListResourceClaimOptionsOutputMemory = "Memory"

	// EnumOfKindForListResourceClaimOptionsOutputCompute is a EnumOfKindForListResourceClaimOptionsOutput enum value
	EnumOfKindForListResourceClaimOptionsOutputCompute = "Compute"

	// EnumOfKindForListResourceClaimOptionsOutputGeneral is a EnumOfKindForListResourceClaimOptionsOutput enum value
	EnumOfKindForListResourceClaimOptionsOutputGeneral = "General"

	// EnumOfKindForListResourceClaimOptionsOutputRdma is a EnumOfKindForListResourceClaimOptionsOutput enum value
	EnumOfKindForListResourceClaimOptionsOutputRdma = "Rdma"

	// EnumOfKindForListResourceClaimOptionsOutputHighFrequency is a EnumOfKindForListResourceClaimOptionsOutput enum value
	EnumOfKindForListResourceClaimOptionsOutputHighFrequency = "HighFrequency"
)
View Source
const (
	// EnumOfStockStatusForListResourceClaimOptionsOutputInStock is a EnumOfStockStatusForListResourceClaimOptionsOutput enum value
	EnumOfStockStatusForListResourceClaimOptionsOutputInStock = "InStock"

	// EnumOfStockStatusForListResourceClaimOptionsOutputLowStock is a EnumOfStockStatusForListResourceClaimOptionsOutput enum value
	EnumOfStockStatusForListResourceClaimOptionsOutputLowStock = "LowStock"

	// EnumOfStockStatusForListResourceClaimOptionsOutputOutOfStock is a EnumOfStockStatusForListResourceClaimOptionsOutput enum value
	EnumOfStockStatusForListResourceClaimOptionsOutputOutOfStock = "OutOfStock"
)
View Source
const (
	// EnumOfSupportStatusForListResourceClaimOptionsInputValid is a EnumOfSupportStatusForListResourceClaimOptionsInput enum value
	EnumOfSupportStatusForListResourceClaimOptionsInputValid = "Valid"

	// EnumOfSupportStatusForListResourceClaimOptionsInputDeprecated is a EnumOfSupportStatusForListResourceClaimOptionsInput enum value
	EnumOfSupportStatusForListResourceClaimOptionsInputDeprecated = "Deprecated"
)
View Source
const (
	// EnumOfSupportStatusForListResourceClaimOptionsOutputValid is a EnumOfSupportStatusForListResourceClaimOptionsOutput enum value
	EnumOfSupportStatusForListResourceClaimOptionsOutputValid = "Valid"

	// EnumOfSupportStatusForListResourceClaimOptionsOutputDeprecated is a EnumOfSupportStatusForListResourceClaimOptionsOutput enum value
	EnumOfSupportStatusForListResourceClaimOptionsOutputDeprecated = "Deprecated"
)
View Source
const (
	// EnumOfSortOrderForListResourceGroupsInputAscend is a EnumOfSortOrderForListResourceGroupsInput enum value
	EnumOfSortOrderForListResourceGroupsInputAscend = "Ascend"

	// EnumOfSortOrderForListResourceGroupsInputDescend is a EnumOfSortOrderForListResourceGroupsInput enum value
	EnumOfSortOrderForListResourceGroupsInputDescend = "Descend"
)
View Source
const (
	// EnumOfChargeTypeForListResourceQueuesInputPrePaid is a EnumOfChargeTypeForListResourceQueuesInput enum value
	EnumOfChargeTypeForListResourceQueuesInputPrePaid = "PrePaid"

	// EnumOfChargeTypeForListResourceQueuesInputPostPaid is a EnumOfChargeTypeForListResourceQueuesInput enum value
	EnumOfChargeTypeForListResourceQueuesInputPostPaid = "PostPaid"

	// EnumOfChargeTypeForListResourceQueuesInputOnDemand is a EnumOfChargeTypeForListResourceQueuesInput enum value
	EnumOfChargeTypeForListResourceQueuesInputOnDemand = "OnDemand"
)
View Source
const (
	// EnumOfChargeTypeForListResourceQueuesOutputPrePaid is a EnumOfChargeTypeForListResourceQueuesOutput enum value
	EnumOfChargeTypeForListResourceQueuesOutputPrePaid = "PrePaid"

	// EnumOfChargeTypeForListResourceQueuesOutputPostPaid is a EnumOfChargeTypeForListResourceQueuesOutput enum value
	EnumOfChargeTypeForListResourceQueuesOutputPostPaid = "PostPaid"
)
View Source
const (
	// EnumOfIdleShutdownRuleTypeListForListResourceQueuesOutputCpu is a EnumOfIdleShutdownRuleTypeListForListResourceQueuesOutput enum value
	EnumOfIdleShutdownRuleTypeListForListResourceQueuesOutputCpu = "Cpu"

	// EnumOfIdleShutdownRuleTypeListForListResourceQueuesOutputGpu is a EnumOfIdleShutdownRuleTypeListForListResourceQueuesOutput enum value
	EnumOfIdleShutdownRuleTypeListForListResourceQueuesOutputGpu = " Gpu"
)
View Source
const (
	// EnumOfSortOrderForListResourceQueuesInputAscend is a EnumOfSortOrderForListResourceQueuesInput enum value
	EnumOfSortOrderForListResourceQueuesInputAscend = "Ascend"

	// EnumOfSortOrderForListResourceQueuesInputDescend is a EnumOfSortOrderForListResourceQueuesInput enum value
	EnumOfSortOrderForListResourceQueuesInputDescend = "Descend"
)
View Source
const (
	// EnumOfStatusListForListResourceQueuesInputPaused is a EnumOfStatusListForListResourceQueuesInput enum value
	EnumOfStatusListForListResourceQueuesInputPaused = "Paused"

	// EnumOfStatusListForListResourceQueuesInputRunning is a EnumOfStatusListForListResourceQueuesInput enum value
	EnumOfStatusListForListResourceQueuesInputRunning = "Running"

	// EnumOfStatusListForListResourceQueuesInputClosed is a EnumOfStatusListForListResourceQueuesInput enum value
	EnumOfStatusListForListResourceQueuesInputClosed = "Closed"

	// EnumOfStatusListForListResourceQueuesInputClosing is a EnumOfStatusListForListResourceQueuesInput enum value
	EnumOfStatusListForListResourceQueuesInputClosing = "Closing"
)
View Source
const (
	// EnumOfWorkloadTypeForListResourceQueuesOutputJob is a EnumOfWorkloadTypeForListResourceQueuesOutput enum value
	EnumOfWorkloadTypeForListResourceQueuesOutputJob = "Job"

	// EnumOfWorkloadTypeForListResourceQueuesOutputDevInstance is a EnumOfWorkloadTypeForListResourceQueuesOutput enum value
	EnumOfWorkloadTypeForListResourceQueuesOutputDevInstance = "DevInstance"

	// EnumOfWorkloadTypeForListResourceQueuesOutputService is a EnumOfWorkloadTypeForListResourceQueuesOutput enum value
	EnumOfWorkloadTypeForListResourceQueuesOutputService = "Service"
)
View Source
const (
	// EnumOfSortOrderForListResourceReservationPlansInputAscend is a EnumOfSortOrderForListResourceReservationPlansInput enum value
	EnumOfSortOrderForListResourceReservationPlansInputAscend = "Ascend"

	// EnumOfSortOrderForListResourceReservationPlansInputDescend is a EnumOfSortOrderForListResourceReservationPlansInput enum value
	EnumOfSortOrderForListResourceReservationPlansInputDescend = "Descend"
)
View Source
const (
	// EnumOfSortOrderForListResourceReservationRecordsInputAscend is a EnumOfSortOrderForListResourceReservationRecordsInput enum value
	EnumOfSortOrderForListResourceReservationRecordsInputAscend = "Ascend"

	// EnumOfSortOrderForListResourceReservationRecordsInputDescend is a EnumOfSortOrderForListResourceReservationRecordsInput enum value
	EnumOfSortOrderForListResourceReservationRecordsInputDescend = "Descend"
)
View Source
const (
	// EnumOfSortOrderForListServicesInputAscend is a EnumOfSortOrderForListServicesInput enum value
	EnumOfSortOrderForListServicesInputAscend = "Ascend"

	// EnumOfSortOrderForListServicesInputDescend is a EnumOfSortOrderForListServicesInput enum value
	EnumOfSortOrderForListServicesInputDescend = "Descend"
)
View Source
const (
	// EnumOfStateForListServicesInputNone is a EnumOfStateForListServicesInput enum value
	EnumOfStateForListServicesInputNone = "None"

	// EnumOfStateForListServicesInputCreating is a EnumOfStateForListServicesInput enum value
	EnumOfStateForListServicesInputCreating = "Creating"

	// EnumOfStateForListServicesInputInservice is a EnumOfStateForListServicesInput enum value
	EnumOfStateForListServicesInputInservice = "Inservice"

	// EnumOfStateForListServicesInputStopping is a EnumOfStateForListServicesInput enum value
	EnumOfStateForListServicesInputStopping = "Stopping"

	// EnumOfStateForListServicesInputStopped is a EnumOfStateForListServicesInput enum value
	EnumOfStateForListServicesInputStopped = "Stopped"

	// EnumOfStateForListServicesInputDeleting is a EnumOfStateForListServicesInput enum value
	EnumOfStateForListServicesInputDeleting = "Deleting"

	// EnumOfStateForListServicesInputAbnormal is a EnumOfStateForListServicesInput enum value
	EnumOfStateForListServicesInputAbnormal = "Abnormal"

	// EnumOfStateForListServicesInputStaging is a EnumOfStateForListServicesInput enum value
	EnumOfStateForListServicesInputStaging = "Staging"

	// EnumOfStateForListServicesInputDeleted is a EnumOfStateForListServicesInput enum value
	EnumOfStateForListServicesInputDeleted = "Deleted"
)
View Source
const (
	// EnumOfDiagnoseNameListForStopJobInputEnvironmentalDiagnosis is a EnumOfDiagnoseNameListForStopJobInput enum value
	EnumOfDiagnoseNameListForStopJobInputEnvironmentalDiagnosis = "EnvironmentalDiagnosis"

	// EnumOfDiagnoseNameListForStopJobInputPythonDetection is a EnumOfDiagnoseNameListForStopJobInput enum value
	EnumOfDiagnoseNameListForStopJobInputPythonDetection = "PythonDetection"

	// EnumOfDiagnoseNameListForStopJobInputLogDetection is a EnumOfDiagnoseNameListForStopJobInput enum value
	EnumOfDiagnoseNameListForStopJobInputLogDetection = "LogDetection"
)
View Source
const (
	// EnumOfGPUCPUNodePreferenceForUpdateDeploymentInputGpurequired is a EnumOfGPUCPUNodePreferenceForUpdateDeploymentInput enum value
	EnumOfGPUCPUNodePreferenceForUpdateDeploymentInputGpurequired = "GPURequired"

	// EnumOfGPUCPUNodePreferenceForUpdateDeploymentInputGpupreferred is a EnumOfGPUCPUNodePreferenceForUpdateDeploymentInput enum value
	EnumOfGPUCPUNodePreferenceForUpdateDeploymentInputGpupreferred = "GPUPreferred"

	// EnumOfGPUCPUNodePreferenceForUpdateDeploymentInputCpurequired is a EnumOfGPUCPUNodePreferenceForUpdateDeploymentInput enum value
	EnumOfGPUCPUNodePreferenceForUpdateDeploymentInputCpurequired = "CPURequired"

	// EnumOfGPUCPUNodePreferenceForUpdateDeploymentInputCpupreferred is a EnumOfGPUCPUNodePreferenceForUpdateDeploymentInput enum value
	EnumOfGPUCPUNodePreferenceForUpdateDeploymentInputCpupreferred = "CPUPreferred"
)
View Source
const (
	// EnumOfSchemeForUpdateDeploymentInputHttp is a EnumOfSchemeForUpdateDeploymentInput enum value
	EnumOfSchemeForUpdateDeploymentInputHttp = "HTTP"

	// EnumOfSchemeForUpdateDeploymentInputHttps is a EnumOfSchemeForUpdateDeploymentInput enum value
	EnumOfSchemeForUpdateDeploymentInputHttps = "HTTPS"
)
View Source
const (
	// EnumOfTypeForUpdateDeploymentInputHttp11 is a EnumOfTypeForUpdateDeploymentInput enum value
	EnumOfTypeForUpdateDeploymentInputHttp11 = "HTTP/1.1"

	// EnumOfTypeForUpdateDeploymentInputHttp2 is a EnumOfTypeForUpdateDeploymentInput enum value
	EnumOfTypeForUpdateDeploymentInputHttp2 = "HTTP2"

	// EnumOfTypeForUpdateDeploymentInputGrpc is a EnumOfTypeForUpdateDeploymentInput enum value
	EnumOfTypeForUpdateDeploymentInputGrpc = "GRPC"

	// EnumOfTypeForUpdateDeploymentInputMetrics is a EnumOfTypeForUpdateDeploymentInput enum value
	EnumOfTypeForUpdateDeploymentInputMetrics = "Metrics"

	// EnumOfTypeForUpdateDeploymentInputOther is a EnumOfTypeForUpdateDeploymentInput enum value
	EnumOfTypeForUpdateDeploymentInputOther = "Other"
)
View Source
const (
	// EnumOfGPUCPUNodePreferenceForUpdateDevInstanceInputGpurequired is a EnumOfGPUCPUNodePreferenceForUpdateDevInstanceInput enum value
	EnumOfGPUCPUNodePreferenceForUpdateDevInstanceInputGpurequired = "GPURequired"

	// EnumOfGPUCPUNodePreferenceForUpdateDevInstanceInputGpupreferred is a EnumOfGPUCPUNodePreferenceForUpdateDevInstanceInput enum value
	EnumOfGPUCPUNodePreferenceForUpdateDevInstanceInputGpupreferred = "GPUPreferred"

	// EnumOfGPUCPUNodePreferenceForUpdateDevInstanceInputCpurequired is a EnumOfGPUCPUNodePreferenceForUpdateDevInstanceInput enum value
	EnumOfGPUCPUNodePreferenceForUpdateDevInstanceInputCpurequired = "CPURequired"

	// EnumOfGPUCPUNodePreferenceForUpdateDevInstanceInputCpupreferred is a EnumOfGPUCPUNodePreferenceForUpdateDevInstanceInput enum value
	EnumOfGPUCPUNodePreferenceForUpdateDevInstanceInputCpupreferred = "CPUPreferred"
)
View Source
const (
	// EnumOfTypeForUpdateDevInstanceInputSystem is a EnumOfTypeForUpdateDevInstanceInput enum value
	EnumOfTypeForUpdateDevInstanceInputSystem = "system"

	// EnumOfTypeForUpdateDevInstanceInputCustom is a EnumOfTypeForUpdateDevInstanceInput enum value
	EnumOfTypeForUpdateDevInstanceInputCustom = "custom"
)
View Source
const (
	// EnumOfNameForUpdateJobInputEnvironmentalDiagnosis is a EnumOfNameForUpdateJobInput enum value
	EnumOfNameForUpdateJobInputEnvironmentalDiagnosis = "EnvironmentalDiagnosis"

	// EnumOfNameForUpdateJobInputPythonDetection is a EnumOfNameForUpdateJobInput enum value
	EnumOfNameForUpdateJobInputPythonDetection = "PythonDetection"

	// EnumOfNameForUpdateJobInputLogDetection is a EnumOfNameForUpdateJobInput enum value
	EnumOfNameForUpdateJobInputLogDetection = "LogDetection"
)
View Source
const (
	// EnumOfTriggerListForUpdateJobInputBeforeStart is a EnumOfTriggerListForUpdateJobInput enum value
	EnumOfTriggerListForUpdateJobInputBeforeStart = "BeforeStart"

	// EnumOfTriggerListForUpdateJobInputJobRunning is a EnumOfTriggerListForUpdateJobInput enum value
	EnumOfTriggerListForUpdateJobInputJobRunning = "JobRunning"

	// EnumOfTriggerListForUpdateJobInputJobFailed is a EnumOfTriggerListForUpdateJobInput enum value
	EnumOfTriggerListForUpdateJobInputJobFailed = "JobFailed"

	// EnumOfTriggerListForUpdateJobInputStopByUser is a EnumOfTriggerListForUpdateJobInput enum value
	EnumOfTriggerListForUpdateJobInputStopByUser = "StopByUser"
)
View Source
const (
	// EnumOfIdleShutdownRuleTypeListForUpdateResourceQueueInputCpu is a EnumOfIdleShutdownRuleTypeListForUpdateResourceQueueInput enum value
	EnumOfIdleShutdownRuleTypeListForUpdateResourceQueueInputCpu = "Cpu"

	// EnumOfIdleShutdownRuleTypeListForUpdateResourceQueueInputGpu is a EnumOfIdleShutdownRuleTypeListForUpdateResourceQueueInput enum value
	EnumOfIdleShutdownRuleTypeListForUpdateResourceQueueInputGpu = " Gpu"
)
View Source
const (
	// EnumOfWorkloadTypeForUpdateResourceQueueInputJob is a EnumOfWorkloadTypeForUpdateResourceQueueInput enum value
	EnumOfWorkloadTypeForUpdateResourceQueueInputJob = "Job"

	// EnumOfWorkloadTypeForUpdateResourceQueueInputDevInstance is a EnumOfWorkloadTypeForUpdateResourceQueueInput enum value
	EnumOfWorkloadTypeForUpdateResourceQueueInputDevInstance = "DevInstance"

	// EnumOfWorkloadTypeForUpdateResourceQueueInputService is a EnumOfWorkloadTypeForUpdateResourceQueueInput enum value
	EnumOfWorkloadTypeForUpdateResourceQueueInputService = "Service"
)
View Source
const (
	// EnumOfLoadBalancePolicyForUpdateServiceInputRoundRobin is a EnumOfLoadBalancePolicyForUpdateServiceInput enum value
	EnumOfLoadBalancePolicyForUpdateServiceInputRoundRobin = "ROUND_ROBIN"

	// EnumOfLoadBalancePolicyForUpdateServiceInputLeastConn is a EnumOfLoadBalancePolicyForUpdateServiceInput enum value
	EnumOfLoadBalancePolicyForUpdateServiceInputLeastConn = "LEAST_CONN"

	// EnumOfLoadBalancePolicyForUpdateServiceInputRandom is a EnumOfLoadBalancePolicyForUpdateServiceInput enum value
	EnumOfLoadBalancePolicyForUpdateServiceInputRandom = "RANDOM"

	// EnumOfLoadBalancePolicyForUpdateServiceInputConsistentHash is a EnumOfLoadBalancePolicyForUpdateServiceInput enum value
	EnumOfLoadBalancePolicyForUpdateServiceInputConsistentHash = "CONSISTENT_HASH"
)
View Source
const (
	// EnumOfModeForUpdateServiceInputDefault is a EnumOfModeForUpdateServiceInput enum value
	EnumOfModeForUpdateServiceInputDefault = "Default"

	// EnumOfModeForUpdateServiceInputWeight is a EnumOfModeForUpdateServiceInput enum value
	EnumOfModeForUpdateServiceInputWeight = "Weight"
)
View Source
const (
	// EnumOfSchedulerForUpdateServiceInputWrr is a EnumOfSchedulerForUpdateServiceInput enum value
	EnumOfSchedulerForUpdateServiceInputWrr = "wrr"

	// EnumOfSchedulerForUpdateServiceInputWlc is a EnumOfSchedulerForUpdateServiceInput enum value
	EnumOfSchedulerForUpdateServiceInputWlc = "wlc"

	// EnumOfSchedulerForUpdateServiceInputSh is a EnumOfSchedulerForUpdateServiceInput enum value
	EnumOfSchedulerForUpdateServiceInputSh = "sh"
)
View Source
const (
	// EnumOfTypeForUpdateServiceInputHttp11 is a EnumOfTypeForUpdateServiceInput enum value
	EnumOfTypeForUpdateServiceInputHttp11 = "HTTP/1.1"

	// EnumOfTypeForUpdateServiceInputHttp2 is a EnumOfTypeForUpdateServiceInput enum value
	EnumOfTypeForUpdateServiceInputHttp2 = "HTTP2"

	// EnumOfTypeForUpdateServiceInputGrpc is a EnumOfTypeForUpdateServiceInput enum value
	EnumOfTypeForUpdateServiceInputGrpc = "GRPC"

	// EnumOfTypeForUpdateServiceInputMetrics is a EnumOfTypeForUpdateServiceInput enum value
	EnumOfTypeForUpdateServiceInputMetrics = "Metrics"

	// EnumOfTypeForUpdateServiceInputOther is a EnumOfTypeForUpdateServiceInput enum value
	EnumOfTypeForUpdateServiceInputOther = "Other"
)
View Source
const (
	ServiceName = "ml_platform" // Name of service.
	EndpointsID = ServiceName   // ID to lookup a service endpoint with.
	ServiceID   = "ml_platform" // ServiceID is a unique identifer of a specific service.
)

Service information constants

View Source
const (
	// EnumOfHashKeyTypeForCreateDeploymentInputHttpHeaderName is a EnumOfHashKeyTypeForCreateDeploymentInput enum value
	EnumOfHashKeyTypeForCreateDeploymentInputHttpHeaderName = "HttpHeaderName"
)
View Source
const (
	// EnumOfHashKeyTypeForCreateServiceInputHttpHeaderName is a EnumOfHashKeyTypeForCreateServiceInput enum value
	EnumOfHashKeyTypeForCreateServiceInputHttpHeaderName = "HttpHeaderName"
)
View Source
const (
	// EnumOfHashKeyTypeForGetServiceOutputHttpHeaderName is a EnumOfHashKeyTypeForGetServiceOutput enum value
	EnumOfHashKeyTypeForGetServiceOutputHttpHeaderName = "HttpHeaderName"
)
View Source
const (
	// EnumOfHashKeyTypeForUpdateServiceInputHttpHeaderName is a EnumOfHashKeyTypeForUpdateServiceInput enum value
	EnumOfHashKeyTypeForUpdateServiceInputHttpHeaderName = "HttpHeaderName"
)
View Source
const (
	// EnumOfReservationPlanSupportStatusForGetInstanceTypeOutputValid is a EnumOfReservationPlanSupportStatusForGetInstanceTypeOutput enum value
	EnumOfReservationPlanSupportStatusForGetInstanceTypeOutputValid = "Valid"
)
View Source
const (
	// EnumOfReservationPlanSupportStatusForListInstanceTypesInputValid is a EnumOfReservationPlanSupportStatusForListInstanceTypesInput enum value
	EnumOfReservationPlanSupportStatusForListInstanceTypesInputValid = "Valid"
)
View Source
const (
	// EnumOfReservationPlanSupportStatusForListInstanceTypesOutputValid is a EnumOfReservationPlanSupportStatusForListInstanceTypesOutput enum value
	EnumOfReservationPlanSupportStatusForListInstanceTypesOutputValid = "Valid"
)
View Source
const (
	// EnumOfSortByForListDeploymentsInputCreateTime is a EnumOfSortByForListDeploymentsInput enum value
	EnumOfSortByForListDeploymentsInputCreateTime = "CreateTime"
)
View Source
const (
	// EnumOfSortByForListDevInstancesInputCreateTime is a EnumOfSortByForListDevInstancesInput enum value
	EnumOfSortByForListDevInstancesInputCreateTime = "CreateTime"
)
View Source
const (
	// EnumOfSortByForListJobInstancesInputCreateTime is a EnumOfSortByForListJobInstancesInput enum value
	EnumOfSortByForListJobInstancesInputCreateTime = "CreateTime"
)
View Source
const (
	// EnumOfSortByForListJobsInputCreateTime is a EnumOfSortByForListJobsInput enum value
	EnumOfSortByForListJobsInputCreateTime = "CreateTime"
)
View Source
const (
	// EnumOfSortByForListPublicImageReposInputCreateTime is a EnumOfSortByForListPublicImageReposInput enum value
	EnumOfSortByForListPublicImageReposInputCreateTime = "CreateTime"
)
View Source
const (
	// EnumOfSortByForListPublicImageTagsInputCreateTime is a EnumOfSortByForListPublicImageTagsInput enum value
	EnumOfSortByForListPublicImageTagsInputCreateTime = "CreateTime"
)
View Source
const (
	// EnumOfSortByForListResourceGroupsInputCreateTime is a EnumOfSortByForListResourceGroupsInput enum value
	EnumOfSortByForListResourceGroupsInputCreateTime = "CreateTime"
)
View Source
const (
	// EnumOfSortByForListResourceQueuesInputCreateTime is a EnumOfSortByForListResourceQueuesInput enum value
	EnumOfSortByForListResourceQueuesInputCreateTime = "CreateTime"
)
View Source
const (
	// EnumOfSortByForListResourceReservationPlansInputCreateTime is a EnumOfSortByForListResourceReservationPlansInput enum value
	EnumOfSortByForListResourceReservationPlansInputCreateTime = "CreateTime"
)
View Source
const (
	// EnumOfSortByForListResourceReservationRecordsInputCreateTime is a EnumOfSortByForListResourceReservationRecordsInput enum value
	EnumOfSortByForListResourceReservationRecordsInputCreateTime = "CreateTime"
)
View Source
const (
	// EnumOfSortByForListServicesInputCreateTime is a EnumOfSortByForListServicesInput enum value
	EnumOfSortByForListServicesInputCreateTime = "CreateTime"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AllocatedComputeResourceForListResourceReservationRecordsOutput added in v1.1.19

type AllocatedComputeResourceForListResourceReservationRecordsOutput struct {
	Count *int64 `type:"int64" json:",omitempty"`

	GpuCount *int64 `type:"int64" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	ZoneIds []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AllocatedComputeResourceForListResourceReservationRecordsOutput) GoString added in v1.1.19

GoString returns the string representation

func (*AllocatedComputeResourceForListResourceReservationRecordsOutput) SetCount added in v1.1.19

SetCount sets the Count field's value.

func (*AllocatedComputeResourceForListResourceReservationRecordsOutput) SetGpuCount added in v1.1.33

SetGpuCount sets the GpuCount field's value.

func (*AllocatedComputeResourceForListResourceReservationRecordsOutput) SetInstanceTypeId added in v1.1.19

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*AllocatedComputeResourceForListResourceReservationRecordsOutput) SetZoneIds added in v1.1.19

SetZoneIds sets the ZoneIds field's value.

func (AllocatedComputeResourceForListResourceReservationRecordsOutput) String added in v1.1.19

String returns the string representation

type ApigConfigForCreateDeploymentInput

type ApigConfigForCreateDeploymentInput struct {
	InstanceID *string `type:"string" json:",omitempty"`

	UpstreamConfig *UpstreamConfigForCreateDeploymentInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ApigConfigForCreateDeploymentInput) GoString

GoString returns the string representation

func (*ApigConfigForCreateDeploymentInput) SetInstanceID

SetInstanceID sets the InstanceID field's value.

func (*ApigConfigForCreateDeploymentInput) SetUpstreamConfig

SetUpstreamConfig sets the UpstreamConfig field's value.

func (ApigConfigForCreateDeploymentInput) String

String returns the string representation

type ApigConfigForCreateServiceInput

type ApigConfigForCreateServiceInput struct {
	InstanceID *string `type:"string" json:",omitempty"`

	UpstreamConfig *UpstreamConfigForCreateServiceInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ApigConfigForCreateServiceInput) GoString

GoString returns the string representation

func (*ApigConfigForCreateServiceInput) SetInstanceID

SetInstanceID sets the InstanceID field's value.

func (*ApigConfigForCreateServiceInput) SetUpstreamConfig

SetUpstreamConfig sets the UpstreamConfig field's value.

func (ApigConfigForCreateServiceInput) String

String returns the string representation

type ApigConfigForGetServiceOutput

type ApigConfigForGetServiceOutput struct {
	InstanceID *string `type:"string" json:",omitempty"`

	UpstreamConfig *UpstreamConfigForGetServiceOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ApigConfigForGetServiceOutput) GoString

GoString returns the string representation

func (*ApigConfigForGetServiceOutput) SetInstanceID

SetInstanceID sets the InstanceID field's value.

func (*ApigConfigForGetServiceOutput) SetUpstreamConfig

SetUpstreamConfig sets the UpstreamConfig field's value.

func (ApigConfigForGetServiceOutput) String

String returns the string representation

type ApigConfigForUpdateServiceInput

type ApigConfigForUpdateServiceInput struct {
	InstanceID *string `type:"string" json:",omitempty"`

	UpstreamConfig *UpstreamConfigForUpdateServiceInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ApigConfigForUpdateServiceInput) GoString

GoString returns the string representation

func (*ApigConfigForUpdateServiceInput) SetInstanceID

SetInstanceID sets the InstanceID field's value.

func (*ApigConfigForUpdateServiceInput) SetUpstreamConfig

SetUpstreamConfig sets the UpstreamConfig field's value.

func (ApigConfigForUpdateServiceInput) String

String returns the string representation

type AutoCompactGPUResourceRuleForCreateResourceQueueInput

type AutoCompactGPUResourceRuleForCreateResourceQueueInput struct {
	AffectedWorkloadTypes []*string `type:"list" json:",omitempty"`

	CronSpecs []*CronSpecForCreateResourceQueueInput `type:"list" json:",omitempty"`

	Enabled *bool `type:"boolean" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	OnUnschedulable *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AutoCompactGPUResourceRuleForCreateResourceQueueInput) GoString

GoString returns the string representation

func (*AutoCompactGPUResourceRuleForCreateResourceQueueInput) SetAffectedWorkloadTypes

SetAffectedWorkloadTypes sets the AffectedWorkloadTypes field's value.

func (*AutoCompactGPUResourceRuleForCreateResourceQueueInput) SetCronSpecs

SetCronSpecs sets the CronSpecs field's value.

func (*AutoCompactGPUResourceRuleForCreateResourceQueueInput) SetEnabled

SetEnabled sets the Enabled field's value.

func (*AutoCompactGPUResourceRuleForCreateResourceQueueInput) SetId

SetId sets the Id field's value.

func (*AutoCompactGPUResourceRuleForCreateResourceQueueInput) SetOnUnschedulable

SetOnUnschedulable sets the OnUnschedulable field's value.

func (AutoCompactGPUResourceRuleForCreateResourceQueueInput) String

String returns the string representation

type AutoCompactGPUResourceRuleForGetResourceQueueOutput

type AutoCompactGPUResourceRuleForGetResourceQueueOutput struct {
	AffectedWorkloadTypes []*string `type:"list" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	CreatorTrn *string `type:"string" json:",omitempty"`

	CronSpecs []*CronSpecForGetResourceQueueOutput `type:"list" json:",omitempty"`

	Enabled *bool `type:"boolean" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	OnUnschedulable *bool `type:"boolean" json:",omitempty"`

	TriggeredTimes *int32 `type:"int32" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	UpdatorTrn *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AutoCompactGPUResourceRuleForGetResourceQueueOutput) GoString

GoString returns the string representation

func (*AutoCompactGPUResourceRuleForGetResourceQueueOutput) SetAffectedWorkloadTypes

SetAffectedWorkloadTypes sets the AffectedWorkloadTypes field's value.

func (*AutoCompactGPUResourceRuleForGetResourceQueueOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*AutoCompactGPUResourceRuleForGetResourceQueueOutput) SetCreatorTrn

SetCreatorTrn sets the CreatorTrn field's value.

func (*AutoCompactGPUResourceRuleForGetResourceQueueOutput) SetCronSpecs

SetCronSpecs sets the CronSpecs field's value.

func (*AutoCompactGPUResourceRuleForGetResourceQueueOutput) SetEnabled

SetEnabled sets the Enabled field's value.

func (*AutoCompactGPUResourceRuleForGetResourceQueueOutput) SetId

SetId sets the Id field's value.

func (*AutoCompactGPUResourceRuleForGetResourceQueueOutput) SetOnUnschedulable

SetOnUnschedulable sets the OnUnschedulable field's value.

func (*AutoCompactGPUResourceRuleForGetResourceQueueOutput) SetTriggeredTimes

SetTriggeredTimes sets the TriggeredTimes field's value.

func (*AutoCompactGPUResourceRuleForGetResourceQueueOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*AutoCompactGPUResourceRuleForGetResourceQueueOutput) SetUpdatorTrn

SetUpdatorTrn sets the UpdatorTrn field's value.

func (AutoCompactGPUResourceRuleForGetResourceQueueOutput) String

String returns the string representation

type AutoCompactGPUResourceRuleForListResourceQueuesOutput

type AutoCompactGPUResourceRuleForListResourceQueuesOutput struct {
	AffectedWorkloadTypes []*string `type:"list" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	CreatorTrn *string `type:"string" json:",omitempty"`

	CronSpecs []*CronSpecForListResourceQueuesOutput `type:"list" json:",omitempty"`

	Enabled *bool `type:"boolean" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	OnUnschedulable *bool `type:"boolean" json:",omitempty"`

	TriggeredTimes *int32 `type:"int32" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	UpdatorTrn *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AutoCompactGPUResourceRuleForListResourceQueuesOutput) GoString

GoString returns the string representation

func (*AutoCompactGPUResourceRuleForListResourceQueuesOutput) SetAffectedWorkloadTypes

SetAffectedWorkloadTypes sets the AffectedWorkloadTypes field's value.

func (*AutoCompactGPUResourceRuleForListResourceQueuesOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*AutoCompactGPUResourceRuleForListResourceQueuesOutput) SetCreatorTrn

SetCreatorTrn sets the CreatorTrn field's value.

func (*AutoCompactGPUResourceRuleForListResourceQueuesOutput) SetCronSpecs

SetCronSpecs sets the CronSpecs field's value.

func (*AutoCompactGPUResourceRuleForListResourceQueuesOutput) SetEnabled

SetEnabled sets the Enabled field's value.

func (*AutoCompactGPUResourceRuleForListResourceQueuesOutput) SetId

SetId sets the Id field's value.

func (*AutoCompactGPUResourceRuleForListResourceQueuesOutput) SetOnUnschedulable

SetOnUnschedulable sets the OnUnschedulable field's value.

func (*AutoCompactGPUResourceRuleForListResourceQueuesOutput) SetTriggeredTimes

SetTriggeredTimes sets the TriggeredTimes field's value.

func (*AutoCompactGPUResourceRuleForListResourceQueuesOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*AutoCompactGPUResourceRuleForListResourceQueuesOutput) SetUpdatorTrn

SetUpdatorTrn sets the UpdatorTrn field's value.

func (AutoCompactGPUResourceRuleForListResourceQueuesOutput) String

String returns the string representation

type AutoCompactGPUResourceRuleForUpdateResourceQueueInput

type AutoCompactGPUResourceRuleForUpdateResourceQueueInput struct {
	AffectedWorkloadTypes []*string `type:"list" json:",omitempty"`

	CronSpecs []*CronSpecForUpdateResourceQueueInput `type:"list" json:",omitempty"`

	Enabled *bool `type:"boolean" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	OnUnschedulable *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AutoCompactGPUResourceRuleForUpdateResourceQueueInput) GoString

GoString returns the string representation

func (*AutoCompactGPUResourceRuleForUpdateResourceQueueInput) SetAffectedWorkloadTypes

SetAffectedWorkloadTypes sets the AffectedWorkloadTypes field's value.

func (*AutoCompactGPUResourceRuleForUpdateResourceQueueInput) SetCronSpecs

SetCronSpecs sets the CronSpecs field's value.

func (*AutoCompactGPUResourceRuleForUpdateResourceQueueInput) SetEnabled

SetEnabled sets the Enabled field's value.

func (*AutoCompactGPUResourceRuleForUpdateResourceQueueInput) SetId

SetId sets the Id field's value.

func (*AutoCompactGPUResourceRuleForUpdateResourceQueueInput) SetOnUnschedulable

SetOnUnschedulable sets the OnUnschedulable field's value.

func (AutoCompactGPUResourceRuleForUpdateResourceQueueInput) String

String returns the string representation

type AvailableResourceForListResourceReservationPlanAvailableResourcesOutput added in v1.1.33

type AvailableResourceForListResourceReservationPlanAvailableResourcesOutput struct {
	Id *string `type:"string" json:",omitempty"`

	Segments []*SegmentForListResourceReservationPlanAvailableResourcesOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AvailableResourceForListResourceReservationPlanAvailableResourcesOutput) GoString added in v1.1.33

GoString returns the string representation

func (*AvailableResourceForListResourceReservationPlanAvailableResourcesOutput) SetId added in v1.1.33

SetId sets the Id field's value.

func (*AvailableResourceForListResourceReservationPlanAvailableResourcesOutput) SetSegments added in v1.1.33

SetSegments sets the Segments field's value.

func (AvailableResourceForListResourceReservationPlanAvailableResourcesOutput) String added in v1.1.33

String returns the string representation

type CLBConfigForCreateDeploymentInput

type CLBConfigForCreateDeploymentInput struct {
	InstanceId *string `type:"string" json:",omitempty"`

	Scheduler *string `type:"string" json:",omitempty" enum:"EnumOfSchedulerForCreateDeploymentInput"`
	// contains filtered or unexported fields
}

func (CLBConfigForCreateDeploymentInput) GoString

GoString returns the string representation

func (*CLBConfigForCreateDeploymentInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*CLBConfigForCreateDeploymentInput) SetScheduler

SetScheduler sets the Scheduler field's value.

func (CLBConfigForCreateDeploymentInput) String

String returns the string representation

type CLBConfigForCreateServiceInput

type CLBConfigForCreateServiceInput struct {
	InstanceId *string `type:"string" json:",omitempty"`

	Scheduler *string `type:"string" json:",omitempty" enum:"EnumOfSchedulerForCreateServiceInput"`
	// contains filtered or unexported fields
}

func (CLBConfigForCreateServiceInput) GoString

GoString returns the string representation

func (*CLBConfigForCreateServiceInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*CLBConfigForCreateServiceInput) SetScheduler

SetScheduler sets the Scheduler field's value.

func (CLBConfigForCreateServiceInput) String

String returns the string representation

type CLBConfigForGetServiceOutput

type CLBConfigForGetServiceOutput struct {
	InstanceId *string `type:"string" json:",omitempty"`

	Scheduler *string `type:"string" json:",omitempty" enum:"EnumOfSchedulerForGetServiceOutput"`
	// contains filtered or unexported fields
}

func (CLBConfigForGetServiceOutput) GoString

func (s CLBConfigForGetServiceOutput) GoString() string

GoString returns the string representation

func (*CLBConfigForGetServiceOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*CLBConfigForGetServiceOutput) SetScheduler

SetScheduler sets the Scheduler field's value.

func (CLBConfigForGetServiceOutput) String

String returns the string representation

type CLBConfigForUpdateServiceInput

type CLBConfigForUpdateServiceInput struct {
	InstanceId *string `type:"string" json:",omitempty"`

	Scheduler *string `type:"string" json:",omitempty" enum:"EnumOfSchedulerForUpdateServiceInput"`
	// contains filtered or unexported fields
}

func (CLBConfigForUpdateServiceInput) GoString

GoString returns the string representation

func (*CLBConfigForUpdateServiceInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*CLBConfigForUpdateServiceInput) SetScheduler

SetScheduler sets the Scheduler field's value.

func (CLBConfigForUpdateServiceInput) String

String returns the string representation

type CancelIdleShutdownInput

type CancelIdleShutdownInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (CancelIdleShutdownInput) GoString

func (s CancelIdleShutdownInput) GoString() string

GoString returns the string representation

func (*CancelIdleShutdownInput) SetId

SetId sets the Id field's value.

func (CancelIdleShutdownInput) String

func (s CancelIdleShutdownInput) String() string

String returns the string representation

func (*CancelIdleShutdownInput) Validate

func (s *CancelIdleShutdownInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelIdleShutdownOutput

type CancelIdleShutdownOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (CancelIdleShutdownOutput) GoString

func (s CancelIdleShutdownOutput) GoString() string

GoString returns the string representation

func (CancelIdleShutdownOutput) String

func (s CancelIdleShutdownOutput) String() string

String returns the string representation

type CancelResourceReservationPlanInput added in v1.1.19

type CancelResourceReservationPlanInput struct {
	DryRun *bool `type:"boolean" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (CancelResourceReservationPlanInput) GoString added in v1.1.19

GoString returns the string representation

func (*CancelResourceReservationPlanInput) SetDryRun added in v1.1.19

SetDryRun sets the DryRun field's value.

func (*CancelResourceReservationPlanInput) SetId added in v1.1.19

SetId sets the Id field's value.

func (CancelResourceReservationPlanInput) String added in v1.1.19

String returns the string representation

func (*CancelResourceReservationPlanInput) Validate added in v1.1.19

Validate inspects the fields of the type to determine if they are valid.

type CancelResourceReservationPlanOutput added in v1.1.19

type CancelResourceReservationPlanOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CancelResourceReservationPlanOutput) GoString added in v1.1.19

GoString returns the string representation

func (*CancelResourceReservationPlanOutput) SetId added in v1.1.19

SetId sets the Id field's value.

func (CancelResourceReservationPlanOutput) String added in v1.1.19

String returns the string representation

type CfsForCreateDeploymentInput

type CfsForCreateDeploymentInput struct {
	FileSystemName *string `type:"string" json:",omitempty"`

	NamespaceId *string `type:"string" json:",omitempty"`

	Options *OptionsForCreateDeploymentInput `type:"structure" json:",omitempty"`

	Tos *TosForCreateDeploymentInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CfsForCreateDeploymentInput) GoString

func (s CfsForCreateDeploymentInput) GoString() string

GoString returns the string representation

func (*CfsForCreateDeploymentInput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*CfsForCreateDeploymentInput) SetNamespaceId

SetNamespaceId sets the NamespaceId field's value.

func (*CfsForCreateDeploymentInput) SetOptions

SetOptions sets the Options field's value.

func (*CfsForCreateDeploymentInput) SetTos

SetTos sets the Tos field's value.

func (CfsForCreateDeploymentInput) String

String returns the string representation

type CfsForCreateDevInstanceInput

type CfsForCreateDevInstanceInput struct {
	FileSystemName *string `type:"string" json:",omitempty"`

	NamespaceId *string `type:"string" json:",omitempty"`

	Options *OptionsForCreateDevInstanceInput `type:"structure" json:",omitempty"`

	Tos *TosForCreateDevInstanceInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CfsForCreateDevInstanceInput) GoString

func (s CfsForCreateDevInstanceInput) GoString() string

GoString returns the string representation

func (*CfsForCreateDevInstanceInput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*CfsForCreateDevInstanceInput) SetNamespaceId

SetNamespaceId sets the NamespaceId field's value.

func (*CfsForCreateDevInstanceInput) SetOptions

SetOptions sets the Options field's value.

func (*CfsForCreateDevInstanceInput) SetTos

SetTos sets the Tos field's value.

func (CfsForCreateDevInstanceInput) String

String returns the string representation

type CfsForCreateJobInput

type CfsForCreateJobInput struct {
	FileSystemName *string `type:"string" json:",omitempty"`

	NamespaceId *string `type:"string" json:",omitempty"`

	Options *OptionsForCreateJobInput `type:"structure" json:",omitempty"`

	Tos *TosForCreateJobInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CfsForCreateJobInput) GoString

func (s CfsForCreateJobInput) GoString() string

GoString returns the string representation

func (*CfsForCreateJobInput) SetFileSystemName

func (s *CfsForCreateJobInput) SetFileSystemName(v string) *CfsForCreateJobInput

SetFileSystemName sets the FileSystemName field's value.

func (*CfsForCreateJobInput) SetNamespaceId

func (s *CfsForCreateJobInput) SetNamespaceId(v string) *CfsForCreateJobInput

SetNamespaceId sets the NamespaceId field's value.

func (*CfsForCreateJobInput) SetOptions

SetOptions sets the Options field's value.

func (*CfsForCreateJobInput) SetTos

SetTos sets the Tos field's value.

func (CfsForCreateJobInput) String

func (s CfsForCreateJobInput) String() string

String returns the string representation

type CfsForGetDeploymentOutput

type CfsForGetDeploymentOutput struct {
	FileSystemName *string `type:"string" json:",omitempty"`

	NamespaceId *string `type:"string" json:",omitempty"`

	Options *OptionsForGetDeploymentOutput `type:"structure" json:",omitempty"`

	Tos *TosForGetDeploymentOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CfsForGetDeploymentOutput) GoString

func (s CfsForGetDeploymentOutput) GoString() string

GoString returns the string representation

func (*CfsForGetDeploymentOutput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*CfsForGetDeploymentOutput) SetNamespaceId

SetNamespaceId sets the NamespaceId field's value.

func (*CfsForGetDeploymentOutput) SetOptions

SetOptions sets the Options field's value.

func (*CfsForGetDeploymentOutput) SetTos

SetTos sets the Tos field's value.

func (CfsForGetDeploymentOutput) String

func (s CfsForGetDeploymentOutput) String() string

String returns the string representation

type CfsForGetDevInstanceOutput

type CfsForGetDevInstanceOutput struct {
	FileSystemName *string `type:"string" json:",omitempty"`

	NamespaceId *string `type:"string" json:",omitempty"`

	Options *OptionsForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	Tos *TosForGetDevInstanceOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CfsForGetDevInstanceOutput) GoString

func (s CfsForGetDevInstanceOutput) GoString() string

GoString returns the string representation

func (*CfsForGetDevInstanceOutput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*CfsForGetDevInstanceOutput) SetNamespaceId

SetNamespaceId sets the NamespaceId field's value.

func (*CfsForGetDevInstanceOutput) SetOptions

SetOptions sets the Options field's value.

func (*CfsForGetDevInstanceOutput) SetTos

SetTos sets the Tos field's value.

func (CfsForGetDevInstanceOutput) String

String returns the string representation

type CfsForGetJobOutput

type CfsForGetJobOutput struct {
	FileSystemName *string `type:"string" json:",omitempty"`

	NamespaceId *string `type:"string" json:",omitempty"`

	Options *OptionsForGetJobOutput `type:"structure" json:",omitempty"`

	Tos *TosForGetJobOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CfsForGetJobOutput) GoString

func (s CfsForGetJobOutput) GoString() string

GoString returns the string representation

func (*CfsForGetJobOutput) SetFileSystemName

func (s *CfsForGetJobOutput) SetFileSystemName(v string) *CfsForGetJobOutput

SetFileSystemName sets the FileSystemName field's value.

func (*CfsForGetJobOutput) SetNamespaceId

func (s *CfsForGetJobOutput) SetNamespaceId(v string) *CfsForGetJobOutput

SetNamespaceId sets the NamespaceId field's value.

func (*CfsForGetJobOutput) SetOptions

SetOptions sets the Options field's value.

func (*CfsForGetJobOutput) SetTos

SetTos sets the Tos field's value.

func (CfsForGetJobOutput) String

func (s CfsForGetJobOutput) String() string

String returns the string representation

type CfsForListDevInstancesOutput

type CfsForListDevInstancesOutput struct {
	FileSystemName *string `type:"string" json:",omitempty"`

	NamespaceId *string `type:"string" json:",omitempty"`

	Options *OptionsForListDevInstancesOutput `type:"structure" json:",omitempty"`

	Tos *TosForListDevInstancesOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CfsForListDevInstancesOutput) GoString

func (s CfsForListDevInstancesOutput) GoString() string

GoString returns the string representation

func (*CfsForListDevInstancesOutput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*CfsForListDevInstancesOutput) SetNamespaceId

SetNamespaceId sets the NamespaceId field's value.

func (*CfsForListDevInstancesOutput) SetOptions

SetOptions sets the Options field's value.

func (*CfsForListDevInstancesOutput) SetTos

SetTos sets the Tos field's value.

func (CfsForListDevInstancesOutput) String

String returns the string representation

type CfsForUpdateDeploymentInput

type CfsForUpdateDeploymentInput struct {
	FileSystemName *string `type:"string" json:",omitempty"`

	NamespaceId *string `type:"string" json:",omitempty"`

	Options *OptionsForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	Tos *TosForUpdateDeploymentInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CfsForUpdateDeploymentInput) GoString

func (s CfsForUpdateDeploymentInput) GoString() string

GoString returns the string representation

func (*CfsForUpdateDeploymentInput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*CfsForUpdateDeploymentInput) SetNamespaceId

SetNamespaceId sets the NamespaceId field's value.

func (*CfsForUpdateDeploymentInput) SetOptions

SetOptions sets the Options field's value.

func (*CfsForUpdateDeploymentInput) SetTos

SetTos sets the Tos field's value.

func (CfsForUpdateDeploymentInput) String

String returns the string representation

type CfsForUpdateDevInstanceInput

type CfsForUpdateDevInstanceInput struct {
	FileSystemName *string `type:"string" json:",omitempty"`

	NamespaceId *string `type:"string" json:",omitempty"`

	Options *OptionsForUpdateDevInstanceInput `type:"structure" json:",omitempty"`

	Tos *TosForUpdateDevInstanceInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CfsForUpdateDevInstanceInput) GoString

func (s CfsForUpdateDevInstanceInput) GoString() string

GoString returns the string representation

func (*CfsForUpdateDevInstanceInput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*CfsForUpdateDevInstanceInput) SetNamespaceId

SetNamespaceId sets the NamespaceId field's value.

func (*CfsForUpdateDevInstanceInput) SetOptions

SetOptions sets the Options field's value.

func (*CfsForUpdateDevInstanceInput) SetTos

SetTos sets the Tos field's value.

func (CfsForUpdateDevInstanceInput) String

String returns the string representation

type CodeForCreateJobInput

type CodeForCreateJobInput struct {
	LocalPath *string `type:"string" json:",omitempty"`

	MountPath *string `type:"string" json:",omitempty"`

	SavedPath *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CodeForCreateJobInput) GoString

func (s CodeForCreateJobInput) GoString() string

GoString returns the string representation

func (*CodeForCreateJobInput) SetLocalPath

SetLocalPath sets the LocalPath field's value.

func (*CodeForCreateJobInput) SetMountPath

SetMountPath sets the MountPath field's value.

func (*CodeForCreateJobInput) SetSavedPath

SetSavedPath sets the SavedPath field's value.

func (CodeForCreateJobInput) String

func (s CodeForCreateJobInput) String() string

String returns the string representation

type CodeForGetJobOutput

type CodeForGetJobOutput struct {
	LocalPath *string `type:"string" json:",omitempty"`

	MountPath *string `type:"string" json:",omitempty"`

	SavedPath *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CodeForGetJobOutput) GoString

func (s CodeForGetJobOutput) GoString() string

GoString returns the string representation

func (*CodeForGetJobOutput) SetLocalPath

func (s *CodeForGetJobOutput) SetLocalPath(v string) *CodeForGetJobOutput

SetLocalPath sets the LocalPath field's value.

func (*CodeForGetJobOutput) SetMountPath

func (s *CodeForGetJobOutput) SetMountPath(v string) *CodeForGetJobOutput

SetMountPath sets the MountPath field's value.

func (*CodeForGetJobOutput) SetSavedPath

func (s *CodeForGetJobOutput) SetSavedPath(v string) *CodeForGetJobOutput

SetSavedPath sets the SavedPath field's value.

func (CodeForGetJobOutput) String

func (s CodeForGetJobOutput) String() string

String returns the string representation

type ComputeResourceForCreateResourceGroupInput

type ComputeResourceForCreateResourceGroupInput struct {
	Count *int32 `type:"int32" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ComputeResourceForCreateResourceGroupInput) GoString

GoString returns the string representation

func (*ComputeResourceForCreateResourceGroupInput) SetCount

SetCount sets the Count field's value.

func (*ComputeResourceForCreateResourceGroupInput) SetInstanceTypeId

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*ComputeResourceForCreateResourceGroupInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ComputeResourceForCreateResourceGroupInput) String

String returns the string representation

type ComputeResourceForCreateResourceQueueInput

type ComputeResourceForCreateResourceQueueInput struct {
	Count *int32 `type:"int32" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ComputeResourceForCreateResourceQueueInput) GoString

GoString returns the string representation

func (*ComputeResourceForCreateResourceQueueInput) SetCount

SetCount sets the Count field's value.

func (*ComputeResourceForCreateResourceQueueInput) SetInstanceTypeId

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*ComputeResourceForCreateResourceQueueInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ComputeResourceForCreateResourceQueueInput) String

String returns the string representation

type ComputeResourceForCreateResourceReservationPlanInput added in v1.1.19

type ComputeResourceForCreateResourceReservationPlanInput struct {
	Count *int64 `type:"int64" json:",omitempty"`

	GpuCount *int64 `type:"int64" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	ZoneIds []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ComputeResourceForCreateResourceReservationPlanInput) GoString added in v1.1.19

GoString returns the string representation

func (*ComputeResourceForCreateResourceReservationPlanInput) SetCount added in v1.1.19

SetCount sets the Count field's value.

func (*ComputeResourceForCreateResourceReservationPlanInput) SetGpuCount added in v1.1.33

SetGpuCount sets the GpuCount field's value.

func (*ComputeResourceForCreateResourceReservationPlanInput) SetInstanceTypeId added in v1.1.19

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*ComputeResourceForCreateResourceReservationPlanInput) SetZoneIds added in v1.1.19

SetZoneIds sets the ZoneIds field's value.

func (ComputeResourceForCreateResourceReservationPlanInput) String added in v1.1.19

String returns the string representation

type ComputeResourceForGetResourceGroupOutput

type ComputeResourceForGetResourceGroupOutput struct {
	Count *int32 `type:"int32" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ComputeResourceForGetResourceGroupOutput) GoString

GoString returns the string representation

func (*ComputeResourceForGetResourceGroupOutput) SetCount

SetCount sets the Count field's value.

func (*ComputeResourceForGetResourceGroupOutput) SetInstanceTypeId

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*ComputeResourceForGetResourceGroupOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ComputeResourceForGetResourceGroupOutput) String

String returns the string representation

type ComputeResourceForGetResourceQueueOutput

type ComputeResourceForGetResourceQueueOutput struct {
	Count *int32 `type:"int32" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ComputeResourceForGetResourceQueueOutput) GoString

GoString returns the string representation

func (*ComputeResourceForGetResourceQueueOutput) SetCount

SetCount sets the Count field's value.

func (*ComputeResourceForGetResourceQueueOutput) SetInstanceTypeId

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*ComputeResourceForGetResourceQueueOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ComputeResourceForGetResourceQueueOutput) String

String returns the string representation

type ComputeResourceForListResourceGroupsOutput

type ComputeResourceForListResourceGroupsOutput struct {
	Count *int32 `type:"int32" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ComputeResourceForListResourceGroupsOutput) GoString

GoString returns the string representation

func (*ComputeResourceForListResourceGroupsOutput) SetCount

SetCount sets the Count field's value.

func (*ComputeResourceForListResourceGroupsOutput) SetInstanceTypeId

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*ComputeResourceForListResourceGroupsOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ComputeResourceForListResourceGroupsOutput) String

String returns the string representation

type ComputeResourceForListResourceQueuesOutput

type ComputeResourceForListResourceQueuesOutput struct {
	Count *int32 `type:"int32" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ComputeResourceForListResourceQueuesOutput) GoString

GoString returns the string representation

func (*ComputeResourceForListResourceQueuesOutput) SetCount

SetCount sets the Count field's value.

func (*ComputeResourceForListResourceQueuesOutput) SetInstanceTypeId

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*ComputeResourceForListResourceQueuesOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ComputeResourceForListResourceQueuesOutput) String

String returns the string representation

type ComputeResourceForListResourceReservationPlanAvailableResourcesInput added in v1.1.33

type ComputeResourceForListResourceReservationPlanAvailableResourcesInput struct {
	Count *int64 `type:"int64" json:",omitempty"`

	GpuCount *int64 `type:"int64" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	ZoneIds []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ComputeResourceForListResourceReservationPlanAvailableResourcesInput) GoString added in v1.1.33

GoString returns the string representation

func (*ComputeResourceForListResourceReservationPlanAvailableResourcesInput) SetCount added in v1.1.33

SetCount sets the Count field's value.

func (*ComputeResourceForListResourceReservationPlanAvailableResourcesInput) SetGpuCount added in v1.1.33

SetGpuCount sets the GpuCount field's value.

func (*ComputeResourceForListResourceReservationPlanAvailableResourcesInput) SetInstanceTypeId added in v1.1.33

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*ComputeResourceForListResourceReservationPlanAvailableResourcesInput) SetZoneIds added in v1.1.33

SetZoneIds sets the ZoneIds field's value.

func (ComputeResourceForListResourceReservationPlanAvailableResourcesInput) String added in v1.1.33

String returns the string representation

type ComputeResourceForUpdateResourceGroupInput

type ComputeResourceForUpdateResourceGroupInput struct {
	Count *int32 `type:"int32" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ComputeResourceForUpdateResourceGroupInput) GoString

GoString returns the string representation

func (*ComputeResourceForUpdateResourceGroupInput) SetCount

SetCount sets the Count field's value.

func (*ComputeResourceForUpdateResourceGroupInput) SetInstanceTypeId

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*ComputeResourceForUpdateResourceGroupInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ComputeResourceForUpdateResourceGroupInput) String

String returns the string representation

type ComputeResourceForUpdateResourceQueueInput

type ComputeResourceForUpdateResourceQueueInput struct {
	Count *int32 `type:"int32" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ComputeResourceForUpdateResourceQueueInput) GoString

GoString returns the string representation

func (*ComputeResourceForUpdateResourceQueueInput) SetCount

SetCount sets the Count field's value.

func (*ComputeResourceForUpdateResourceQueueInput) SetInstanceTypeId

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*ComputeResourceForUpdateResourceQueueInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ComputeResourceForUpdateResourceQueueInput) String

String returns the string representation

type ComputeResourceForUpdateResourceReservationPlanInput added in v1.1.49

type ComputeResourceForUpdateResourceReservationPlanInput struct {
	Count *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ComputeResourceForUpdateResourceReservationPlanInput) GoString added in v1.1.49

GoString returns the string representation

func (*ComputeResourceForUpdateResourceReservationPlanInput) SetCount added in v1.1.49

SetCount sets the Count field's value.

func (ComputeResourceForUpdateResourceReservationPlanInput) String added in v1.1.49

String returns the string representation

type ConfigForCreateDeploymentInput

type ConfigForCreateDeploymentInput struct {
	Cfs *CfsForCreateDeploymentInput `type:"structure" json:",omitempty"`

	Nas *NasForCreateDeploymentInput `type:"structure" json:",omitempty"`

	NasAP *NasAPForCreateDeploymentInput `type:"structure" json:",omitempty"`

	Sfcs *SfcsForCreateDeploymentInput `type:"structure" json:",omitempty"`

	Tos *TosForCreateDeploymentInput `type:"structure" json:",omitempty"`

	TosAP *TosAPForCreateDeploymentInput `type:"structure" json:",omitempty"`

	Vepfs *VepfsForCreateDeploymentInput `type:"structure" json:",omitempty"`

	VepfsAP *VepfsAPForCreateDeploymentInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigForCreateDeploymentInput) GoString

GoString returns the string representation

func (*ConfigForCreateDeploymentInput) SetCfs

SetCfs sets the Cfs field's value.

func (*ConfigForCreateDeploymentInput) SetNas

SetNas sets the Nas field's value.

func (*ConfigForCreateDeploymentInput) SetNasAP added in v1.1.33

SetNasAP sets the NasAP field's value.

func (*ConfigForCreateDeploymentInput) SetSfcs

SetSfcs sets the Sfcs field's value.

func (*ConfigForCreateDeploymentInput) SetTos

SetTos sets the Tos field's value.

func (*ConfigForCreateDeploymentInput) SetTosAP added in v1.2.1

SetTosAP sets the TosAP field's value.

func (*ConfigForCreateDeploymentInput) SetVepfs

SetVepfs sets the Vepfs field's value.

func (*ConfigForCreateDeploymentInput) SetVepfsAP added in v1.1.33

SetVepfsAP sets the VepfsAP field's value.

func (ConfigForCreateDeploymentInput) String

String returns the string representation

type ConfigForCreateDevInstanceInput

type ConfigForCreateDevInstanceInput struct {
	Cfs *CfsForCreateDevInstanceInput `type:"structure" json:",omitempty"`

	Nas *NasForCreateDevInstanceInput `type:"structure" json:",omitempty"`

	NasAP *NasAPForCreateDevInstanceInput `type:"structure" json:",omitempty"`

	Sfcs *SfcsForCreateDevInstanceInput `type:"structure" json:",omitempty"`

	Tos *TosForCreateDevInstanceInput `type:"structure" json:",omitempty"`

	TosAP *TosAPForCreateDevInstanceInput `type:"structure" json:",omitempty"`

	Vepfs *VepfsForCreateDevInstanceInput `type:"structure" json:",omitempty"`

	VepfsAP *VepfsAPForCreateDevInstanceInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigForCreateDevInstanceInput) GoString

GoString returns the string representation

func (*ConfigForCreateDevInstanceInput) SetCfs

SetCfs sets the Cfs field's value.

func (*ConfigForCreateDevInstanceInput) SetNas

SetNas sets the Nas field's value.

func (*ConfigForCreateDevInstanceInput) SetNasAP added in v1.1.33

SetNasAP sets the NasAP field's value.

func (*ConfigForCreateDevInstanceInput) SetSfcs

SetSfcs sets the Sfcs field's value.

func (*ConfigForCreateDevInstanceInput) SetTos

SetTos sets the Tos field's value.

func (*ConfigForCreateDevInstanceInput) SetTosAP added in v1.2.1

SetTosAP sets the TosAP field's value.

func (*ConfigForCreateDevInstanceInput) SetVepfs

SetVepfs sets the Vepfs field's value.

func (*ConfigForCreateDevInstanceInput) SetVepfsAP added in v1.1.33

SetVepfsAP sets the VepfsAP field's value.

func (ConfigForCreateDevInstanceInput) String

String returns the string representation

type ConfigForCreateJobInput

type ConfigForCreateJobInput struct {
	Cfs *CfsForCreateJobInput `type:"structure" json:",omitempty"`

	Nas *NasForCreateJobInput `type:"structure" json:",omitempty"`

	NasAP *NasAPForCreateJobInput `type:"structure" json:",omitempty"`

	Sfcs *SfcsForCreateJobInput `type:"structure" json:",omitempty"`

	Tos *TosForCreateJobInput `type:"structure" json:",omitempty"`

	TosAP *TosAPForCreateJobInput `type:"structure" json:",omitempty"`

	Vepfs *VepfsForCreateJobInput `type:"structure" json:",omitempty"`

	VepfsAP *VepfsAPForCreateJobInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigForCreateJobInput) GoString

func (s ConfigForCreateJobInput) GoString() string

GoString returns the string representation

func (*ConfigForCreateJobInput) SetCfs

SetCfs sets the Cfs field's value.

func (*ConfigForCreateJobInput) SetNas

SetNas sets the Nas field's value.

func (*ConfigForCreateJobInput) SetNasAP added in v1.1.33

SetNasAP sets the NasAP field's value.

func (*ConfigForCreateJobInput) SetSfcs

SetSfcs sets the Sfcs field's value.

func (*ConfigForCreateJobInput) SetTos

SetTos sets the Tos field's value.

func (*ConfigForCreateJobInput) SetTosAP added in v1.2.1

SetTosAP sets the TosAP field's value.

func (*ConfigForCreateJobInput) SetVepfs

SetVepfs sets the Vepfs field's value.

func (*ConfigForCreateJobInput) SetVepfsAP added in v1.1.33

SetVepfsAP sets the VepfsAP field's value.

func (ConfigForCreateJobInput) String

func (s ConfigForCreateJobInput) String() string

String returns the string representation

type ConfigForGetDeploymentOutput

type ConfigForGetDeploymentOutput struct {
	Cfs *CfsForGetDeploymentOutput `type:"structure" json:",omitempty"`

	Nas *NasForGetDeploymentOutput `type:"structure" json:",omitempty"`

	NasAP *NasAPForGetDeploymentOutput `type:"structure" json:",omitempty"`

	Sfcs *SfcsForGetDeploymentOutput `type:"structure" json:",omitempty"`

	Tos *TosForGetDeploymentOutput `type:"structure" json:",omitempty"`

	TosAP *TosAPForGetDeploymentOutput `type:"structure" json:",omitempty"`

	Vepfs *VepfsForGetDeploymentOutput `type:"structure" json:",omitempty"`

	VepfsAP *VepfsAPForGetDeploymentOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigForGetDeploymentOutput) GoString

func (s ConfigForGetDeploymentOutput) GoString() string

GoString returns the string representation

func (*ConfigForGetDeploymentOutput) SetCfs

SetCfs sets the Cfs field's value.

func (*ConfigForGetDeploymentOutput) SetNas

SetNas sets the Nas field's value.

func (*ConfigForGetDeploymentOutput) SetNasAP added in v1.1.33

SetNasAP sets the NasAP field's value.

func (*ConfigForGetDeploymentOutput) SetSfcs

SetSfcs sets the Sfcs field's value.

func (*ConfigForGetDeploymentOutput) SetTos

SetTos sets the Tos field's value.

func (*ConfigForGetDeploymentOutput) SetTosAP added in v1.2.1

SetTosAP sets the TosAP field's value.

func (*ConfigForGetDeploymentOutput) SetVepfs

SetVepfs sets the Vepfs field's value.

func (*ConfigForGetDeploymentOutput) SetVepfsAP added in v1.1.33

SetVepfsAP sets the VepfsAP field's value.

func (ConfigForGetDeploymentOutput) String

String returns the string representation

type ConfigForGetDevInstanceOutput

type ConfigForGetDevInstanceOutput struct {
	Cfs *CfsForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	Nas *NasForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	NasAP *NasAPForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	Sfcs *SfcsForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	Tos *TosForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	TosAP *TosAPForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	Vepfs *VepfsForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	VepfsAP *VepfsAPForGetDevInstanceOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigForGetDevInstanceOutput) GoString

GoString returns the string representation

func (*ConfigForGetDevInstanceOutput) SetCfs

SetCfs sets the Cfs field's value.

func (*ConfigForGetDevInstanceOutput) SetNas

SetNas sets the Nas field's value.

func (*ConfigForGetDevInstanceOutput) SetNasAP added in v1.1.33

SetNasAP sets the NasAP field's value.

func (*ConfigForGetDevInstanceOutput) SetSfcs

SetSfcs sets the Sfcs field's value.

func (*ConfigForGetDevInstanceOutput) SetTos

SetTos sets the Tos field's value.

func (*ConfigForGetDevInstanceOutput) SetTosAP added in v1.2.1

SetTosAP sets the TosAP field's value.

func (*ConfigForGetDevInstanceOutput) SetVepfs

SetVepfs sets the Vepfs field's value.

func (*ConfigForGetDevInstanceOutput) SetVepfsAP added in v1.1.33

SetVepfsAP sets the VepfsAP field's value.

func (ConfigForGetDevInstanceOutput) String

String returns the string representation

type ConfigForGetJobOutput

type ConfigForGetJobOutput struct {
	Cfs *CfsForGetJobOutput `type:"structure" json:",omitempty"`

	Nas *NasForGetJobOutput `type:"structure" json:",omitempty"`

	NasAP *NasAPForGetJobOutput `type:"structure" json:",omitempty"`

	Sfcs *SfcsForGetJobOutput `type:"structure" json:",omitempty"`

	Tos *TosForGetJobOutput `type:"structure" json:",omitempty"`

	TosAP *TosAPForGetJobOutput `type:"structure" json:",omitempty"`

	Vepfs *VepfsForGetJobOutput `type:"structure" json:",omitempty"`

	VepfsAP *VepfsAPForGetJobOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigForGetJobOutput) GoString

func (s ConfigForGetJobOutput) GoString() string

GoString returns the string representation

func (*ConfigForGetJobOutput) SetCfs

SetCfs sets the Cfs field's value.

func (*ConfigForGetJobOutput) SetNas

SetNas sets the Nas field's value.

func (*ConfigForGetJobOutput) SetNasAP added in v1.1.33

SetNasAP sets the NasAP field's value.

func (*ConfigForGetJobOutput) SetSfcs

SetSfcs sets the Sfcs field's value.

func (*ConfigForGetJobOutput) SetTos

SetTos sets the Tos field's value.

func (*ConfigForGetJobOutput) SetTosAP added in v1.2.1

SetTosAP sets the TosAP field's value.

func (*ConfigForGetJobOutput) SetVepfs

SetVepfs sets the Vepfs field's value.

func (*ConfigForGetJobOutput) SetVepfsAP added in v1.1.33

SetVepfsAP sets the VepfsAP field's value.

func (ConfigForGetJobOutput) String

func (s ConfigForGetJobOutput) String() string

String returns the string representation

type ConfigForListDevInstancesOutput

type ConfigForListDevInstancesOutput struct {
	Cfs *CfsForListDevInstancesOutput `type:"structure" json:",omitempty"`

	Nas *NasForListDevInstancesOutput `type:"structure" json:",omitempty"`

	NasAP *NasAPForListDevInstancesOutput `type:"structure" json:",omitempty"`

	Sfcs *SfcsForListDevInstancesOutput `type:"structure" json:",omitempty"`

	Tos *TosForListDevInstancesOutput `type:"structure" json:",omitempty"`

	TosAP *TosAPForListDevInstancesOutput `type:"structure" json:",omitempty"`

	Vepfs *VepfsForListDevInstancesOutput `type:"structure" json:",omitempty"`

	VepfsAP *VepfsAPForListDevInstancesOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigForListDevInstancesOutput) GoString

GoString returns the string representation

func (*ConfigForListDevInstancesOutput) SetCfs

SetCfs sets the Cfs field's value.

func (*ConfigForListDevInstancesOutput) SetNas

SetNas sets the Nas field's value.

func (*ConfigForListDevInstancesOutput) SetNasAP added in v1.1.33

SetNasAP sets the NasAP field's value.

func (*ConfigForListDevInstancesOutput) SetSfcs

SetSfcs sets the Sfcs field's value.

func (*ConfigForListDevInstancesOutput) SetTos

SetTos sets the Tos field's value.

func (*ConfigForListDevInstancesOutput) SetTosAP added in v1.2.1

SetTosAP sets the TosAP field's value.

func (*ConfigForListDevInstancesOutput) SetVepfs

SetVepfs sets the Vepfs field's value.

func (*ConfigForListDevInstancesOutput) SetVepfsAP added in v1.1.33

SetVepfsAP sets the VepfsAP field's value.

func (ConfigForListDevInstancesOutput) String

String returns the string representation

type ConfigForUpdateDeploymentInput

type ConfigForUpdateDeploymentInput struct {
	Cfs *CfsForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	Nas *NasForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	NasAP *NasAPForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	Sfcs *SfcsForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	Tos *TosForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	TosAP *TosAPForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	Vepfs *VepfsForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	VepfsAP *VepfsAPForUpdateDeploymentInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigForUpdateDeploymentInput) GoString

GoString returns the string representation

func (*ConfigForUpdateDeploymentInput) SetCfs

SetCfs sets the Cfs field's value.

func (*ConfigForUpdateDeploymentInput) SetNas

SetNas sets the Nas field's value.

func (*ConfigForUpdateDeploymentInput) SetNasAP added in v1.1.33

SetNasAP sets the NasAP field's value.

func (*ConfigForUpdateDeploymentInput) SetSfcs

SetSfcs sets the Sfcs field's value.

func (*ConfigForUpdateDeploymentInput) SetTos

SetTos sets the Tos field's value.

func (*ConfigForUpdateDeploymentInput) SetTosAP added in v1.2.1

SetTosAP sets the TosAP field's value.

func (*ConfigForUpdateDeploymentInput) SetVepfs

SetVepfs sets the Vepfs field's value.

func (*ConfigForUpdateDeploymentInput) SetVepfsAP added in v1.1.33

SetVepfsAP sets the VepfsAP field's value.

func (ConfigForUpdateDeploymentInput) String

String returns the string representation

type ConfigForUpdateDevInstanceInput

type ConfigForUpdateDevInstanceInput struct {
	Cfs *CfsForUpdateDevInstanceInput `type:"structure" json:",omitempty"`

	Nas *NasForUpdateDevInstanceInput `type:"structure" json:",omitempty"`

	NasAP *NasAPForUpdateDevInstanceInput `type:"structure" json:",omitempty"`

	Sfcs *SfcsForUpdateDevInstanceInput `type:"structure" json:",omitempty"`

	Tos *TosForUpdateDevInstanceInput `type:"structure" json:",omitempty"`

	TosAP *TosAPForUpdateDevInstanceInput `type:"structure" json:",omitempty"`

	Vepfs *VepfsForUpdateDevInstanceInput `type:"structure" json:",omitempty"`

	VepfsAP *VepfsAPForUpdateDevInstanceInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigForUpdateDevInstanceInput) GoString

GoString returns the string representation

func (*ConfigForUpdateDevInstanceInput) SetCfs

SetCfs sets the Cfs field's value.

func (*ConfigForUpdateDevInstanceInput) SetNas

SetNas sets the Nas field's value.

func (*ConfigForUpdateDevInstanceInput) SetNasAP added in v1.1.33

SetNasAP sets the NasAP field's value.

func (*ConfigForUpdateDevInstanceInput) SetSfcs

SetSfcs sets the Sfcs field's value.

func (*ConfigForUpdateDevInstanceInput) SetTos

SetTos sets the Tos field's value.

func (*ConfigForUpdateDevInstanceInput) SetTosAP added in v1.2.1

SetTosAP sets the TosAP field's value.

func (*ConfigForUpdateDevInstanceInput) SetVepfs

SetVepfs sets the Vepfs field's value.

func (*ConfigForUpdateDevInstanceInput) SetVepfsAP added in v1.1.33

SetVepfsAP sets the VepfsAP field's value.

func (ConfigForUpdateDevInstanceInput) String

String returns the string representation

type ConsistentHashConfigForCreateDeploymentInput

type ConsistentHashConfigForCreateDeploymentInput struct {
	HashKeyType *string `type:"string" json:",omitempty" enum:"EnumOfHashKeyTypeForCreateDeploymentInput"`

	HttpHeaderName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConsistentHashConfigForCreateDeploymentInput) GoString

GoString returns the string representation

func (*ConsistentHashConfigForCreateDeploymentInput) SetHashKeyType

SetHashKeyType sets the HashKeyType field's value.

func (*ConsistentHashConfigForCreateDeploymentInput) SetHttpHeaderName

SetHttpHeaderName sets the HttpHeaderName field's value.

func (ConsistentHashConfigForCreateDeploymentInput) String

String returns the string representation

type ConsistentHashConfigForCreateServiceInput

type ConsistentHashConfigForCreateServiceInput struct {
	HashKeyType *string `type:"string" json:",omitempty" enum:"EnumOfHashKeyTypeForCreateServiceInput"`

	HttpHeaderName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConsistentHashConfigForCreateServiceInput) GoString

GoString returns the string representation

func (*ConsistentHashConfigForCreateServiceInput) SetHashKeyType

SetHashKeyType sets the HashKeyType field's value.

func (*ConsistentHashConfigForCreateServiceInput) SetHttpHeaderName

SetHttpHeaderName sets the HttpHeaderName field's value.

func (ConsistentHashConfigForCreateServiceInput) String

String returns the string representation

type ConsistentHashConfigForGetServiceOutput

type ConsistentHashConfigForGetServiceOutput struct {
	HashKeyType *string `type:"string" json:",omitempty" enum:"EnumOfHashKeyTypeForGetServiceOutput"`

	HttpHeaderName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConsistentHashConfigForGetServiceOutput) GoString

GoString returns the string representation

func (*ConsistentHashConfigForGetServiceOutput) SetHashKeyType

SetHashKeyType sets the HashKeyType field's value.

func (*ConsistentHashConfigForGetServiceOutput) SetHttpHeaderName

SetHttpHeaderName sets the HttpHeaderName field's value.

func (ConsistentHashConfigForGetServiceOutput) String

String returns the string representation

type ConsistentHashConfigForUpdateServiceInput

type ConsistentHashConfigForUpdateServiceInput struct {
	HashKeyType *string `type:"string" json:",omitempty" enum:"EnumOfHashKeyTypeForUpdateServiceInput"`

	HttpHeaderName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConsistentHashConfigForUpdateServiceInput) GoString

GoString returns the string representation

func (*ConsistentHashConfigForUpdateServiceInput) SetHashKeyType

SetHashKeyType sets the HashKeyType field's value.

func (*ConsistentHashConfigForUpdateServiceInput) SetHttpHeaderName

SetHttpHeaderName sets the HttpHeaderName field's value.

func (ConsistentHashConfigForUpdateServiceInput) String

String returns the string representation

type ConvertConvertConvertWeightForGetServiceOutput

type ConvertConvertConvertWeightForGetServiceOutput struct {
	DeploymentId *string `type:"string" json:",omitempty"`

	Weight *int32 `max:"10" type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertConvertConvertWeightForGetServiceOutput) GoString

GoString returns the string representation

func (*ConvertConvertConvertWeightForGetServiceOutput) SetDeploymentId

SetDeploymentId sets the DeploymentId field's value.

func (*ConvertConvertConvertWeightForGetServiceOutput) SetWeight

SetWeight sets the Weight field's value.

func (ConvertConvertConvertWeightForGetServiceOutput) String

String returns the string representation

type ConvertCredentialForCreateDeploymentInput

type ConvertCredentialForCreateDeploymentInput struct {
	RegistryToken *string `type:"string" json:",omitempty"`

	RegistryUsername *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertCredentialForCreateDeploymentInput) GoString

GoString returns the string representation

func (*ConvertCredentialForCreateDeploymentInput) SetRegistryToken

SetRegistryToken sets the RegistryToken field's value.

func (*ConvertCredentialForCreateDeploymentInput) SetRegistryUsername

SetRegistryUsername sets the RegistryUsername field's value.

func (ConvertCredentialForCreateDeploymentInput) String

String returns the string representation

type ConvertCredentialForCreateDevInstanceInput

type ConvertCredentialForCreateDevInstanceInput struct {
	RegistryToken *string `type:"string" json:",omitempty"`

	RegistryUsername *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertCredentialForCreateDevInstanceInput) GoString

GoString returns the string representation

func (*ConvertCredentialForCreateDevInstanceInput) SetRegistryToken

SetRegistryToken sets the RegistryToken field's value.

func (*ConvertCredentialForCreateDevInstanceInput) SetRegistryUsername

SetRegistryUsername sets the RegistryUsername field's value.

func (ConvertCredentialForCreateDevInstanceInput) String

String returns the string representation

type ConvertCredentialForCreateJobInput

type ConvertCredentialForCreateJobInput struct {
	AccessKey *string `type:"string" json:",omitempty"`

	SecretAccessKey *string `type:"string" json:",omitempty"`

	UseServiceLinkedRole *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertCredentialForCreateJobInput) GoString

GoString returns the string representation

func (*ConvertCredentialForCreateJobInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*ConvertCredentialForCreateJobInput) SetSecretAccessKey

SetSecretAccessKey sets the SecretAccessKey field's value.

func (*ConvertCredentialForCreateJobInput) SetUseServiceLinkedRole added in v1.1.49

SetUseServiceLinkedRole sets the UseServiceLinkedRole field's value.

func (ConvertCredentialForCreateJobInput) String

String returns the string representation

type ConvertCredentialForGetDeploymentOutput

type ConvertCredentialForGetDeploymentOutput struct {
	RegistryToken *string `type:"string" json:",omitempty"`

	RegistryUsername *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertCredentialForGetDeploymentOutput) GoString

GoString returns the string representation

func (*ConvertCredentialForGetDeploymentOutput) SetRegistryToken

SetRegistryToken sets the RegistryToken field's value.

func (*ConvertCredentialForGetDeploymentOutput) SetRegistryUsername

SetRegistryUsername sets the RegistryUsername field's value.

func (ConvertCredentialForGetDeploymentOutput) String

String returns the string representation

type ConvertCredentialForGetDevInstanceOutput added in v1.1.49

type ConvertCredentialForGetDevInstanceOutput struct {
	RegistryToken *string `type:"string" json:",omitempty"`

	RegistryUsername *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertCredentialForGetDevInstanceOutput) GoString added in v1.1.49

GoString returns the string representation

func (*ConvertCredentialForGetDevInstanceOutput) SetRegistryToken added in v1.1.49

SetRegistryToken sets the RegistryToken field's value.

func (*ConvertCredentialForGetDevInstanceOutput) SetRegistryUsername added in v1.1.49

SetRegistryUsername sets the RegistryUsername field's value.

func (ConvertCredentialForGetDevInstanceOutput) String added in v1.1.49

String returns the string representation

type ConvertCredentialForListDevInstancesOutput added in v1.1.49

type ConvertCredentialForListDevInstancesOutput struct {
	RegistryToken *string `type:"string" json:",omitempty"`

	RegistryUsername *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertCredentialForListDevInstancesOutput) GoString added in v1.1.49

GoString returns the string representation

func (*ConvertCredentialForListDevInstancesOutput) SetRegistryToken added in v1.1.49

SetRegistryToken sets the RegistryToken field's value.

func (*ConvertCredentialForListDevInstancesOutput) SetRegistryUsername added in v1.1.49

SetRegistryUsername sets the RegistryUsername field's value.

func (ConvertCredentialForListDevInstancesOutput) String added in v1.1.49

String returns the string representation

type ConvertCredentialForUpdateDeploymentInput

type ConvertCredentialForUpdateDeploymentInput struct {
	RegistryToken *string `type:"string" json:",omitempty"`

	RegistryUsername *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertCredentialForUpdateDeploymentInput) GoString

GoString returns the string representation

func (*ConvertCredentialForUpdateDeploymentInput) SetRegistryToken

SetRegistryToken sets the RegistryToken field's value.

func (*ConvertCredentialForUpdateDeploymentInput) SetRegistryUsername

SetRegistryUsername sets the RegistryUsername field's value.

func (ConvertCredentialForUpdateDeploymentInput) String

String returns the string representation

type ConvertOptionsForCreateDeploymentInput

type ConvertOptionsForCreateDeploymentInput struct {
	InternalSync *int64 `type:"int64" json:",omitempty"`

	Replicas *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertOptionsForCreateDeploymentInput) GoString

GoString returns the string representation

func (*ConvertOptionsForCreateDeploymentInput) SetInternalSync

SetInternalSync sets the InternalSync field's value.

func (*ConvertOptionsForCreateDeploymentInput) SetReplicas

SetReplicas sets the Replicas field's value.

func (ConvertOptionsForCreateDeploymentInput) String

String returns the string representation

type ConvertOptionsForCreateDevInstanceInput

type ConvertOptionsForCreateDevInstanceInput struct {
	InternalSync *int64 `type:"int64" json:",omitempty"`

	Replicas *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertOptionsForCreateDevInstanceInput) GoString

GoString returns the string representation

func (*ConvertOptionsForCreateDevInstanceInput) SetInternalSync

SetInternalSync sets the InternalSync field's value.

func (*ConvertOptionsForCreateDevInstanceInput) SetReplicas

SetReplicas sets the Replicas field's value.

func (ConvertOptionsForCreateDevInstanceInput) String

String returns the string representation

type ConvertOptionsForCreateJobInput

type ConvertOptionsForCreateJobInput struct {
	InternalSync *int64 `type:"int64" json:",omitempty"`

	Replicas *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertOptionsForCreateJobInput) GoString

GoString returns the string representation

func (*ConvertOptionsForCreateJobInput) SetInternalSync

SetInternalSync sets the InternalSync field's value.

func (*ConvertOptionsForCreateJobInput) SetReplicas

SetReplicas sets the Replicas field's value.

func (ConvertOptionsForCreateJobInput) String

String returns the string representation

type ConvertOptionsForGetDeploymentOutput

type ConvertOptionsForGetDeploymentOutput struct {
	InternalSync *int64 `type:"int64" json:",omitempty"`

	Replicas *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertOptionsForGetDeploymentOutput) GoString

GoString returns the string representation

func (*ConvertOptionsForGetDeploymentOutput) SetInternalSync

SetInternalSync sets the InternalSync field's value.

func (*ConvertOptionsForGetDeploymentOutput) SetReplicas

SetReplicas sets the Replicas field's value.

func (ConvertOptionsForGetDeploymentOutput) String

String returns the string representation

type ConvertOptionsForGetDevInstanceOutput

type ConvertOptionsForGetDevInstanceOutput struct {
	InternalSync *int64 `type:"int64" json:",omitempty"`

	Replicas *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertOptionsForGetDevInstanceOutput) GoString

GoString returns the string representation

func (*ConvertOptionsForGetDevInstanceOutput) SetInternalSync

SetInternalSync sets the InternalSync field's value.

func (*ConvertOptionsForGetDevInstanceOutput) SetReplicas

SetReplicas sets the Replicas field's value.

func (ConvertOptionsForGetDevInstanceOutput) String

String returns the string representation

type ConvertOptionsForGetJobOutput

type ConvertOptionsForGetJobOutput struct {
	InternalSync *int64 `type:"int64" json:",omitempty"`

	Replicas *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertOptionsForGetJobOutput) GoString

GoString returns the string representation

func (*ConvertOptionsForGetJobOutput) SetInternalSync

SetInternalSync sets the InternalSync field's value.

func (*ConvertOptionsForGetJobOutput) SetReplicas

SetReplicas sets the Replicas field's value.

func (ConvertOptionsForGetJobOutput) String

String returns the string representation

type ConvertOptionsForListDevInstancesOutput

type ConvertOptionsForListDevInstancesOutput struct {
	InternalSync *int64 `type:"int64" json:",omitempty"`

	Replicas *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertOptionsForListDevInstancesOutput) GoString

GoString returns the string representation

func (*ConvertOptionsForListDevInstancesOutput) SetInternalSync

SetInternalSync sets the InternalSync field's value.

func (*ConvertOptionsForListDevInstancesOutput) SetReplicas

SetReplicas sets the Replicas field's value.

func (ConvertOptionsForListDevInstancesOutput) String

String returns the string representation

type ConvertOptionsForUpdateDeploymentInput

type ConvertOptionsForUpdateDeploymentInput struct {
	InternalSync *int64 `type:"int64" json:",omitempty"`

	Replicas *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertOptionsForUpdateDeploymentInput) GoString

GoString returns the string representation

func (*ConvertOptionsForUpdateDeploymentInput) SetInternalSync

SetInternalSync sets the InternalSync field's value.

func (*ConvertOptionsForUpdateDeploymentInput) SetReplicas

SetReplicas sets the Replicas field's value.

func (ConvertOptionsForUpdateDeploymentInput) String

String returns the string representation

type ConvertOptionsForUpdateDevInstanceInput

type ConvertOptionsForUpdateDevInstanceInput struct {
	InternalSync *int64 `type:"int64" json:",omitempty"`

	Replicas *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertOptionsForUpdateDevInstanceInput) GoString

GoString returns the string representation

func (*ConvertOptionsForUpdateDevInstanceInput) SetInternalSync

SetInternalSync sets the InternalSync field's value.

func (*ConvertOptionsForUpdateDevInstanceInput) SetReplicas

SetReplicas sets the Replicas field's value.

func (ConvertOptionsForUpdateDevInstanceInput) String

String returns the string representation

type ConvertStatusForGetDeploymentOutput

type ConvertStatusForGetDeploymentOutput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertStatusForGetDeploymentOutput) GoString

GoString returns the string representation

func (*ConvertStatusForGetDeploymentOutput) SetMessage

SetMessage sets the Message field's value.

func (*ConvertStatusForGetDeploymentOutput) SetSecondaryState

SetSecondaryState sets the SecondaryState field's value.

func (*ConvertStatusForGetDeploymentOutput) SetState

SetState sets the State field's value.

func (ConvertStatusForGetDeploymentOutput) String

String returns the string representation

type ConvertStatusForGetServiceOutput

type ConvertStatusForGetServiceOutput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertStatusForGetServiceOutput) GoString

GoString returns the string representation

func (*ConvertStatusForGetServiceOutput) SetMessage

SetMessage sets the Message field's value.

func (*ConvertStatusForGetServiceOutput) SetSecondaryState

SetSecondaryState sets the SecondaryState field's value.

func (*ConvertStatusForGetServiceOutput) SetState

SetState sets the State field's value.

func (ConvertStatusForGetServiceOutput) String

String returns the string representation

type ConvertStatusForListDeploymentsOutput

type ConvertStatusForListDeploymentsOutput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertStatusForListDeploymentsOutput) GoString

GoString returns the string representation

func (*ConvertStatusForListDeploymentsOutput) SetMessage

SetMessage sets the Message field's value.

func (*ConvertStatusForListDeploymentsOutput) SetSecondaryState

SetSecondaryState sets the SecondaryState field's value.

func (*ConvertStatusForListDeploymentsOutput) SetState

SetState sets the State field's value.

func (ConvertStatusForListDeploymentsOutput) String

String returns the string representation

type ConvertTrafficConfigForGetServiceOutput

type ConvertTrafficConfigForGetServiceOutput struct {
	Enables []*string `type:"list" json:",omitempty"`

	MirrorTrafficPolicy *MirrorTrafficPolicyForGetServiceOutput `type:"structure" json:",omitempty"`

	Mode *string `type:"string" json:",omitempty" enum:"EnumOfModeForGetServiceOutput"`

	Weights []*ConvertConvertConvertWeightForGetServiceOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertTrafficConfigForGetServiceOutput) GoString

GoString returns the string representation

func (*ConvertTrafficConfigForGetServiceOutput) SetEnables

SetEnables sets the Enables field's value.

func (*ConvertTrafficConfigForGetServiceOutput) SetMirrorTrafficPolicy

SetMirrorTrafficPolicy sets the MirrorTrafficPolicy field's value.

func (*ConvertTrafficConfigForGetServiceOutput) SetMode

SetMode sets the Mode field's value.

func (*ConvertTrafficConfigForGetServiceOutput) SetWeights

SetWeights sets the Weights field's value.

func (ConvertTrafficConfigForGetServiceOutput) String

String returns the string representation

type ConvertWeightForCreateServiceInput

type ConvertWeightForCreateServiceInput struct {
	DeploymentId *string `type:"string" json:",omitempty"`

	Weight *int32 `max:"10" type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertWeightForCreateServiceInput) GoString

GoString returns the string representation

func (*ConvertWeightForCreateServiceInput) SetDeploymentId

SetDeploymentId sets the DeploymentId field's value.

func (*ConvertWeightForCreateServiceInput) SetWeight

SetWeight sets the Weight field's value.

func (ConvertWeightForCreateServiceInput) String

String returns the string representation

func (*ConvertWeightForCreateServiceInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ConvertWeightForGetServiceOutput

type ConvertWeightForGetServiceOutput struct {
	DeploymentId *string `type:"string" json:",omitempty"`

	Weight *int32 `max:"10" type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertWeightForGetServiceOutput) GoString

GoString returns the string representation

func (*ConvertWeightForGetServiceOutput) SetDeploymentId

SetDeploymentId sets the DeploymentId field's value.

func (*ConvertWeightForGetServiceOutput) SetWeight

SetWeight sets the Weight field's value.

func (ConvertWeightForGetServiceOutput) String

String returns the string representation

type ConvertWeightForUpdateServiceInput

type ConvertWeightForUpdateServiceInput struct {
	DeploymentId *string `type:"string" json:",omitempty"`

	Weight *int32 `max:"10" type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertWeightForUpdateServiceInput) GoString

GoString returns the string representation

func (*ConvertWeightForUpdateServiceInput) SetDeploymentId

SetDeploymentId sets the DeploymentId field's value.

func (*ConvertWeightForUpdateServiceInput) SetWeight

SetWeight sets the Weight field's value.

func (ConvertWeightForUpdateServiceInput) String

String returns the string representation

func (*ConvertWeightForUpdateServiceInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateDeploymentInput

type CreateDeploymentInput struct {
	AcceptServiceTraffic *bool `type:"boolean" json:",omitempty"`

	ApigConfig *ApigConfigForCreateDeploymentInput `type:"structure" json:",omitempty"`

	CLBConfig *CLBConfigForCreateDeploymentInput `type:"structure" json:",omitempty"`

	// DeploymentName is a required field
	DeploymentName *string `type:"string" json:",omitempty" required:"true"`

	Description *string `type:"string" json:",omitempty"`

	DryRun *bool `type:"boolean" json:",omitempty"`

	Priority *int32 `type:"int32" json:",omitempty"`

	// ResourceQueueId is a required field
	ResourceQueueId *string `type:"string" json:",omitempty" required:"true"`

	Roles []*RoleForCreateDeploymentInput `type:"list" json:",omitempty"`

	// ServiceId is a required field
	ServiceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (CreateDeploymentInput) GoString

func (s CreateDeploymentInput) GoString() string

GoString returns the string representation

func (*CreateDeploymentInput) SetAcceptServiceTraffic

func (s *CreateDeploymentInput) SetAcceptServiceTraffic(v bool) *CreateDeploymentInput

SetAcceptServiceTraffic sets the AcceptServiceTraffic field's value.

func (*CreateDeploymentInput) SetApigConfig

SetApigConfig sets the ApigConfig field's value.

func (*CreateDeploymentInput) SetCLBConfig

SetCLBConfig sets the CLBConfig field's value.

func (*CreateDeploymentInput) SetDeploymentName

func (s *CreateDeploymentInput) SetDeploymentName(v string) *CreateDeploymentInput

SetDeploymentName sets the DeploymentName field's value.

func (*CreateDeploymentInput) SetDescription

func (s *CreateDeploymentInput) SetDescription(v string) *CreateDeploymentInput

SetDescription sets the Description field's value.

func (*CreateDeploymentInput) SetDryRun

SetDryRun sets the DryRun field's value.

func (*CreateDeploymentInput) SetPriority

SetPriority sets the Priority field's value.

func (*CreateDeploymentInput) SetResourceQueueId

func (s *CreateDeploymentInput) SetResourceQueueId(v string) *CreateDeploymentInput

SetResourceQueueId sets the ResourceQueueId field's value.

func (*CreateDeploymentInput) SetRoles

SetRoles sets the Roles field's value.

func (*CreateDeploymentInput) SetServiceId

SetServiceId sets the ServiceId field's value.

func (CreateDeploymentInput) String

func (s CreateDeploymentInput) String() string

String returns the string representation

func (*CreateDeploymentInput) Validate

func (s *CreateDeploymentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDeploymentOutput

type CreateDeploymentOutput struct {
	Metadata *response.ResponseMetadata

	DeploymentId *string `type:"string" json:",omitempty"`

	DeploymentVersionId *string `type:"string" json:",omitempty"`

	ServiceId *string `type:"string" json:",omitempty"`

	Status *StatusForCreateDeploymentOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateDeploymentOutput) GoString

func (s CreateDeploymentOutput) GoString() string

GoString returns the string representation

func (*CreateDeploymentOutput) SetDeploymentId

func (s *CreateDeploymentOutput) SetDeploymentId(v string) *CreateDeploymentOutput

SetDeploymentId sets the DeploymentId field's value.

func (*CreateDeploymentOutput) SetDeploymentVersionId

func (s *CreateDeploymentOutput) SetDeploymentVersionId(v string) *CreateDeploymentOutput

SetDeploymentVersionId sets the DeploymentVersionId field's value.

func (*CreateDeploymentOutput) SetServiceId

SetServiceId sets the ServiceId field's value.

func (*CreateDeploymentOutput) SetStatus

SetStatus sets the Status field's value.

func (CreateDeploymentOutput) String

func (s CreateDeploymentOutput) String() string

String returns the string representation

type CreateDevInstanceInput

type CreateDevInstanceInput struct {
	Credential *CredentialForCreateDevInstanceInput `type:"structure" json:",omitempty"`

	DefaultFolder *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Image *ImageForCreateDevInstanceInput `type:"structure" json:",omitempty"`

	// Name is a required field
	Name *string `type:"string" json:",omitempty" required:"true"`

	NodeAffinitySpec *NodeAffinitySpecForCreateDevInstanceInput `type:"structure" json:",omitempty"`

	NumaAffinity *string `type:"string" json:",omitempty"`

	Ports []*PortForCreateDevInstanceInput `type:"list" json:",omitempty"`

	ProjectName *string `min:"1" max:"64" type:"string" json:",omitempty"`

	ResourceClaim *ResourceClaimForCreateDevInstanceInput `type:"structure" json:",omitempty"`

	ResourceQueueId *string `type:"string" json:",omitempty"`

	ResourceReservationPlanId *string `type:"string" json:",omitempty"`

	SshPublicKey *string `type:"string" json:",omitempty"`

	Storages []*StorageForCreateDevInstanceInput `type:"list" json:",omitempty"`

	Volume *VolumeForCreateDevInstanceInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateDevInstanceInput) GoString

func (s CreateDevInstanceInput) GoString() string

GoString returns the string representation

func (*CreateDevInstanceInput) SetCredential

SetCredential sets the Credential field's value.

func (*CreateDevInstanceInput) SetDefaultFolder added in v1.1.33

func (s *CreateDevInstanceInput) SetDefaultFolder(v string) *CreateDevInstanceInput

SetDefaultFolder sets the DefaultFolder field's value.

func (*CreateDevInstanceInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateDevInstanceInput) SetImage

SetImage sets the Image field's value.

func (*CreateDevInstanceInput) SetName

SetName sets the Name field's value.

func (*CreateDevInstanceInput) SetNodeAffinitySpec

SetNodeAffinitySpec sets the NodeAffinitySpec field's value.

func (*CreateDevInstanceInput) SetNumaAffinity added in v1.1.19

func (s *CreateDevInstanceInput) SetNumaAffinity(v string) *CreateDevInstanceInput

SetNumaAffinity sets the NumaAffinity field's value.

func (*CreateDevInstanceInput) SetPorts

SetPorts sets the Ports field's value.

func (*CreateDevInstanceInput) SetProjectName added in v1.1.33

SetProjectName sets the ProjectName field's value.

func (*CreateDevInstanceInput) SetResourceClaim

SetResourceClaim sets the ResourceClaim field's value.

func (*CreateDevInstanceInput) SetResourceQueueId

func (s *CreateDevInstanceInput) SetResourceQueueId(v string) *CreateDevInstanceInput

SetResourceQueueId sets the ResourceQueueId field's value.

func (*CreateDevInstanceInput) SetResourceReservationPlanId added in v1.1.33

func (s *CreateDevInstanceInput) SetResourceReservationPlanId(v string) *CreateDevInstanceInput

SetResourceReservationPlanId sets the ResourceReservationPlanId field's value.

func (*CreateDevInstanceInput) SetSshPublicKey

func (s *CreateDevInstanceInput) SetSshPublicKey(v string) *CreateDevInstanceInput

SetSshPublicKey sets the SshPublicKey field's value.

func (*CreateDevInstanceInput) SetStorages

SetStorages sets the Storages field's value.

func (*CreateDevInstanceInput) SetVolume

SetVolume sets the Volume field's value.

func (CreateDevInstanceInput) String

func (s CreateDevInstanceInput) String() string

String returns the string representation

func (*CreateDevInstanceInput) Validate

func (s *CreateDevInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDevInstanceOutput

type CreateDevInstanceOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateDevInstanceOutput) GoString

func (s CreateDevInstanceOutput) GoString() string

GoString returns the string representation

func (*CreateDevInstanceOutput) SetId

SetId sets the Id field's value.

func (CreateDevInstanceOutput) String

func (s CreateDevInstanceOutput) String() string

String returns the string representation

type CreateJobInput

type CreateJobInput struct {
	Description *string `type:"string" json:",omitempty"`

	DiagnoseConfig []*DiagnoseConfigForCreateJobInput `type:"list" json:",omitempty"`

	DryRun *bool `type:"boolean" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	ObservableConfig *ObservableConfigForCreateJobInput `type:"structure" json:",omitempty"`

	ProjectName *string `min:"1" max:"64" type:"string" json:",omitempty"`

	ResourceConfig *ResourceConfigForCreateJobInput `type:"structure" json:",omitempty"`

	RetryConfig *RetryConfigForCreateJobInput `type:"structure" json:",omitempty"`

	RuntimeConfig *RuntimeConfigForCreateJobInput `type:"structure" json:",omitempty"`

	StorageConfig *StorageConfigForCreateJobInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateJobInput) GoString

func (s CreateJobInput) GoString() string

GoString returns the string representation

func (*CreateJobInput) SetDescription

func (s *CreateJobInput) SetDescription(v string) *CreateJobInput

SetDescription sets the Description field's value.

func (*CreateJobInput) SetDiagnoseConfig

SetDiagnoseConfig sets the DiagnoseConfig field's value.

func (*CreateJobInput) SetDryRun

func (s *CreateJobInput) SetDryRun(v bool) *CreateJobInput

SetDryRun sets the DryRun field's value.

func (*CreateJobInput) SetName

func (s *CreateJobInput) SetName(v string) *CreateJobInput

SetName sets the Name field's value.

func (*CreateJobInput) SetObservableConfig

SetObservableConfig sets the ObservableConfig field's value.

func (*CreateJobInput) SetProjectName added in v1.1.33

func (s *CreateJobInput) SetProjectName(v string) *CreateJobInput

SetProjectName sets the ProjectName field's value.

func (*CreateJobInput) SetResourceConfig

SetResourceConfig sets the ResourceConfig field's value.

func (*CreateJobInput) SetRetryConfig

SetRetryConfig sets the RetryConfig field's value.

func (*CreateJobInput) SetRuntimeConfig

SetRuntimeConfig sets the RuntimeConfig field's value.

func (*CreateJobInput) SetStorageConfig

SetStorageConfig sets the StorageConfig field's value.

func (CreateJobInput) String

func (s CreateJobInput) String() string

String returns the string representation

func (*CreateJobInput) Validate added in v1.1.33

func (s *CreateJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateJobOutput

type CreateJobOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateJobOutput) GoString

func (s CreateJobOutput) GoString() string

GoString returns the string representation

func (*CreateJobOutput) SetId

func (s *CreateJobOutput) SetId(v string) *CreateJobOutput

SetId sets the Id field's value.

func (CreateJobOutput) String

func (s CreateJobOutput) String() string

String returns the string representation

type CreateResourceGroupInput

type CreateResourceGroupInput struct {
	AutoRenew *bool `type:"boolean" json:",omitempty"`

	AutoRenewPeriod *int32 `min:"1" type:"int32" json:",omitempty"`

	// ChargeType is a required field
	ChargeType *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfChargeTypeForCreateResourceGroupInput"`

	Description *string `min:"1" max:"500" type:"string" json:",omitempty"`

	DryRun *bool `type:"boolean" json:",omitempty"`

	MGpuEnabled *bool `type:"boolean" json:",omitempty"`

	// Name is a required field
	Name *string `min:"1" max:"200" type:"string" json:",omitempty" required:"true"`

	Period *int32 `min:"1" type:"int32" json:",omitempty"`

	PeriodUnit *string `type:"string" json:",omitempty" enum:"EnumOfPeriodUnitForCreateResourceGroupInput"`

	ProjectName *string `min:"1" max:"64" type:"string" json:",omitempty"`

	ResourceConfig *ResourceConfigForCreateResourceGroupInput `type:"structure" json:",omitempty"`

	StorageConfig *StorageConfigForCreateResourceGroupInput `type:"structure" json:",omitempty"`

	VRdmaEnabled *bool `type:"boolean" json:",omitempty"`

	WorkloadNetworkConfig *WorkloadNetworkConfigForCreateResourceGroupInput `type:"structure" json:",omitempty"`

	WorkloadNetworkMode *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateResourceGroupInput) GoString

func (s CreateResourceGroupInput) GoString() string

GoString returns the string representation

func (*CreateResourceGroupInput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*CreateResourceGroupInput) SetAutoRenewPeriod

func (s *CreateResourceGroupInput) SetAutoRenewPeriod(v int32) *CreateResourceGroupInput

SetAutoRenewPeriod sets the AutoRenewPeriod field's value.

func (*CreateResourceGroupInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*CreateResourceGroupInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateResourceGroupInput) SetDryRun

SetDryRun sets the DryRun field's value.

func (*CreateResourceGroupInput) SetMGpuEnabled added in v1.1.19

SetMGpuEnabled sets the MGpuEnabled field's value.

func (*CreateResourceGroupInput) SetName

SetName sets the Name field's value.

func (*CreateResourceGroupInput) SetPeriod

SetPeriod sets the Period field's value.

func (*CreateResourceGroupInput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (*CreateResourceGroupInput) SetProjectName added in v1.1.33

SetProjectName sets the ProjectName field's value.

func (*CreateResourceGroupInput) SetResourceConfig

SetResourceConfig sets the ResourceConfig field's value.

func (*CreateResourceGroupInput) SetStorageConfig

SetStorageConfig sets the StorageConfig field's value.

func (*CreateResourceGroupInput) SetVRdmaEnabled added in v1.1.33

SetVRdmaEnabled sets the VRdmaEnabled field's value.

func (*CreateResourceGroupInput) SetWorkloadNetworkConfig

SetWorkloadNetworkConfig sets the WorkloadNetworkConfig field's value.

func (*CreateResourceGroupInput) SetWorkloadNetworkMode added in v1.1.19

func (s *CreateResourceGroupInput) SetWorkloadNetworkMode(v string) *CreateResourceGroupInput

SetWorkloadNetworkMode sets the WorkloadNetworkMode field's value.

func (CreateResourceGroupInput) String

func (s CreateResourceGroupInput) String() string

String returns the string representation

func (*CreateResourceGroupInput) Validate

func (s *CreateResourceGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateResourceGroupOutput

type CreateResourceGroupOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateResourceGroupOutput) GoString

func (s CreateResourceGroupOutput) GoString() string

GoString returns the string representation

func (*CreateResourceGroupOutput) SetId

SetId sets the Id field's value.

func (CreateResourceGroupOutput) String

func (s CreateResourceGroupOutput) String() string

String returns the string representation

type CreateResourceQueueInput

type CreateResourceQueueInput struct {
	ComputeResources []*ComputeResourceForCreateResourceQueueInput `type:"list" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	DryRun *bool `type:"boolean" json:",omitempty"`

	// Name is a required field
	Name *string `type:"string" json:",omitempty" required:"true"`

	ProjectName *string `min:"1" max:"64" type:"string" json:",omitempty"`

	Quota *QuotaForCreateResourceQueueInput `type:"structure" json:",omitempty"`

	// ResourceGroupId is a required field
	ResourceGroupId *string `type:"string" json:",omitempty" required:"true"`

	Rules *RulesForCreateResourceQueueInput `type:"structure" json:",omitempty"`

	Shareable *bool `type:"boolean" json:",omitempty"`

	VolumeResources []*VolumeResourceForCreateResourceQueueInput `type:"list" json:",omitempty"`

	WorkloadInfos []*WorkloadInfoForCreateResourceQueueInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateResourceQueueInput) GoString

func (s CreateResourceQueueInput) GoString() string

GoString returns the string representation

func (*CreateResourceQueueInput) SetComputeResources

SetComputeResources sets the ComputeResources field's value.

func (*CreateResourceQueueInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateResourceQueueInput) SetDryRun

SetDryRun sets the DryRun field's value.

func (*CreateResourceQueueInput) SetName

SetName sets the Name field's value.

func (*CreateResourceQueueInput) SetProjectName added in v1.1.33

SetProjectName sets the ProjectName field's value.

func (*CreateResourceQueueInput) SetQuota

SetQuota sets the Quota field's value.

func (*CreateResourceQueueInput) SetResourceGroupId

func (s *CreateResourceQueueInput) SetResourceGroupId(v string) *CreateResourceQueueInput

SetResourceGroupId sets the ResourceGroupId field's value.

func (*CreateResourceQueueInput) SetRules

SetRules sets the Rules field's value.

func (*CreateResourceQueueInput) SetShareable

SetShareable sets the Shareable field's value.

func (*CreateResourceQueueInput) SetVolumeResources

SetVolumeResources sets the VolumeResources field's value.

func (*CreateResourceQueueInput) SetWorkloadInfos

SetWorkloadInfos sets the WorkloadInfos field's value.

func (CreateResourceQueueInput) String

func (s CreateResourceQueueInput) String() string

String returns the string representation

func (*CreateResourceQueueInput) Validate

func (s *CreateResourceQueueInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateResourceQueueOutput

type CreateResourceQueueOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateResourceQueueOutput) GoString

func (s CreateResourceQueueOutput) GoString() string

GoString returns the string representation

func (*CreateResourceQueueOutput) SetId

SetId sets the Id field's value.

func (CreateResourceQueueOutput) String

func (s CreateResourceQueueOutput) String() string

String returns the string representation

type CreateResourceReservationPlanInput added in v1.1.19

type CreateResourceReservationPlanInput struct {
	ComputeResource *ComputeResourceForCreateResourceReservationPlanInput `type:"structure" json:",omitempty"`

	CustomComputeResource []*CustomComputeResourceForCreateResourceReservationPlanInput `type:"list" json:",omitempty"`

	Description *string `min:"1" max:"500" type:"string" json:",omitempty"`

	DryRun *bool `type:"boolean" json:",omitempty"`

	// Name is a required field
	Name *string `min:"1" max:"200" type:"string" json:",omitempty" required:"true"`

	ProjectName *string `min:"1" max:"64" type:"string" json:",omitempty"`

	ReservationConfig *ReservationConfigForCreateResourceReservationPlanInput `type:"structure" json:",omitempty"`

	ScheduleConfig *ScheduleConfigForCreateResourceReservationPlanInput `type:"structure" json:",omitempty"`

	StorageConfig *StorageConfigForCreateResourceReservationPlanInput `type:"structure" json:",omitempty"`

	WorkloadNetworkConfig *WorkloadNetworkConfigForCreateResourceReservationPlanInput `type:"structure" json:",omitempty"`

	WorkloadNetworkMode *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateResourceReservationPlanInput) GoString added in v1.1.19

GoString returns the string representation

func (*CreateResourceReservationPlanInput) SetComputeResource added in v1.1.19

SetComputeResource sets the ComputeResource field's value.

func (*CreateResourceReservationPlanInput) SetCustomComputeResource added in v1.1.48

SetCustomComputeResource sets the CustomComputeResource field's value.

func (*CreateResourceReservationPlanInput) SetDescription added in v1.1.19

SetDescription sets the Description field's value.

func (*CreateResourceReservationPlanInput) SetDryRun added in v1.1.19

SetDryRun sets the DryRun field's value.

func (*CreateResourceReservationPlanInput) SetName added in v1.1.19

SetName sets the Name field's value.

func (*CreateResourceReservationPlanInput) SetProjectName added in v1.1.33

SetProjectName sets the ProjectName field's value.

func (*CreateResourceReservationPlanInput) SetReservationConfig added in v1.1.19

SetReservationConfig sets the ReservationConfig field's value.

func (*CreateResourceReservationPlanInput) SetScheduleConfig added in v1.1.33

SetScheduleConfig sets the ScheduleConfig field's value.

func (*CreateResourceReservationPlanInput) SetStorageConfig added in v1.1.19

SetStorageConfig sets the StorageConfig field's value.

func (*CreateResourceReservationPlanInput) SetWorkloadNetworkConfig added in v1.1.19

SetWorkloadNetworkConfig sets the WorkloadNetworkConfig field's value.

func (*CreateResourceReservationPlanInput) SetWorkloadNetworkMode added in v1.1.33

SetWorkloadNetworkMode sets the WorkloadNetworkMode field's value.

func (CreateResourceReservationPlanInput) String added in v1.1.19

String returns the string representation

func (*CreateResourceReservationPlanInput) Validate added in v1.1.19

Validate inspects the fields of the type to determine if they are valid.

type CreateResourceReservationPlanOutput added in v1.1.19

type CreateResourceReservationPlanOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateResourceReservationPlanOutput) GoString added in v1.1.19

GoString returns the string representation

func (*CreateResourceReservationPlanOutput) SetId added in v1.1.19

SetId sets the Id field's value.

func (CreateResourceReservationPlanOutput) String added in v1.1.19

String returns the string representation

type CreateServiceInput

type CreateServiceInput struct {
	ApigConfig *ApigConfigForCreateServiceInput `type:"structure" json:",omitempty"`

	CLBConfig *CLBConfigForCreateServiceInput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	DryRun *bool `type:"boolean" json:",omitempty"`

	Ports []*PortForCreateServiceInput `type:"list" json:",omitempty"`

	ProjectName *string `min:"1" max:"64" type:"string" json:",omitempty"`

	// ResourceGroupId is a required field
	ResourceGroupId *string `type:"string" json:",omitempty" required:"true"`

	// ServiceName is a required field
	ServiceName *string `type:"string" json:",omitempty" required:"true"`

	TrafficConfig *TrafficConfigForCreateServiceInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateServiceInput) GoString

func (s CreateServiceInput) GoString() string

GoString returns the string representation

func (*CreateServiceInput) SetApigConfig

SetApigConfig sets the ApigConfig field's value.

func (*CreateServiceInput) SetCLBConfig

SetCLBConfig sets the CLBConfig field's value.

func (*CreateServiceInput) SetDescription

func (s *CreateServiceInput) SetDescription(v string) *CreateServiceInput

SetDescription sets the Description field's value.

func (*CreateServiceInput) SetDryRun

func (s *CreateServiceInput) SetDryRun(v bool) *CreateServiceInput

SetDryRun sets the DryRun field's value.

func (*CreateServiceInput) SetPorts

SetPorts sets the Ports field's value.

func (*CreateServiceInput) SetProjectName added in v1.1.33

func (s *CreateServiceInput) SetProjectName(v string) *CreateServiceInput

SetProjectName sets the ProjectName field's value.

func (*CreateServiceInput) SetResourceGroupId

func (s *CreateServiceInput) SetResourceGroupId(v string) *CreateServiceInput

SetResourceGroupId sets the ResourceGroupId field's value.

func (*CreateServiceInput) SetServiceName

func (s *CreateServiceInput) SetServiceName(v string) *CreateServiceInput

SetServiceName sets the ServiceName field's value.

func (*CreateServiceInput) SetTrafficConfig

SetTrafficConfig sets the TrafficConfig field's value.

func (CreateServiceInput) String

func (s CreateServiceInput) String() string

String returns the string representation

func (*CreateServiceInput) Validate

func (s *CreateServiceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateServiceOutput

type CreateServiceOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`

	Status *StatusForCreateServiceOutput `type:"structure" json:",omitempty"`

	VersionId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateServiceOutput) GoString

func (s CreateServiceOutput) GoString() string

GoString returns the string representation

func (*CreateServiceOutput) SetId

SetId sets the Id field's value.

func (*CreateServiceOutput) SetStatus

SetStatus sets the Status field's value.

func (*CreateServiceOutput) SetVersionId

func (s *CreateServiceOutput) SetVersionId(v string) *CreateServiceOutput

SetVersionId sets the VersionId field's value.

func (CreateServiceOutput) String

func (s CreateServiceOutput) String() string

String returns the string representation

type CredentialForCreateDeploymentInput

type CredentialForCreateDeploymentInput struct {
	AccessKey *string `type:"string" json:",omitempty"`

	SecretAccessKey *string `type:"string" json:",omitempty"`

	UseServiceLinkedRole *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CredentialForCreateDeploymentInput) GoString

GoString returns the string representation

func (*CredentialForCreateDeploymentInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*CredentialForCreateDeploymentInput) SetSecretAccessKey

SetSecretAccessKey sets the SecretAccessKey field's value.

func (*CredentialForCreateDeploymentInput) SetUseServiceLinkedRole added in v1.1.49

SetUseServiceLinkedRole sets the UseServiceLinkedRole field's value.

func (CredentialForCreateDeploymentInput) String

String returns the string representation

type CredentialForCreateDevInstanceInput

type CredentialForCreateDevInstanceInput struct {
	AccessKey *string `type:"string" json:",omitempty"`

	SecretAccessKey *string `type:"string" json:",omitempty"`

	UseServiceLinkedRole *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CredentialForCreateDevInstanceInput) GoString

GoString returns the string representation

func (*CredentialForCreateDevInstanceInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*CredentialForCreateDevInstanceInput) SetSecretAccessKey

SetSecretAccessKey sets the SecretAccessKey field's value.

func (*CredentialForCreateDevInstanceInput) SetUseServiceLinkedRole added in v1.1.49

SetUseServiceLinkedRole sets the UseServiceLinkedRole field's value.

func (CredentialForCreateDevInstanceInput) String

String returns the string representation

type CredentialForCreateJobInput

type CredentialForCreateJobInput struct {
	RegistryToken *string `type:"string" json:",omitempty"`

	RegistryUsername *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CredentialForCreateJobInput) GoString

func (s CredentialForCreateJobInput) GoString() string

GoString returns the string representation

func (*CredentialForCreateJobInput) SetRegistryToken

SetRegistryToken sets the RegistryToken field's value.

func (*CredentialForCreateJobInput) SetRegistryUsername

SetRegistryUsername sets the RegistryUsername field's value.

func (CredentialForCreateJobInput) String

String returns the string representation

type CredentialForGetDeploymentOutput

type CredentialForGetDeploymentOutput struct {
	AccessKey *string `type:"string" json:",omitempty"`

	SecretAccessKey *string `type:"string" json:",omitempty"`

	UseServiceLinkedRole *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CredentialForGetDeploymentOutput) GoString

GoString returns the string representation

func (*CredentialForGetDeploymentOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*CredentialForGetDeploymentOutput) SetSecretAccessKey

SetSecretAccessKey sets the SecretAccessKey field's value.

func (*CredentialForGetDeploymentOutput) SetUseServiceLinkedRole added in v1.1.49

SetUseServiceLinkedRole sets the UseServiceLinkedRole field's value.

func (CredentialForGetDeploymentOutput) String

String returns the string representation

type CredentialForGetDevInstanceOutput

type CredentialForGetDevInstanceOutput struct {
	AccessKey *string `type:"string" json:",omitempty"`

	SecretAccessKey *string `type:"string" json:",omitempty"`

	UseServiceLinkedRole *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CredentialForGetDevInstanceOutput) GoString

GoString returns the string representation

func (*CredentialForGetDevInstanceOutput) SetAccessKey added in v1.1.49

SetAccessKey sets the AccessKey field's value.

func (*CredentialForGetDevInstanceOutput) SetSecretAccessKey added in v1.1.49

SetSecretAccessKey sets the SecretAccessKey field's value.

func (*CredentialForGetDevInstanceOutput) SetUseServiceLinkedRole added in v1.1.49

SetUseServiceLinkedRole sets the UseServiceLinkedRole field's value.

func (CredentialForGetDevInstanceOutput) String

String returns the string representation

type CredentialForGetJobOutput

type CredentialForGetJobOutput struct {
	RegistryToken *string `type:"string" json:",omitempty"`

	RegistryUsername *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CredentialForGetJobOutput) GoString

func (s CredentialForGetJobOutput) GoString() string

GoString returns the string representation

func (*CredentialForGetJobOutput) SetRegistryToken

SetRegistryToken sets the RegistryToken field's value.

func (*CredentialForGetJobOutput) SetRegistryUsername

func (s *CredentialForGetJobOutput) SetRegistryUsername(v string) *CredentialForGetJobOutput

SetRegistryUsername sets the RegistryUsername field's value.

func (CredentialForGetJobOutput) String

func (s CredentialForGetJobOutput) String() string

String returns the string representation

type CredentialForListDevInstancesOutput

type CredentialForListDevInstancesOutput struct {
	AccessKey *string `type:"string" json:",omitempty"`

	SecretAccessKey *string `type:"string" json:",omitempty"`

	UseServiceLinkedRole *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CredentialForListDevInstancesOutput) GoString

GoString returns the string representation

func (*CredentialForListDevInstancesOutput) SetAccessKey added in v1.1.49

SetAccessKey sets the AccessKey field's value.

func (*CredentialForListDevInstancesOutput) SetSecretAccessKey added in v1.1.49

SetSecretAccessKey sets the SecretAccessKey field's value.

func (*CredentialForListDevInstancesOutput) SetUseServiceLinkedRole added in v1.1.49

SetUseServiceLinkedRole sets the UseServiceLinkedRole field's value.

func (CredentialForListDevInstancesOutput) String

String returns the string representation

type CredentialForRebuildDevInstanceInput

type CredentialForRebuildDevInstanceInput struct {
	RegistryToken *string `type:"string" json:",omitempty"`

	RegistryUsername *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CredentialForRebuildDevInstanceInput) GoString

GoString returns the string representation

func (*CredentialForRebuildDevInstanceInput) SetRegistryToken

SetRegistryToken sets the RegistryToken field's value.

func (*CredentialForRebuildDevInstanceInput) SetRegistryUsername

SetRegistryUsername sets the RegistryUsername field's value.

func (CredentialForRebuildDevInstanceInput) String

String returns the string representation

type CredentialForUpdateDeploymentInput

type CredentialForUpdateDeploymentInput struct {
	AccessKey *string `type:"string" json:",omitempty"`

	SecretAccessKey *string `type:"string" json:",omitempty"`

	UseServiceLinkedRole *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CredentialForUpdateDeploymentInput) GoString

GoString returns the string representation

func (*CredentialForUpdateDeploymentInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*CredentialForUpdateDeploymentInput) SetSecretAccessKey

SetSecretAccessKey sets the SecretAccessKey field's value.

func (*CredentialForUpdateDeploymentInput) SetUseServiceLinkedRole added in v1.1.49

SetUseServiceLinkedRole sets the UseServiceLinkedRole field's value.

func (CredentialForUpdateDeploymentInput) String

String returns the string representation

type CredentialForUpdateDevInstanceInput

type CredentialForUpdateDevInstanceInput struct {
	AccessKey *string `type:"string" json:",omitempty"`

	SecretAccessKey *string `type:"string" json:",omitempty"`

	UseServiceLinkedRole *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CredentialForUpdateDevInstanceInput) GoString

GoString returns the string representation

func (*CredentialForUpdateDevInstanceInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*CredentialForUpdateDevInstanceInput) SetSecretAccessKey

SetSecretAccessKey sets the SecretAccessKey field's value.

func (*CredentialForUpdateDevInstanceInput) SetUseServiceLinkedRole added in v1.1.49

SetUseServiceLinkedRole sets the UseServiceLinkedRole field's value.

func (CredentialForUpdateDevInstanceInput) String

String returns the string representation

type CronSpecForCreateResourceQueueInput

type CronSpecForCreateResourceQueueInput struct {
	AffectedWorkloadType *string `type:"string" json:",omitempty"`

	Schedule *string `type:"string" json:",omitempty"`

	TimeZone *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CronSpecForCreateResourceQueueInput) GoString

GoString returns the string representation

func (*CronSpecForCreateResourceQueueInput) SetAffectedWorkloadType

SetAffectedWorkloadType sets the AffectedWorkloadType field's value.

func (*CronSpecForCreateResourceQueueInput) SetSchedule

SetSchedule sets the Schedule field's value.

func (*CronSpecForCreateResourceQueueInput) SetTimeZone

SetTimeZone sets the TimeZone field's value.

func (CronSpecForCreateResourceQueueInput) String

String returns the string representation

type CronSpecForGetResourceQueueOutput

type CronSpecForGetResourceQueueOutput struct {
	AffectedWorkloadType *string `type:"string" json:",omitempty"`

	Schedule *string `type:"string" json:",omitempty"`

	TimeZone *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CronSpecForGetResourceQueueOutput) GoString

GoString returns the string representation

func (*CronSpecForGetResourceQueueOutput) SetAffectedWorkloadType

SetAffectedWorkloadType sets the AffectedWorkloadType field's value.

func (*CronSpecForGetResourceQueueOutput) SetSchedule

SetSchedule sets the Schedule field's value.

func (*CronSpecForGetResourceQueueOutput) SetTimeZone

SetTimeZone sets the TimeZone field's value.

func (CronSpecForGetResourceQueueOutput) String

String returns the string representation

type CronSpecForListResourceQueuesOutput

type CronSpecForListResourceQueuesOutput struct {
	AffectedWorkloadType *string `type:"string" json:",omitempty"`

	Schedule *string `type:"string" json:",omitempty"`

	TimeZone *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CronSpecForListResourceQueuesOutput) GoString

GoString returns the string representation

func (*CronSpecForListResourceQueuesOutput) SetAffectedWorkloadType

SetAffectedWorkloadType sets the AffectedWorkloadType field's value.

func (*CronSpecForListResourceQueuesOutput) SetSchedule

SetSchedule sets the Schedule field's value.

func (*CronSpecForListResourceQueuesOutput) SetTimeZone

SetTimeZone sets the TimeZone field's value.

func (CronSpecForListResourceQueuesOutput) String

String returns the string representation

type CronSpecForUpdateResourceQueueInput

type CronSpecForUpdateResourceQueueInput struct {
	AffectedWorkloadType *string `type:"string" json:",omitempty"`

	Schedule *string `type:"string" json:",omitempty"`

	TimeZone *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CronSpecForUpdateResourceQueueInput) GoString

GoString returns the string representation

func (*CronSpecForUpdateResourceQueueInput) SetAffectedWorkloadType

SetAffectedWorkloadType sets the AffectedWorkloadType field's value.

func (*CronSpecForUpdateResourceQueueInput) SetSchedule

SetSchedule sets the Schedule field's value.

func (*CronSpecForUpdateResourceQueueInput) SetTimeZone

SetTimeZone sets the TimeZone field's value.

func (CronSpecForUpdateResourceQueueInput) String

String returns the string representation

type CustomComputeResourceForCreateResourceReservationPlanInput added in v1.1.48

type CustomComputeResourceForCreateResourceReservationPlanInput struct {
	GpuCount *int64 `type:"int64" json:",omitempty"`

	GpuType *string `type:"string" json:",omitempty"`

	NeedRdma *bool `type:"boolean" json:",omitempty"`

	WorkerCount *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CustomComputeResourceForCreateResourceReservationPlanInput) GoString added in v1.1.48

GoString returns the string representation

func (*CustomComputeResourceForCreateResourceReservationPlanInput) SetGpuCount added in v1.1.48

SetGpuCount sets the GpuCount field's value.

func (*CustomComputeResourceForCreateResourceReservationPlanInput) SetGpuType added in v1.1.48

SetGpuType sets the GpuType field's value.

func (*CustomComputeResourceForCreateResourceReservationPlanInput) SetNeedRdma added in v1.1.48

SetNeedRdma sets the NeedRdma field's value.

func (*CustomComputeResourceForCreateResourceReservationPlanInput) SetWorkerCount added in v1.1.48

SetWorkerCount sets the WorkerCount field's value.

func (CustomComputeResourceForCreateResourceReservationPlanInput) String added in v1.1.48

String returns the string representation

type CustomComputeResourceForGetResourceReservationPlanOutput added in v1.1.48

type CustomComputeResourceForGetResourceReservationPlanOutput struct {
	GpuCount *int64 `type:"int64" json:",omitempty"`

	GpuType *string `type:"string" json:",omitempty"`

	NeedRdma *bool `type:"boolean" json:",omitempty"`

	WorkerCount *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CustomComputeResourceForGetResourceReservationPlanOutput) GoString added in v1.1.48

GoString returns the string representation

func (*CustomComputeResourceForGetResourceReservationPlanOutput) SetGpuCount added in v1.1.48

SetGpuCount sets the GpuCount field's value.

func (*CustomComputeResourceForGetResourceReservationPlanOutput) SetGpuType added in v1.1.48

SetGpuType sets the GpuType field's value.

func (*CustomComputeResourceForGetResourceReservationPlanOutput) SetNeedRdma added in v1.1.48

SetNeedRdma sets the NeedRdma field's value.

func (*CustomComputeResourceForGetResourceReservationPlanOutput) SetWorkerCount added in v1.1.48

SetWorkerCount sets the WorkerCount field's value.

func (CustomComputeResourceForGetResourceReservationPlanOutput) String added in v1.1.48

String returns the string representation

type CustomComputeResourceForListResourceReservationPlansOutput added in v1.1.48

type CustomComputeResourceForListResourceReservationPlansOutput struct {
	GpuCount *int64 `type:"int64" json:",omitempty"`

	GpuType *string `type:"string" json:",omitempty"`

	NeedRdma *bool `type:"boolean" json:",omitempty"`

	WorkerCount *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CustomComputeResourceForListResourceReservationPlansOutput) GoString added in v1.1.48

GoString returns the string representation

func (*CustomComputeResourceForListResourceReservationPlansOutput) SetGpuCount added in v1.1.48

SetGpuCount sets the GpuCount field's value.

func (*CustomComputeResourceForListResourceReservationPlansOutput) SetGpuType added in v1.1.48

SetGpuType sets the GpuType field's value.

func (*CustomComputeResourceForListResourceReservationPlansOutput) SetNeedRdma added in v1.1.48

SetNeedRdma sets the NeedRdma field's value.

func (*CustomComputeResourceForListResourceReservationPlansOutput) SetWorkerCount added in v1.1.48

SetWorkerCount sets the WorkerCount field's value.

func (CustomComputeResourceForListResourceReservationPlansOutput) String added in v1.1.48

String returns the string representation

type CustomMetricServiceForCreateJobInput

type CustomMetricServiceForCreateJobInput struct {
	Path *string `type:"string" json:",omitempty"`

	Port *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CustomMetricServiceForCreateJobInput) GoString

GoString returns the string representation

func (*CustomMetricServiceForCreateJobInput) SetPath

SetPath sets the Path field's value.

func (*CustomMetricServiceForCreateJobInput) SetPort

SetPort sets the Port field's value.

func (CustomMetricServiceForCreateJobInput) String

String returns the string representation

type CustomMetricServiceForGetJobOutput

type CustomMetricServiceForGetJobOutput struct {
	Path *string `type:"string" json:",omitempty"`

	Port *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CustomMetricServiceForGetJobOutput) GoString

GoString returns the string representation

func (*CustomMetricServiceForGetJobOutput) SetPath

SetPath sets the Path field's value.

func (*CustomMetricServiceForGetJobOutput) SetPort

SetPort sets the Port field's value.

func (CustomMetricServiceForGetJobOutput) String

String returns the string representation

type DebugServerForListJobInstancesOutput

type DebugServerForListJobInstancesOutput struct {
	PrivateUrl *string `type:"string" json:",omitempty"`

	PublicUrl *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty" enum:"EnumOfStateForListJobInstancesOutput"`
	// contains filtered or unexported fields
}

func (DebugServerForListJobInstancesOutput) GoString

GoString returns the string representation

func (*DebugServerForListJobInstancesOutput) SetPrivateUrl

SetPrivateUrl sets the PrivateUrl field's value.

func (*DebugServerForListJobInstancesOutput) SetPublicUrl

SetPublicUrl sets the PublicUrl field's value.

func (*DebugServerForListJobInstancesOutput) SetState

SetState sets the State field's value.

func (DebugServerForListJobInstancesOutput) String

String returns the string representation

type DeleteDeploymentInput

type DeleteDeploymentInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteDeploymentInput) GoString

func (s DeleteDeploymentInput) GoString() string

GoString returns the string representation

func (*DeleteDeploymentInput) SetId

SetId sets the Id field's value.

func (DeleteDeploymentInput) String

func (s DeleteDeploymentInput) String() string

String returns the string representation

func (*DeleteDeploymentInput) Validate

func (s *DeleteDeploymentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteDeploymentOutput

type DeleteDeploymentOutput struct {
	Metadata *response.ResponseMetadata

	DeploymentId *string `type:"string" json:",omitempty"`

	DeploymentVersionId *string `type:"string" json:",omitempty"`

	ServiceId *string `type:"string" json:",omitempty"`

	Status *StatusForDeleteDeploymentOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DeleteDeploymentOutput) GoString

func (s DeleteDeploymentOutput) GoString() string

GoString returns the string representation

func (*DeleteDeploymentOutput) SetDeploymentId

func (s *DeleteDeploymentOutput) SetDeploymentId(v string) *DeleteDeploymentOutput

SetDeploymentId sets the DeploymentId field's value.

func (*DeleteDeploymentOutput) SetDeploymentVersionId

func (s *DeleteDeploymentOutput) SetDeploymentVersionId(v string) *DeleteDeploymentOutput

SetDeploymentVersionId sets the DeploymentVersionId field's value.

func (*DeleteDeploymentOutput) SetServiceId

SetServiceId sets the ServiceId field's value.

func (*DeleteDeploymentOutput) SetStatus

SetStatus sets the Status field's value.

func (DeleteDeploymentOutput) String

func (s DeleteDeploymentOutput) String() string

String returns the string representation

type DeleteDevInstanceInput

type DeleteDevInstanceInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteDevInstanceInput) GoString

func (s DeleteDevInstanceInput) GoString() string

GoString returns the string representation

func (*DeleteDevInstanceInput) SetId

SetId sets the Id field's value.

func (DeleteDevInstanceInput) String

func (s DeleteDevInstanceInput) String() string

String returns the string representation

func (*DeleteDevInstanceInput) Validate

func (s *DeleteDevInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteDevInstanceOutput

type DeleteDevInstanceOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DeleteDevInstanceOutput) GoString

func (s DeleteDevInstanceOutput) GoString() string

GoString returns the string representation

func (*DeleteDevInstanceOutput) SetId

SetId sets the Id field's value.

func (DeleteDevInstanceOutput) String

func (s DeleteDevInstanceOutput) String() string

String returns the string representation

type DeleteJobInput

type DeleteJobInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteJobInput) GoString

func (s DeleteJobInput) GoString() string

GoString returns the string representation

func (*DeleteJobInput) SetId

func (s *DeleteJobInput) SetId(v string) *DeleteJobInput

SetId sets the Id field's value.

func (DeleteJobInput) String

func (s DeleteJobInput) String() string

String returns the string representation

func (*DeleteJobInput) Validate

func (s *DeleteJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteJobOutput

type DeleteJobOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DeleteJobOutput) GoString

func (s DeleteJobOutput) GoString() string

GoString returns the string representation

func (*DeleteJobOutput) SetId

func (s *DeleteJobOutput) SetId(v string) *DeleteJobOutput

SetId sets the Id field's value.

func (DeleteJobOutput) String

func (s DeleteJobOutput) String() string

String returns the string representation

type DeleteResourceGroupInput

type DeleteResourceGroupInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteResourceGroupInput) GoString

func (s DeleteResourceGroupInput) GoString() string

GoString returns the string representation

func (*DeleteResourceGroupInput) SetId

SetId sets the Id field's value.

func (DeleteResourceGroupInput) String

func (s DeleteResourceGroupInput) String() string

String returns the string representation

func (*DeleteResourceGroupInput) Validate

func (s *DeleteResourceGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteResourceGroupOutput

type DeleteResourceGroupOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteResourceGroupOutput) GoString

func (s DeleteResourceGroupOutput) GoString() string

GoString returns the string representation

func (DeleteResourceGroupOutput) String

func (s DeleteResourceGroupOutput) String() string

String returns the string representation

type DeleteResourceQueueInput

type DeleteResourceQueueInput struct {
	DryRun *bool `type:"boolean" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteResourceQueueInput) GoString

func (s DeleteResourceQueueInput) GoString() string

GoString returns the string representation

func (*DeleteResourceQueueInput) SetDryRun

SetDryRun sets the DryRun field's value.

func (*DeleteResourceQueueInput) SetId

SetId sets the Id field's value.

func (DeleteResourceQueueInput) String

func (s DeleteResourceQueueInput) String() string

String returns the string representation

func (*DeleteResourceQueueInput) Validate

func (s *DeleteResourceQueueInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteResourceQueueOutput

type DeleteResourceQueueOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DeleteResourceQueueOutput) GoString

func (s DeleteResourceQueueOutput) GoString() string

GoString returns the string representation

func (*DeleteResourceQueueOutput) SetId

SetId sets the Id field's value.

func (DeleteResourceQueueOutput) String

func (s DeleteResourceQueueOutput) String() string

String returns the string representation

type DeleteResourceReservationPlanInput added in v1.1.19

type DeleteResourceReservationPlanInput struct {
	DryRun *bool `type:"boolean" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteResourceReservationPlanInput) GoString added in v1.1.19

GoString returns the string representation

func (*DeleteResourceReservationPlanInput) SetDryRun added in v1.1.19

SetDryRun sets the DryRun field's value.

func (*DeleteResourceReservationPlanInput) SetId added in v1.1.19

SetId sets the Id field's value.

func (DeleteResourceReservationPlanInput) String added in v1.1.19

String returns the string representation

func (*DeleteResourceReservationPlanInput) Validate added in v1.1.19

Validate inspects the fields of the type to determine if they are valid.

type DeleteResourceReservationPlanOutput added in v1.1.19

type DeleteResourceReservationPlanOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DeleteResourceReservationPlanOutput) GoString added in v1.1.19

GoString returns the string representation

func (*DeleteResourceReservationPlanOutput) SetId added in v1.1.19

SetId sets the Id field's value.

func (DeleteResourceReservationPlanOutput) String added in v1.1.19

String returns the string representation

type DeleteServiceInput

type DeleteServiceInput struct {
	DryRun *bool `type:"boolean" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteServiceInput) GoString

func (s DeleteServiceInput) GoString() string

GoString returns the string representation

func (*DeleteServiceInput) SetDryRun

func (s *DeleteServiceInput) SetDryRun(v bool) *DeleteServiceInput

SetDryRun sets the DryRun field's value.

func (*DeleteServiceInput) SetId

SetId sets the Id field's value.

func (DeleteServiceInput) String

func (s DeleteServiceInput) String() string

String returns the string representation

func (*DeleteServiceInput) Validate

func (s *DeleteServiceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteServiceOutput

type DeleteServiceOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`

	Status *StatusForDeleteServiceOutput `type:"structure" json:",omitempty"`

	VersionId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DeleteServiceOutput) GoString

func (s DeleteServiceOutput) GoString() string

GoString returns the string representation

func (*DeleteServiceOutput) SetId

SetId sets the Id field's value.

func (*DeleteServiceOutput) SetStatus

SetStatus sets the Status field's value.

func (*DeleteServiceOutput) SetVersionId

func (s *DeleteServiceOutput) SetVersionId(v string) *DeleteServiceOutput

SetVersionId sets the VersionId field's value.

func (DeleteServiceOutput) String

func (s DeleteServiceOutput) String() string

String returns the string representation

type DeliveredComputeResourceForListResourceReservationRecordsOutput added in v1.1.19

type DeliveredComputeResourceForListResourceReservationRecordsOutput struct {
	Count *int64 `type:"int64" json:",omitempty"`

	GpuCount *int64 `type:"int64" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	ZoneIds []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DeliveredComputeResourceForListResourceReservationRecordsOutput) GoString added in v1.1.19

GoString returns the string representation

func (*DeliveredComputeResourceForListResourceReservationRecordsOutput) SetCount added in v1.1.19

SetCount sets the Count field's value.

func (*DeliveredComputeResourceForListResourceReservationRecordsOutput) SetGpuCount added in v1.1.33

SetGpuCount sets the GpuCount field's value.

func (*DeliveredComputeResourceForListResourceReservationRecordsOutput) SetInstanceTypeId added in v1.1.19

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*DeliveredComputeResourceForListResourceReservationRecordsOutput) SetZoneIds added in v1.1.19

SetZoneIds sets the ZoneIds field's value.

func (DeliveredComputeResourceForListResourceReservationRecordsOutput) String added in v1.1.19

String returns the string representation

type DeploymentForGetServiceOutput

type DeploymentForGetServiceOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	CreatedBy *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	RoleStatus []*RoleStatusForGetServiceOutput `type:"list" json:",omitempty"`

	ServiceId *string `type:"string" json:",omitempty"`

	Status *ConvertStatusForGetServiceOutput `type:"structure" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DeploymentForGetServiceOutput) GoString

GoString returns the string representation

func (*DeploymentForGetServiceOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*DeploymentForGetServiceOutput) SetCreatedBy

SetCreatedBy sets the CreatedBy field's value.

func (*DeploymentForGetServiceOutput) SetDescription

SetDescription sets the Description field's value.

func (*DeploymentForGetServiceOutput) SetId

SetId sets the Id field's value.

func (*DeploymentForGetServiceOutput) SetName

SetName sets the Name field's value.

func (*DeploymentForGetServiceOutput) SetRoleStatus

SetRoleStatus sets the RoleStatus field's value.

func (*DeploymentForGetServiceOutput) SetServiceId

SetServiceId sets the ServiceId field's value.

func (*DeploymentForGetServiceOutput) SetStatus

SetStatus sets the Status field's value.

func (*DeploymentForGetServiceOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (DeploymentForGetServiceOutput) String

String returns the string representation

type DesiredComputeResourceForGetResourceReservationPlanOutput added in v1.1.19

type DesiredComputeResourceForGetResourceReservationPlanOutput struct {
	Count *int64 `type:"int64" json:",omitempty"`

	GpuCount *int64 `type:"int64" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	ZoneIds []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DesiredComputeResourceForGetResourceReservationPlanOutput) GoString added in v1.1.19

GoString returns the string representation

func (*DesiredComputeResourceForGetResourceReservationPlanOutput) SetCount added in v1.1.19

SetCount sets the Count field's value.

func (*DesiredComputeResourceForGetResourceReservationPlanOutput) SetGpuCount added in v1.1.33

SetGpuCount sets the GpuCount field's value.

func (*DesiredComputeResourceForGetResourceReservationPlanOutput) SetInstanceTypeId added in v1.1.19

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*DesiredComputeResourceForGetResourceReservationPlanOutput) SetZoneIds added in v1.1.19

SetZoneIds sets the ZoneIds field's value.

func (DesiredComputeResourceForGetResourceReservationPlanOutput) String added in v1.1.19

String returns the string representation

type DesiredComputeResourceForListResourceReservationPlansOutput added in v1.1.19

type DesiredComputeResourceForListResourceReservationPlansOutput struct {
	Count *int64 `type:"int64" json:",omitempty"`

	GpuCount *int64 `type:"int64" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	ZoneIds []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DesiredComputeResourceForListResourceReservationPlansOutput) GoString added in v1.1.19

GoString returns the string representation

func (*DesiredComputeResourceForListResourceReservationPlansOutput) SetCount added in v1.1.19

SetCount sets the Count field's value.

func (*DesiredComputeResourceForListResourceReservationPlansOutput) SetGpuCount added in v1.1.33

SetGpuCount sets the GpuCount field's value.

func (*DesiredComputeResourceForListResourceReservationPlansOutput) SetInstanceTypeId added in v1.1.19

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*DesiredComputeResourceForListResourceReservationPlansOutput) SetZoneIds added in v1.1.19

SetZoneIds sets the ZoneIds field's value.

func (DesiredComputeResourceForListResourceReservationPlansOutput) String added in v1.1.19

String returns the string representation

type DesiredComputeResourceForListResourceReservationRecordsOutput added in v1.1.19

type DesiredComputeResourceForListResourceReservationRecordsOutput struct {
	Count *int64 `type:"int64" json:",omitempty"`

	GpuCount *int64 `type:"int64" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	ZoneIds []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DesiredComputeResourceForListResourceReservationRecordsOutput) GoString added in v1.1.19

GoString returns the string representation

func (*DesiredComputeResourceForListResourceReservationRecordsOutput) SetCount added in v1.1.19

SetCount sets the Count field's value.

func (*DesiredComputeResourceForListResourceReservationRecordsOutput) SetGpuCount added in v1.1.33

SetGpuCount sets the GpuCount field's value.

func (*DesiredComputeResourceForListResourceReservationRecordsOutput) SetInstanceTypeId added in v1.1.19

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*DesiredComputeResourceForListResourceReservationRecordsOutput) SetZoneIds added in v1.1.19

SetZoneIds sets the ZoneIds field's value.

func (DesiredComputeResourceForListResourceReservationRecordsOutput) String added in v1.1.19

String returns the string representation

type DiagnoseConfigForCreateJobInput

type DiagnoseConfigForCreateJobInput struct {
	DetectionIntervalSeconds *int64 `type:"int64" json:",omitempty"`

	FirstDetectionWaitSeconds *int64 `type:"int64" json:",omitempty"`

	Name *string `type:"string" json:",omitempty" enum:"EnumOfNameForCreateJobInput"`

	Triggers []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DiagnoseConfigForCreateJobInput) GoString

GoString returns the string representation

func (*DiagnoseConfigForCreateJobInput) SetDetectionIntervalSeconds

func (s *DiagnoseConfigForCreateJobInput) SetDetectionIntervalSeconds(v int64) *DiagnoseConfigForCreateJobInput

SetDetectionIntervalSeconds sets the DetectionIntervalSeconds field's value.

func (*DiagnoseConfigForCreateJobInput) SetFirstDetectionWaitSeconds

func (s *DiagnoseConfigForCreateJobInput) SetFirstDetectionWaitSeconds(v int64) *DiagnoseConfigForCreateJobInput

SetFirstDetectionWaitSeconds sets the FirstDetectionWaitSeconds field's value.

func (*DiagnoseConfigForCreateJobInput) SetName

SetName sets the Name field's value.

func (*DiagnoseConfigForCreateJobInput) SetTriggers

SetTriggers sets the Triggers field's value.

func (DiagnoseConfigForCreateJobInput) String

String returns the string representation

type DiagnoseConfigForGetJobOutput

type DiagnoseConfigForGetJobOutput struct {
	DetectionIntervalSeconds *int64 `type:"int64" json:",omitempty"`

	FirstDetectionWaitSeconds *int64 `type:"int64" json:",omitempty"`

	Name *string `type:"string" json:",omitempty" enum:"EnumOfNameForGetJobOutput"`

	Triggers []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DiagnoseConfigForGetJobOutput) GoString

GoString returns the string representation

func (*DiagnoseConfigForGetJobOutput) SetDetectionIntervalSeconds

func (s *DiagnoseConfigForGetJobOutput) SetDetectionIntervalSeconds(v int64) *DiagnoseConfigForGetJobOutput

SetDetectionIntervalSeconds sets the DetectionIntervalSeconds field's value.

func (*DiagnoseConfigForGetJobOutput) SetFirstDetectionWaitSeconds

func (s *DiagnoseConfigForGetJobOutput) SetFirstDetectionWaitSeconds(v int64) *DiagnoseConfigForGetJobOutput

SetFirstDetectionWaitSeconds sets the FirstDetectionWaitSeconds field's value.

func (*DiagnoseConfigForGetJobOutput) SetName

SetName sets the Name field's value.

func (*DiagnoseConfigForGetJobOutput) SetTriggers

SetTriggers sets the Triggers field's value.

func (DiagnoseConfigForGetJobOutput) String

String returns the string representation

type DiagnoseConfigForUpdateJobInput

type DiagnoseConfigForUpdateJobInput struct {
	DetectionIntervalSeconds *int64 `type:"int64" json:",omitempty"`

	FirstDetectionWaitSeconds *int64 `type:"int64" json:",omitempty"`

	Name *string `type:"string" json:",omitempty" enum:"EnumOfNameForUpdateJobInput"`

	Triggers []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DiagnoseConfigForUpdateJobInput) GoString

GoString returns the string representation

func (*DiagnoseConfigForUpdateJobInput) SetDetectionIntervalSeconds

func (s *DiagnoseConfigForUpdateJobInput) SetDetectionIntervalSeconds(v int64) *DiagnoseConfigForUpdateJobInput

SetDetectionIntervalSeconds sets the DetectionIntervalSeconds field's value.

func (*DiagnoseConfigForUpdateJobInput) SetFirstDetectionWaitSeconds

func (s *DiagnoseConfigForUpdateJobInput) SetFirstDetectionWaitSeconds(v int64) *DiagnoseConfigForUpdateJobInput

SetFirstDetectionWaitSeconds sets the FirstDetectionWaitSeconds field's value.

func (*DiagnoseConfigForUpdateJobInput) SetName

SetName sets the Name field's value.

func (*DiagnoseConfigForUpdateJobInput) SetTriggers

SetTriggers sets the Triggers field's value.

func (DiagnoseConfigForUpdateJobInput) String

String returns the string representation

type EicForCreateResourceGroupInput added in v1.1.49

type EicForCreateResourceGroupInput struct {
	EicId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EicForCreateResourceGroupInput) GoString added in v1.1.49

GoString returns the string representation

func (*EicForCreateResourceGroupInput) SetEicId added in v1.1.49

SetEicId sets the EicId field's value.

func (EicForCreateResourceGroupInput) String added in v1.1.49

String returns the string representation

type EicForGetResourceGroupOutput added in v1.1.49

type EicForGetResourceGroupOutput struct {
	EicId *string `type:"string" json:",omitempty"`

	EicStatus *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EicForGetResourceGroupOutput) GoString added in v1.1.49

func (s EicForGetResourceGroupOutput) GoString() string

GoString returns the string representation

func (*EicForGetResourceGroupOutput) SetEicId added in v1.1.49

SetEicId sets the EicId field's value.

func (*EicForGetResourceGroupOutput) SetEicStatus added in v1.1.49

SetEicStatus sets the EicStatus field's value.

func (EicForGetResourceGroupOutput) String added in v1.1.49

String returns the string representation

type EicForListResourceGroupsOutput added in v1.1.49

type EicForListResourceGroupsOutput struct {
	EicId *string `type:"string" json:",omitempty"`

	EicStatus *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EicForListResourceGroupsOutput) GoString added in v1.1.49

GoString returns the string representation

func (*EicForListResourceGroupsOutput) SetEicId added in v1.1.49

SetEicId sets the EicId field's value.

func (*EicForListResourceGroupsOutput) SetEicStatus added in v1.1.49

SetEicStatus sets the EicStatus field's value.

func (EicForListResourceGroupsOutput) String added in v1.1.49

String returns the string representation

type EicForUpdateResourceGroupInput added in v1.1.49

type EicForUpdateResourceGroupInput struct {
	EicId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EicForUpdateResourceGroupInput) GoString added in v1.1.49

GoString returns the string representation

func (*EicForUpdateResourceGroupInput) SetEicId added in v1.1.49

SetEicId sets the EicId field's value.

func (EicForUpdateResourceGroupInput) String added in v1.1.49

String returns the string representation

type EnvForCreateDeploymentInput

type EnvForCreateDeploymentInput struct {
	Name *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EnvForCreateDeploymentInput) GoString

func (s EnvForCreateDeploymentInput) GoString() string

GoString returns the string representation

func (*EnvForCreateDeploymentInput) SetName

SetName sets the Name field's value.

func (*EnvForCreateDeploymentInput) SetValue

SetValue sets the Value field's value.

func (EnvForCreateDeploymentInput) String

String returns the string representation

type EnvForCreateJobInput

type EnvForCreateJobInput struct {
	IsPrivate *bool `type:"boolean" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EnvForCreateJobInput) GoString

func (s EnvForCreateJobInput) GoString() string

GoString returns the string representation

func (*EnvForCreateJobInput) SetIsPrivate

func (s *EnvForCreateJobInput) SetIsPrivate(v bool) *EnvForCreateJobInput

SetIsPrivate sets the IsPrivate field's value.

func (*EnvForCreateJobInput) SetName

SetName sets the Name field's value.

func (*EnvForCreateJobInput) SetValue

SetValue sets the Value field's value.

func (EnvForCreateJobInput) String

func (s EnvForCreateJobInput) String() string

String returns the string representation

type EnvForGetDeploymentOutput

type EnvForGetDeploymentOutput struct {
	Name *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EnvForGetDeploymentOutput) GoString

func (s EnvForGetDeploymentOutput) GoString() string

GoString returns the string representation

func (*EnvForGetDeploymentOutput) SetName

SetName sets the Name field's value.

func (*EnvForGetDeploymentOutput) SetValue

SetValue sets the Value field's value.

func (EnvForGetDeploymentOutput) String

func (s EnvForGetDeploymentOutput) String() string

String returns the string representation

type EnvForGetJobOutput

type EnvForGetJobOutput struct {
	IsPrivate *bool `type:"boolean" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EnvForGetJobOutput) GoString

func (s EnvForGetJobOutput) GoString() string

GoString returns the string representation

func (*EnvForGetJobOutput) SetIsPrivate

func (s *EnvForGetJobOutput) SetIsPrivate(v bool) *EnvForGetJobOutput

SetIsPrivate sets the IsPrivate field's value.

func (*EnvForGetJobOutput) SetName

SetName sets the Name field's value.

func (*EnvForGetJobOutput) SetValue

SetValue sets the Value field's value.

func (EnvForGetJobOutput) String

func (s EnvForGetJobOutput) String() string

String returns the string representation

type EnvForUpdateDeploymentInput

type EnvForUpdateDeploymentInput struct {
	Name *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EnvForUpdateDeploymentInput) GoString

func (s EnvForUpdateDeploymentInput) GoString() string

GoString returns the string representation

func (*EnvForUpdateDeploymentInput) SetName

SetName sets the Name field's value.

func (*EnvForUpdateDeploymentInput) SetValue

SetValue sets the Value field's value.

func (EnvForUpdateDeploymentInput) String

String returns the string representation

type ExecForCreateDeploymentInput

type ExecForCreateDeploymentInput struct {
	Command *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ExecForCreateDeploymentInput) GoString

func (s ExecForCreateDeploymentInput) GoString() string

GoString returns the string representation

func (*ExecForCreateDeploymentInput) SetCommand

SetCommand sets the Command field's value.

func (ExecForCreateDeploymentInput) String

String returns the string representation

type ExecForGetDeploymentOutput

type ExecForGetDeploymentOutput struct {
	Command *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ExecForGetDeploymentOutput) GoString

func (s ExecForGetDeploymentOutput) GoString() string

GoString returns the string representation

func (*ExecForGetDeploymentOutput) SetCommand

SetCommand sets the Command field's value.

func (ExecForGetDeploymentOutput) String

String returns the string representation

type ExecForUpdateDeploymentInput

type ExecForUpdateDeploymentInput struct {
	Command *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ExecForUpdateDeploymentInput) GoString

func (s ExecForUpdateDeploymentInput) GoString() string

GoString returns the string representation

func (*ExecForUpdateDeploymentInput) SetCommand

SetCommand sets the Command field's value.

func (ExecForUpdateDeploymentInput) String

String returns the string representation

type FlexibleResourceClaimForCreateDeploymentInput

type FlexibleResourceClaimForCreateDeploymentInput struct {
	Cpu *float64 `type:"double" json:",omitempty"`

	Family *string `type:"string" json:",omitempty"`

	GpuCount *float64 `type:"double" json:",omitempty"`

	GpuType *string `type:"string" json:",omitempty"`

	MemoryGiB *float64 `type:"double" json:",omitempty"`

	RdmaEniCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FlexibleResourceClaimForCreateDeploymentInput) GoString

GoString returns the string representation

func (*FlexibleResourceClaimForCreateDeploymentInput) SetCpu

SetCpu sets the Cpu field's value.

func (*FlexibleResourceClaimForCreateDeploymentInput) SetFamily

SetFamily sets the Family field's value.

func (*FlexibleResourceClaimForCreateDeploymentInput) SetGpuCount

SetGpuCount sets the GpuCount field's value.

func (*FlexibleResourceClaimForCreateDeploymentInput) SetGpuType

SetGpuType sets the GpuType field's value.

func (*FlexibleResourceClaimForCreateDeploymentInput) SetMemoryGiB

SetMemoryGiB sets the MemoryGiB field's value.

func (*FlexibleResourceClaimForCreateDeploymentInput) SetRdmaEniCount

SetRdmaEniCount sets the RdmaEniCount field's value.

func (FlexibleResourceClaimForCreateDeploymentInput) String

String returns the string representation

type FlexibleResourceClaimForCreateDevInstanceInput

type FlexibleResourceClaimForCreateDevInstanceInput struct {
	Cpu *float64 `type:"double" json:",omitempty"`

	Family *string `type:"string" json:",omitempty"`

	GpuCount *float64 `type:"double" json:",omitempty"`

	GpuType *string `type:"string" json:",omitempty"`

	MemoryGiB *float64 `type:"double" json:",omitempty"`

	RdmaEniCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FlexibleResourceClaimForCreateDevInstanceInput) GoString

GoString returns the string representation

func (*FlexibleResourceClaimForCreateDevInstanceInput) SetCpu

SetCpu sets the Cpu field's value.

func (*FlexibleResourceClaimForCreateDevInstanceInput) SetFamily

SetFamily sets the Family field's value.

func (*FlexibleResourceClaimForCreateDevInstanceInput) SetGpuCount

SetGpuCount sets the GpuCount field's value.

func (*FlexibleResourceClaimForCreateDevInstanceInput) SetGpuType

SetGpuType sets the GpuType field's value.

func (*FlexibleResourceClaimForCreateDevInstanceInput) SetMemoryGiB

SetMemoryGiB sets the MemoryGiB field's value.

func (*FlexibleResourceClaimForCreateDevInstanceInput) SetRdmaEniCount

SetRdmaEniCount sets the RdmaEniCount field's value.

func (FlexibleResourceClaimForCreateDevInstanceInput) String

String returns the string representation

type FlexibleResourceClaimForCreateJobInput

type FlexibleResourceClaimForCreateJobInput struct {
	Cpu *float64 `type:"double" json:",omitempty"`

	Family *string `type:"string" json:",omitempty"`

	GpuCount *float64 `type:"double" json:",omitempty"`

	GpuType *string `type:"string" json:",omitempty"`

	MemoryGiB *float64 `type:"double" json:",omitempty"`

	RdmaEniCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FlexibleResourceClaimForCreateJobInput) GoString

GoString returns the string representation

func (*FlexibleResourceClaimForCreateJobInput) SetCpu

SetCpu sets the Cpu field's value.

func (*FlexibleResourceClaimForCreateJobInput) SetFamily

SetFamily sets the Family field's value.

func (*FlexibleResourceClaimForCreateJobInput) SetGpuCount

SetGpuCount sets the GpuCount field's value.

func (*FlexibleResourceClaimForCreateJobInput) SetGpuType

SetGpuType sets the GpuType field's value.

func (*FlexibleResourceClaimForCreateJobInput) SetMemoryGiB

SetMemoryGiB sets the MemoryGiB field's value.

func (*FlexibleResourceClaimForCreateJobInput) SetRdmaEniCount

SetRdmaEniCount sets the RdmaEniCount field's value.

func (FlexibleResourceClaimForCreateJobInput) String

String returns the string representation

type FlexibleResourceClaimForGetDeploymentOutput

type FlexibleResourceClaimForGetDeploymentOutput struct {
	Cpu *float64 `type:"double" json:",omitempty"`

	Family *string `type:"string" json:",omitempty"`

	GpuCount *float64 `type:"double" json:",omitempty"`

	GpuType *string `type:"string" json:",omitempty"`

	MemoryGiB *float64 `type:"double" json:",omitempty"`

	RdmaEniCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FlexibleResourceClaimForGetDeploymentOutput) GoString

GoString returns the string representation

func (*FlexibleResourceClaimForGetDeploymentOutput) SetCpu

SetCpu sets the Cpu field's value.

func (*FlexibleResourceClaimForGetDeploymentOutput) SetFamily

SetFamily sets the Family field's value.

func (*FlexibleResourceClaimForGetDeploymentOutput) SetGpuCount

SetGpuCount sets the GpuCount field's value.

func (*FlexibleResourceClaimForGetDeploymentOutput) SetGpuType

SetGpuType sets the GpuType field's value.

func (*FlexibleResourceClaimForGetDeploymentOutput) SetMemoryGiB

SetMemoryGiB sets the MemoryGiB field's value.

func (*FlexibleResourceClaimForGetDeploymentOutput) SetRdmaEniCount

SetRdmaEniCount sets the RdmaEniCount field's value.

func (FlexibleResourceClaimForGetDeploymentOutput) String

String returns the string representation

type FlexibleResourceClaimForGetDevInstanceOutput

type FlexibleResourceClaimForGetDevInstanceOutput struct {
	Cpu *float64 `type:"double" json:",omitempty"`

	Family *string `type:"string" json:",omitempty"`

	GpuCount *float64 `type:"double" json:",omitempty"`

	GpuType *string `type:"string" json:",omitempty"`

	MemoryGiB *float64 `type:"double" json:",omitempty"`

	RdmaEniCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FlexibleResourceClaimForGetDevInstanceOutput) GoString

GoString returns the string representation

func (*FlexibleResourceClaimForGetDevInstanceOutput) SetCpu

SetCpu sets the Cpu field's value.

func (*FlexibleResourceClaimForGetDevInstanceOutput) SetFamily

SetFamily sets the Family field's value.

func (*FlexibleResourceClaimForGetDevInstanceOutput) SetGpuCount

SetGpuCount sets the GpuCount field's value.

func (*FlexibleResourceClaimForGetDevInstanceOutput) SetGpuType

SetGpuType sets the GpuType field's value.

func (*FlexibleResourceClaimForGetDevInstanceOutput) SetMemoryGiB

SetMemoryGiB sets the MemoryGiB field's value.

func (*FlexibleResourceClaimForGetDevInstanceOutput) SetRdmaEniCount

SetRdmaEniCount sets the RdmaEniCount field's value.

func (FlexibleResourceClaimForGetDevInstanceOutput) String

String returns the string representation

type FlexibleResourceClaimForGetJobOutput

type FlexibleResourceClaimForGetJobOutput struct {
	Cpu *float64 `type:"double" json:",omitempty"`

	Family *string `type:"string" json:",omitempty"`

	GpuCount *float64 `type:"double" json:",omitempty"`

	GpuType *string `type:"string" json:",omitempty"`

	MemoryGiB *float64 `type:"double" json:",omitempty"`

	RdmaEniCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FlexibleResourceClaimForGetJobOutput) GoString

GoString returns the string representation

func (*FlexibleResourceClaimForGetJobOutput) SetCpu

SetCpu sets the Cpu field's value.

func (*FlexibleResourceClaimForGetJobOutput) SetFamily

SetFamily sets the Family field's value.

func (*FlexibleResourceClaimForGetJobOutput) SetGpuCount

SetGpuCount sets the GpuCount field's value.

func (*FlexibleResourceClaimForGetJobOutput) SetGpuType

SetGpuType sets the GpuType field's value.

func (*FlexibleResourceClaimForGetJobOutput) SetMemoryGiB

SetMemoryGiB sets the MemoryGiB field's value.

func (*FlexibleResourceClaimForGetJobOutput) SetRdmaEniCount

SetRdmaEniCount sets the RdmaEniCount field's value.

func (FlexibleResourceClaimForGetJobOutput) String

String returns the string representation

type FlexibleResourceClaimForListDevInstancesOutput

type FlexibleResourceClaimForListDevInstancesOutput struct {
	Cpu *float64 `type:"double" json:",omitempty"`

	Family *string `type:"string" json:",omitempty"`

	GpuCount *float64 `type:"double" json:",omitempty"`

	GpuType *string `type:"string" json:",omitempty"`

	MemoryGiB *float64 `type:"double" json:",omitempty"`

	RdmaEniCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FlexibleResourceClaimForListDevInstancesOutput) GoString

GoString returns the string representation

func (*FlexibleResourceClaimForListDevInstancesOutput) SetCpu

SetCpu sets the Cpu field's value.

func (*FlexibleResourceClaimForListDevInstancesOutput) SetFamily

SetFamily sets the Family field's value.

func (*FlexibleResourceClaimForListDevInstancesOutput) SetGpuCount

SetGpuCount sets the GpuCount field's value.

func (*FlexibleResourceClaimForListDevInstancesOutput) SetGpuType

SetGpuType sets the GpuType field's value.

func (*FlexibleResourceClaimForListDevInstancesOutput) SetMemoryGiB

SetMemoryGiB sets the MemoryGiB field's value.

func (*FlexibleResourceClaimForListDevInstancesOutput) SetRdmaEniCount

SetRdmaEniCount sets the RdmaEniCount field's value.

func (FlexibleResourceClaimForListDevInstancesOutput) String

String returns the string representation

type FlexibleResourceClaimForListJobInstancesOutput

type FlexibleResourceClaimForListJobInstancesOutput struct {
	Cpu *float64 `type:"double" json:",omitempty"`

	Family *string `type:"string" json:",omitempty"`

	GpuCount *float64 `type:"double" json:",omitempty"`

	GpuType *string `type:"string" json:",omitempty"`

	MemoryGiB *float64 `type:"double" json:",omitempty"`

	RdmaEniCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FlexibleResourceClaimForListJobInstancesOutput) GoString

GoString returns the string representation

func (*FlexibleResourceClaimForListJobInstancesOutput) SetCpu

SetCpu sets the Cpu field's value.

func (*FlexibleResourceClaimForListJobInstancesOutput) SetFamily

SetFamily sets the Family field's value.

func (*FlexibleResourceClaimForListJobInstancesOutput) SetGpuCount

SetGpuCount sets the GpuCount field's value.

func (*FlexibleResourceClaimForListJobInstancesOutput) SetGpuType

SetGpuType sets the GpuType field's value.

func (*FlexibleResourceClaimForListJobInstancesOutput) SetMemoryGiB

SetMemoryGiB sets the MemoryGiB field's value.

func (*FlexibleResourceClaimForListJobInstancesOutput) SetRdmaEniCount

SetRdmaEniCount sets the RdmaEniCount field's value.

func (FlexibleResourceClaimForListJobInstancesOutput) String

String returns the string representation

type FlexibleResourceClaimForListJobsOutput

type FlexibleResourceClaimForListJobsOutput struct {
	Cpu *float64 `type:"double" json:",omitempty"`

	Family *string `type:"string" json:",omitempty"`

	GpuCount *float64 `type:"double" json:",omitempty"`

	GpuType *string `type:"string" json:",omitempty"`

	MemoryGiB *float64 `type:"double" json:",omitempty"`

	RdmaEniCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FlexibleResourceClaimForListJobsOutput) GoString

GoString returns the string representation

func (*FlexibleResourceClaimForListJobsOutput) SetCpu

SetCpu sets the Cpu field's value.

func (*FlexibleResourceClaimForListJobsOutput) SetFamily

SetFamily sets the Family field's value.

func (*FlexibleResourceClaimForListJobsOutput) SetGpuCount

SetGpuCount sets the GpuCount field's value.

func (*FlexibleResourceClaimForListJobsOutput) SetGpuType

SetGpuType sets the GpuType field's value.

func (*FlexibleResourceClaimForListJobsOutput) SetMemoryGiB

SetMemoryGiB sets the MemoryGiB field's value.

func (*FlexibleResourceClaimForListJobsOutput) SetRdmaEniCount

SetRdmaEniCount sets the RdmaEniCount field's value.

func (FlexibleResourceClaimForListJobsOutput) String

String returns the string representation

type FlexibleResourceClaimForUpdateDeploymentInput

type FlexibleResourceClaimForUpdateDeploymentInput struct {
	Cpu *float64 `type:"double" json:",omitempty"`

	Family *string `type:"string" json:",omitempty"`

	GpuCount *float64 `type:"double" json:",omitempty"`

	GpuType *string `type:"string" json:",omitempty"`

	MemoryGiB *float64 `type:"double" json:",omitempty"`

	RdmaEniCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FlexibleResourceClaimForUpdateDeploymentInput) GoString

GoString returns the string representation

func (*FlexibleResourceClaimForUpdateDeploymentInput) SetCpu

SetCpu sets the Cpu field's value.

func (*FlexibleResourceClaimForUpdateDeploymentInput) SetFamily

SetFamily sets the Family field's value.

func (*FlexibleResourceClaimForUpdateDeploymentInput) SetGpuCount

SetGpuCount sets the GpuCount field's value.

func (*FlexibleResourceClaimForUpdateDeploymentInput) SetGpuType

SetGpuType sets the GpuType field's value.

func (*FlexibleResourceClaimForUpdateDeploymentInput) SetMemoryGiB

SetMemoryGiB sets the MemoryGiB field's value.

func (*FlexibleResourceClaimForUpdateDeploymentInput) SetRdmaEniCount

SetRdmaEniCount sets the RdmaEniCount field's value.

func (FlexibleResourceClaimForUpdateDeploymentInput) String

String returns the string representation

type FlexibleResourceClaimForUpdateDevInstanceInput

type FlexibleResourceClaimForUpdateDevInstanceInput struct {
	Cpu *float64 `type:"double" json:",omitempty"`

	Family *string `type:"string" json:",omitempty"`

	GpuCount *float64 `type:"double" json:",omitempty"`

	GpuType *string `type:"string" json:",omitempty"`

	MemoryGiB *float64 `type:"double" json:",omitempty"`

	RdmaEniCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FlexibleResourceClaimForUpdateDevInstanceInput) GoString

GoString returns the string representation

func (*FlexibleResourceClaimForUpdateDevInstanceInput) SetCpu

SetCpu sets the Cpu field's value.

func (*FlexibleResourceClaimForUpdateDevInstanceInput) SetFamily

SetFamily sets the Family field's value.

func (*FlexibleResourceClaimForUpdateDevInstanceInput) SetGpuCount

SetGpuCount sets the GpuCount field's value.

func (*FlexibleResourceClaimForUpdateDevInstanceInput) SetGpuType

SetGpuType sets the GpuType field's value.

func (*FlexibleResourceClaimForUpdateDevInstanceInput) SetMemoryGiB

SetMemoryGiB sets the MemoryGiB field's value.

func (*FlexibleResourceClaimForUpdateDevInstanceInput) SetRdmaEniCount

SetRdmaEniCount sets the RdmaEniCount field's value.

func (FlexibleResourceClaimForUpdateDevInstanceInput) String

String returns the string representation

type GeneralIdleRuleForCreateResourceQueueInput

type GeneralIdleRuleForCreateResourceQueueInput struct {
	Enabled *bool `type:"boolean" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	IdleShutdownRuleTypes []*string `type:"list" json:",omitempty"`

	MinutePeriod *int32 `type:"int32" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`

	Threshold *float64 `type:"double" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GeneralIdleRuleForCreateResourceQueueInput) GoString

GoString returns the string representation

func (*GeneralIdleRuleForCreateResourceQueueInput) SetEnabled

SetEnabled sets the Enabled field's value.

func (*GeneralIdleRuleForCreateResourceQueueInput) SetId

SetId sets the Id field's value.

func (*GeneralIdleRuleForCreateResourceQueueInput) SetIdleShutdownRuleTypes

SetIdleShutdownRuleTypes sets the IdleShutdownRuleTypes field's value.

func (*GeneralIdleRuleForCreateResourceQueueInput) SetMinutePeriod

SetMinutePeriod sets the MinutePeriod field's value.

func (*GeneralIdleRuleForCreateResourceQueueInput) SetPeriod

SetPeriod sets the Period field's value.

func (*GeneralIdleRuleForCreateResourceQueueInput) SetThreshold

SetThreshold sets the Threshold field's value.

func (GeneralIdleRuleForCreateResourceQueueInput) String

String returns the string representation

type GeneralIdleRuleForGetResourceQueueOutput

type GeneralIdleRuleForGetResourceQueueOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	CreatorTrn *string `type:"string" json:",omitempty"`

	Enabled *bool `type:"boolean" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	IdleShutdownRuleTypes []*string `type:"list" json:",omitempty"`

	MinutePeriod *int32 `type:"int32" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`

	Threshold *float64 `type:"double" json:",omitempty"`

	TriggeredTimes *int32 `type:"int32" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	UpdatorTrn *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GeneralIdleRuleForGetResourceQueueOutput) GoString

GoString returns the string representation

func (*GeneralIdleRuleForGetResourceQueueOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*GeneralIdleRuleForGetResourceQueueOutput) SetCreatorTrn

SetCreatorTrn sets the CreatorTrn field's value.

func (*GeneralIdleRuleForGetResourceQueueOutput) SetEnabled

SetEnabled sets the Enabled field's value.

func (*GeneralIdleRuleForGetResourceQueueOutput) SetId

SetId sets the Id field's value.

func (*GeneralIdleRuleForGetResourceQueueOutput) SetIdleShutdownRuleTypes

SetIdleShutdownRuleTypes sets the IdleShutdownRuleTypes field's value.

func (*GeneralIdleRuleForGetResourceQueueOutput) SetMinutePeriod

SetMinutePeriod sets the MinutePeriod field's value.

func (*GeneralIdleRuleForGetResourceQueueOutput) SetPeriod

SetPeriod sets the Period field's value.

func (*GeneralIdleRuleForGetResourceQueueOutput) SetThreshold

SetThreshold sets the Threshold field's value.

func (*GeneralIdleRuleForGetResourceQueueOutput) SetTriggeredTimes

SetTriggeredTimes sets the TriggeredTimes field's value.

func (*GeneralIdleRuleForGetResourceQueueOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*GeneralIdleRuleForGetResourceQueueOutput) SetUpdatorTrn

SetUpdatorTrn sets the UpdatorTrn field's value.

func (GeneralIdleRuleForGetResourceQueueOutput) String

String returns the string representation

type GeneralIdleRuleForListResourceQueuesOutput

type GeneralIdleRuleForListResourceQueuesOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	CreatorTrn *string `type:"string" json:",omitempty"`

	Enabled *bool `type:"boolean" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	IdleShutdownRuleTypes []*string `type:"list" json:",omitempty"`

	MinutePeriod *int32 `type:"int32" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`

	Threshold *float64 `type:"double" json:",omitempty"`

	TriggeredTimes *int32 `type:"int32" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	UpdatorTrn *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GeneralIdleRuleForListResourceQueuesOutput) GoString

GoString returns the string representation

func (*GeneralIdleRuleForListResourceQueuesOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*GeneralIdleRuleForListResourceQueuesOutput) SetCreatorTrn

SetCreatorTrn sets the CreatorTrn field's value.

func (*GeneralIdleRuleForListResourceQueuesOutput) SetEnabled

SetEnabled sets the Enabled field's value.

func (*GeneralIdleRuleForListResourceQueuesOutput) SetId

SetId sets the Id field's value.

func (*GeneralIdleRuleForListResourceQueuesOutput) SetIdleShutdownRuleTypes

SetIdleShutdownRuleTypes sets the IdleShutdownRuleTypes field's value.

func (*GeneralIdleRuleForListResourceQueuesOutput) SetMinutePeriod

SetMinutePeriod sets the MinutePeriod field's value.

func (*GeneralIdleRuleForListResourceQueuesOutput) SetPeriod

SetPeriod sets the Period field's value.

func (*GeneralIdleRuleForListResourceQueuesOutput) SetThreshold

SetThreshold sets the Threshold field's value.

func (*GeneralIdleRuleForListResourceQueuesOutput) SetTriggeredTimes

SetTriggeredTimes sets the TriggeredTimes field's value.

func (*GeneralIdleRuleForListResourceQueuesOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*GeneralIdleRuleForListResourceQueuesOutput) SetUpdatorTrn

SetUpdatorTrn sets the UpdatorTrn field's value.

func (GeneralIdleRuleForListResourceQueuesOutput) String

String returns the string representation

type GeneralIdleRuleForUpdateResourceQueueInput

type GeneralIdleRuleForUpdateResourceQueueInput struct {
	Enabled *bool `type:"boolean" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	IdleShutdownRuleTypes []*string `type:"list" json:",omitempty"`

	MinutePeriod *int32 `type:"int32" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`

	Threshold *float64 `type:"double" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GeneralIdleRuleForUpdateResourceQueueInput) GoString

GoString returns the string representation

func (*GeneralIdleRuleForUpdateResourceQueueInput) SetEnabled

SetEnabled sets the Enabled field's value.

func (*GeneralIdleRuleForUpdateResourceQueueInput) SetId

SetId sets the Id field's value.

func (*GeneralIdleRuleForUpdateResourceQueueInput) SetIdleShutdownRuleTypes

SetIdleShutdownRuleTypes sets the IdleShutdownRuleTypes field's value.

func (*GeneralIdleRuleForUpdateResourceQueueInput) SetMinutePeriod

SetMinutePeriod sets the MinutePeriod field's value.

func (*GeneralIdleRuleForUpdateResourceQueueInput) SetPeriod

SetPeriod sets the Period field's value.

func (*GeneralIdleRuleForUpdateResourceQueueInput) SetThreshold

SetThreshold sets the Threshold field's value.

func (GeneralIdleRuleForUpdateResourceQueueInput) String

String returns the string representation

type GetDeploymentInput

type GetDeploymentInput struct {
	HistoryVersionLimit *int32 `max:"100" type:"int32" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	IncludeInstanceItems *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetDeploymentInput) GoString

func (s GetDeploymentInput) GoString() string

GoString returns the string representation

func (*GetDeploymentInput) SetHistoryVersionLimit added in v1.1.19

func (s *GetDeploymentInput) SetHistoryVersionLimit(v int32) *GetDeploymentInput

SetHistoryVersionLimit sets the HistoryVersionLimit field's value.

func (*GetDeploymentInput) SetId

SetId sets the Id field's value.

func (*GetDeploymentInput) SetIncludeInstanceItems added in v1.1.19

func (s *GetDeploymentInput) SetIncludeInstanceItems(v bool) *GetDeploymentInput

SetIncludeInstanceItems sets the IncludeInstanceItems field's value.

func (GetDeploymentInput) String

func (s GetDeploymentInput) String() string

String returns the string representation

func (*GetDeploymentInput) Validate

func (s *GetDeploymentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetDeploymentOutput

type GetDeploymentOutput struct {
	Metadata *response.ResponseMetadata

	CreateTime *string `type:"string" json:",omitempty"`

	CreatedBy *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	HistoryVersions []*HistoryVersionForGetDeploymentOutput `type:"list" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	InstanceItems []*InstanceItemForGetDeploymentOutput `type:"list" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Priority *int32 `type:"int32" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	ResourceQueueId *string `type:"string" json:",omitempty"`

	Roles []*RoleForGetDeploymentOutput `type:"list" json:",omitempty"`

	ServiceId *string `type:"string" json:",omitempty"`

	Status *ConvertStatusForGetDeploymentOutput `type:"structure" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetDeploymentOutput) GoString

func (s GetDeploymentOutput) GoString() string

GoString returns the string representation

func (*GetDeploymentOutput) SetCreateTime

func (s *GetDeploymentOutput) SetCreateTime(v string) *GetDeploymentOutput

SetCreateTime sets the CreateTime field's value.

func (*GetDeploymentOutput) SetCreatedBy

func (s *GetDeploymentOutput) SetCreatedBy(v string) *GetDeploymentOutput

SetCreatedBy sets the CreatedBy field's value.

func (*GetDeploymentOutput) SetDescription

func (s *GetDeploymentOutput) SetDescription(v string) *GetDeploymentOutput

SetDescription sets the Description field's value.

func (*GetDeploymentOutput) SetHistoryVersions

SetHistoryVersions sets the HistoryVersions field's value.

func (*GetDeploymentOutput) SetId

SetId sets the Id field's value.

func (*GetDeploymentOutput) SetInstanceItems

SetInstanceItems sets the InstanceItems field's value.

func (*GetDeploymentOutput) SetName

SetName sets the Name field's value.

func (*GetDeploymentOutput) SetPriority

func (s *GetDeploymentOutput) SetPriority(v int32) *GetDeploymentOutput

SetPriority sets the Priority field's value.

func (*GetDeploymentOutput) SetProjectName added in v1.1.33

func (s *GetDeploymentOutput) SetProjectName(v string) *GetDeploymentOutput

SetProjectName sets the ProjectName field's value.

func (*GetDeploymentOutput) SetResourceQueueId

func (s *GetDeploymentOutput) SetResourceQueueId(v string) *GetDeploymentOutput

SetResourceQueueId sets the ResourceQueueId field's value.

func (*GetDeploymentOutput) SetRoles

SetRoles sets the Roles field's value.

func (*GetDeploymentOutput) SetServiceId

func (s *GetDeploymentOutput) SetServiceId(v string) *GetDeploymentOutput

SetServiceId sets the ServiceId field's value.

func (*GetDeploymentOutput) SetStatus

SetStatus sets the Status field's value.

func (*GetDeploymentOutput) SetUpdateTime

func (s *GetDeploymentOutput) SetUpdateTime(v string) *GetDeploymentOutput

SetUpdateTime sets the UpdateTime field's value.

func (GetDeploymentOutput) String

func (s GetDeploymentOutput) String() string

String returns the string representation

type GetDevInstanceInput

type GetDevInstanceInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetDevInstanceInput) GoString

func (s GetDevInstanceInput) GoString() string

GoString returns the string representation

func (*GetDevInstanceInput) SetId

SetId sets the Id field's value.

func (GetDevInstanceInput) String

func (s GetDevInstanceInput) String() string

String returns the string representation

func (*GetDevInstanceInput) Validate

func (s *GetDevInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetDevInstanceOutput

type GetDevInstanceOutput struct {
	Metadata *response.ResponseMetadata

	AllowImageBuild *bool `type:"boolean" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	CreatorTrn *string `type:"string" json:",omitempty"`

	Credential *CredentialForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	DefaultFolder *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	ExpectedStopTime *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Image *ImageForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	IsBuildingImage *bool `type:"boolean" json:",omitempty"`

	IsaacApiKey *string `type:"string" json:",omitempty"`

	LaunchTime *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	NodeAffinitySpec *NodeAffinitySpecForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	NumaAffinity *string `type:"string" json:",omitempty"`

	NumaStatus *string `type:"string" json:",omitempty"`

	Ports []*PortForGetDevInstanceOutput `type:"list" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	ResourceClaim *ResourceClaimForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	ResourceQueueId *string `type:"string" json:",omitempty"`

	ResourceReservationPlanId *string `type:"string" json:",omitempty"`

	SshPublicKey *string `type:"string" json:",omitempty"`

	Status *StatusForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	StopTime *string `type:"string" json:",omitempty"`

	StoppedTime *string `type:"string" json:",omitempty"`

	Storages []*StorageForGetDevInstanceOutput `type:"list" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	Volume *VolumeForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	ZoneID *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetDevInstanceOutput) GoString

func (s GetDevInstanceOutput) GoString() string

GoString returns the string representation

func (*GetDevInstanceOutput) SetAllowImageBuild

func (s *GetDevInstanceOutput) SetAllowImageBuild(v bool) *GetDevInstanceOutput

SetAllowImageBuild sets the AllowImageBuild field's value.

func (*GetDevInstanceOutput) SetCreateTime

func (s *GetDevInstanceOutput) SetCreateTime(v string) *GetDevInstanceOutput

SetCreateTime sets the CreateTime field's value.

func (*GetDevInstanceOutput) SetCreatorTrn

func (s *GetDevInstanceOutput) SetCreatorTrn(v string) *GetDevInstanceOutput

SetCreatorTrn sets the CreatorTrn field's value.

func (*GetDevInstanceOutput) SetCredential added in v1.1.49

SetCredential sets the Credential field's value.

func (*GetDevInstanceOutput) SetDefaultFolder added in v1.1.33

func (s *GetDevInstanceOutput) SetDefaultFolder(v string) *GetDevInstanceOutput

SetDefaultFolder sets the DefaultFolder field's value.

func (*GetDevInstanceOutput) SetDescription

func (s *GetDevInstanceOutput) SetDescription(v string) *GetDevInstanceOutput

SetDescription sets the Description field's value.

func (*GetDevInstanceOutput) SetExpectedStopTime

func (s *GetDevInstanceOutput) SetExpectedStopTime(v string) *GetDevInstanceOutput

SetExpectedStopTime sets the ExpectedStopTime field's value.

func (*GetDevInstanceOutput) SetId

SetId sets the Id field's value.

func (*GetDevInstanceOutput) SetImage

SetImage sets the Image field's value.

func (*GetDevInstanceOutput) SetIsBuildingImage

func (s *GetDevInstanceOutput) SetIsBuildingImage(v bool) *GetDevInstanceOutput

SetIsBuildingImage sets the IsBuildingImage field's value.

func (*GetDevInstanceOutput) SetIsaacApiKey added in v1.2.1

func (s *GetDevInstanceOutput) SetIsaacApiKey(v string) *GetDevInstanceOutput

SetIsaacApiKey sets the IsaacApiKey field's value.

func (*GetDevInstanceOutput) SetLaunchTime

func (s *GetDevInstanceOutput) SetLaunchTime(v string) *GetDevInstanceOutput

SetLaunchTime sets the LaunchTime field's value.

func (*GetDevInstanceOutput) SetName

SetName sets the Name field's value.

func (*GetDevInstanceOutput) SetNodeAffinitySpec

SetNodeAffinitySpec sets the NodeAffinitySpec field's value.

func (*GetDevInstanceOutput) SetNumaAffinity added in v1.1.19

func (s *GetDevInstanceOutput) SetNumaAffinity(v string) *GetDevInstanceOutput

SetNumaAffinity sets the NumaAffinity field's value.

func (*GetDevInstanceOutput) SetNumaStatus added in v1.1.19

func (s *GetDevInstanceOutput) SetNumaStatus(v string) *GetDevInstanceOutput

SetNumaStatus sets the NumaStatus field's value.

func (*GetDevInstanceOutput) SetPorts

SetPorts sets the Ports field's value.

func (*GetDevInstanceOutput) SetProjectName added in v1.1.33

func (s *GetDevInstanceOutput) SetProjectName(v string) *GetDevInstanceOutput

SetProjectName sets the ProjectName field's value.

func (*GetDevInstanceOutput) SetResourceClaim

SetResourceClaim sets the ResourceClaim field's value.

func (*GetDevInstanceOutput) SetResourceQueueId

func (s *GetDevInstanceOutput) SetResourceQueueId(v string) *GetDevInstanceOutput

SetResourceQueueId sets the ResourceQueueId field's value.

func (*GetDevInstanceOutput) SetResourceReservationPlanId added in v1.1.33

func (s *GetDevInstanceOutput) SetResourceReservationPlanId(v string) *GetDevInstanceOutput

SetResourceReservationPlanId sets the ResourceReservationPlanId field's value.

func (*GetDevInstanceOutput) SetSshPublicKey

func (s *GetDevInstanceOutput) SetSshPublicKey(v string) *GetDevInstanceOutput

SetSshPublicKey sets the SshPublicKey field's value.

func (*GetDevInstanceOutput) SetStatus

SetStatus sets the Status field's value.

func (*GetDevInstanceOutput) SetStopTime

SetStopTime sets the StopTime field's value.

func (*GetDevInstanceOutput) SetStoppedTime

func (s *GetDevInstanceOutput) SetStoppedTime(v string) *GetDevInstanceOutput

SetStoppedTime sets the StoppedTime field's value.

func (*GetDevInstanceOutput) SetStorages

SetStorages sets the Storages field's value.

func (*GetDevInstanceOutput) SetUpdateTime

func (s *GetDevInstanceOutput) SetUpdateTime(v string) *GetDevInstanceOutput

SetUpdateTime sets the UpdateTime field's value.

func (*GetDevInstanceOutput) SetVolume

SetVolume sets the Volume field's value.

func (*GetDevInstanceOutput) SetZoneID

SetZoneID sets the ZoneID field's value.

func (GetDevInstanceOutput) String

func (s GetDevInstanceOutput) String() string

String returns the string representation

type GetInstanceTypeInput

type GetInstanceTypeInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetInstanceTypeInput) GoString

func (s GetInstanceTypeInput) GoString() string

GoString returns the string representation

func (*GetInstanceTypeInput) SetId

SetId sets the Id field's value.

func (GetInstanceTypeInput) String

func (s GetInstanceTypeInput) String() string

String returns the string representation

func (*GetInstanceTypeInput) Validate

func (s *GetInstanceTypeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetInstanceTypeOutput

type GetInstanceTypeOutput struct {
	Metadata *response.ResponseMetadata

	AvailableGPUMemoryMiB *int32 `type:"int32" json:",omitempty"`

	Cpu *float64 `type:"double" json:",omitempty"`

	EniCount *int32 `type:"int32" json:",omitempty"`

	EniMaximumBandwidthMbps *int32 `type:"int32" json:",omitempty"`

	Family *string `type:"string" json:",omitempty"`

	GpuCount *int32 `type:"int32" json:",omitempty"`

	GpuMemoryMiB *int32 `type:"int32" json:",omitempty"`

	GpuType *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Kind *string `type:"string" json:",omitempty"`

	MemoryMiB *float64 `type:"double" json:",omitempty"`

	NvmeSsdCount *int32 `type:"int32" json:",omitempty"`

	PriceByDay *float64 `type:"double" json:",omitempty"`

	PriceByHour *float64 `type:"double" json:",omitempty"`

	PriceByMonth *float64 `type:"double" json:",omitempty"`

	RdmaEniCount *int32 `type:"int32" json:",omitempty"`

	RdmaEniMaximumBandwidthMbps *int32 `type:"int32" json:",omitempty"`

	ReservationPlanPriceByHour *float64 `type:"double" json:",omitempty"`

	VolumeMaximumBandwidthMbps *int32 `type:"int32" json:",omitempty"`

	VolumeMaximumIops *int32 `type:"int32" json:",omitempty"`

	VolumeSupportedTypes []*string `type:"list" json:",omitempty"`

	ZoneInfo []*ZoneInfoForGetInstanceTypeOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetInstanceTypeOutput) GoString

func (s GetInstanceTypeOutput) GoString() string

GoString returns the string representation

func (*GetInstanceTypeOutput) SetAvailableGPUMemoryMiB

func (s *GetInstanceTypeOutput) SetAvailableGPUMemoryMiB(v int32) *GetInstanceTypeOutput

SetAvailableGPUMemoryMiB sets the AvailableGPUMemoryMiB field's value.

func (*GetInstanceTypeOutput) SetCpu

SetCpu sets the Cpu field's value.

func (*GetInstanceTypeOutput) SetEniCount

SetEniCount sets the EniCount field's value.

func (*GetInstanceTypeOutput) SetEniMaximumBandwidthMbps

func (s *GetInstanceTypeOutput) SetEniMaximumBandwidthMbps(v int32) *GetInstanceTypeOutput

SetEniMaximumBandwidthMbps sets the EniMaximumBandwidthMbps field's value.

func (*GetInstanceTypeOutput) SetFamily

SetFamily sets the Family field's value.

func (*GetInstanceTypeOutput) SetGpuCount

SetGpuCount sets the GpuCount field's value.

func (*GetInstanceTypeOutput) SetGpuMemoryMiB

func (s *GetInstanceTypeOutput) SetGpuMemoryMiB(v int32) *GetInstanceTypeOutput

SetGpuMemoryMiB sets the GpuMemoryMiB field's value.

func (*GetInstanceTypeOutput) SetGpuType

SetGpuType sets the GpuType field's value.

func (*GetInstanceTypeOutput) SetId

SetId sets the Id field's value.

func (*GetInstanceTypeOutput) SetKind

SetKind sets the Kind field's value.

func (*GetInstanceTypeOutput) SetMemoryMiB

SetMemoryMiB sets the MemoryMiB field's value.

func (*GetInstanceTypeOutput) SetNvmeSsdCount

func (s *GetInstanceTypeOutput) SetNvmeSsdCount(v int32) *GetInstanceTypeOutput

SetNvmeSsdCount sets the NvmeSsdCount field's value.

func (*GetInstanceTypeOutput) SetPriceByDay

SetPriceByDay sets the PriceByDay field's value.

func (*GetInstanceTypeOutput) SetPriceByHour

func (s *GetInstanceTypeOutput) SetPriceByHour(v float64) *GetInstanceTypeOutput

SetPriceByHour sets the PriceByHour field's value.

func (*GetInstanceTypeOutput) SetPriceByMonth

func (s *GetInstanceTypeOutput) SetPriceByMonth(v float64) *GetInstanceTypeOutput

SetPriceByMonth sets the PriceByMonth field's value.

func (*GetInstanceTypeOutput) SetRdmaEniCount

func (s *GetInstanceTypeOutput) SetRdmaEniCount(v int32) *GetInstanceTypeOutput

SetRdmaEniCount sets the RdmaEniCount field's value.

func (*GetInstanceTypeOutput) SetRdmaEniMaximumBandwidthMbps

func (s *GetInstanceTypeOutput) SetRdmaEniMaximumBandwidthMbps(v int32) *GetInstanceTypeOutput

SetRdmaEniMaximumBandwidthMbps sets the RdmaEniMaximumBandwidthMbps field's value.

func (*GetInstanceTypeOutput) SetReservationPlanPriceByHour added in v1.1.19

func (s *GetInstanceTypeOutput) SetReservationPlanPriceByHour(v float64) *GetInstanceTypeOutput

SetReservationPlanPriceByHour sets the ReservationPlanPriceByHour field's value.

func (*GetInstanceTypeOutput) SetVolumeMaximumBandwidthMbps

func (s *GetInstanceTypeOutput) SetVolumeMaximumBandwidthMbps(v int32) *GetInstanceTypeOutput

SetVolumeMaximumBandwidthMbps sets the VolumeMaximumBandwidthMbps field's value.

func (*GetInstanceTypeOutput) SetVolumeMaximumIops

func (s *GetInstanceTypeOutput) SetVolumeMaximumIops(v int32) *GetInstanceTypeOutput

SetVolumeMaximumIops sets the VolumeMaximumIops field's value.

func (*GetInstanceTypeOutput) SetVolumeSupportedTypes

func (s *GetInstanceTypeOutput) SetVolumeSupportedTypes(v []*string) *GetInstanceTypeOutput

SetVolumeSupportedTypes sets the VolumeSupportedTypes field's value.

func (*GetInstanceTypeOutput) SetZoneInfo

SetZoneInfo sets the ZoneInfo field's value.

func (GetInstanceTypeOutput) String

func (s GetInstanceTypeOutput) String() string

String returns the string representation

type GetJobInput

type GetJobInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetJobInput) GoString

func (s GetJobInput) GoString() string

GoString returns the string representation

func (*GetJobInput) SetId

func (s *GetJobInput) SetId(v string) *GetJobInput

SetId sets the Id field's value.

func (GetJobInput) String

func (s GetJobInput) String() string

String returns the string representation

func (*GetJobInput) Validate

func (s *GetJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetJobOutput

type GetJobOutput struct {
	Metadata *response.ResponseMetadata

	CreateTime *string `type:"string" json:",omitempty"`

	CreatedBy *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	DiagnoseConfig []*DiagnoseConfigForGetJobOutput `type:"list" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	InitialId *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	ObservableConfig *ObservableConfigForGetJobOutput `type:"structure" json:",omitempty"`

	PrivateNetworkConfig *PrivateNetworkConfigForGetJobOutput `type:"structure" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	ResourceConfig *ResourceConfigForGetJobOutput `type:"structure" json:",omitempty"`

	RetryConfig *RetryConfigForGetJobOutput `type:"structure" json:",omitempty"`

	RuntimeConfig *RuntimeConfigForGetJobOutput `type:"structure" json:",omitempty"`

	Status *StatusForGetJobOutput `type:"structure" json:",omitempty"`

	StopReason *string `type:"string" json:",omitempty"`

	StorageConfig *StorageConfigForGetJobOutput `type:"structure" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetJobOutput) GoString

func (s GetJobOutput) GoString() string

GoString returns the string representation

func (*GetJobOutput) SetCreateTime

func (s *GetJobOutput) SetCreateTime(v string) *GetJobOutput

SetCreateTime sets the CreateTime field's value.

func (*GetJobOutput) SetCreatedBy

func (s *GetJobOutput) SetCreatedBy(v string) *GetJobOutput

SetCreatedBy sets the CreatedBy field's value.

func (*GetJobOutput) SetDescription

func (s *GetJobOutput) SetDescription(v string) *GetJobOutput

SetDescription sets the Description field's value.

func (*GetJobOutput) SetDiagnoseConfig

func (s *GetJobOutput) SetDiagnoseConfig(v []*DiagnoseConfigForGetJobOutput) *GetJobOutput

SetDiagnoseConfig sets the DiagnoseConfig field's value.

func (*GetJobOutput) SetId

func (s *GetJobOutput) SetId(v string) *GetJobOutput

SetId sets the Id field's value.

func (*GetJobOutput) SetInitialId

func (s *GetJobOutput) SetInitialId(v string) *GetJobOutput

SetInitialId sets the InitialId field's value.

func (*GetJobOutput) SetName

func (s *GetJobOutput) SetName(v string) *GetJobOutput

SetName sets the Name field's value.

func (*GetJobOutput) SetObservableConfig

func (s *GetJobOutput) SetObservableConfig(v *ObservableConfigForGetJobOutput) *GetJobOutput

SetObservableConfig sets the ObservableConfig field's value.

func (*GetJobOutput) SetPrivateNetworkConfig

func (s *GetJobOutput) SetPrivateNetworkConfig(v *PrivateNetworkConfigForGetJobOutput) *GetJobOutput

SetPrivateNetworkConfig sets the PrivateNetworkConfig field's value.

func (*GetJobOutput) SetProjectName added in v1.1.33

func (s *GetJobOutput) SetProjectName(v string) *GetJobOutput

SetProjectName sets the ProjectName field's value.

func (*GetJobOutput) SetResourceConfig

func (s *GetJobOutput) SetResourceConfig(v *ResourceConfigForGetJobOutput) *GetJobOutput

SetResourceConfig sets the ResourceConfig field's value.

func (*GetJobOutput) SetRetryConfig

func (s *GetJobOutput) SetRetryConfig(v *RetryConfigForGetJobOutput) *GetJobOutput

SetRetryConfig sets the RetryConfig field's value.

func (*GetJobOutput) SetRuntimeConfig

func (s *GetJobOutput) SetRuntimeConfig(v *RuntimeConfigForGetJobOutput) *GetJobOutput

SetRuntimeConfig sets the RuntimeConfig field's value.

func (*GetJobOutput) SetStatus

SetStatus sets the Status field's value.

func (*GetJobOutput) SetStopReason added in v1.1.19

func (s *GetJobOutput) SetStopReason(v string) *GetJobOutput

SetStopReason sets the StopReason field's value.

func (*GetJobOutput) SetStorageConfig

func (s *GetJobOutput) SetStorageConfig(v *StorageConfigForGetJobOutput) *GetJobOutput

SetStorageConfig sets the StorageConfig field's value.

func (*GetJobOutput) SetUpdateTime

func (s *GetJobOutput) SetUpdateTime(v string) *GetJobOutput

SetUpdateTime sets the UpdateTime field's value.

func (GetJobOutput) String

func (s GetJobOutput) String() string

String returns the string representation

type GetResourceGroupInput

type GetResourceGroupInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetResourceGroupInput) GoString

func (s GetResourceGroupInput) GoString() string

GoString returns the string representation

func (*GetResourceGroupInput) SetId

SetId sets the Id field's value.

func (GetResourceGroupInput) String

func (s GetResourceGroupInput) String() string

String returns the string representation

func (*GetResourceGroupInput) Validate

func (s *GetResourceGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetResourceGroupOutput

type GetResourceGroupOutput struct {
	Metadata *response.ResponseMetadata

	AutoRenewPeriod *int32 `type:"int32" json:",omitempty"`

	ChargeType *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	ExpireTime *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	MGpuEnabled *bool `type:"boolean" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	PeriodUnit *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	RemainAutoRenewTimes *int32 `type:"int32" json:",omitempty"`

	RenewType *int32 `type:"int32" json:",omitempty"`

	ResourceAllocated *ResourceAllocatedForGetResourceGroupOutput `type:"structure" json:",omitempty"`

	ResourceCapability *ResourceCapabilityForGetResourceGroupOutput `type:"structure" json:",omitempty"`

	Status *StatusForGetResourceGroupOutput `type:"structure" json:",omitempty"`

	StorageConfig *StorageConfigForGetResourceGroupOutput `type:"structure" json:",omitempty"`

	VRdmaEnabled *bool `type:"boolean" json:",omitempty"`

	WorkloadNetworkConfig *WorkloadNetworkConfigForGetResourceGroupOutput `type:"structure" json:",omitempty"`

	WorkloadNetworkMode *string `type:"string" json:",omitempty"`

	ZoneIds []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetResourceGroupOutput) GoString

func (s GetResourceGroupOutput) GoString() string

GoString returns the string representation

func (*GetResourceGroupOutput) SetAutoRenewPeriod

func (s *GetResourceGroupOutput) SetAutoRenewPeriod(v int32) *GetResourceGroupOutput

SetAutoRenewPeriod sets the AutoRenewPeriod field's value.

func (*GetResourceGroupOutput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*GetResourceGroupOutput) SetDescription

SetDescription sets the Description field's value.

func (*GetResourceGroupOutput) SetExpireTime

SetExpireTime sets the ExpireTime field's value.

func (*GetResourceGroupOutput) SetId

SetId sets the Id field's value.

func (*GetResourceGroupOutput) SetMGpuEnabled added in v1.1.19

func (s *GetResourceGroupOutput) SetMGpuEnabled(v bool) *GetResourceGroupOutput

SetMGpuEnabled sets the MGpuEnabled field's value.

func (*GetResourceGroupOutput) SetName

SetName sets the Name field's value.

func (*GetResourceGroupOutput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (*GetResourceGroupOutput) SetProjectName added in v1.1.33

SetProjectName sets the ProjectName field's value.

func (*GetResourceGroupOutput) SetRemainAutoRenewTimes

func (s *GetResourceGroupOutput) SetRemainAutoRenewTimes(v int32) *GetResourceGroupOutput

SetRemainAutoRenewTimes sets the RemainAutoRenewTimes field's value.

func (*GetResourceGroupOutput) SetRenewType

SetRenewType sets the RenewType field's value.

func (*GetResourceGroupOutput) SetResourceAllocated

SetResourceAllocated sets the ResourceAllocated field's value.

func (*GetResourceGroupOutput) SetResourceCapability

SetResourceCapability sets the ResourceCapability field's value.

func (*GetResourceGroupOutput) SetStatus

SetStatus sets the Status field's value.

func (*GetResourceGroupOutput) SetStorageConfig

SetStorageConfig sets the StorageConfig field's value.

func (*GetResourceGroupOutput) SetVRdmaEnabled added in v1.1.33

func (s *GetResourceGroupOutput) SetVRdmaEnabled(v bool) *GetResourceGroupOutput

SetVRdmaEnabled sets the VRdmaEnabled field's value.

func (*GetResourceGroupOutput) SetWorkloadNetworkConfig

SetWorkloadNetworkConfig sets the WorkloadNetworkConfig field's value.

func (*GetResourceGroupOutput) SetWorkloadNetworkMode added in v1.1.19

func (s *GetResourceGroupOutput) SetWorkloadNetworkMode(v string) *GetResourceGroupOutput

SetWorkloadNetworkMode sets the WorkloadNetworkMode field's value.

func (*GetResourceGroupOutput) SetZoneIds

SetZoneIds sets the ZoneIds field's value.

func (GetResourceGroupOutput) String

func (s GetResourceGroupOutput) String() string

String returns the string representation

type GetResourceQueueInput

type GetResourceQueueInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetResourceQueueInput) GoString

func (s GetResourceQueueInput) GoString() string

GoString returns the string representation

func (*GetResourceQueueInput) SetId

SetId sets the Id field's value.

func (GetResourceQueueInput) String

func (s GetResourceQueueInput) String() string

String returns the string representation

func (*GetResourceQueueInput) Validate

func (s *GetResourceQueueInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetResourceQueueOutput

type GetResourceQueueOutput struct {
	Metadata *response.ResponseMetadata

	ChargeType *string `type:"string" json:",omitempty"`

	ComputeResources []*ComputeResourceForGetResourceQueueOutput `type:"list" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	QuotaAllocated *QuotaAllocatedForGetResourceQueueOutput `type:"structure" json:",omitempty"`

	QuotaCapability *QuotaCapabilityForGetResourceQueueOutput `type:"structure" json:",omitempty"`

	ResourceGroupId *string `type:"string" json:",omitempty"`

	Rules *RulesForGetResourceQueueOutput `type:"structure" json:",omitempty"`

	Shareable *bool `type:"boolean" json:",omitempty"`

	SharedQuotaAllocated *SharedQuotaAllocatedForGetResourceQueueOutput `type:"structure" json:",omitempty"`

	Status *StatusForGetResourceQueueOutput `type:"structure" json:",omitempty"`

	SystemQuotaAllocated *SystemQuotaAllocatedForGetResourceQueueOutput `type:"structure" json:",omitempty"`

	VolumeResources []*VolumeResourceForGetResourceQueueOutput `type:"list" json:",omitempty"`

	WorkloadInfos []*WorkloadInfoForGetResourceQueueOutput `type:"list" json:",omitempty"`

	ZoneIds []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetResourceQueueOutput) GoString

func (s GetResourceQueueOutput) GoString() string

GoString returns the string representation

func (*GetResourceQueueOutput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*GetResourceQueueOutput) SetComputeResources

SetComputeResources sets the ComputeResources field's value.

func (*GetResourceQueueOutput) SetDescription

SetDescription sets the Description field's value.

func (*GetResourceQueueOutput) SetId

SetId sets the Id field's value.

func (*GetResourceQueueOutput) SetName

SetName sets the Name field's value.

func (*GetResourceQueueOutput) SetProjectName added in v1.1.33

SetProjectName sets the ProjectName field's value.

func (*GetResourceQueueOutput) SetQuotaAllocated

SetQuotaAllocated sets the QuotaAllocated field's value.

func (*GetResourceQueueOutput) SetQuotaCapability

SetQuotaCapability sets the QuotaCapability field's value.

func (*GetResourceQueueOutput) SetResourceGroupId

func (s *GetResourceQueueOutput) SetResourceGroupId(v string) *GetResourceQueueOutput

SetResourceGroupId sets the ResourceGroupId field's value.

func (*GetResourceQueueOutput) SetRules

SetRules sets the Rules field's value.

func (*GetResourceQueueOutput) SetShareable

SetShareable sets the Shareable field's value.

func (*GetResourceQueueOutput) SetSharedQuotaAllocated

SetSharedQuotaAllocated sets the SharedQuotaAllocated field's value.

func (*GetResourceQueueOutput) SetStatus

SetStatus sets the Status field's value.

func (*GetResourceQueueOutput) SetSystemQuotaAllocated

SetSystemQuotaAllocated sets the SystemQuotaAllocated field's value.

func (*GetResourceQueueOutput) SetVolumeResources

SetVolumeResources sets the VolumeResources field's value.

func (*GetResourceQueueOutput) SetWorkloadInfos

SetWorkloadInfos sets the WorkloadInfos field's value.

func (*GetResourceQueueOutput) SetZoneIds

SetZoneIds sets the ZoneIds field's value.

func (GetResourceQueueOutput) String

func (s GetResourceQueueOutput) String() string

String returns the string representation

type GetResourceReservationPlanInput added in v1.1.19

type GetResourceReservationPlanInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetResourceReservationPlanInput) GoString added in v1.1.19

GoString returns the string representation

func (*GetResourceReservationPlanInput) SetId added in v1.1.19

SetId sets the Id field's value.

func (GetResourceReservationPlanInput) String added in v1.1.19

String returns the string representation

func (*GetResourceReservationPlanInput) Validate added in v1.1.19

func (s *GetResourceReservationPlanInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetResourceReservationPlanOutput added in v1.1.19

type GetResourceReservationPlanOutput struct {
	Metadata *response.ResponseMetadata

	CreateTime *string `type:"string" json:",omitempty"`

	CreatorTrn *string `type:"string" json:",omitempty"`

	CustomComputeResource []*CustomComputeResourceForGetResourceReservationPlanOutput `type:"list" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	DesiredComputeResource *DesiredComputeResourceForGetResourceReservationPlanOutput `type:"structure" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	ReservationConfig *ReservationConfigForGetResourceReservationPlanOutput `type:"structure" json:",omitempty"`

	ScheduleConfig *ScheduleConfigForGetResourceReservationPlanOutput `type:"structure" json:",omitempty"`

	Status *StatusForGetResourceReservationPlanOutput `type:"structure" json:",omitempty"`

	StorageConfig *StorageConfigForGetResourceReservationPlanOutput `type:"structure" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	WorkloadNetworkConfig *WorkloadNetworkConfigForGetResourceReservationPlanOutput `type:"structure" json:",omitempty"`

	WorkloadNetworkMode *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetResourceReservationPlanOutput) GoString added in v1.1.19

GoString returns the string representation

func (*GetResourceReservationPlanOutput) SetCreateTime added in v1.1.19

SetCreateTime sets the CreateTime field's value.

func (*GetResourceReservationPlanOutput) SetCreatorTrn added in v1.1.19

SetCreatorTrn sets the CreatorTrn field's value.

func (*GetResourceReservationPlanOutput) SetCustomComputeResource added in v1.1.48

SetCustomComputeResource sets the CustomComputeResource field's value.

func (*GetResourceReservationPlanOutput) SetDescription added in v1.1.19

SetDescription sets the Description field's value.

func (*GetResourceReservationPlanOutput) SetDesiredComputeResource added in v1.1.19

SetDesiredComputeResource sets the DesiredComputeResource field's value.

func (*GetResourceReservationPlanOutput) SetId added in v1.1.19

SetId sets the Id field's value.

func (*GetResourceReservationPlanOutput) SetName added in v1.1.19

SetName sets the Name field's value.

func (*GetResourceReservationPlanOutput) SetProjectName added in v1.1.33

SetProjectName sets the ProjectName field's value.

func (*GetResourceReservationPlanOutput) SetReservationConfig added in v1.1.19

SetReservationConfig sets the ReservationConfig field's value.

func (*GetResourceReservationPlanOutput) SetScheduleConfig added in v1.1.33

SetScheduleConfig sets the ScheduleConfig field's value.

func (*GetResourceReservationPlanOutput) SetStatus added in v1.1.19

SetStatus sets the Status field's value.

func (*GetResourceReservationPlanOutput) SetStorageConfig added in v1.1.19

SetStorageConfig sets the StorageConfig field's value.

func (*GetResourceReservationPlanOutput) SetUpdateTime added in v1.1.19

SetUpdateTime sets the UpdateTime field's value.

func (*GetResourceReservationPlanOutput) SetWorkloadNetworkConfig added in v1.1.19

SetWorkloadNetworkConfig sets the WorkloadNetworkConfig field's value.

func (*GetResourceReservationPlanOutput) SetWorkloadNetworkMode added in v1.1.33

SetWorkloadNetworkMode sets the WorkloadNetworkMode field's value.

func (GetResourceReservationPlanOutput) String added in v1.1.19

String returns the string representation

type GetServiceInput

type GetServiceInput struct {
	HistoryVersionLimit *int32 `max:"100" type:"int32" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetServiceInput) GoString

func (s GetServiceInput) GoString() string

GoString returns the string representation

func (*GetServiceInput) SetHistoryVersionLimit

func (s *GetServiceInput) SetHistoryVersionLimit(v int32) *GetServiceInput

SetHistoryVersionLimit sets the HistoryVersionLimit field's value.

func (*GetServiceInput) SetId

func (s *GetServiceInput) SetId(v string) *GetServiceInput

SetId sets the Id field's value.

func (GetServiceInput) String

func (s GetServiceInput) String() string

String returns the string representation

func (*GetServiceInput) Validate

func (s *GetServiceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetServiceOutput

type GetServiceOutput struct {
	Metadata *response.ResponseMetadata

	ApigConfig *ApigConfigForGetServiceOutput `type:"structure" json:",omitempty"`

	CLBConfig *CLBConfigForGetServiceOutput `type:"structure" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	CreatedBy *string `type:"string" json:",omitempty"`

	Deployments []*DeploymentForGetServiceOutput `type:"list" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	HistoryVersions []*HistoryVersionForGetServiceOutput `type:"list" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Ports []*PortForGetServiceOutput `type:"list" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	Status *ConvertStatusForGetServiceOutput `type:"structure" json:",omitempty"`

	TrafficConfig *ConvertTrafficConfigForGetServiceOutput `type:"structure" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetServiceOutput) GoString

func (s GetServiceOutput) GoString() string

GoString returns the string representation

func (*GetServiceOutput) SetApigConfig

SetApigConfig sets the ApigConfig field's value.

func (*GetServiceOutput) SetCLBConfig

SetCLBConfig sets the CLBConfig field's value.

func (*GetServiceOutput) SetCreateTime

func (s *GetServiceOutput) SetCreateTime(v string) *GetServiceOutput

SetCreateTime sets the CreateTime field's value.

func (*GetServiceOutput) SetCreatedBy

func (s *GetServiceOutput) SetCreatedBy(v string) *GetServiceOutput

SetCreatedBy sets the CreatedBy field's value.

func (*GetServiceOutput) SetDeployments

SetDeployments sets the Deployments field's value.

func (*GetServiceOutput) SetDescription

func (s *GetServiceOutput) SetDescription(v string) *GetServiceOutput

SetDescription sets the Description field's value.

func (*GetServiceOutput) SetHistoryVersions

SetHistoryVersions sets the HistoryVersions field's value.

func (*GetServiceOutput) SetId

SetId sets the Id field's value.

func (*GetServiceOutput) SetName

func (s *GetServiceOutput) SetName(v string) *GetServiceOutput

SetName sets the Name field's value.

func (*GetServiceOutput) SetPorts

SetPorts sets the Ports field's value.

func (*GetServiceOutput) SetProjectName added in v1.1.33

func (s *GetServiceOutput) SetProjectName(v string) *GetServiceOutput

SetProjectName sets the ProjectName field's value.

func (*GetServiceOutput) SetStatus

SetStatus sets the Status field's value.

func (*GetServiceOutput) SetTrafficConfig

SetTrafficConfig sets the TrafficConfig field's value.

func (*GetServiceOutput) SetUpdateTime

func (s *GetServiceOutput) SetUpdateTime(v string) *GetServiceOutput

SetUpdateTime sets the UpdateTime field's value.

func (*GetServiceOutput) SetVpcId

func (s *GetServiceOutput) SetVpcId(v string) *GetServiceOutput

SetVpcId sets the VpcId field's value.

func (GetServiceOutput) String

func (s GetServiceOutput) String() string

String returns the string representation

type GpuCountInfoForGetResourceQueueOutput

type GpuCountInfoForGetResourceQueueOutput struct {
	Count *float64 `type:"double" json:",omitempty"`

	GpuType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GpuCountInfoForGetResourceQueueOutput) GoString

GoString returns the string representation

func (*GpuCountInfoForGetResourceQueueOutput) SetCount

SetCount sets the Count field's value.

func (*GpuCountInfoForGetResourceQueueOutput) SetGpuType

SetGpuType sets the GpuType field's value.

func (GpuCountInfoForGetResourceQueueOutput) String

String returns the string representation

type GpuCountInfoForListResourceQueuesOutput

type GpuCountInfoForListResourceQueuesOutput struct {
	Count *float64 `type:"double" json:",omitempty"`

	GpuType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GpuCountInfoForListResourceQueuesOutput) GoString

GoString returns the string representation

func (*GpuCountInfoForListResourceQueuesOutput) SetCount

SetCount sets the Count field's value.

func (*GpuCountInfoForListResourceQueuesOutput) SetGpuType

SetGpuType sets the GpuType field's value.

func (GpuCountInfoForListResourceQueuesOutput) String

String returns the string representation

type GpuMemoryInfoForGetResourceQueueOutput

type GpuMemoryInfoForGetResourceQueueOutput struct {
	GpuType *string `type:"string" json:",omitempty"`

	MemoryGiB *float64 `type:"double" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GpuMemoryInfoForGetResourceQueueOutput) GoString

GoString returns the string representation

func (*GpuMemoryInfoForGetResourceQueueOutput) SetGpuType

SetGpuType sets the GpuType field's value.

func (*GpuMemoryInfoForGetResourceQueueOutput) SetMemoryGiB

SetMemoryGiB sets the MemoryGiB field's value.

func (GpuMemoryInfoForGetResourceQueueOutput) String

String returns the string representation

type GpuMemoryInfoForListResourceQueuesOutput

type GpuMemoryInfoForListResourceQueuesOutput struct {
	GpuType *string `type:"string" json:",omitempty"`

	MemoryGiB *float64 `type:"double" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GpuMemoryInfoForListResourceQueuesOutput) GoString

GoString returns the string representation

func (*GpuMemoryInfoForListResourceQueuesOutput) SetGpuType

SetGpuType sets the GpuType field's value.

func (*GpuMemoryInfoForListResourceQueuesOutput) SetMemoryGiB

SetMemoryGiB sets the MemoryGiB field's value.

func (GpuMemoryInfoForListResourceQueuesOutput) String

String returns the string representation

type GpuRdmaInfoForGetResourceQueueOutput

type GpuRdmaInfoForGetResourceQueueOutput struct {
	Count *int32 `type:"int32" json:",omitempty"`

	GpuType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GpuRdmaInfoForGetResourceQueueOutput) GoString

GoString returns the string representation

func (*GpuRdmaInfoForGetResourceQueueOutput) SetCount

SetCount sets the Count field's value.

func (*GpuRdmaInfoForGetResourceQueueOutput) SetGpuType

SetGpuType sets the GpuType field's value.

func (GpuRdmaInfoForGetResourceQueueOutput) String

String returns the string representation

type GpuRdmaInfoForListResourceQueuesOutput

type GpuRdmaInfoForListResourceQueuesOutput struct {
	Count *int32 `type:"int32" json:",omitempty"`

	GpuType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GpuRdmaInfoForListResourceQueuesOutput) GoString

GoString returns the string representation

func (*GpuRdmaInfoForListResourceQueuesOutput) SetCount

SetCount sets the Count field's value.

func (*GpuRdmaInfoForListResourceQueuesOutput) SetGpuType

SetGpuType sets the GpuType field's value.

func (GpuRdmaInfoForListResourceQueuesOutput) String

String returns the string representation

type GpuUtilizationRuleForCreateResourceQueueInput

type GpuUtilizationRuleForCreateResourceQueueInput struct {
	Enabled *bool `type:"boolean" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	IdleShutdownRuleTypes []*string `type:"list" json:",omitempty"`

	MinutePeriod *int32 `type:"int32" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`

	Threshold *float64 `type:"double" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GpuUtilizationRuleForCreateResourceQueueInput) GoString

GoString returns the string representation

func (*GpuUtilizationRuleForCreateResourceQueueInput) SetEnabled

SetEnabled sets the Enabled field's value.

func (*GpuUtilizationRuleForCreateResourceQueueInput) SetId

SetId sets the Id field's value.

func (*GpuUtilizationRuleForCreateResourceQueueInput) SetIdleShutdownRuleTypes

SetIdleShutdownRuleTypes sets the IdleShutdownRuleTypes field's value.

func (*GpuUtilizationRuleForCreateResourceQueueInput) SetMinutePeriod

SetMinutePeriod sets the MinutePeriod field's value.

func (*GpuUtilizationRuleForCreateResourceQueueInput) SetPeriod

SetPeriod sets the Period field's value.

func (*GpuUtilizationRuleForCreateResourceQueueInput) SetThreshold

SetThreshold sets the Threshold field's value.

func (GpuUtilizationRuleForCreateResourceQueueInput) String

String returns the string representation

type GpuUtilizationRuleForGetResourceQueueOutput

type GpuUtilizationRuleForGetResourceQueueOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	CreatorTrn *string `type:"string" json:",omitempty"`

	Enabled *bool `type:"boolean" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	IdleShutdownRuleTypes []*string `type:"list" json:",omitempty"`

	MinutePeriod *int32 `type:"int32" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`

	Threshold *float64 `type:"double" json:",omitempty"`

	TriggeredTimes *int32 `type:"int32" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	UpdatorTrn *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GpuUtilizationRuleForGetResourceQueueOutput) GoString

GoString returns the string representation

func (*GpuUtilizationRuleForGetResourceQueueOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*GpuUtilizationRuleForGetResourceQueueOutput) SetCreatorTrn

SetCreatorTrn sets the CreatorTrn field's value.

func (*GpuUtilizationRuleForGetResourceQueueOutput) SetEnabled

SetEnabled sets the Enabled field's value.

func (*GpuUtilizationRuleForGetResourceQueueOutput) SetId

SetId sets the Id field's value.

func (*GpuUtilizationRuleForGetResourceQueueOutput) SetIdleShutdownRuleTypes

SetIdleShutdownRuleTypes sets the IdleShutdownRuleTypes field's value.

func (*GpuUtilizationRuleForGetResourceQueueOutput) SetMinutePeriod

SetMinutePeriod sets the MinutePeriod field's value.

func (*GpuUtilizationRuleForGetResourceQueueOutput) SetPeriod

SetPeriod sets the Period field's value.

func (*GpuUtilizationRuleForGetResourceQueueOutput) SetThreshold

SetThreshold sets the Threshold field's value.

func (*GpuUtilizationRuleForGetResourceQueueOutput) SetTriggeredTimes

SetTriggeredTimes sets the TriggeredTimes field's value.

func (*GpuUtilizationRuleForGetResourceQueueOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*GpuUtilizationRuleForGetResourceQueueOutput) SetUpdatorTrn

SetUpdatorTrn sets the UpdatorTrn field's value.

func (GpuUtilizationRuleForGetResourceQueueOutput) String

String returns the string representation

type GpuUtilizationRuleForListResourceQueuesOutput

type GpuUtilizationRuleForListResourceQueuesOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	CreatorTrn *string `type:"string" json:",omitempty"`

	Enabled *bool `type:"boolean" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	IdleShutdownRuleTypes []*string `type:"list" json:",omitempty"`

	MinutePeriod *int32 `type:"int32" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`

	Threshold *float64 `type:"double" json:",omitempty"`

	TriggeredTimes *int32 `type:"int32" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	UpdatorTrn *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GpuUtilizationRuleForListResourceQueuesOutput) GoString

GoString returns the string representation

func (*GpuUtilizationRuleForListResourceQueuesOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*GpuUtilizationRuleForListResourceQueuesOutput) SetCreatorTrn

SetCreatorTrn sets the CreatorTrn field's value.

func (*GpuUtilizationRuleForListResourceQueuesOutput) SetEnabled

SetEnabled sets the Enabled field's value.

func (*GpuUtilizationRuleForListResourceQueuesOutput) SetId

SetId sets the Id field's value.

func (*GpuUtilizationRuleForListResourceQueuesOutput) SetIdleShutdownRuleTypes

SetIdleShutdownRuleTypes sets the IdleShutdownRuleTypes field's value.

func (*GpuUtilizationRuleForListResourceQueuesOutput) SetMinutePeriod

SetMinutePeriod sets the MinutePeriod field's value.

func (*GpuUtilizationRuleForListResourceQueuesOutput) SetPeriod

SetPeriod sets the Period field's value.

func (*GpuUtilizationRuleForListResourceQueuesOutput) SetThreshold

SetThreshold sets the Threshold field's value.

func (*GpuUtilizationRuleForListResourceQueuesOutput) SetTriggeredTimes

SetTriggeredTimes sets the TriggeredTimes field's value.

func (*GpuUtilizationRuleForListResourceQueuesOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*GpuUtilizationRuleForListResourceQueuesOutput) SetUpdatorTrn

SetUpdatorTrn sets the UpdatorTrn field's value.

func (GpuUtilizationRuleForListResourceQueuesOutput) String

String returns the string representation

type GpuUtilizationRuleForUpdateResourceQueueInput

type GpuUtilizationRuleForUpdateResourceQueueInput struct {
	Enabled *bool `type:"boolean" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	IdleShutdownRuleTypes []*string `type:"list" json:",omitempty"`

	MinutePeriod *int32 `type:"int32" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`

	Threshold *float64 `type:"double" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GpuUtilizationRuleForUpdateResourceQueueInput) GoString

GoString returns the string representation

func (*GpuUtilizationRuleForUpdateResourceQueueInput) SetEnabled

SetEnabled sets the Enabled field's value.

func (*GpuUtilizationRuleForUpdateResourceQueueInput) SetId

SetId sets the Id field's value.

func (*GpuUtilizationRuleForUpdateResourceQueueInput) SetIdleShutdownRuleTypes

SetIdleShutdownRuleTypes sets the IdleShutdownRuleTypes field's value.

func (*GpuUtilizationRuleForUpdateResourceQueueInput) SetMinutePeriod

SetMinutePeriod sets the MinutePeriod field's value.

func (*GpuUtilizationRuleForUpdateResourceQueueInput) SetPeriod

SetPeriod sets the Period field's value.

func (*GpuUtilizationRuleForUpdateResourceQueueInput) SetThreshold

SetThreshold sets the Threshold field's value.

func (GpuUtilizationRuleForUpdateResourceQueueInput) String

String returns the string representation

type HTTPGetForCreateDeploymentInput

type HTTPGetForCreateDeploymentInput struct {
	HTTPHeaders []*HTTPHeaderForCreateDeploymentInput `type:"list" json:",omitempty"`

	Path *string `type:"string" json:",omitempty"`

	Port *int32 `type:"int32" json:",omitempty"`

	Scheme *string `type:"string" json:",omitempty" enum:"EnumOfSchemeForCreateDeploymentInput"`
	// contains filtered or unexported fields
}

func (HTTPGetForCreateDeploymentInput) GoString

GoString returns the string representation

func (*HTTPGetForCreateDeploymentInput) SetHTTPHeaders

SetHTTPHeaders sets the HTTPHeaders field's value.

func (*HTTPGetForCreateDeploymentInput) SetPath

SetPath sets the Path field's value.

func (*HTTPGetForCreateDeploymentInput) SetPort

SetPort sets the Port field's value.

func (*HTTPGetForCreateDeploymentInput) SetScheme

SetScheme sets the Scheme field's value.

func (HTTPGetForCreateDeploymentInput) String

String returns the string representation

type HTTPGetForGetDeploymentOutput

type HTTPGetForGetDeploymentOutput struct {
	HTTPHeaders []*HTTPHeaderForGetDeploymentOutput `type:"list" json:",omitempty"`

	Path *string `type:"string" json:",omitempty"`

	Port *int32 `type:"int32" json:",omitempty"`

	Scheme *string `type:"string" json:",omitempty" enum:"EnumOfSchemeForGetDeploymentOutput"`
	// contains filtered or unexported fields
}

func (HTTPGetForGetDeploymentOutput) GoString

GoString returns the string representation

func (*HTTPGetForGetDeploymentOutput) SetHTTPHeaders

SetHTTPHeaders sets the HTTPHeaders field's value.

func (*HTTPGetForGetDeploymentOutput) SetPath

SetPath sets the Path field's value.

func (*HTTPGetForGetDeploymentOutput) SetPort

SetPort sets the Port field's value.

func (*HTTPGetForGetDeploymentOutput) SetScheme

SetScheme sets the Scheme field's value.

func (HTTPGetForGetDeploymentOutput) String

String returns the string representation

type HTTPGetForUpdateDeploymentInput

type HTTPGetForUpdateDeploymentInput struct {
	HTTPHeaders []*HTTPHeaderForUpdateDeploymentInput `type:"list" json:",omitempty"`

	Path *string `type:"string" json:",omitempty"`

	Port *int32 `type:"int32" json:",omitempty"`

	Scheme *string `type:"string" json:",omitempty" enum:"EnumOfSchemeForUpdateDeploymentInput"`
	// contains filtered or unexported fields
}

func (HTTPGetForUpdateDeploymentInput) GoString

GoString returns the string representation

func (*HTTPGetForUpdateDeploymentInput) SetHTTPHeaders

SetHTTPHeaders sets the HTTPHeaders field's value.

func (*HTTPGetForUpdateDeploymentInput) SetPath

SetPath sets the Path field's value.

func (*HTTPGetForUpdateDeploymentInput) SetPort

SetPort sets the Port field's value.

func (*HTTPGetForUpdateDeploymentInput) SetScheme

SetScheme sets the Scheme field's value.

func (HTTPGetForUpdateDeploymentInput) String

String returns the string representation

type HTTPHeaderForCreateDeploymentInput

type HTTPHeaderForCreateDeploymentInput struct {
	Name *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (HTTPHeaderForCreateDeploymentInput) GoString

GoString returns the string representation

func (*HTTPHeaderForCreateDeploymentInput) SetName

SetName sets the Name field's value.

func (*HTTPHeaderForCreateDeploymentInput) SetValue

SetValue sets the Value field's value.

func (HTTPHeaderForCreateDeploymentInput) String

String returns the string representation

type HTTPHeaderForGetDeploymentOutput

type HTTPHeaderForGetDeploymentOutput struct {
	Name *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (HTTPHeaderForGetDeploymentOutput) GoString

GoString returns the string representation

func (*HTTPHeaderForGetDeploymentOutput) SetName

SetName sets the Name field's value.

func (*HTTPHeaderForGetDeploymentOutput) SetValue

SetValue sets the Value field's value.

func (HTTPHeaderForGetDeploymentOutput) String

String returns the string representation

type HTTPHeaderForUpdateDeploymentInput

type HTTPHeaderForUpdateDeploymentInput struct {
	Name *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (HTTPHeaderForUpdateDeploymentInput) GoString

GoString returns the string representation

func (*HTTPHeaderForUpdateDeploymentInput) SetName

SetName sets the Name field's value.

func (*HTTPHeaderForUpdateDeploymentInput) SetValue

SetValue sets the Value field's value.

func (HTTPHeaderForUpdateDeploymentInput) String

String returns the string representation

type HistoryVersionForGetDeploymentOutput

type HistoryVersionForGetDeploymentOutput struct {
	ChangeType *string `type:"string" json:",omitempty" enum:"EnumOfChangeTypeForGetDeploymentOutput"`

	CreateTime *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Priority *int32 `type:"int32" json:",omitempty"`

	ResourceQueueId *string `type:"string" json:",omitempty"`

	Roles []*RoleForGetDeploymentOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (HistoryVersionForGetDeploymentOutput) GoString

GoString returns the string representation

func (*HistoryVersionForGetDeploymentOutput) SetChangeType

SetChangeType sets the ChangeType field's value.

func (*HistoryVersionForGetDeploymentOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*HistoryVersionForGetDeploymentOutput) SetId

SetId sets the Id field's value.

func (*HistoryVersionForGetDeploymentOutput) SetPriority

SetPriority sets the Priority field's value.

func (*HistoryVersionForGetDeploymentOutput) SetResourceQueueId

SetResourceQueueId sets the ResourceQueueId field's value.

func (*HistoryVersionForGetDeploymentOutput) SetRoles

SetRoles sets the Roles field's value.

func (HistoryVersionForGetDeploymentOutput) String

String returns the string representation

type HistoryVersionForGetServiceOutput

type HistoryVersionForGetServiceOutput struct {
	ApigConfig *ApigConfigForGetServiceOutput `type:"structure" json:",omitempty"`

	CLBConfig *CLBConfigForGetServiceOutput `type:"structure" json:",omitempty"`

	ChangeType *string `type:"string" json:",omitempty" enum:"EnumOfChangeTypeForGetServiceOutput"`

	CreateTime *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Ports []*PortForGetServiceOutput `type:"list" json:",omitempty"`

	TrafficConfig *TrafficConfigForGetServiceOutput `type:"structure" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (HistoryVersionForGetServiceOutput) GoString

GoString returns the string representation

func (*HistoryVersionForGetServiceOutput) SetApigConfig

SetApigConfig sets the ApigConfig field's value.

func (*HistoryVersionForGetServiceOutput) SetCLBConfig

SetCLBConfig sets the CLBConfig field's value.

func (*HistoryVersionForGetServiceOutput) SetChangeType

SetChangeType sets the ChangeType field's value.

func (*HistoryVersionForGetServiceOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*HistoryVersionForGetServiceOutput) SetId

SetId sets the Id field's value.

func (*HistoryVersionForGetServiceOutput) SetPorts

SetPorts sets the Ports field's value.

func (*HistoryVersionForGetServiceOutput) SetTrafficConfig

SetTrafficConfig sets the TrafficConfig field's value.

func (*HistoryVersionForGetServiceOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (HistoryVersionForGetServiceOutput) String

String returns the string representation

type ImageForCreateDeploymentInput

type ImageForCreateDeploymentInput struct {
	Credential *ConvertCredentialForCreateDeploymentInput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	Url *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageForCreateDeploymentInput) GoString

GoString returns the string representation

func (*ImageForCreateDeploymentInput) SetCredential

SetCredential sets the Credential field's value.

func (*ImageForCreateDeploymentInput) SetType

SetType sets the Type field's value.

func (*ImageForCreateDeploymentInput) SetUrl

SetUrl sets the Url field's value.

func (ImageForCreateDeploymentInput) String

String returns the string representation

type ImageForCreateDevInstanceInput

type ImageForCreateDevInstanceInput struct {
	Credential *ConvertCredentialForCreateDevInstanceInput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	Url *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageForCreateDevInstanceInput) GoString

GoString returns the string representation

func (*ImageForCreateDevInstanceInput) SetCredential

SetCredential sets the Credential field's value.

func (*ImageForCreateDevInstanceInput) SetType

SetType sets the Type field's value.

func (*ImageForCreateDevInstanceInput) SetUrl

SetUrl sets the Url field's value.

func (ImageForCreateDevInstanceInput) String

String returns the string representation

type ImageForCreateJobInput

type ImageForCreateJobInput struct {
	Credential *CredentialForCreateJobInput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	Url *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageForCreateJobInput) GoString

func (s ImageForCreateJobInput) GoString() string

GoString returns the string representation

func (*ImageForCreateJobInput) SetCredential

SetCredential sets the Credential field's value.

func (*ImageForCreateJobInput) SetType

SetType sets the Type field's value.

func (*ImageForCreateJobInput) SetUrl

SetUrl sets the Url field's value.

func (ImageForCreateJobInput) String

func (s ImageForCreateJobInput) String() string

String returns the string representation

type ImageForGetDeploymentOutput

type ImageForGetDeploymentOutput struct {
	Credential *ConvertCredentialForGetDeploymentOutput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	Url *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageForGetDeploymentOutput) GoString

func (s ImageForGetDeploymentOutput) GoString() string

GoString returns the string representation

func (*ImageForGetDeploymentOutput) SetCredential

SetCredential sets the Credential field's value.

func (*ImageForGetDeploymentOutput) SetType

SetType sets the Type field's value.

func (*ImageForGetDeploymentOutput) SetUrl

SetUrl sets the Url field's value.

func (ImageForGetDeploymentOutput) String

String returns the string representation

type ImageForGetDevInstanceOutput

type ImageForGetDevInstanceOutput struct {
	Credential *ConvertCredentialForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	Url *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageForGetDevInstanceOutput) GoString

func (s ImageForGetDevInstanceOutput) GoString() string

GoString returns the string representation

func (*ImageForGetDevInstanceOutput) SetCredential

SetCredential sets the Credential field's value.

func (*ImageForGetDevInstanceOutput) SetType

SetType sets the Type field's value.

func (*ImageForGetDevInstanceOutput) SetUrl

SetUrl sets the Url field's value.

func (ImageForGetDevInstanceOutput) String

String returns the string representation

type ImageForGetJobOutput

type ImageForGetJobOutput struct {
	Credential *CredentialForGetJobOutput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	Url *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageForGetJobOutput) GoString

func (s ImageForGetJobOutput) GoString() string

GoString returns the string representation

func (*ImageForGetJobOutput) SetCredential

SetCredential sets the Credential field's value.

func (*ImageForGetJobOutput) SetType

SetType sets the Type field's value.

func (*ImageForGetJobOutput) SetUrl

SetUrl sets the Url field's value.

func (ImageForGetJobOutput) String

func (s ImageForGetJobOutput) String() string

String returns the string representation

type ImageForListDevInstancesOutput

type ImageForListDevInstancesOutput struct {
	Credential *ConvertCredentialForListDevInstancesOutput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	Url *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageForListDevInstancesOutput) GoString

GoString returns the string representation

func (*ImageForListDevInstancesOutput) SetCredential

SetCredential sets the Credential field's value.

func (*ImageForListDevInstancesOutput) SetType

SetType sets the Type field's value.

func (*ImageForListDevInstancesOutput) SetUrl

SetUrl sets the Url field's value.

func (ImageForListDevInstancesOutput) String

String returns the string representation

type ImageForRebuildDevInstanceInput

type ImageForRebuildDevInstanceInput struct {
	Credential *CredentialForRebuildDevInstanceInput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	Url *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageForRebuildDevInstanceInput) GoString

GoString returns the string representation

func (*ImageForRebuildDevInstanceInput) SetCredential

SetCredential sets the Credential field's value.

func (*ImageForRebuildDevInstanceInput) SetType

SetType sets the Type field's value.

func (*ImageForRebuildDevInstanceInput) SetUrl

SetUrl sets the Url field's value.

func (ImageForRebuildDevInstanceInput) String

String returns the string representation

type ImageForUpdateDeploymentInput

type ImageForUpdateDeploymentInput struct {
	Credential *ConvertCredentialForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	Url *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageForUpdateDeploymentInput) GoString

GoString returns the string representation

func (*ImageForUpdateDeploymentInput) SetCredential

SetCredential sets the Credential field's value.

func (*ImageForUpdateDeploymentInput) SetType

SetType sets the Type field's value.

func (*ImageForUpdateDeploymentInput) SetUrl

SetUrl sets the Url field's value.

func (ImageForUpdateDeploymentInput) String

String returns the string representation

type InstanceItemForGetDeploymentOutput

type InstanceItemForGetDeploymentOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	DeploymentId *string `type:"string" json:",omitempty"`

	DeploymentVersionId *string `type:"string" json:",omitempty"`

	Ip *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	ServiceId *string `type:"string" json:",omitempty"`

	Status *ConvertStatusForGetDeploymentOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (InstanceItemForGetDeploymentOutput) GoString

GoString returns the string representation

func (*InstanceItemForGetDeploymentOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*InstanceItemForGetDeploymentOutput) SetDeploymentId

SetDeploymentId sets the DeploymentId field's value.

func (*InstanceItemForGetDeploymentOutput) SetDeploymentVersionId

SetDeploymentVersionId sets the DeploymentVersionId field's value.

func (*InstanceItemForGetDeploymentOutput) SetIp

SetIp sets the Ip field's value.

func (*InstanceItemForGetDeploymentOutput) SetName

SetName sets the Name field's value.

func (*InstanceItemForGetDeploymentOutput) SetServiceId

SetServiceId sets the ServiceId field's value.

func (*InstanceItemForGetDeploymentOutput) SetStatus

SetStatus sets the Status field's value.

func (InstanceItemForGetDeploymentOutput) String

String returns the string representation

type IpsForListJobInstancesOutput

type IpsForListJobInstancesOutput struct {
	HostIp *string `type:"string" json:",omitempty"`

	PrimaryIp *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (IpsForListJobInstancesOutput) GoString

func (s IpsForListJobInstancesOutput) GoString() string

GoString returns the string representation

func (*IpsForListJobInstancesOutput) SetHostIp

SetHostIp sets the HostIp field's value.

func (*IpsForListJobInstancesOutput) SetPrimaryIp

SetPrimaryIp sets the PrimaryIp field's value.

func (IpsForListJobInstancesOutput) String

String returns the string representation

type ItemForListAvailabilityZonesOutput

type ItemForListAvailabilityZonesOutput struct {
	EnglishName *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	IsDefault *bool `type:"boolean" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	RegionId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListAvailabilityZonesOutput) GoString

GoString returns the string representation

func (*ItemForListAvailabilityZonesOutput) SetEnglishName

SetEnglishName sets the EnglishName field's value.

func (*ItemForListAvailabilityZonesOutput) SetId

SetId sets the Id field's value.

func (*ItemForListAvailabilityZonesOutput) SetIsDefault

SetIsDefault sets the IsDefault field's value.

func (*ItemForListAvailabilityZonesOutput) SetName

SetName sets the Name field's value.

func (*ItemForListAvailabilityZonesOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (ItemForListAvailabilityZonesOutput) String

String returns the string representation

type ItemForListDeploymentsOutput

type ItemForListDeploymentsOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	CreatedBy *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	RoleStatus []*RoleStatusForListDeploymentsOutput `type:"list" json:",omitempty"`

	ServiceId *string `type:"string" json:",omitempty"`

	Status *ConvertStatusForListDeploymentsOutput `type:"structure" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListDeploymentsOutput) GoString

func (s ItemForListDeploymentsOutput) GoString() string

GoString returns the string representation

func (*ItemForListDeploymentsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ItemForListDeploymentsOutput) SetCreatedBy

SetCreatedBy sets the CreatedBy field's value.

func (*ItemForListDeploymentsOutput) SetDescription

SetDescription sets the Description field's value.

func (*ItemForListDeploymentsOutput) SetId

SetId sets the Id field's value.

func (*ItemForListDeploymentsOutput) SetName

SetName sets the Name field's value.

func (*ItemForListDeploymentsOutput) SetRoleStatus

SetRoleStatus sets the RoleStatus field's value.

func (*ItemForListDeploymentsOutput) SetServiceId

SetServiceId sets the ServiceId field's value.

func (*ItemForListDeploymentsOutput) SetStatus

SetStatus sets the Status field's value.

func (*ItemForListDeploymentsOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (ItemForListDeploymentsOutput) String

String returns the string representation

type ItemForListInstanceTypesOutput

type ItemForListInstanceTypesOutput struct {
	AvailableGPUMemoryMiB *int32 `type:"int32" json:",omitempty"`

	Cpu *float64 `type:"double" json:",omitempty"`

	EniCount *int32 `type:"int32" json:",omitempty"`

	EniMaximumBandwidthMbps *int32 `type:"int32" json:",omitempty"`

	Family *string `type:"string" json:",omitempty"`

	GpuCount *int32 `type:"int32" json:",omitempty"`

	GpuMemoryMiB *int32 `type:"int32" json:",omitempty"`

	GpuType *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Kind *string `type:"string" json:",omitempty" enum:"EnumOfKindForListInstanceTypesOutput"`

	MemoryMiB *float64 `type:"double" json:",omitempty"`

	NvmeSsdCount *int32 `type:"int32" json:",omitempty"`

	PriceByDay *float64 `type:"double" json:",omitempty"`

	PriceByHour *float64 `type:"double" json:",omitempty"`

	PriceByMonth *float64 `type:"double" json:",omitempty"`

	RdmaEniCount *int32 `type:"int32" json:",omitempty"`

	RdmaEniMaximumBandwidthMbps *int32 `type:"int32" json:",omitempty"`

	ReservationPlanPriceByHour *float64 `type:"double" json:",omitempty"`

	VolumeMaximumBandwidthMbps *int32 `type:"int32" json:",omitempty"`

	VolumeMaximumIops *int32 `type:"int32" json:",omitempty"`

	VolumeSupportedTypes []*string `type:"list" json:",omitempty"`

	ZoneInfo []*ZoneInfoForListInstanceTypesOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListInstanceTypesOutput) GoString

GoString returns the string representation

func (*ItemForListInstanceTypesOutput) SetAvailableGPUMemoryMiB

SetAvailableGPUMemoryMiB sets the AvailableGPUMemoryMiB field's value.

func (*ItemForListInstanceTypesOutput) SetCpu

SetCpu sets the Cpu field's value.

func (*ItemForListInstanceTypesOutput) SetEniCount

SetEniCount sets the EniCount field's value.

func (*ItemForListInstanceTypesOutput) SetEniMaximumBandwidthMbps

func (s *ItemForListInstanceTypesOutput) SetEniMaximumBandwidthMbps(v int32) *ItemForListInstanceTypesOutput

SetEniMaximumBandwidthMbps sets the EniMaximumBandwidthMbps field's value.

func (*ItemForListInstanceTypesOutput) SetFamily

SetFamily sets the Family field's value.

func (*ItemForListInstanceTypesOutput) SetGpuCount

SetGpuCount sets the GpuCount field's value.

func (*ItemForListInstanceTypesOutput) SetGpuMemoryMiB

SetGpuMemoryMiB sets the GpuMemoryMiB field's value.

func (*ItemForListInstanceTypesOutput) SetGpuType

SetGpuType sets the GpuType field's value.

func (*ItemForListInstanceTypesOutput) SetId

SetId sets the Id field's value.

func (*ItemForListInstanceTypesOutput) SetKind

SetKind sets the Kind field's value.

func (*ItemForListInstanceTypesOutput) SetMemoryMiB

SetMemoryMiB sets the MemoryMiB field's value.

func (*ItemForListInstanceTypesOutput) SetNvmeSsdCount

SetNvmeSsdCount sets the NvmeSsdCount field's value.

func (*ItemForListInstanceTypesOutput) SetPriceByDay

SetPriceByDay sets the PriceByDay field's value.

func (*ItemForListInstanceTypesOutput) SetPriceByHour

SetPriceByHour sets the PriceByHour field's value.

func (*ItemForListInstanceTypesOutput) SetPriceByMonth

SetPriceByMonth sets the PriceByMonth field's value.

func (*ItemForListInstanceTypesOutput) SetRdmaEniCount

SetRdmaEniCount sets the RdmaEniCount field's value.

func (*ItemForListInstanceTypesOutput) SetRdmaEniMaximumBandwidthMbps

func (s *ItemForListInstanceTypesOutput) SetRdmaEniMaximumBandwidthMbps(v int32) *ItemForListInstanceTypesOutput

SetRdmaEniMaximumBandwidthMbps sets the RdmaEniMaximumBandwidthMbps field's value.

func (*ItemForListInstanceTypesOutput) SetReservationPlanPriceByHour added in v1.1.19

func (s *ItemForListInstanceTypesOutput) SetReservationPlanPriceByHour(v float64) *ItemForListInstanceTypesOutput

SetReservationPlanPriceByHour sets the ReservationPlanPriceByHour field's value.

func (*ItemForListInstanceTypesOutput) SetVolumeMaximumBandwidthMbps

func (s *ItemForListInstanceTypesOutput) SetVolumeMaximumBandwidthMbps(v int32) *ItemForListInstanceTypesOutput

SetVolumeMaximumBandwidthMbps sets the VolumeMaximumBandwidthMbps field's value.

func (*ItemForListInstanceTypesOutput) SetVolumeMaximumIops

SetVolumeMaximumIops sets the VolumeMaximumIops field's value.

func (*ItemForListInstanceTypesOutput) SetVolumeSupportedTypes

func (s *ItemForListInstanceTypesOutput) SetVolumeSupportedTypes(v []*string) *ItemForListInstanceTypesOutput

SetVolumeSupportedTypes sets the VolumeSupportedTypes field's value.

func (*ItemForListInstanceTypesOutput) SetZoneInfo

SetZoneInfo sets the ZoneInfo field's value.

func (ItemForListInstanceTypesOutput) String

String returns the string representation

type ItemForListJobInstancesOutput

type ItemForListJobInstancesOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	CreatedBy *string `type:"string" json:",omitempty"`

	DebugServer *DebugServerForListJobInstancesOutput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Index *string `type:"string" json:",omitempty"`

	Ips *IpsForListJobInstancesOutput `type:"structure" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	ResourceClaim *ResourceClaimForListJobInstancesOutput `type:"structure" json:",omitempty"`

	Status *StatusForListJobInstancesOutput `type:"structure" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListJobInstancesOutput) GoString

GoString returns the string representation

func (*ItemForListJobInstancesOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ItemForListJobInstancesOutput) SetCreatedBy

SetCreatedBy sets the CreatedBy field's value.

func (*ItemForListJobInstancesOutput) SetDebugServer

SetDebugServer sets the DebugServer field's value.

func (*ItemForListJobInstancesOutput) SetDescription

SetDescription sets the Description field's value.

func (*ItemForListJobInstancesOutput) SetId

SetId sets the Id field's value.

func (*ItemForListJobInstancesOutput) SetIndex

SetIndex sets the Index field's value.

func (*ItemForListJobInstancesOutput) SetIps

SetIps sets the Ips field's value.

func (*ItemForListJobInstancesOutput) SetName

SetName sets the Name field's value.

func (*ItemForListJobInstancesOutput) SetResourceClaim

SetResourceClaim sets the ResourceClaim field's value.

func (*ItemForListJobInstancesOutput) SetStatus

SetStatus sets the Status field's value.

func (*ItemForListJobInstancesOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (ItemForListJobInstancesOutput) String

String returns the string representation

type ItemForListJobsOutput

type ItemForListJobsOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	CreatedBy *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	InitialId *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	ProjectName *string `min:"1" max:"64" type:"string" json:",omitempty"`

	ResourceConfig *ResourceConfigForListJobsOutput `type:"structure" json:",omitempty"`

	Status *StatusForListJobsOutput `type:"structure" json:",omitempty"`

	StopReason *string `type:"string" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListJobsOutput) GoString

func (s ItemForListJobsOutput) GoString() string

GoString returns the string representation

func (*ItemForListJobsOutput) SetCreateTime

func (s *ItemForListJobsOutput) SetCreateTime(v string) *ItemForListJobsOutput

SetCreateTime sets the CreateTime field's value.

func (*ItemForListJobsOutput) SetCreatedBy

SetCreatedBy sets the CreatedBy field's value.

func (*ItemForListJobsOutput) SetDescription

func (s *ItemForListJobsOutput) SetDescription(v string) *ItemForListJobsOutput

SetDescription sets the Description field's value.

func (*ItemForListJobsOutput) SetId

SetId sets the Id field's value.

func (*ItemForListJobsOutput) SetInitialId

SetInitialId sets the InitialId field's value.

func (*ItemForListJobsOutput) SetName

SetName sets the Name field's value.

func (*ItemForListJobsOutput) SetProjectName added in v1.1.33

func (s *ItemForListJobsOutput) SetProjectName(v string) *ItemForListJobsOutput

SetProjectName sets the ProjectName field's value.

func (*ItemForListJobsOutput) SetResourceConfig

SetResourceConfig sets the ResourceConfig field's value.

func (*ItemForListJobsOutput) SetStatus

SetStatus sets the Status field's value.

func (*ItemForListJobsOutput) SetStopReason added in v1.1.19

func (s *ItemForListJobsOutput) SetStopReason(v string) *ItemForListJobsOutput

SetStopReason sets the StopReason field's value.

func (*ItemForListJobsOutput) SetUpdateTime

func (s *ItemForListJobsOutput) SetUpdateTime(v string) *ItemForListJobsOutput

SetUpdateTime sets the UpdateTime field's value.

func (ItemForListJobsOutput) String

func (s ItemForListJobsOutput) String() string

String returns the string representation

type ItemForListPublicImageReposOutput

type ItemForListPublicImageReposOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	Labels []*LabelForListPublicImageReposOutput `type:"list" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Readme *string `type:"string" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListPublicImageReposOutput) GoString

GoString returns the string representation

func (*ItemForListPublicImageReposOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ItemForListPublicImageReposOutput) SetLabels

SetLabels sets the Labels field's value.

func (*ItemForListPublicImageReposOutput) SetName

SetName sets the Name field's value.

func (*ItemForListPublicImageReposOutput) SetReadme

SetReadme sets the Readme field's value.

func (*ItemForListPublicImageReposOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (ItemForListPublicImageReposOutput) String

String returns the string representation

type ItemForListPublicImageTagsOutput

type ItemForListPublicImageTagsOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	SizeBytes *int64 `type:"int64" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	Url *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListPublicImageTagsOutput) GoString

GoString returns the string representation

func (*ItemForListPublicImageTagsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ItemForListPublicImageTagsOutput) SetName

SetName sets the Name field's value.

func (*ItemForListPublicImageTagsOutput) SetSizeBytes

SetSizeBytes sets the SizeBytes field's value.

func (*ItemForListPublicImageTagsOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*ItemForListPublicImageTagsOutput) SetUrl

SetUrl sets the Url field's value.

func (ItemForListPublicImageTagsOutput) String

String returns the string representation

type ItemForListResourceClaimOptionsOutput

type ItemForListResourceClaimOptionsOutput struct {
	Cpu *float64 `type:"double" json:",omitempty"`

	Family *string `type:"string" json:",omitempty"`

	GpuCount *int32 `type:"int32" json:",omitempty"`

	GpuMemoryMiB *int32 `type:"int32" json:",omitempty"`

	GpuType *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Kind *string `type:"string" json:",omitempty" enum:"EnumOfKindForListResourceClaimOptionsOutput"`

	MemoryMiB *float64 `type:"double" json:",omitempty"`

	PayloadList []*string `type:"list" json:",omitempty"`

	RdmaEniCount *int32 `type:"int32" json:",omitempty"`

	ZoneInfo []*ZoneInfoForListResourceClaimOptionsOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListResourceClaimOptionsOutput) GoString

GoString returns the string representation

func (*ItemForListResourceClaimOptionsOutput) SetCpu

SetCpu sets the Cpu field's value.

func (*ItemForListResourceClaimOptionsOutput) SetFamily

SetFamily sets the Family field's value.

func (*ItemForListResourceClaimOptionsOutput) SetGpuCount

SetGpuCount sets the GpuCount field's value.

func (*ItemForListResourceClaimOptionsOutput) SetGpuMemoryMiB

SetGpuMemoryMiB sets the GpuMemoryMiB field's value.

func (*ItemForListResourceClaimOptionsOutput) SetGpuType

SetGpuType sets the GpuType field's value.

func (*ItemForListResourceClaimOptionsOutput) SetId

SetId sets the Id field's value.

func (*ItemForListResourceClaimOptionsOutput) SetKind

SetKind sets the Kind field's value.

func (*ItemForListResourceClaimOptionsOutput) SetMemoryMiB

SetMemoryMiB sets the MemoryMiB field's value.

func (*ItemForListResourceClaimOptionsOutput) SetPayloadList

SetPayloadList sets the PayloadList field's value.

func (*ItemForListResourceClaimOptionsOutput) SetRdmaEniCount

SetRdmaEniCount sets the RdmaEniCount field's value.

func (*ItemForListResourceClaimOptionsOutput) SetZoneInfo

SetZoneInfo sets the ZoneInfo field's value.

func (ItemForListResourceClaimOptionsOutput) String

String returns the string representation

type ItemForListResourceGroupsOutput

type ItemForListResourceGroupsOutput struct {
	ChargeType *string `type:"string" json:",omitempty"`

	Description *string `min:"1" max:"500" type:"string" json:",omitempty"`

	ExpireTime *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Name *string `min:"1" max:"200" type:"string" json:",omitempty"`

	PeriodUnit *string `type:"string" json:",omitempty"`

	ProjectName *string `min:"1" max:"64" type:"string" json:",omitempty"`

	ResourceAllocated *ResourceAllocatedForListResourceGroupsOutput `type:"structure" json:",omitempty"`

	ResourceCapability *ResourceCapabilityForListResourceGroupsOutput `type:"structure" json:",omitempty"`

	Status *StatusForListResourceGroupsOutput `type:"structure" json:",omitempty"`

	StorageConfig *StorageConfigForListResourceGroupsOutput `type:"structure" json:",omitempty"`

	VRdmaEnabled *bool `type:"boolean" json:",omitempty"`

	WorkloadNetworkConfig *WorkloadNetworkConfigForListResourceGroupsOutput `type:"structure" json:",omitempty"`

	WorkloadNetworkMode *string `type:"string" json:",omitempty"`

	ZoneIds []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListResourceGroupsOutput) GoString

GoString returns the string representation

func (*ItemForListResourceGroupsOutput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ItemForListResourceGroupsOutput) SetDescription

SetDescription sets the Description field's value.

func (*ItemForListResourceGroupsOutput) SetExpireTime

SetExpireTime sets the ExpireTime field's value.

func (*ItemForListResourceGroupsOutput) SetId

SetId sets the Id field's value.

func (*ItemForListResourceGroupsOutput) SetName

SetName sets the Name field's value.

func (*ItemForListResourceGroupsOutput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (*ItemForListResourceGroupsOutput) SetProjectName added in v1.1.33

SetProjectName sets the ProjectName field's value.

func (*ItemForListResourceGroupsOutput) SetResourceAllocated

SetResourceAllocated sets the ResourceAllocated field's value.

func (*ItemForListResourceGroupsOutput) SetResourceCapability

SetResourceCapability sets the ResourceCapability field's value.

func (*ItemForListResourceGroupsOutput) SetStatus

SetStatus sets the Status field's value.

func (*ItemForListResourceGroupsOutput) SetStorageConfig

SetStorageConfig sets the StorageConfig field's value.

func (*ItemForListResourceGroupsOutput) SetVRdmaEnabled added in v1.1.33

SetVRdmaEnabled sets the VRdmaEnabled field's value.

func (*ItemForListResourceGroupsOutput) SetWorkloadNetworkConfig

SetWorkloadNetworkConfig sets the WorkloadNetworkConfig field's value.

func (*ItemForListResourceGroupsOutput) SetWorkloadNetworkMode added in v1.1.19

SetWorkloadNetworkMode sets the WorkloadNetworkMode field's value.

func (*ItemForListResourceGroupsOutput) SetZoneIds

SetZoneIds sets the ZoneIds field's value.

func (ItemForListResourceGroupsOutput) String

String returns the string representation

type ItemForListResourceQueuesOutput

type ItemForListResourceQueuesOutput struct {
	ChargeType *string `type:"string" json:",omitempty" enum:"EnumOfChargeTypeForListResourceQueuesOutput"`

	ComputeResources []*ComputeResourceForListResourceQueuesOutput `type:"list" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	ProjectName *string `min:"1" max:"64" type:"string" json:",omitempty"`

	QuotaAllocated *QuotaAllocatedForListResourceQueuesOutput `type:"structure" json:",omitempty"`

	QuotaCapability *QuotaCapabilityForListResourceQueuesOutput `type:"structure" json:",omitempty"`

	ResourceGroupId *string `type:"string" json:",omitempty"`

	Rules *RulesForListResourceQueuesOutput `type:"structure" json:",omitempty"`

	Shareable *bool `type:"boolean" json:",omitempty"`

	SharedQuotaAllocated *SharedQuotaAllocatedForListResourceQueuesOutput `type:"structure" json:",omitempty"`

	Status *StatusForListResourceQueuesOutput `type:"structure" json:",omitempty"`

	SystemQuotaAllocated *SystemQuotaAllocatedForListResourceQueuesOutput `type:"structure" json:",omitempty"`

	VolumeResources []*VolumeResourceForListResourceQueuesOutput `type:"list" json:",omitempty"`

	WorkloadInfos []*WorkloadInfoForListResourceQueuesOutput `type:"list" json:",omitempty"`

	ZoneIds []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListResourceQueuesOutput) GoString

GoString returns the string representation

func (*ItemForListResourceQueuesOutput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ItemForListResourceQueuesOutput) SetComputeResources

SetComputeResources sets the ComputeResources field's value.

func (*ItemForListResourceQueuesOutput) SetDescription

SetDescription sets the Description field's value.

func (*ItemForListResourceQueuesOutput) SetId

SetId sets the Id field's value.

func (*ItemForListResourceQueuesOutput) SetName

SetName sets the Name field's value.

func (*ItemForListResourceQueuesOutput) SetProjectName added in v1.1.33

SetProjectName sets the ProjectName field's value.

func (*ItemForListResourceQueuesOutput) SetQuotaAllocated

SetQuotaAllocated sets the QuotaAllocated field's value.

func (*ItemForListResourceQueuesOutput) SetQuotaCapability

SetQuotaCapability sets the QuotaCapability field's value.

func (*ItemForListResourceQueuesOutput) SetResourceGroupId

SetResourceGroupId sets the ResourceGroupId field's value.

func (*ItemForListResourceQueuesOutput) SetRules

SetRules sets the Rules field's value.

func (*ItemForListResourceQueuesOutput) SetShareable

SetShareable sets the Shareable field's value.

func (*ItemForListResourceQueuesOutput) SetSharedQuotaAllocated

SetSharedQuotaAllocated sets the SharedQuotaAllocated field's value.

func (*ItemForListResourceQueuesOutput) SetStatus

SetStatus sets the Status field's value.

func (*ItemForListResourceQueuesOutput) SetSystemQuotaAllocated

SetSystemQuotaAllocated sets the SystemQuotaAllocated field's value.

func (*ItemForListResourceQueuesOutput) SetVolumeResources

SetVolumeResources sets the VolumeResources field's value.

func (*ItemForListResourceQueuesOutput) SetWorkloadInfos

SetWorkloadInfos sets the WorkloadInfos field's value.

func (*ItemForListResourceQueuesOutput) SetZoneIds

SetZoneIds sets the ZoneIds field's value.

func (ItemForListResourceQueuesOutput) String

String returns the string representation

type ItemForListResourceReservationPlansOutput added in v1.1.19

type ItemForListResourceReservationPlansOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	CreatorTrn *string `type:"string" json:",omitempty"`

	CustomComputeResource []*CustomComputeResourceForListResourceReservationPlansOutput `type:"list" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	DesiredComputeResource *DesiredComputeResourceForListResourceReservationPlansOutput `type:"structure" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	ProjectName *string `min:"1" max:"64" type:"string" json:",omitempty"`

	ReservationConfig *ReservationConfigForListResourceReservationPlansOutput `type:"structure" json:",omitempty"`

	ScheduleConfig *ScheduleConfigForListResourceReservationPlansOutput `type:"structure" json:",omitempty"`

	Status *StatusForListResourceReservationPlansOutput `type:"structure" json:",omitempty"`

	StorageConfig *StorageConfigForListResourceReservationPlansOutput `type:"structure" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	WorkloadNetworkConfig *WorkloadNetworkConfigForListResourceReservationPlansOutput `type:"structure" json:",omitempty"`

	WorkloadNetworkMode *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListResourceReservationPlansOutput) GoString added in v1.1.19

GoString returns the string representation

func (*ItemForListResourceReservationPlansOutput) SetCreateTime added in v1.1.19

SetCreateTime sets the CreateTime field's value.

func (*ItemForListResourceReservationPlansOutput) SetCreatorTrn added in v1.1.19

SetCreatorTrn sets the CreatorTrn field's value.

func (*ItemForListResourceReservationPlansOutput) SetCustomComputeResource added in v1.1.48

SetCustomComputeResource sets the CustomComputeResource field's value.

func (*ItemForListResourceReservationPlansOutput) SetDescription added in v1.1.19

SetDescription sets the Description field's value.

func (*ItemForListResourceReservationPlansOutput) SetDesiredComputeResource added in v1.1.19

SetDesiredComputeResource sets the DesiredComputeResource field's value.

func (*ItemForListResourceReservationPlansOutput) SetId added in v1.1.19

SetId sets the Id field's value.

func (*ItemForListResourceReservationPlansOutput) SetName added in v1.1.19

SetName sets the Name field's value.

func (*ItemForListResourceReservationPlansOutput) SetProjectName added in v1.1.33

SetProjectName sets the ProjectName field's value.

func (*ItemForListResourceReservationPlansOutput) SetReservationConfig added in v1.1.19

SetReservationConfig sets the ReservationConfig field's value.

func (*ItemForListResourceReservationPlansOutput) SetScheduleConfig added in v1.1.33

SetScheduleConfig sets the ScheduleConfig field's value.

func (*ItemForListResourceReservationPlansOutput) SetStatus added in v1.1.19

SetStatus sets the Status field's value.

func (*ItemForListResourceReservationPlansOutput) SetStorageConfig added in v1.1.19

SetStorageConfig sets the StorageConfig field's value.

func (*ItemForListResourceReservationPlansOutput) SetUpdateTime added in v1.1.19

SetUpdateTime sets the UpdateTime field's value.

func (*ItemForListResourceReservationPlansOutput) SetWorkloadNetworkConfig added in v1.1.19

SetWorkloadNetworkConfig sets the WorkloadNetworkConfig field's value.

func (*ItemForListResourceReservationPlansOutput) SetWorkloadNetworkMode added in v1.1.33

SetWorkloadNetworkMode sets the WorkloadNetworkMode field's value.

func (ItemForListResourceReservationPlansOutput) String added in v1.1.19

String returns the string representation

type ItemForListResourceReservationRecordsOutput added in v1.1.19

type ItemForListResourceReservationRecordsOutput struct {
	ActivationTime *string `type:"string" json:",omitempty"`

	AllocatedComputeResource *AllocatedComputeResourceForListResourceReservationRecordsOutput `type:"structure" json:",omitempty"`

	DeliveredComputeResource *DeliveredComputeResourceForListResourceReservationRecordsOutput `type:"structure" json:",omitempty"`

	DesiredComputeResource *DesiredComputeResourceForListResourceReservationRecordsOutput `type:"structure" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	LockedComputeResource *LockedComputeResourceForListResourceReservationRecordsOutput `type:"structure" json:",omitempty"`

	MinComputeResource *MinComputeResourceForListResourceReservationRecordsOutput `type:"structure" json:",omitempty"`

	ResourceEndTime *string `type:"string" json:",omitempty"`

	ResourceStartTime *string `type:"string" json:",omitempty"`

	ResourceZoneId *string `type:"string" json:",omitempty"`

	Status *StatusForListResourceReservationRecordsOutput `type:"structure" json:",omitempty"`

	TargetComputeResource *TargetComputeResourceForListResourceReservationRecordsOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListResourceReservationRecordsOutput) GoString added in v1.1.19

GoString returns the string representation

func (*ItemForListResourceReservationRecordsOutput) SetActivationTime added in v1.1.19

SetActivationTime sets the ActivationTime field's value.

func (*ItemForListResourceReservationRecordsOutput) SetAllocatedComputeResource added in v1.1.19

SetAllocatedComputeResource sets the AllocatedComputeResource field's value.

func (*ItemForListResourceReservationRecordsOutput) SetDeliveredComputeResource added in v1.1.19

SetDeliveredComputeResource sets the DeliveredComputeResource field's value.

func (*ItemForListResourceReservationRecordsOutput) SetDesiredComputeResource added in v1.1.19

SetDesiredComputeResource sets the DesiredComputeResource field's value.

func (*ItemForListResourceReservationRecordsOutput) SetId added in v1.1.19

SetId sets the Id field's value.

func (*ItemForListResourceReservationRecordsOutput) SetLockedComputeResource added in v1.1.49

SetLockedComputeResource sets the LockedComputeResource field's value.

func (*ItemForListResourceReservationRecordsOutput) SetMinComputeResource added in v1.1.49

SetMinComputeResource sets the MinComputeResource field's value.

func (*ItemForListResourceReservationRecordsOutput) SetResourceEndTime added in v1.1.19

SetResourceEndTime sets the ResourceEndTime field's value.

func (*ItemForListResourceReservationRecordsOutput) SetResourceStartTime added in v1.1.19

SetResourceStartTime sets the ResourceStartTime field's value.

func (*ItemForListResourceReservationRecordsOutput) SetResourceZoneId added in v1.1.19

SetResourceZoneId sets the ResourceZoneId field's value.

func (*ItemForListResourceReservationRecordsOutput) SetStatus added in v1.1.19

SetStatus sets the Status field's value.

func (*ItemForListResourceReservationRecordsOutput) SetTargetComputeResource added in v1.1.49

SetTargetComputeResource sets the TargetComputeResource field's value.

func (ItemForListResourceReservationRecordsOutput) String added in v1.1.19

String returns the string representation

type ItemForListServicesOutput

type ItemForListServicesOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	CreatedBy *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Status *StatusForListServicesOutput `type:"structure" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListServicesOutput) GoString

func (s ItemForListServicesOutput) GoString() string

GoString returns the string representation

func (*ItemForListServicesOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ItemForListServicesOutput) SetCreatedBy

SetCreatedBy sets the CreatedBy field's value.

func (*ItemForListServicesOutput) SetDescription

SetDescription sets the Description field's value.

func (*ItemForListServicesOutput) SetId

SetId sets the Id field's value.

func (*ItemForListServicesOutput) SetName

SetName sets the Name field's value.

func (*ItemForListServicesOutput) SetStatus

SetStatus sets the Status field's value.

func (*ItemForListServicesOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (ItemForListServicesOutput) String

func (s ItemForListServicesOutput) String() string

String returns the string representation

type ItemForListVolumeTypesOutput

type ItemForListVolumeTypesOutput struct {
	Id *string `type:"string" json:",omitempty"`

	MaximumBandwidthMbps *int32 `type:"int32" json:",omitempty"`

	MaximumIops *int32 `type:"int32" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	PriceByDay *float64 `type:"double" json:",omitempty"`

	PriceByHour *float64 `type:"double" json:",omitempty"`

	PriceByMonth *float64 `type:"double" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListVolumeTypesOutput) GoString

func (s ItemForListVolumeTypesOutput) GoString() string

GoString returns the string representation

func (*ItemForListVolumeTypesOutput) SetId

SetId sets the Id field's value.

func (*ItemForListVolumeTypesOutput) SetMaximumBandwidthMbps

func (s *ItemForListVolumeTypesOutput) SetMaximumBandwidthMbps(v int32) *ItemForListVolumeTypesOutput

SetMaximumBandwidthMbps sets the MaximumBandwidthMbps field's value.

func (*ItemForListVolumeTypesOutput) SetMaximumIops

SetMaximumIops sets the MaximumIops field's value.

func (*ItemForListVolumeTypesOutput) SetName

SetName sets the Name field's value.

func (*ItemForListVolumeTypesOutput) SetPriceByDay

SetPriceByDay sets the PriceByDay field's value.

func (*ItemForListVolumeTypesOutput) SetPriceByHour

SetPriceByHour sets the PriceByHour field's value.

func (*ItemForListVolumeTypesOutput) SetPriceByMonth

SetPriceByMonth sets the PriceByMonth field's value.

func (ItemForListVolumeTypesOutput) String

String returns the string representation

type LabelForListPublicImageReposInput

type LabelForListPublicImageReposInput struct {
	Key *string `type:"string" json:",omitempty"`

	Values []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LabelForListPublicImageReposInput) GoString

GoString returns the string representation

func (*LabelForListPublicImageReposInput) SetKey

SetKey sets the Key field's value.

func (*LabelForListPublicImageReposInput) SetValues

SetValues sets the Values field's value.

func (LabelForListPublicImageReposInput) String

String returns the string representation

type LabelForListPublicImageReposOutput

type LabelForListPublicImageReposOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Values []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LabelForListPublicImageReposOutput) GoString

GoString returns the string representation

func (*LabelForListPublicImageReposOutput) SetKey

SetKey sets the Key field's value.

func (*LabelForListPublicImageReposOutput) SetValues

SetValues sets the Values field's value.

func (LabelForListPublicImageReposOutput) String

String returns the string representation

type ListAvailabilityZonesInput

type ListAvailabilityZonesInput struct {
	// contains filtered or unexported fields
}

func (ListAvailabilityZonesInput) GoString

func (s ListAvailabilityZonesInput) GoString() string

GoString returns the string representation

func (ListAvailabilityZonesInput) String

String returns the string representation

type ListAvailabilityZonesOutput

type ListAvailabilityZonesOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListAvailabilityZonesOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListAvailabilityZonesOutput) GoString

func (s ListAvailabilityZonesOutput) GoString() string

GoString returns the string representation

func (*ListAvailabilityZonesOutput) SetItems

SetItems sets the Items field's value.

func (ListAvailabilityZonesOutput) String

String returns the string representation

type ListDeploymentsInput

type ListDeploymentsInput struct {
	CreateTimeAfter *string `type:"string" json:",omitempty"`

	CreateTimeBefore *string `type:"string" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `min:"10" max:"100" type:"int32" json:",omitempty"`

	ResourceGroupId *string `type:"string" json:",omitempty"`

	ResourceQueueId *string `type:"string" json:",omitempty"`

	ServiceId *string `type:"string" json:",omitempty"`

	SortBy *string `type:"string" json:",omitempty" enum:"EnumOfSortByForListDeploymentsInput"`

	SortOrder *string `type:"string" json:",omitempty" enum:"EnumOfSortOrderForListDeploymentsInput"`

	Status *StatusForListDeploymentsInput `type:"structure" json:",omitempty"`

	UpdateTimeAfter *string `type:"string" json:",omitempty"`

	UpdateTimeBefore *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListDeploymentsInput) GoString

func (s ListDeploymentsInput) GoString() string

GoString returns the string representation

func (*ListDeploymentsInput) SetCreateTimeAfter

func (s *ListDeploymentsInput) SetCreateTimeAfter(v string) *ListDeploymentsInput

SetCreateTimeAfter sets the CreateTimeAfter field's value.

func (*ListDeploymentsInput) SetCreateTimeBefore

func (s *ListDeploymentsInput) SetCreateTimeBefore(v string) *ListDeploymentsInput

SetCreateTimeBefore sets the CreateTimeBefore field's value.

func (*ListDeploymentsInput) SetPageNumber

func (s *ListDeploymentsInput) SetPageNumber(v int32) *ListDeploymentsInput

SetPageNumber sets the PageNumber field's value.

func (*ListDeploymentsInput) SetPageSize

func (s *ListDeploymentsInput) SetPageSize(v int32) *ListDeploymentsInput

SetPageSize sets the PageSize field's value.

func (*ListDeploymentsInput) SetResourceGroupId

func (s *ListDeploymentsInput) SetResourceGroupId(v string) *ListDeploymentsInput

SetResourceGroupId sets the ResourceGroupId field's value.

func (*ListDeploymentsInput) SetResourceQueueId

func (s *ListDeploymentsInput) SetResourceQueueId(v string) *ListDeploymentsInput

SetResourceQueueId sets the ResourceQueueId field's value.

func (*ListDeploymentsInput) SetServiceId

func (s *ListDeploymentsInput) SetServiceId(v string) *ListDeploymentsInput

SetServiceId sets the ServiceId field's value.

func (*ListDeploymentsInput) SetSortBy

SetSortBy sets the SortBy field's value.

func (*ListDeploymentsInput) SetSortOrder

func (s *ListDeploymentsInput) SetSortOrder(v string) *ListDeploymentsInput

SetSortOrder sets the SortOrder field's value.

func (*ListDeploymentsInput) SetStatus

SetStatus sets the Status field's value.

func (*ListDeploymentsInput) SetUpdateTimeAfter

func (s *ListDeploymentsInput) SetUpdateTimeAfter(v string) *ListDeploymentsInput

SetUpdateTimeAfter sets the UpdateTimeAfter field's value.

func (*ListDeploymentsInput) SetUpdateTimeBefore

func (s *ListDeploymentsInput) SetUpdateTimeBefore(v string) *ListDeploymentsInput

SetUpdateTimeBefore sets the UpdateTimeBefore field's value.

func (ListDeploymentsInput) String

func (s ListDeploymentsInput) String() string

String returns the string representation

func (*ListDeploymentsInput) Validate

func (s *ListDeploymentsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListDeploymentsOutput

type ListDeploymentsOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListDeploymentsOutput `type:"list" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListDeploymentsOutput) GoString

func (s ListDeploymentsOutput) GoString() string

GoString returns the string representation

func (*ListDeploymentsOutput) SetItems

SetItems sets the Items field's value.

func (*ListDeploymentsOutput) SetPageNumber

func (s *ListDeploymentsOutput) SetPageNumber(v int32) *ListDeploymentsOutput

SetPageNumber sets the PageNumber field's value.

func (*ListDeploymentsOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListDeploymentsOutput) SetTotalCount

func (s *ListDeploymentsOutput) SetTotalCount(v int32) *ListDeploymentsOutput

SetTotalCount sets the TotalCount field's value.

func (ListDeploymentsOutput) String

func (s ListDeploymentsOutput) String() string

String returns the string representation

type ListDevInstancesInput

type ListDevInstancesInput struct {
	CreateUserIds []*int32 `type:"list" json:",omitempty"`

	IdContains *string `type:"string" json:",omitempty"`

	Ids []*string `type:"list" json:",omitempty"`

	NameContains *string `type:"string" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `min:"10" max:"100" type:"int32" json:",omitempty"`

	ProjectName *string `min:"1" max:"64" type:"string" json:",omitempty"`

	Relationship *string `type:"string" json:",omitempty" enum:"EnumOfRelationshipForListDevInstancesInput"`

	ResourceGroupIds []*string `type:"list" json:",omitempty"`

	ResourceQueueIds []*string `type:"list" json:",omitempty"`

	ResourceReservationPlanIds []*string `type:"list" json:",omitempty"`

	SortBy *string `type:"string" json:",omitempty" enum:"EnumOfSortByForListDevInstancesInput"`

	SortOrder *string `type:"string" json:",omitempty" enum:"EnumOfSortOrderForListDevInstancesInput"`

	States []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListDevInstancesInput) GoString

func (s ListDevInstancesInput) GoString() string

GoString returns the string representation

func (*ListDevInstancesInput) SetCreateUserIds

func (s *ListDevInstancesInput) SetCreateUserIds(v []*int32) *ListDevInstancesInput

SetCreateUserIds sets the CreateUserIds field's value.

func (*ListDevInstancesInput) SetIdContains

func (s *ListDevInstancesInput) SetIdContains(v string) *ListDevInstancesInput

SetIdContains sets the IdContains field's value.

func (*ListDevInstancesInput) SetIds

SetIds sets the Ids field's value.

func (*ListDevInstancesInput) SetNameContains

func (s *ListDevInstancesInput) SetNameContains(v string) *ListDevInstancesInput

SetNameContains sets the NameContains field's value.

func (*ListDevInstancesInput) SetPageNumber

func (s *ListDevInstancesInput) SetPageNumber(v int32) *ListDevInstancesInput

SetPageNumber sets the PageNumber field's value.

func (*ListDevInstancesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListDevInstancesInput) SetProjectName added in v1.1.33

func (s *ListDevInstancesInput) SetProjectName(v string) *ListDevInstancesInput

SetProjectName sets the ProjectName field's value.

func (*ListDevInstancesInput) SetRelationship

func (s *ListDevInstancesInput) SetRelationship(v string) *ListDevInstancesInput

SetRelationship sets the Relationship field's value.

func (*ListDevInstancesInput) SetResourceGroupIds

func (s *ListDevInstancesInput) SetResourceGroupIds(v []*string) *ListDevInstancesInput

SetResourceGroupIds sets the ResourceGroupIds field's value.

func (*ListDevInstancesInput) SetResourceQueueIds

func (s *ListDevInstancesInput) SetResourceQueueIds(v []*string) *ListDevInstancesInput

SetResourceQueueIds sets the ResourceQueueIds field's value.

func (*ListDevInstancesInput) SetResourceReservationPlanIds added in v1.1.33

func (s *ListDevInstancesInput) SetResourceReservationPlanIds(v []*string) *ListDevInstancesInput

SetResourceReservationPlanIds sets the ResourceReservationPlanIds field's value.

func (*ListDevInstancesInput) SetSortBy

SetSortBy sets the SortBy field's value.

func (*ListDevInstancesInput) SetSortOrder

SetSortOrder sets the SortOrder field's value.

func (*ListDevInstancesInput) SetStates

SetStates sets the States field's value.

func (ListDevInstancesInput) String

func (s ListDevInstancesInput) String() string

String returns the string representation

func (*ListDevInstancesInput) Validate

func (s *ListDevInstancesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListDevInstancesOutput

type ListDevInstancesOutput struct {
	Metadata *response.ResponseMetadata

	List []*ListForListDevInstancesOutput `type:"list" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListDevInstancesOutput) GoString

func (s ListDevInstancesOutput) GoString() string

GoString returns the string representation

func (*ListDevInstancesOutput) SetList

SetList sets the List field's value.

func (*ListDevInstancesOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*ListDevInstancesOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListDevInstancesOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (ListDevInstancesOutput) String

func (s ListDevInstancesOutput) String() string

String returns the string representation

type ListForListDevInstancesOutput

type ListForListDevInstancesOutput struct {
	AllowImageBuild *bool `type:"boolean" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	CreatorTrn *string `type:"string" json:",omitempty"`

	Credential *CredentialForListDevInstancesOutput `type:"structure" json:",omitempty"`

	DefaultFolder *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	ExpectedStopTime *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Image *ImageForListDevInstancesOutput `type:"structure" json:",omitempty"`

	IsBuildingImage *bool `type:"boolean" json:",omitempty"`

	IsaacApiKey *string `type:"string" json:",omitempty"`

	LaunchTime *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	NodeAffinitySpec *NodeAffinitySpecForListDevInstancesOutput `type:"structure" json:",omitempty"`

	NumaAffinity *string `type:"string" json:",omitempty"`

	NumaStatus *string `type:"string" json:",omitempty"`

	Ports []*PortForListDevInstancesOutput `type:"list" json:",omitempty"`

	ProjectName *string `min:"1" max:"64" type:"string" json:",omitempty"`

	ResourceClaim *ResourceClaimForListDevInstancesOutput `type:"structure" json:",omitempty"`

	ResourceQueueId *string `type:"string" json:",omitempty"`

	ResourceReservationPlanId *string `type:"string" json:",omitempty"`

	SshPublicKey *string `type:"string" json:",omitempty"`

	Status *StatusForListDevInstancesOutput `type:"structure" json:",omitempty"`

	StopTime *string `type:"string" json:",omitempty"`

	StoppedTime *string `type:"string" json:",omitempty"`

	Storages []*StorageForListDevInstancesOutput `type:"list" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	Volume *VolumeForListDevInstancesOutput `type:"structure" json:",omitempty"`

	ZoneID *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListForListDevInstancesOutput) GoString

GoString returns the string representation

func (*ListForListDevInstancesOutput) SetAllowImageBuild

SetAllowImageBuild sets the AllowImageBuild field's value.

func (*ListForListDevInstancesOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ListForListDevInstancesOutput) SetCreatorTrn

SetCreatorTrn sets the CreatorTrn field's value.

func (*ListForListDevInstancesOutput) SetCredential added in v1.1.49

SetCredential sets the Credential field's value.

func (*ListForListDevInstancesOutput) SetDefaultFolder added in v1.1.33

SetDefaultFolder sets the DefaultFolder field's value.

func (*ListForListDevInstancesOutput) SetDescription

SetDescription sets the Description field's value.

func (*ListForListDevInstancesOutput) SetExpectedStopTime

SetExpectedStopTime sets the ExpectedStopTime field's value.

func (*ListForListDevInstancesOutput) SetId

SetId sets the Id field's value.

func (*ListForListDevInstancesOutput) SetImage

SetImage sets the Image field's value.

func (*ListForListDevInstancesOutput) SetIsBuildingImage

SetIsBuildingImage sets the IsBuildingImage field's value.

func (*ListForListDevInstancesOutput) SetIsaacApiKey added in v1.2.1

SetIsaacApiKey sets the IsaacApiKey field's value.

func (*ListForListDevInstancesOutput) SetLaunchTime

SetLaunchTime sets the LaunchTime field's value.

func (*ListForListDevInstancesOutput) SetName

SetName sets the Name field's value.

func (*ListForListDevInstancesOutput) SetNodeAffinitySpec

SetNodeAffinitySpec sets the NodeAffinitySpec field's value.

func (*ListForListDevInstancesOutput) SetNumaAffinity added in v1.1.19

SetNumaAffinity sets the NumaAffinity field's value.

func (*ListForListDevInstancesOutput) SetNumaStatus added in v1.1.19

SetNumaStatus sets the NumaStatus field's value.

func (*ListForListDevInstancesOutput) SetPorts

SetPorts sets the Ports field's value.

func (*ListForListDevInstancesOutput) SetProjectName added in v1.1.33

SetProjectName sets the ProjectName field's value.

func (*ListForListDevInstancesOutput) SetResourceClaim

SetResourceClaim sets the ResourceClaim field's value.

func (*ListForListDevInstancesOutput) SetResourceQueueId

SetResourceQueueId sets the ResourceQueueId field's value.

func (*ListForListDevInstancesOutput) SetResourceReservationPlanId added in v1.1.33

func (s *ListForListDevInstancesOutput) SetResourceReservationPlanId(v string) *ListForListDevInstancesOutput

SetResourceReservationPlanId sets the ResourceReservationPlanId field's value.

func (*ListForListDevInstancesOutput) SetSshPublicKey

SetSshPublicKey sets the SshPublicKey field's value.

func (*ListForListDevInstancesOutput) SetStatus

SetStatus sets the Status field's value.

func (*ListForListDevInstancesOutput) SetStopTime

SetStopTime sets the StopTime field's value.

func (*ListForListDevInstancesOutput) SetStoppedTime

SetStoppedTime sets the StoppedTime field's value.

func (*ListForListDevInstancesOutput) SetStorages

SetStorages sets the Storages field's value.

func (*ListForListDevInstancesOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*ListForListDevInstancesOutput) SetVolume

SetVolume sets the Volume field's value.

func (*ListForListDevInstancesOutput) SetZoneID

SetZoneID sets the ZoneID field's value.

func (ListForListDevInstancesOutput) String

String returns the string representation

type ListInstanceTypesInput

type ListInstanceTypesInput struct {
	NameContains *string `type:"string" json:",omitempty"`

	ReservationPlanSupportStatus *string `type:"string" json:",omitempty" enum:"EnumOfReservationPlanSupportStatusForListInstanceTypesInput"`

	SupportStatus *string `type:"string" json:",omitempty" enum:"EnumOfSupportStatusForListInstanceTypesInput"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListInstanceTypesInput) GoString

func (s ListInstanceTypesInput) GoString() string

GoString returns the string representation

func (*ListInstanceTypesInput) SetNameContains

func (s *ListInstanceTypesInput) SetNameContains(v string) *ListInstanceTypesInput

SetNameContains sets the NameContains field's value.

func (*ListInstanceTypesInput) SetReservationPlanSupportStatus added in v1.1.19

func (s *ListInstanceTypesInput) SetReservationPlanSupportStatus(v string) *ListInstanceTypesInput

SetReservationPlanSupportStatus sets the ReservationPlanSupportStatus field's value.

func (*ListInstanceTypesInput) SetSupportStatus

func (s *ListInstanceTypesInput) SetSupportStatus(v string) *ListInstanceTypesInput

SetSupportStatus sets the SupportStatus field's value.

func (*ListInstanceTypesInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ListInstanceTypesInput) String

func (s ListInstanceTypesInput) String() string

String returns the string representation

type ListInstanceTypesOutput

type ListInstanceTypesOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListInstanceTypesOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListInstanceTypesOutput) GoString

func (s ListInstanceTypesOutput) GoString() string

GoString returns the string representation

func (*ListInstanceTypesOutput) SetItems

SetItems sets the Items field's value.

func (ListInstanceTypesOutput) String

func (s ListInstanceTypesOutput) String() string

String returns the string representation

type ListJobInstancesInput

type ListJobInstancesInput struct {
	InstanceIds []*string `type:"list" json:",omitempty"`

	// JobId is a required field
	JobId *string `type:"string" json:",omitempty" required:"true"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `min:"10" max:"100" type:"int32" json:",omitempty"`

	SortBy *string `type:"string" json:",omitempty" enum:"EnumOfSortByForListJobInstancesInput"`

	SortOrder *string `type:"string" json:",omitempty" enum:"EnumOfSortOrderForListJobInstancesInput"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListJobInstancesInput) GoString

func (s ListJobInstancesInput) GoString() string

GoString returns the string representation

func (*ListJobInstancesInput) SetInstanceIds

func (s *ListJobInstancesInput) SetInstanceIds(v []*string) *ListJobInstancesInput

SetInstanceIds sets the InstanceIds field's value.

func (*ListJobInstancesInput) SetJobId

SetJobId sets the JobId field's value.

func (*ListJobInstancesInput) SetPageNumber

func (s *ListJobInstancesInput) SetPageNumber(v int32) *ListJobInstancesInput

SetPageNumber sets the PageNumber field's value.

func (*ListJobInstancesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListJobInstancesInput) SetSortBy

SetSortBy sets the SortBy field's value.

func (*ListJobInstancesInput) SetSortOrder

SetSortOrder sets the SortOrder field's value.

func (*ListJobInstancesInput) SetState

SetState sets the State field's value.

func (ListJobInstancesInput) String

func (s ListJobInstancesInput) String() string

String returns the string representation

func (*ListJobInstancesInput) Validate

func (s *ListJobInstancesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListJobInstancesOutput

type ListJobInstancesOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListJobInstancesOutput `type:"list" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListJobInstancesOutput) GoString

func (s ListJobInstancesOutput) GoString() string

GoString returns the string representation

func (*ListJobInstancesOutput) SetItems

SetItems sets the Items field's value.

func (*ListJobInstancesOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*ListJobInstancesOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListJobInstancesOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (ListJobInstancesOutput) String

func (s ListJobInstancesOutput) String() string

String returns the string representation

type ListJobsInput

type ListJobsInput struct {
	CreateTimeAfter *string `type:"string" json:",omitempty"`

	CreateTimeBefore *string `type:"string" json:",omitempty"`

	DiagnoseState *string `type:"string" json:",omitempty" enum:"EnumOfDiagnoseStateForListJobsInput"`

	NameContains *string `type:"string" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `min:"10" max:"100" type:"int32" json:",omitempty"`

	Priority *int32 `type:"int32" json:",omitempty"`

	ProjectName *string `min:"1" max:"64" type:"string" json:",omitempty"`

	ResourceGroupId *string `type:"string" json:",omitempty"`

	ResourceQueueId *string `type:"string" json:",omitempty"`

	ResourceReservationPlanId *string `type:"string" json:",omitempty"`

	SortBy *string `type:"string" json:",omitempty" enum:"EnumOfSortByForListJobsInput"`

	SortOrder *string `type:"string" json:",omitempty" enum:"EnumOfSortOrderForListJobsInput"`

	State *string `type:"string" json:",omitempty" enum:"EnumOfStateForListJobsInput"`

	UpdateTimeAfter *string `type:"string" json:",omitempty"`

	UpdateTimeBefore *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListJobsInput) GoString

func (s ListJobsInput) GoString() string

GoString returns the string representation

func (*ListJobsInput) SetCreateTimeAfter

func (s *ListJobsInput) SetCreateTimeAfter(v string) *ListJobsInput

SetCreateTimeAfter sets the CreateTimeAfter field's value.

func (*ListJobsInput) SetCreateTimeBefore

func (s *ListJobsInput) SetCreateTimeBefore(v string) *ListJobsInput

SetCreateTimeBefore sets the CreateTimeBefore field's value.

func (*ListJobsInput) SetDiagnoseState

func (s *ListJobsInput) SetDiagnoseState(v string) *ListJobsInput

SetDiagnoseState sets the DiagnoseState field's value.

func (*ListJobsInput) SetNameContains

func (s *ListJobsInput) SetNameContains(v string) *ListJobsInput

SetNameContains sets the NameContains field's value.

func (*ListJobsInput) SetPageNumber

func (s *ListJobsInput) SetPageNumber(v int32) *ListJobsInput

SetPageNumber sets the PageNumber field's value.

func (*ListJobsInput) SetPageSize

func (s *ListJobsInput) SetPageSize(v int32) *ListJobsInput

SetPageSize sets the PageSize field's value.

func (*ListJobsInput) SetPriority

func (s *ListJobsInput) SetPriority(v int32) *ListJobsInput

SetPriority sets the Priority field's value.

func (*ListJobsInput) SetProjectName added in v1.1.33

func (s *ListJobsInput) SetProjectName(v string) *ListJobsInput

SetProjectName sets the ProjectName field's value.

func (*ListJobsInput) SetResourceGroupId

func (s *ListJobsInput) SetResourceGroupId(v string) *ListJobsInput

SetResourceGroupId sets the ResourceGroupId field's value.

func (*ListJobsInput) SetResourceQueueId

func (s *ListJobsInput) SetResourceQueueId(v string) *ListJobsInput

SetResourceQueueId sets the ResourceQueueId field's value.

func (*ListJobsInput) SetResourceReservationPlanId added in v1.1.19

func (s *ListJobsInput) SetResourceReservationPlanId(v string) *ListJobsInput

SetResourceReservationPlanId sets the ResourceReservationPlanId field's value.

func (*ListJobsInput) SetSortBy

func (s *ListJobsInput) SetSortBy(v string) *ListJobsInput

SetSortBy sets the SortBy field's value.

func (*ListJobsInput) SetSortOrder

func (s *ListJobsInput) SetSortOrder(v string) *ListJobsInput

SetSortOrder sets the SortOrder field's value.

func (*ListJobsInput) SetState

func (s *ListJobsInput) SetState(v string) *ListJobsInput

SetState sets the State field's value.

func (*ListJobsInput) SetUpdateTimeAfter

func (s *ListJobsInput) SetUpdateTimeAfter(v string) *ListJobsInput

SetUpdateTimeAfter sets the UpdateTimeAfter field's value.

func (*ListJobsInput) SetUpdateTimeBefore

func (s *ListJobsInput) SetUpdateTimeBefore(v string) *ListJobsInput

SetUpdateTimeBefore sets the UpdateTimeBefore field's value.

func (ListJobsInput) String

func (s ListJobsInput) String() string

String returns the string representation

func (*ListJobsInput) Validate

func (s *ListJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListJobsOutput

type ListJobsOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListJobsOutput `type:"list" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListJobsOutput) GoString

func (s ListJobsOutput) GoString() string

GoString returns the string representation

func (*ListJobsOutput) SetItems

SetItems sets the Items field's value.

func (*ListJobsOutput) SetPageNumber

func (s *ListJobsOutput) SetPageNumber(v int32) *ListJobsOutput

SetPageNumber sets the PageNumber field's value.

func (*ListJobsOutput) SetPageSize

func (s *ListJobsOutput) SetPageSize(v int32) *ListJobsOutput

SetPageSize sets the PageSize field's value.

func (*ListJobsOutput) SetTotalCount

func (s *ListJobsOutput) SetTotalCount(v int32) *ListJobsOutput

SetTotalCount sets the TotalCount field's value.

func (ListJobsOutput) String

func (s ListJobsOutput) String() string

String returns the string representation

type ListPublicImageReposInput

type ListPublicImageReposInput struct {
	Labels []*LabelForListPublicImageReposInput `type:"list" json:",omitempty"`

	NameContains *string `type:"string" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `min:"10" max:"100" type:"int32" json:",omitempty"`

	SortBy *string `type:"string" json:",omitempty" enum:"EnumOfSortByForListPublicImageReposInput"`

	SortOrder *string `type:"string" json:",omitempty" enum:"EnumOfSortOrderForListPublicImageReposInput"`
	// contains filtered or unexported fields
}

func (ListPublicImageReposInput) GoString

func (s ListPublicImageReposInput) GoString() string

GoString returns the string representation

func (*ListPublicImageReposInput) SetLabels

SetLabels sets the Labels field's value.

func (*ListPublicImageReposInput) SetNameContains

SetNameContains sets the NameContains field's value.

func (*ListPublicImageReposInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*ListPublicImageReposInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListPublicImageReposInput) SetSortBy

SetSortBy sets the SortBy field's value.

func (*ListPublicImageReposInput) SetSortOrder

SetSortOrder sets the SortOrder field's value.

func (ListPublicImageReposInput) String

func (s ListPublicImageReposInput) String() string

String returns the string representation

func (*ListPublicImageReposInput) Validate

func (s *ListPublicImageReposInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListPublicImageReposOutput

type ListPublicImageReposOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListPublicImageReposOutput `type:"list" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListPublicImageReposOutput) GoString

func (s ListPublicImageReposOutput) GoString() string

GoString returns the string representation

func (*ListPublicImageReposOutput) SetItems

SetItems sets the Items field's value.

func (*ListPublicImageReposOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*ListPublicImageReposOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListPublicImageReposOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (ListPublicImageReposOutput) String

String returns the string representation

type ListPublicImageTagsInput

type ListPublicImageTagsInput struct {
	NameContains *string `type:"string" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `min:"10" max:"100" type:"int32" json:",omitempty"`

	// RepoName is a required field
	RepoName *string `type:"string" json:",omitempty" required:"true"`

	SortBy *string `type:"string" json:",omitempty" enum:"EnumOfSortByForListPublicImageTagsInput"`

	SortOrder *string `type:"string" json:",omitempty" enum:"EnumOfSortOrderForListPublicImageTagsInput"`
	// contains filtered or unexported fields
}

func (ListPublicImageTagsInput) GoString

func (s ListPublicImageTagsInput) GoString() string

GoString returns the string representation

func (*ListPublicImageTagsInput) SetNameContains

SetNameContains sets the NameContains field's value.

func (*ListPublicImageTagsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*ListPublicImageTagsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListPublicImageTagsInput) SetRepoName

SetRepoName sets the RepoName field's value.

func (*ListPublicImageTagsInput) SetSortBy

SetSortBy sets the SortBy field's value.

func (*ListPublicImageTagsInput) SetSortOrder

SetSortOrder sets the SortOrder field's value.

func (ListPublicImageTagsInput) String

func (s ListPublicImageTagsInput) String() string

String returns the string representation

func (*ListPublicImageTagsInput) Validate

func (s *ListPublicImageTagsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListPublicImageTagsOutput

type ListPublicImageTagsOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListPublicImageTagsOutput `type:"list" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListPublicImageTagsOutput) GoString

func (s ListPublicImageTagsOutput) GoString() string

GoString returns the string representation

func (*ListPublicImageTagsOutput) SetItems

SetItems sets the Items field's value.

func (*ListPublicImageTagsOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*ListPublicImageTagsOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListPublicImageTagsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (ListPublicImageTagsOutput) String

func (s ListPublicImageTagsOutput) String() string

String returns the string representation

type ListResourceClaimOptionsInput

type ListResourceClaimOptionsInput struct {
	Preemptible *bool `type:"boolean" json:",omitempty"`

	ResourceQueueId *string `type:"string" json:",omitempty"`

	ResourceReservationPlanId *string `type:"string" json:",omitempty"`

	SupportStatus *string `type:"string" json:",omitempty" enum:"EnumOfSupportStatusForListResourceClaimOptionsInput"`
	// contains filtered or unexported fields
}

func (ListResourceClaimOptionsInput) GoString

GoString returns the string representation

func (*ListResourceClaimOptionsInput) SetPreemptible

SetPreemptible sets the Preemptible field's value.

func (*ListResourceClaimOptionsInput) SetResourceQueueId

SetResourceQueueId sets the ResourceQueueId field's value.

func (*ListResourceClaimOptionsInput) SetResourceReservationPlanId added in v1.1.33

func (s *ListResourceClaimOptionsInput) SetResourceReservationPlanId(v string) *ListResourceClaimOptionsInput

SetResourceReservationPlanId sets the ResourceReservationPlanId field's value.

func (*ListResourceClaimOptionsInput) SetSupportStatus

SetSupportStatus sets the SupportStatus field's value.

func (ListResourceClaimOptionsInput) String

String returns the string representation

type ListResourceClaimOptionsOutput

type ListResourceClaimOptionsOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListResourceClaimOptionsOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListResourceClaimOptionsOutput) GoString

GoString returns the string representation

func (*ListResourceClaimOptionsOutput) SetItems

SetItems sets the Items field's value.

func (ListResourceClaimOptionsOutput) String

String returns the string representation

type ListResourceGroupsInput

type ListResourceGroupsInput struct {
	ChargeType *string `type:"string" json:",omitempty"`

	Ids []*string `type:"list" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	NameContains *string `type:"string" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `min:"10" max:"100" type:"int32" json:",omitempty"`

	ProjectName *string `min:"1" max:"64" type:"string" json:",omitempty"`

	SortBy *string `type:"string" json:",omitempty" enum:"EnumOfSortByForListResourceGroupsInput"`

	SortOrder *string `type:"string" json:",omitempty" enum:"EnumOfSortOrderForListResourceGroupsInput"`

	States []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListResourceGroupsInput) GoString

func (s ListResourceGroupsInput) GoString() string

GoString returns the string representation

func (*ListResourceGroupsInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ListResourceGroupsInput) SetIds

SetIds sets the Ids field's value.

func (*ListResourceGroupsInput) SetName

SetName sets the Name field's value.

func (*ListResourceGroupsInput) SetNameContains

SetNameContains sets the NameContains field's value.

func (*ListResourceGroupsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*ListResourceGroupsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListResourceGroupsInput) SetProjectName added in v1.1.33

SetProjectName sets the ProjectName field's value.

func (*ListResourceGroupsInput) SetSortBy

SetSortBy sets the SortBy field's value.

func (*ListResourceGroupsInput) SetSortOrder

SetSortOrder sets the SortOrder field's value.

func (*ListResourceGroupsInput) SetStates

SetStates sets the States field's value.

func (ListResourceGroupsInput) String

func (s ListResourceGroupsInput) String() string

String returns the string representation

func (*ListResourceGroupsInput) Validate

func (s *ListResourceGroupsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListResourceGroupsOutput

type ListResourceGroupsOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListResourceGroupsOutput `type:"list" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListResourceGroupsOutput) GoString

func (s ListResourceGroupsOutput) GoString() string

GoString returns the string representation

func (*ListResourceGroupsOutput) SetItems

SetItems sets the Items field's value.

func (*ListResourceGroupsOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*ListResourceGroupsOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListResourceGroupsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (ListResourceGroupsOutput) String

func (s ListResourceGroupsOutput) String() string

String returns the string representation

type ListResourceQueuesInput

type ListResourceQueuesInput struct {
	ChargeType *string `type:"string" json:",omitempty" enum:"EnumOfChargeTypeForListResourceQueuesInput"`

	Ids []*string `type:"list" json:",omitempty"`

	NameContains *string `type:"string" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `min:"10" max:"100" type:"int32" json:",omitempty"`

	ProjectName *string `min:"1" max:"64" type:"string" json:",omitempty"`

	ResourceGroupIds []*string `type:"list" json:",omitempty"`

	Shareable *bool `type:"boolean" json:",omitempty"`

	SortBy *string `type:"string" json:",omitempty" enum:"EnumOfSortByForListResourceQueuesInput"`

	SortOrder *string `type:"string" json:",omitempty" enum:"EnumOfSortOrderForListResourceQueuesInput"`

	Status []*string `type:"list" json:",omitempty"`

	WorkloadTypes []*string `type:"list" json:",omitempty"`

	ZoneIds []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListResourceQueuesInput) GoString

func (s ListResourceQueuesInput) GoString() string

GoString returns the string representation

func (*ListResourceQueuesInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ListResourceQueuesInput) SetIds

SetIds sets the Ids field's value.

func (*ListResourceQueuesInput) SetNameContains

SetNameContains sets the NameContains field's value.

func (*ListResourceQueuesInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*ListResourceQueuesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListResourceQueuesInput) SetProjectName added in v1.1.33

SetProjectName sets the ProjectName field's value.

func (*ListResourceQueuesInput) SetResourceGroupIds

func (s *ListResourceQueuesInput) SetResourceGroupIds(v []*string) *ListResourceQueuesInput

SetResourceGroupIds sets the ResourceGroupIds field's value.

func (*ListResourceQueuesInput) SetShareable

SetShareable sets the Shareable field's value.

func (*ListResourceQueuesInput) SetSortBy

SetSortBy sets the SortBy field's value.

func (*ListResourceQueuesInput) SetSortOrder

SetSortOrder sets the SortOrder field's value.

func (*ListResourceQueuesInput) SetStatus

SetStatus sets the Status field's value.

func (*ListResourceQueuesInput) SetWorkloadTypes

func (s *ListResourceQueuesInput) SetWorkloadTypes(v []*string) *ListResourceQueuesInput

SetWorkloadTypes sets the WorkloadTypes field's value.

func (*ListResourceQueuesInput) SetZoneIds

SetZoneIds sets the ZoneIds field's value.

func (ListResourceQueuesInput) String

func (s ListResourceQueuesInput) String() string

String returns the string representation

func (*ListResourceQueuesInput) Validate

func (s *ListResourceQueuesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListResourceQueuesOutput

type ListResourceQueuesOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListResourceQueuesOutput `type:"list" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListResourceQueuesOutput) GoString

func (s ListResourceQueuesOutput) GoString() string

GoString returns the string representation

func (*ListResourceQueuesOutput) SetItems

SetItems sets the Items field's value.

func (*ListResourceQueuesOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*ListResourceQueuesOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListResourceQueuesOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (ListResourceQueuesOutput) String

func (s ListResourceQueuesOutput) String() string

String returns the string representation

type ListResourceReservationPlanAvailableResourcesInput added in v1.1.33

type ListResourceReservationPlanAvailableResourcesInput struct {
	ComputeResource *ComputeResourceForListResourceReservationPlanAvailableResourcesInput `type:"structure" json:",omitempty"`

	// MaxHoursToUse is a required field
	MaxHoursToUse *int64 `min:"12" max:"180" type:"int64" json:",omitempty" required:"true"`

	// MinHoursToUse is a required field
	MinHoursToUse *int64 `min:"12" max:"180" type:"int64" json:",omitempty" required:"true"`

	// TimeRangeEnd is a required field
	TimeRangeEnd *string `type:"string" json:",omitempty" required:"true"`

	// TimeRangeStart is a required field
	TimeRangeStart *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ListResourceReservationPlanAvailableResourcesInput) GoString added in v1.1.33

GoString returns the string representation

func (*ListResourceReservationPlanAvailableResourcesInput) SetComputeResource added in v1.1.33

SetComputeResource sets the ComputeResource field's value.

func (*ListResourceReservationPlanAvailableResourcesInput) SetMaxHoursToUse added in v1.1.33

SetMaxHoursToUse sets the MaxHoursToUse field's value.

func (*ListResourceReservationPlanAvailableResourcesInput) SetMinHoursToUse added in v1.1.33

SetMinHoursToUse sets the MinHoursToUse field's value.

func (*ListResourceReservationPlanAvailableResourcesInput) SetTimeRangeEnd added in v1.1.33

SetTimeRangeEnd sets the TimeRangeEnd field's value.

func (*ListResourceReservationPlanAvailableResourcesInput) SetTimeRangeStart added in v1.1.33

SetTimeRangeStart sets the TimeRangeStart field's value.

func (ListResourceReservationPlanAvailableResourcesInput) String added in v1.1.33

String returns the string representation

func (*ListResourceReservationPlanAvailableResourcesInput) Validate added in v1.1.33

Validate inspects the fields of the type to determine if they are valid.

type ListResourceReservationPlanAvailableResourcesOutput added in v1.1.33

type ListResourceReservationPlanAvailableResourcesOutput struct {
	Metadata *response.ResponseMetadata

	AvailableResources []*AvailableResourceForListResourceReservationPlanAvailableResourcesOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListResourceReservationPlanAvailableResourcesOutput) GoString added in v1.1.33

GoString returns the string representation

func (*ListResourceReservationPlanAvailableResourcesOutput) SetAvailableResources added in v1.1.33

SetAvailableResources sets the AvailableResources field's value.

func (ListResourceReservationPlanAvailableResourcesOutput) String added in v1.1.33

String returns the string representation

type ListResourceReservationPlansInput added in v1.1.19

type ListResourceReservationPlansInput struct {
	Ids []*string `type:"list" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	NameContains *string `type:"string" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `min:"10" max:"100" type:"int32" json:",omitempty"`

	ProjectName *string `min:"1" max:"64" type:"string" json:",omitempty"`

	ReservationTypes []*string `type:"list" json:",omitempty"`

	SortBy *string `type:"string" json:",omitempty" enum:"EnumOfSortByForListResourceReservationPlansInput"`

	SortOrder *string `type:"string" json:",omitempty" enum:"EnumOfSortOrderForListResourceReservationPlansInput"`

	States []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListResourceReservationPlansInput) GoString added in v1.1.19

GoString returns the string representation

func (*ListResourceReservationPlansInput) SetIds added in v1.1.19

SetIds sets the Ids field's value.

func (*ListResourceReservationPlansInput) SetName added in v1.1.19

SetName sets the Name field's value.

func (*ListResourceReservationPlansInput) SetNameContains added in v1.1.19

SetNameContains sets the NameContains field's value.

func (*ListResourceReservationPlansInput) SetPageNumber added in v1.1.19

SetPageNumber sets the PageNumber field's value.

func (*ListResourceReservationPlansInput) SetPageSize added in v1.1.19

SetPageSize sets the PageSize field's value.

func (*ListResourceReservationPlansInput) SetProjectName added in v1.1.33

SetProjectName sets the ProjectName field's value.

func (*ListResourceReservationPlansInput) SetReservationTypes added in v1.1.33

SetReservationTypes sets the ReservationTypes field's value.

func (*ListResourceReservationPlansInput) SetSortBy added in v1.1.19

SetSortBy sets the SortBy field's value.

func (*ListResourceReservationPlansInput) SetSortOrder added in v1.1.19

SetSortOrder sets the SortOrder field's value.

func (*ListResourceReservationPlansInput) SetStates added in v1.1.19

SetStates sets the States field's value.

func (ListResourceReservationPlansInput) String added in v1.1.19

String returns the string representation

func (*ListResourceReservationPlansInput) Validate added in v1.1.19

Validate inspects the fields of the type to determine if they are valid.

type ListResourceReservationPlansOutput added in v1.1.19

type ListResourceReservationPlansOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListResourceReservationPlansOutput `type:"list" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListResourceReservationPlansOutput) GoString added in v1.1.19

GoString returns the string representation

func (*ListResourceReservationPlansOutput) SetItems added in v1.1.19

SetItems sets the Items field's value.

func (*ListResourceReservationPlansOutput) SetPageNumber added in v1.1.19

SetPageNumber sets the PageNumber field's value.

func (*ListResourceReservationPlansOutput) SetPageSize added in v1.1.19

SetPageSize sets the PageSize field's value.

func (*ListResourceReservationPlansOutput) SetTotalCount added in v1.1.19

SetTotalCount sets the TotalCount field's value.

func (ListResourceReservationPlansOutput) String added in v1.1.19

String returns the string representation

type ListResourceReservationRecordsInput added in v1.1.19

type ListResourceReservationRecordsInput struct {
	ActivationEndTime *string `type:"string" json:",omitempty"`

	ActivationStartTime *string `type:"string" json:",omitempty"`

	JobId *string `type:"string" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `min:"10" max:"100" type:"int32" json:",omitempty"`

	ReservationPlanId *string `type:"string" json:",omitempty"`

	SortBy *string `type:"string" json:",omitempty" enum:"EnumOfSortByForListResourceReservationRecordsInput"`

	SortOrder *string `type:"string" json:",omitempty" enum:"EnumOfSortOrderForListResourceReservationRecordsInput"`

	States []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListResourceReservationRecordsInput) GoString added in v1.1.19

GoString returns the string representation

func (*ListResourceReservationRecordsInput) SetActivationEndTime added in v1.1.49

SetActivationEndTime sets the ActivationEndTime field's value.

func (*ListResourceReservationRecordsInput) SetActivationStartTime added in v1.1.49

SetActivationStartTime sets the ActivationStartTime field's value.

func (*ListResourceReservationRecordsInput) SetJobId added in v1.1.49

SetJobId sets the JobId field's value.

func (*ListResourceReservationRecordsInput) SetPageNumber added in v1.1.19

SetPageNumber sets the PageNumber field's value.

func (*ListResourceReservationRecordsInput) SetPageSize added in v1.1.19

SetPageSize sets the PageSize field's value.

func (*ListResourceReservationRecordsInput) SetReservationPlanId added in v1.1.19

SetReservationPlanId sets the ReservationPlanId field's value.

func (*ListResourceReservationRecordsInput) SetSortBy added in v1.1.19

SetSortBy sets the SortBy field's value.

func (*ListResourceReservationRecordsInput) SetSortOrder added in v1.1.19

SetSortOrder sets the SortOrder field's value.

func (*ListResourceReservationRecordsInput) SetStates added in v1.1.19

SetStates sets the States field's value.

func (ListResourceReservationRecordsInput) String added in v1.1.19

String returns the string representation

func (*ListResourceReservationRecordsInput) Validate added in v1.1.19

Validate inspects the fields of the type to determine if they are valid.

type ListResourceReservationRecordsOutput added in v1.1.19

type ListResourceReservationRecordsOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListResourceReservationRecordsOutput `type:"list" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListResourceReservationRecordsOutput) GoString added in v1.1.19

GoString returns the string representation

func (*ListResourceReservationRecordsOutput) SetItems added in v1.1.19

SetItems sets the Items field's value.

func (*ListResourceReservationRecordsOutput) SetPageNumber added in v1.1.19

SetPageNumber sets the PageNumber field's value.

func (*ListResourceReservationRecordsOutput) SetPageSize added in v1.1.19

SetPageSize sets the PageSize field's value.

func (*ListResourceReservationRecordsOutput) SetTotalCount added in v1.1.19

SetTotalCount sets the TotalCount field's value.

func (ListResourceReservationRecordsOutput) String added in v1.1.19

String returns the string representation

type ListServicesInput

type ListServicesInput struct {
	CreateTimeAfter *string `type:"string" json:",omitempty"`

	CreateTimeBefore *string `type:"string" json:",omitempty"`

	NameContains *string `type:"string" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `min:"10" max:"100" type:"int32" json:",omitempty"`

	ProjectName *string `min:"1" max:"64" type:"string" json:",omitempty"`

	SortBy *string `type:"string" json:",omitempty" enum:"EnumOfSortByForListServicesInput"`

	SortOrder *string `type:"string" json:",omitempty" enum:"EnumOfSortOrderForListServicesInput"`

	State *string `type:"string" json:",omitempty" enum:"EnumOfStateForListServicesInput"`

	UpdateTimeAfter *string `type:"string" json:",omitempty"`

	UpdateTimeBefore *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListServicesInput) GoString

func (s ListServicesInput) GoString() string

GoString returns the string representation

func (*ListServicesInput) SetCreateTimeAfter

func (s *ListServicesInput) SetCreateTimeAfter(v string) *ListServicesInput

SetCreateTimeAfter sets the CreateTimeAfter field's value.

func (*ListServicesInput) SetCreateTimeBefore

func (s *ListServicesInput) SetCreateTimeBefore(v string) *ListServicesInput

SetCreateTimeBefore sets the CreateTimeBefore field's value.

func (*ListServicesInput) SetNameContains

func (s *ListServicesInput) SetNameContains(v string) *ListServicesInput

SetNameContains sets the NameContains field's value.

func (*ListServicesInput) SetPageNumber

func (s *ListServicesInput) SetPageNumber(v int32) *ListServicesInput

SetPageNumber sets the PageNumber field's value.

func (*ListServicesInput) SetPageSize

func (s *ListServicesInput) SetPageSize(v int32) *ListServicesInput

SetPageSize sets the PageSize field's value.

func (*ListServicesInput) SetProjectName added in v1.1.33

func (s *ListServicesInput) SetProjectName(v string) *ListServicesInput

SetProjectName sets the ProjectName field's value.

func (*ListServicesInput) SetSortBy

func (s *ListServicesInput) SetSortBy(v string) *ListServicesInput

SetSortBy sets the SortBy field's value.

func (*ListServicesInput) SetSortOrder

func (s *ListServicesInput) SetSortOrder(v string) *ListServicesInput

SetSortOrder sets the SortOrder field's value.

func (*ListServicesInput) SetState

func (s *ListServicesInput) SetState(v string) *ListServicesInput

SetState sets the State field's value.

func (*ListServicesInput) SetUpdateTimeAfter

func (s *ListServicesInput) SetUpdateTimeAfter(v string) *ListServicesInput

SetUpdateTimeAfter sets the UpdateTimeAfter field's value.

func (*ListServicesInput) SetUpdateTimeBefore

func (s *ListServicesInput) SetUpdateTimeBefore(v string) *ListServicesInput

SetUpdateTimeBefore sets the UpdateTimeBefore field's value.

func (ListServicesInput) String

func (s ListServicesInput) String() string

String returns the string representation

func (*ListServicesInput) Validate

func (s *ListServicesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListServicesOutput

type ListServicesOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListServicesOutput `type:"list" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListServicesOutput) GoString

func (s ListServicesOutput) GoString() string

GoString returns the string representation

func (*ListServicesOutput) SetItems

SetItems sets the Items field's value.

func (*ListServicesOutput) SetPageNumber

func (s *ListServicesOutput) SetPageNumber(v int32) *ListServicesOutput

SetPageNumber sets the PageNumber field's value.

func (*ListServicesOutput) SetPageSize

func (s *ListServicesOutput) SetPageSize(v int32) *ListServicesOutput

SetPageSize sets the PageSize field's value.

func (*ListServicesOutput) SetTotalCount

func (s *ListServicesOutput) SetTotalCount(v int32) *ListServicesOutput

SetTotalCount sets the TotalCount field's value.

func (ListServicesOutput) String

func (s ListServicesOutput) String() string

String returns the string representation

type ListVolumeTypesInput

type ListVolumeTypesInput struct {
	NameContains *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListVolumeTypesInput) GoString

func (s ListVolumeTypesInput) GoString() string

GoString returns the string representation

func (*ListVolumeTypesInput) SetNameContains

func (s *ListVolumeTypesInput) SetNameContains(v string) *ListVolumeTypesInput

SetNameContains sets the NameContains field's value.

func (ListVolumeTypesInput) String

func (s ListVolumeTypesInput) String() string

String returns the string representation

type ListVolumeTypesOutput

type ListVolumeTypesOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListVolumeTypesOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListVolumeTypesOutput) GoString

func (s ListVolumeTypesOutput) GoString() string

GoString returns the string representation

func (*ListVolumeTypesOutput) SetItems

SetItems sets the Items field's value.

func (ListVolumeTypesOutput) String

func (s ListVolumeTypesOutput) String() string

String returns the string representation

type LivenessProbeForCreateDeploymentInput

type LivenessProbeForCreateDeploymentInput struct {
	Enabled *bool `type:"boolean" json:",omitempty"`

	Exec *ExecForCreateDeploymentInput `type:"structure" json:",omitempty"`

	FailureThreshold *int32 `type:"int32" json:",omitempty"`

	HTTPGet *HTTPGetForCreateDeploymentInput `type:"structure" json:",omitempty"`

	InitialDelaySeconds *int32 `type:"int32" json:",omitempty"`

	PeriodSeconds *int32 `type:"int32" json:",omitempty"`

	SuccessThreshold *int32 `type:"int32" json:",omitempty"`

	TCPSocket *TCPSocketForCreateDeploymentInput `type:"structure" json:",omitempty"`

	TimeoutSeconds *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LivenessProbeForCreateDeploymentInput) GoString

GoString returns the string representation

func (*LivenessProbeForCreateDeploymentInput) SetEnabled

SetEnabled sets the Enabled field's value.

func (*LivenessProbeForCreateDeploymentInput) SetExec

SetExec sets the Exec field's value.

func (*LivenessProbeForCreateDeploymentInput) SetFailureThreshold

SetFailureThreshold sets the FailureThreshold field's value.

func (*LivenessProbeForCreateDeploymentInput) SetHTTPGet

SetHTTPGet sets the HTTPGet field's value.

func (*LivenessProbeForCreateDeploymentInput) SetInitialDelaySeconds

SetInitialDelaySeconds sets the InitialDelaySeconds field's value.

func (*LivenessProbeForCreateDeploymentInput) SetPeriodSeconds

SetPeriodSeconds sets the PeriodSeconds field's value.

func (*LivenessProbeForCreateDeploymentInput) SetSuccessThreshold

SetSuccessThreshold sets the SuccessThreshold field's value.

func (*LivenessProbeForCreateDeploymentInput) SetTCPSocket

SetTCPSocket sets the TCPSocket field's value.

func (*LivenessProbeForCreateDeploymentInput) SetTimeoutSeconds

SetTimeoutSeconds sets the TimeoutSeconds field's value.

func (LivenessProbeForCreateDeploymentInput) String

String returns the string representation

type LivenessProbeForGetDeploymentOutput

type LivenessProbeForGetDeploymentOutput struct {
	Enabled *bool `type:"boolean" json:",omitempty"`

	Exec *ExecForGetDeploymentOutput `type:"structure" json:",omitempty"`

	FailureThreshold *int32 `type:"int32" json:",omitempty"`

	HTTPGet *HTTPGetForGetDeploymentOutput `type:"structure" json:",omitempty"`

	InitialDelaySeconds *int32 `type:"int32" json:",omitempty"`

	PeriodSeconds *int32 `type:"int32" json:",omitempty"`

	SuccessThreshold *int32 `type:"int32" json:",omitempty"`

	TCPSocket *TCPSocketForGetDeploymentOutput `type:"structure" json:",omitempty"`

	TimeoutSeconds *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LivenessProbeForGetDeploymentOutput) GoString

GoString returns the string representation

func (*LivenessProbeForGetDeploymentOutput) SetEnabled

SetEnabled sets the Enabled field's value.

func (*LivenessProbeForGetDeploymentOutput) SetExec

SetExec sets the Exec field's value.

func (*LivenessProbeForGetDeploymentOutput) SetFailureThreshold

SetFailureThreshold sets the FailureThreshold field's value.

func (*LivenessProbeForGetDeploymentOutput) SetHTTPGet

SetHTTPGet sets the HTTPGet field's value.

func (*LivenessProbeForGetDeploymentOutput) SetInitialDelaySeconds

SetInitialDelaySeconds sets the InitialDelaySeconds field's value.

func (*LivenessProbeForGetDeploymentOutput) SetPeriodSeconds

SetPeriodSeconds sets the PeriodSeconds field's value.

func (*LivenessProbeForGetDeploymentOutput) SetSuccessThreshold

SetSuccessThreshold sets the SuccessThreshold field's value.

func (*LivenessProbeForGetDeploymentOutput) SetTCPSocket

SetTCPSocket sets the TCPSocket field's value.

func (*LivenessProbeForGetDeploymentOutput) SetTimeoutSeconds

SetTimeoutSeconds sets the TimeoutSeconds field's value.

func (LivenessProbeForGetDeploymentOutput) String

String returns the string representation

type LivenessProbeForUpdateDeploymentInput

type LivenessProbeForUpdateDeploymentInput struct {
	Enabled *bool `type:"boolean" json:",omitempty"`

	Exec *ExecForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	FailureThreshold *int32 `type:"int32" json:",omitempty"`

	HTTPGet *HTTPGetForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	InitialDelaySeconds *int32 `type:"int32" json:",omitempty"`

	PeriodSeconds *int32 `type:"int32" json:",omitempty"`

	SuccessThreshold *int32 `type:"int32" json:",omitempty"`

	TCPSocket *TCPSocketForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	TimeoutSeconds *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LivenessProbeForUpdateDeploymentInput) GoString

GoString returns the string representation

func (*LivenessProbeForUpdateDeploymentInput) SetEnabled

SetEnabled sets the Enabled field's value.

func (*LivenessProbeForUpdateDeploymentInput) SetExec

SetExec sets the Exec field's value.

func (*LivenessProbeForUpdateDeploymentInput) SetFailureThreshold

SetFailureThreshold sets the FailureThreshold field's value.

func (*LivenessProbeForUpdateDeploymentInput) SetHTTPGet

SetHTTPGet sets the HTTPGet field's value.

func (*LivenessProbeForUpdateDeploymentInput) SetInitialDelaySeconds

SetInitialDelaySeconds sets the InitialDelaySeconds field's value.

func (*LivenessProbeForUpdateDeploymentInput) SetPeriodSeconds

SetPeriodSeconds sets the PeriodSeconds field's value.

func (*LivenessProbeForUpdateDeploymentInput) SetSuccessThreshold

SetSuccessThreshold sets the SuccessThreshold field's value.

func (*LivenessProbeForUpdateDeploymentInput) SetTCPSocket

SetTCPSocket sets the TCPSocket field's value.

func (*LivenessProbeForUpdateDeploymentInput) SetTimeoutSeconds

SetTimeoutSeconds sets the TimeoutSeconds field's value.

func (LivenessProbeForUpdateDeploymentInput) String

String returns the string representation

type LockedComputeResourceForListResourceReservationRecordsOutput added in v1.1.49

type LockedComputeResourceForListResourceReservationRecordsOutput struct {
	Count *int64 `type:"int64" json:",omitempty"`

	GpuCount *int64 `type:"int64" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	ZoneIds []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LockedComputeResourceForListResourceReservationRecordsOutput) GoString added in v1.1.49

GoString returns the string representation

func (*LockedComputeResourceForListResourceReservationRecordsOutput) SetCount added in v1.1.49

SetCount sets the Count field's value.

func (*LockedComputeResourceForListResourceReservationRecordsOutput) SetGpuCount added in v1.1.49

SetGpuCount sets the GpuCount field's value.

func (*LockedComputeResourceForListResourceReservationRecordsOutput) SetInstanceTypeId added in v1.1.49

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*LockedComputeResourceForListResourceReservationRecordsOutput) SetZoneIds added in v1.1.49

SetZoneIds sets the ZoneIds field's value.

func (LockedComputeResourceForListResourceReservationRecordsOutput) String added in v1.1.49

String returns the string representation

type MLPLATFORM20240701

type MLPLATFORM20240701 struct {
	*client.Client
}

MLPLATFORM20240701 provides the API operation methods for making requests to ML_PLATFORM20240701. See this package's package overview docs for details on the service.

MLPLATFORM20240701 methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

New create int can support ssl or region locate set

func (*MLPLATFORM20240701) CancelIdleShutdown

CancelIdleShutdown API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation CancelIdleShutdown for usage and error information.

func (*MLPLATFORM20240701) CancelIdleShutdownCommon

func (c *MLPLATFORM20240701) CancelIdleShutdownCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CancelIdleShutdownCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation CancelIdleShutdownCommon for usage and error information.

func (*MLPLATFORM20240701) CancelIdleShutdownCommonRequest

func (c *MLPLATFORM20240701) CancelIdleShutdownCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CancelIdleShutdownCommonRequest generates a "volcengine/request.Request" representing the client's request for the CancelIdleShutdownCommon operation. The "output" return value will be populated with the CancelIdleShutdownCommon request's response once the request completes successfully.

Use "Send" method on the returned CancelIdleShutdownCommon Request to send the API call to the service. the "output" return value is not valid until after CancelIdleShutdownCommon Send returns without error.

See CancelIdleShutdownCommon for more information on using the CancelIdleShutdownCommon API call, and error handling.

// Example sending a request using the CancelIdleShutdownCommonRequest method.
req, resp := client.CancelIdleShutdownCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) CancelIdleShutdownCommonWithContext

func (c *MLPLATFORM20240701) CancelIdleShutdownCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CancelIdleShutdownCommonWithContext is the same as CancelIdleShutdownCommon with the addition of the ability to pass a context and additional request options.

See CancelIdleShutdownCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) CancelIdleShutdownRequest

func (c *MLPLATFORM20240701) CancelIdleShutdownRequest(input *CancelIdleShutdownInput) (req *request.Request, output *CancelIdleShutdownOutput)

CancelIdleShutdownRequest generates a "volcengine/request.Request" representing the client's request for the CancelIdleShutdown operation. The "output" return value will be populated with the CancelIdleShutdownCommon request's response once the request completes successfully.

Use "Send" method on the returned CancelIdleShutdownCommon Request to send the API call to the service. the "output" return value is not valid until after CancelIdleShutdownCommon Send returns without error.

See CancelIdleShutdown for more information on using the CancelIdleShutdown API call, and error handling.

// Example sending a request using the CancelIdleShutdownRequest method.
req, resp := client.CancelIdleShutdownRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) CancelIdleShutdownWithContext

func (c *MLPLATFORM20240701) CancelIdleShutdownWithContext(ctx volcengine.Context, input *CancelIdleShutdownInput, opts ...request.Option) (*CancelIdleShutdownOutput, error)

CancelIdleShutdownWithContext is the same as CancelIdleShutdown with the addition of the ability to pass a context and additional request options.

See CancelIdleShutdown for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) CancelResourceReservationPlan added in v1.1.19

CancelResourceReservationPlan API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation CancelResourceReservationPlan for usage and error information.

func (*MLPLATFORM20240701) CancelResourceReservationPlanCommon added in v1.1.19

func (c *MLPLATFORM20240701) CancelResourceReservationPlanCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CancelResourceReservationPlanCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation CancelResourceReservationPlanCommon for usage and error information.

func (*MLPLATFORM20240701) CancelResourceReservationPlanCommonRequest added in v1.1.19

func (c *MLPLATFORM20240701) CancelResourceReservationPlanCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CancelResourceReservationPlanCommonRequest generates a "volcengine/request.Request" representing the client's request for the CancelResourceReservationPlanCommon operation. The "output" return value will be populated with the CancelResourceReservationPlanCommon request's response once the request completes successfully.

Use "Send" method on the returned CancelResourceReservationPlanCommon Request to send the API call to the service. the "output" return value is not valid until after CancelResourceReservationPlanCommon Send returns without error.

See CancelResourceReservationPlanCommon for more information on using the CancelResourceReservationPlanCommon API call, and error handling.

// Example sending a request using the CancelResourceReservationPlanCommonRequest method.
req, resp := client.CancelResourceReservationPlanCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) CancelResourceReservationPlanCommonWithContext added in v1.1.19

func (c *MLPLATFORM20240701) CancelResourceReservationPlanCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CancelResourceReservationPlanCommonWithContext is the same as CancelResourceReservationPlanCommon with the addition of the ability to pass a context and additional request options.

See CancelResourceReservationPlanCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) CancelResourceReservationPlanRequest added in v1.1.19

func (c *MLPLATFORM20240701) CancelResourceReservationPlanRequest(input *CancelResourceReservationPlanInput) (req *request.Request, output *CancelResourceReservationPlanOutput)

CancelResourceReservationPlanRequest generates a "volcengine/request.Request" representing the client's request for the CancelResourceReservationPlan operation. The "output" return value will be populated with the CancelResourceReservationPlanCommon request's response once the request completes successfully.

Use "Send" method on the returned CancelResourceReservationPlanCommon Request to send the API call to the service. the "output" return value is not valid until after CancelResourceReservationPlanCommon Send returns without error.

See CancelResourceReservationPlan for more information on using the CancelResourceReservationPlan API call, and error handling.

// Example sending a request using the CancelResourceReservationPlanRequest method.
req, resp := client.CancelResourceReservationPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) CancelResourceReservationPlanWithContext added in v1.1.19

func (c *MLPLATFORM20240701) CancelResourceReservationPlanWithContext(ctx volcengine.Context, input *CancelResourceReservationPlanInput, opts ...request.Option) (*CancelResourceReservationPlanOutput, error)

CancelResourceReservationPlanWithContext is the same as CancelResourceReservationPlan with the addition of the ability to pass a context and additional request options.

See CancelResourceReservationPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) CreateDeployment

func (c *MLPLATFORM20240701) CreateDeployment(input *CreateDeploymentInput) (*CreateDeploymentOutput, error)

CreateDeployment API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation CreateDeployment for usage and error information.

func (*MLPLATFORM20240701) CreateDeploymentCommon

func (c *MLPLATFORM20240701) CreateDeploymentCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateDeploymentCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation CreateDeploymentCommon for usage and error information.

func (*MLPLATFORM20240701) CreateDeploymentCommonRequest

func (c *MLPLATFORM20240701) CreateDeploymentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateDeploymentCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateDeploymentCommon operation. The "output" return value will be populated with the CreateDeploymentCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDeploymentCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDeploymentCommon Send returns without error.

See CreateDeploymentCommon for more information on using the CreateDeploymentCommon API call, and error handling.

// Example sending a request using the CreateDeploymentCommonRequest method.
req, resp := client.CreateDeploymentCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) CreateDeploymentCommonWithContext

func (c *MLPLATFORM20240701) CreateDeploymentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateDeploymentCommonWithContext is the same as CreateDeploymentCommon with the addition of the ability to pass a context and additional request options.

See CreateDeploymentCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) CreateDeploymentRequest

func (c *MLPLATFORM20240701) CreateDeploymentRequest(input *CreateDeploymentInput) (req *request.Request, output *CreateDeploymentOutput)

CreateDeploymentRequest generates a "volcengine/request.Request" representing the client's request for the CreateDeployment operation. The "output" return value will be populated with the CreateDeploymentCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDeploymentCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDeploymentCommon Send returns without error.

See CreateDeployment for more information on using the CreateDeployment API call, and error handling.

// Example sending a request using the CreateDeploymentRequest method.
req, resp := client.CreateDeploymentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) CreateDeploymentWithContext

func (c *MLPLATFORM20240701) CreateDeploymentWithContext(ctx volcengine.Context, input *CreateDeploymentInput, opts ...request.Option) (*CreateDeploymentOutput, error)

CreateDeploymentWithContext is the same as CreateDeployment with the addition of the ability to pass a context and additional request options.

See CreateDeployment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) CreateDevInstance

CreateDevInstance API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation CreateDevInstance for usage and error information.

func (*MLPLATFORM20240701) CreateDevInstanceCommon

func (c *MLPLATFORM20240701) CreateDevInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateDevInstanceCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation CreateDevInstanceCommon for usage and error information.

func (*MLPLATFORM20240701) CreateDevInstanceCommonRequest

func (c *MLPLATFORM20240701) CreateDevInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateDevInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateDevInstanceCommon operation. The "output" return value will be populated with the CreateDevInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDevInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDevInstanceCommon Send returns without error.

See CreateDevInstanceCommon for more information on using the CreateDevInstanceCommon API call, and error handling.

// Example sending a request using the CreateDevInstanceCommonRequest method.
req, resp := client.CreateDevInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) CreateDevInstanceCommonWithContext

func (c *MLPLATFORM20240701) CreateDevInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateDevInstanceCommonWithContext is the same as CreateDevInstanceCommon with the addition of the ability to pass a context and additional request options.

See CreateDevInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) CreateDevInstanceRequest

func (c *MLPLATFORM20240701) CreateDevInstanceRequest(input *CreateDevInstanceInput) (req *request.Request, output *CreateDevInstanceOutput)

CreateDevInstanceRequest generates a "volcengine/request.Request" representing the client's request for the CreateDevInstance operation. The "output" return value will be populated with the CreateDevInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateDevInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDevInstanceCommon Send returns without error.

See CreateDevInstance for more information on using the CreateDevInstance API call, and error handling.

// Example sending a request using the CreateDevInstanceRequest method.
req, resp := client.CreateDevInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) CreateDevInstanceWithContext

func (c *MLPLATFORM20240701) CreateDevInstanceWithContext(ctx volcengine.Context, input *CreateDevInstanceInput, opts ...request.Option) (*CreateDevInstanceOutput, error)

CreateDevInstanceWithContext is the same as CreateDevInstance with the addition of the ability to pass a context and additional request options.

See CreateDevInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) CreateJob

func (c *MLPLATFORM20240701) CreateJob(input *CreateJobInput) (*CreateJobOutput, error)

CreateJob API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation CreateJob for usage and error information.

func (*MLPLATFORM20240701) CreateJobCommon

func (c *MLPLATFORM20240701) CreateJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateJobCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation CreateJobCommon for usage and error information.

func (*MLPLATFORM20240701) CreateJobCommonRequest

func (c *MLPLATFORM20240701) CreateJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateJobCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateJobCommon operation. The "output" return value will be populated with the CreateJobCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateJobCommon Request to send the API call to the service. the "output" return value is not valid until after CreateJobCommon Send returns without error.

See CreateJobCommon for more information on using the CreateJobCommon API call, and error handling.

// Example sending a request using the CreateJobCommonRequest method.
req, resp := client.CreateJobCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) CreateJobCommonWithContext

func (c *MLPLATFORM20240701) CreateJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateJobCommonWithContext is the same as CreateJobCommon with the addition of the ability to pass a context and additional request options.

See CreateJobCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) CreateJobRequest

func (c *MLPLATFORM20240701) CreateJobRequest(input *CreateJobInput) (req *request.Request, output *CreateJobOutput)

CreateJobRequest generates a "volcengine/request.Request" representing the client's request for the CreateJob operation. The "output" return value will be populated with the CreateJobCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateJobCommon Request to send the API call to the service. the "output" return value is not valid until after CreateJobCommon Send returns without error.

See CreateJob for more information on using the CreateJob API call, and error handling.

// Example sending a request using the CreateJobRequest method.
req, resp := client.CreateJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) CreateJobWithContext

func (c *MLPLATFORM20240701) CreateJobWithContext(ctx volcengine.Context, input *CreateJobInput, opts ...request.Option) (*CreateJobOutput, error)

CreateJobWithContext is the same as CreateJob with the addition of the ability to pass a context and additional request options.

See CreateJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) CreateResourceGroup

CreateResourceGroup API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation CreateResourceGroup for usage and error information.

func (*MLPLATFORM20240701) CreateResourceGroupCommon

func (c *MLPLATFORM20240701) CreateResourceGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateResourceGroupCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation CreateResourceGroupCommon for usage and error information.

func (*MLPLATFORM20240701) CreateResourceGroupCommonRequest

func (c *MLPLATFORM20240701) CreateResourceGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateResourceGroupCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateResourceGroupCommon operation. The "output" return value will be populated with the CreateResourceGroupCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateResourceGroupCommon Request to send the API call to the service. the "output" return value is not valid until after CreateResourceGroupCommon Send returns without error.

See CreateResourceGroupCommon for more information on using the CreateResourceGroupCommon API call, and error handling.

// Example sending a request using the CreateResourceGroupCommonRequest method.
req, resp := client.CreateResourceGroupCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) CreateResourceGroupCommonWithContext

func (c *MLPLATFORM20240701) CreateResourceGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateResourceGroupCommonWithContext is the same as CreateResourceGroupCommon with the addition of the ability to pass a context and additional request options.

See CreateResourceGroupCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) CreateResourceGroupRequest

func (c *MLPLATFORM20240701) CreateResourceGroupRequest(input *CreateResourceGroupInput) (req *request.Request, output *CreateResourceGroupOutput)

CreateResourceGroupRequest generates a "volcengine/request.Request" representing the client's request for the CreateResourceGroup operation. The "output" return value will be populated with the CreateResourceGroupCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateResourceGroupCommon Request to send the API call to the service. the "output" return value is not valid until after CreateResourceGroupCommon Send returns without error.

See CreateResourceGroup for more information on using the CreateResourceGroup API call, and error handling.

// Example sending a request using the CreateResourceGroupRequest method.
req, resp := client.CreateResourceGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) CreateResourceGroupWithContext

func (c *MLPLATFORM20240701) CreateResourceGroupWithContext(ctx volcengine.Context, input *CreateResourceGroupInput, opts ...request.Option) (*CreateResourceGroupOutput, error)

CreateResourceGroupWithContext is the same as CreateResourceGroup with the addition of the ability to pass a context and additional request options.

See CreateResourceGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) CreateResourceQueue

CreateResourceQueue API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation CreateResourceQueue for usage and error information.

func (*MLPLATFORM20240701) CreateResourceQueueCommon

func (c *MLPLATFORM20240701) CreateResourceQueueCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateResourceQueueCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation CreateResourceQueueCommon for usage and error information.

func (*MLPLATFORM20240701) CreateResourceQueueCommonRequest

func (c *MLPLATFORM20240701) CreateResourceQueueCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateResourceQueueCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateResourceQueueCommon operation. The "output" return value will be populated with the CreateResourceQueueCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateResourceQueueCommon Request to send the API call to the service. the "output" return value is not valid until after CreateResourceQueueCommon Send returns without error.

See CreateResourceQueueCommon for more information on using the CreateResourceQueueCommon API call, and error handling.

// Example sending a request using the CreateResourceQueueCommonRequest method.
req, resp := client.CreateResourceQueueCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) CreateResourceQueueCommonWithContext

func (c *MLPLATFORM20240701) CreateResourceQueueCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateResourceQueueCommonWithContext is the same as CreateResourceQueueCommon with the addition of the ability to pass a context and additional request options.

See CreateResourceQueueCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) CreateResourceQueueRequest

func (c *MLPLATFORM20240701) CreateResourceQueueRequest(input *CreateResourceQueueInput) (req *request.Request, output *CreateResourceQueueOutput)

CreateResourceQueueRequest generates a "volcengine/request.Request" representing the client's request for the CreateResourceQueue operation. The "output" return value will be populated with the CreateResourceQueueCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateResourceQueueCommon Request to send the API call to the service. the "output" return value is not valid until after CreateResourceQueueCommon Send returns without error.

See CreateResourceQueue for more information on using the CreateResourceQueue API call, and error handling.

// Example sending a request using the CreateResourceQueueRequest method.
req, resp := client.CreateResourceQueueRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) CreateResourceQueueWithContext

func (c *MLPLATFORM20240701) CreateResourceQueueWithContext(ctx volcengine.Context, input *CreateResourceQueueInput, opts ...request.Option) (*CreateResourceQueueOutput, error)

CreateResourceQueueWithContext is the same as CreateResourceQueue with the addition of the ability to pass a context and additional request options.

See CreateResourceQueue for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) CreateResourceReservationPlan added in v1.1.19

CreateResourceReservationPlan API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation CreateResourceReservationPlan for usage and error information.

func (*MLPLATFORM20240701) CreateResourceReservationPlanCommon added in v1.1.19

func (c *MLPLATFORM20240701) CreateResourceReservationPlanCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateResourceReservationPlanCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation CreateResourceReservationPlanCommon for usage and error information.

func (*MLPLATFORM20240701) CreateResourceReservationPlanCommonRequest added in v1.1.19

func (c *MLPLATFORM20240701) CreateResourceReservationPlanCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateResourceReservationPlanCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateResourceReservationPlanCommon operation. The "output" return value will be populated with the CreateResourceReservationPlanCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateResourceReservationPlanCommon Request to send the API call to the service. the "output" return value is not valid until after CreateResourceReservationPlanCommon Send returns without error.

See CreateResourceReservationPlanCommon for more information on using the CreateResourceReservationPlanCommon API call, and error handling.

// Example sending a request using the CreateResourceReservationPlanCommonRequest method.
req, resp := client.CreateResourceReservationPlanCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) CreateResourceReservationPlanCommonWithContext added in v1.1.19

func (c *MLPLATFORM20240701) CreateResourceReservationPlanCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateResourceReservationPlanCommonWithContext is the same as CreateResourceReservationPlanCommon with the addition of the ability to pass a context and additional request options.

See CreateResourceReservationPlanCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) CreateResourceReservationPlanRequest added in v1.1.19

func (c *MLPLATFORM20240701) CreateResourceReservationPlanRequest(input *CreateResourceReservationPlanInput) (req *request.Request, output *CreateResourceReservationPlanOutput)

CreateResourceReservationPlanRequest generates a "volcengine/request.Request" representing the client's request for the CreateResourceReservationPlan operation. The "output" return value will be populated with the CreateResourceReservationPlanCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateResourceReservationPlanCommon Request to send the API call to the service. the "output" return value is not valid until after CreateResourceReservationPlanCommon Send returns without error.

See CreateResourceReservationPlan for more information on using the CreateResourceReservationPlan API call, and error handling.

// Example sending a request using the CreateResourceReservationPlanRequest method.
req, resp := client.CreateResourceReservationPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) CreateResourceReservationPlanWithContext added in v1.1.19

func (c *MLPLATFORM20240701) CreateResourceReservationPlanWithContext(ctx volcengine.Context, input *CreateResourceReservationPlanInput, opts ...request.Option) (*CreateResourceReservationPlanOutput, error)

CreateResourceReservationPlanWithContext is the same as CreateResourceReservationPlan with the addition of the ability to pass a context and additional request options.

See CreateResourceReservationPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) CreateService

func (c *MLPLATFORM20240701) CreateService(input *CreateServiceInput) (*CreateServiceOutput, error)

CreateService API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation CreateService for usage and error information.

func (*MLPLATFORM20240701) CreateServiceCommon

func (c *MLPLATFORM20240701) CreateServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateServiceCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation CreateServiceCommon for usage and error information.

func (*MLPLATFORM20240701) CreateServiceCommonRequest

func (c *MLPLATFORM20240701) CreateServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateServiceCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateServiceCommon operation. The "output" return value will be populated with the CreateServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateServiceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateServiceCommon Send returns without error.

See CreateServiceCommon for more information on using the CreateServiceCommon API call, and error handling.

// Example sending a request using the CreateServiceCommonRequest method.
req, resp := client.CreateServiceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) CreateServiceCommonWithContext

func (c *MLPLATFORM20240701) CreateServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateServiceCommonWithContext is the same as CreateServiceCommon with the addition of the ability to pass a context and additional request options.

See CreateServiceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) CreateServiceRequest

func (c *MLPLATFORM20240701) CreateServiceRequest(input *CreateServiceInput) (req *request.Request, output *CreateServiceOutput)

CreateServiceRequest generates a "volcengine/request.Request" representing the client's request for the CreateService operation. The "output" return value will be populated with the CreateServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateServiceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateServiceCommon Send returns without error.

See CreateService for more information on using the CreateService API call, and error handling.

// Example sending a request using the CreateServiceRequest method.
req, resp := client.CreateServiceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) CreateServiceWithContext

func (c *MLPLATFORM20240701) CreateServiceWithContext(ctx volcengine.Context, input *CreateServiceInput, opts ...request.Option) (*CreateServiceOutput, error)

CreateServiceWithContext is the same as CreateService with the addition of the ability to pass a context and additional request options.

See CreateService for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) DeleteDeployment

func (c *MLPLATFORM20240701) DeleteDeployment(input *DeleteDeploymentInput) (*DeleteDeploymentOutput, error)

DeleteDeployment API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation DeleteDeployment for usage and error information.

func (*MLPLATFORM20240701) DeleteDeploymentCommon

func (c *MLPLATFORM20240701) DeleteDeploymentCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteDeploymentCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation DeleteDeploymentCommon for usage and error information.

func (*MLPLATFORM20240701) DeleteDeploymentCommonRequest

func (c *MLPLATFORM20240701) DeleteDeploymentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteDeploymentCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDeploymentCommon operation. The "output" return value will be populated with the DeleteDeploymentCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDeploymentCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDeploymentCommon Send returns without error.

See DeleteDeploymentCommon for more information on using the DeleteDeploymentCommon API call, and error handling.

// Example sending a request using the DeleteDeploymentCommonRequest method.
req, resp := client.DeleteDeploymentCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) DeleteDeploymentCommonWithContext

func (c *MLPLATFORM20240701) DeleteDeploymentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteDeploymentCommonWithContext is the same as DeleteDeploymentCommon with the addition of the ability to pass a context and additional request options.

See DeleteDeploymentCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) DeleteDeploymentRequest

func (c *MLPLATFORM20240701) DeleteDeploymentRequest(input *DeleteDeploymentInput) (req *request.Request, output *DeleteDeploymentOutput)

DeleteDeploymentRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDeployment operation. The "output" return value will be populated with the DeleteDeploymentCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDeploymentCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDeploymentCommon Send returns without error.

See DeleteDeployment for more information on using the DeleteDeployment API call, and error handling.

// Example sending a request using the DeleteDeploymentRequest method.
req, resp := client.DeleteDeploymentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) DeleteDeploymentWithContext

func (c *MLPLATFORM20240701) DeleteDeploymentWithContext(ctx volcengine.Context, input *DeleteDeploymentInput, opts ...request.Option) (*DeleteDeploymentOutput, error)

DeleteDeploymentWithContext is the same as DeleteDeployment with the addition of the ability to pass a context and additional request options.

See DeleteDeployment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) DeleteDevInstance

DeleteDevInstance API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation DeleteDevInstance for usage and error information.

func (*MLPLATFORM20240701) DeleteDevInstanceCommon

func (c *MLPLATFORM20240701) DeleteDevInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteDevInstanceCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation DeleteDevInstanceCommon for usage and error information.

func (*MLPLATFORM20240701) DeleteDevInstanceCommonRequest

func (c *MLPLATFORM20240701) DeleteDevInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteDevInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDevInstanceCommon operation. The "output" return value will be populated with the DeleteDevInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDevInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDevInstanceCommon Send returns without error.

See DeleteDevInstanceCommon for more information on using the DeleteDevInstanceCommon API call, and error handling.

// Example sending a request using the DeleteDevInstanceCommonRequest method.
req, resp := client.DeleteDevInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) DeleteDevInstanceCommonWithContext

func (c *MLPLATFORM20240701) DeleteDevInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteDevInstanceCommonWithContext is the same as DeleteDevInstanceCommon with the addition of the ability to pass a context and additional request options.

See DeleteDevInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) DeleteDevInstanceRequest

func (c *MLPLATFORM20240701) DeleteDevInstanceRequest(input *DeleteDevInstanceInput) (req *request.Request, output *DeleteDevInstanceOutput)

DeleteDevInstanceRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDevInstance operation. The "output" return value will be populated with the DeleteDevInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteDevInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDevInstanceCommon Send returns without error.

See DeleteDevInstance for more information on using the DeleteDevInstance API call, and error handling.

// Example sending a request using the DeleteDevInstanceRequest method.
req, resp := client.DeleteDevInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) DeleteDevInstanceWithContext

func (c *MLPLATFORM20240701) DeleteDevInstanceWithContext(ctx volcengine.Context, input *DeleteDevInstanceInput, opts ...request.Option) (*DeleteDevInstanceOutput, error)

DeleteDevInstanceWithContext is the same as DeleteDevInstance with the addition of the ability to pass a context and additional request options.

See DeleteDevInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) DeleteJob

func (c *MLPLATFORM20240701) DeleteJob(input *DeleteJobInput) (*DeleteJobOutput, error)

DeleteJob API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation DeleteJob for usage and error information.

func (*MLPLATFORM20240701) DeleteJobCommon

func (c *MLPLATFORM20240701) DeleteJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteJobCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation DeleteJobCommon for usage and error information.

func (*MLPLATFORM20240701) DeleteJobCommonRequest

func (c *MLPLATFORM20240701) DeleteJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteJobCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteJobCommon operation. The "output" return value will be populated with the DeleteJobCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteJobCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteJobCommon Send returns without error.

See DeleteJobCommon for more information on using the DeleteJobCommon API call, and error handling.

// Example sending a request using the DeleteJobCommonRequest method.
req, resp := client.DeleteJobCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) DeleteJobCommonWithContext

func (c *MLPLATFORM20240701) DeleteJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteJobCommonWithContext is the same as DeleteJobCommon with the addition of the ability to pass a context and additional request options.

See DeleteJobCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) DeleteJobRequest

func (c *MLPLATFORM20240701) DeleteJobRequest(input *DeleteJobInput) (req *request.Request, output *DeleteJobOutput)

DeleteJobRequest generates a "volcengine/request.Request" representing the client's request for the DeleteJob operation. The "output" return value will be populated with the DeleteJobCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteJobCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteJobCommon Send returns without error.

See DeleteJob for more information on using the DeleteJob API call, and error handling.

// Example sending a request using the DeleteJobRequest method.
req, resp := client.DeleteJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) DeleteJobWithContext

func (c *MLPLATFORM20240701) DeleteJobWithContext(ctx volcengine.Context, input *DeleteJobInput, opts ...request.Option) (*DeleteJobOutput, error)

DeleteJobWithContext is the same as DeleteJob with the addition of the ability to pass a context and additional request options.

See DeleteJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) DeleteResourceGroup

DeleteResourceGroup API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation DeleteResourceGroup for usage and error information.

func (*MLPLATFORM20240701) DeleteResourceGroupCommon

func (c *MLPLATFORM20240701) DeleteResourceGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteResourceGroupCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation DeleteResourceGroupCommon for usage and error information.

func (*MLPLATFORM20240701) DeleteResourceGroupCommonRequest

func (c *MLPLATFORM20240701) DeleteResourceGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteResourceGroupCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteResourceGroupCommon operation. The "output" return value will be populated with the DeleteResourceGroupCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteResourceGroupCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteResourceGroupCommon Send returns without error.

See DeleteResourceGroupCommon for more information on using the DeleteResourceGroupCommon API call, and error handling.

// Example sending a request using the DeleteResourceGroupCommonRequest method.
req, resp := client.DeleteResourceGroupCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) DeleteResourceGroupCommonWithContext

func (c *MLPLATFORM20240701) DeleteResourceGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteResourceGroupCommonWithContext is the same as DeleteResourceGroupCommon with the addition of the ability to pass a context and additional request options.

See DeleteResourceGroupCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) DeleteResourceGroupRequest

func (c *MLPLATFORM20240701) DeleteResourceGroupRequest(input *DeleteResourceGroupInput) (req *request.Request, output *DeleteResourceGroupOutput)

DeleteResourceGroupRequest generates a "volcengine/request.Request" representing the client's request for the DeleteResourceGroup operation. The "output" return value will be populated with the DeleteResourceGroupCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteResourceGroupCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteResourceGroupCommon Send returns without error.

See DeleteResourceGroup for more information on using the DeleteResourceGroup API call, and error handling.

// Example sending a request using the DeleteResourceGroupRequest method.
req, resp := client.DeleteResourceGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) DeleteResourceGroupWithContext

func (c *MLPLATFORM20240701) DeleteResourceGroupWithContext(ctx volcengine.Context, input *DeleteResourceGroupInput, opts ...request.Option) (*DeleteResourceGroupOutput, error)

DeleteResourceGroupWithContext is the same as DeleteResourceGroup with the addition of the ability to pass a context and additional request options.

See DeleteResourceGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) DeleteResourceQueue

DeleteResourceQueue API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation DeleteResourceQueue for usage and error information.

func (*MLPLATFORM20240701) DeleteResourceQueueCommon

func (c *MLPLATFORM20240701) DeleteResourceQueueCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteResourceQueueCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation DeleteResourceQueueCommon for usage and error information.

func (*MLPLATFORM20240701) DeleteResourceQueueCommonRequest

func (c *MLPLATFORM20240701) DeleteResourceQueueCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteResourceQueueCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteResourceQueueCommon operation. The "output" return value will be populated with the DeleteResourceQueueCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteResourceQueueCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteResourceQueueCommon Send returns without error.

See DeleteResourceQueueCommon for more information on using the DeleteResourceQueueCommon API call, and error handling.

// Example sending a request using the DeleteResourceQueueCommonRequest method.
req, resp := client.DeleteResourceQueueCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) DeleteResourceQueueCommonWithContext

func (c *MLPLATFORM20240701) DeleteResourceQueueCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteResourceQueueCommonWithContext is the same as DeleteResourceQueueCommon with the addition of the ability to pass a context and additional request options.

See DeleteResourceQueueCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) DeleteResourceQueueRequest

func (c *MLPLATFORM20240701) DeleteResourceQueueRequest(input *DeleteResourceQueueInput) (req *request.Request, output *DeleteResourceQueueOutput)

DeleteResourceQueueRequest generates a "volcengine/request.Request" representing the client's request for the DeleteResourceQueue operation. The "output" return value will be populated with the DeleteResourceQueueCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteResourceQueueCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteResourceQueueCommon Send returns without error.

See DeleteResourceQueue for more information on using the DeleteResourceQueue API call, and error handling.

// Example sending a request using the DeleteResourceQueueRequest method.
req, resp := client.DeleteResourceQueueRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) DeleteResourceQueueWithContext

func (c *MLPLATFORM20240701) DeleteResourceQueueWithContext(ctx volcengine.Context, input *DeleteResourceQueueInput, opts ...request.Option) (*DeleteResourceQueueOutput, error)

DeleteResourceQueueWithContext is the same as DeleteResourceQueue with the addition of the ability to pass a context and additional request options.

See DeleteResourceQueue for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) DeleteResourceReservationPlan added in v1.1.19

DeleteResourceReservationPlan API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation DeleteResourceReservationPlan for usage and error information.

func (*MLPLATFORM20240701) DeleteResourceReservationPlanCommon added in v1.1.19

func (c *MLPLATFORM20240701) DeleteResourceReservationPlanCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteResourceReservationPlanCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation DeleteResourceReservationPlanCommon for usage and error information.

func (*MLPLATFORM20240701) DeleteResourceReservationPlanCommonRequest added in v1.1.19

func (c *MLPLATFORM20240701) DeleteResourceReservationPlanCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteResourceReservationPlanCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteResourceReservationPlanCommon operation. The "output" return value will be populated with the DeleteResourceReservationPlanCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteResourceReservationPlanCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteResourceReservationPlanCommon Send returns without error.

See DeleteResourceReservationPlanCommon for more information on using the DeleteResourceReservationPlanCommon API call, and error handling.

// Example sending a request using the DeleteResourceReservationPlanCommonRequest method.
req, resp := client.DeleteResourceReservationPlanCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) DeleteResourceReservationPlanCommonWithContext added in v1.1.19

func (c *MLPLATFORM20240701) DeleteResourceReservationPlanCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteResourceReservationPlanCommonWithContext is the same as DeleteResourceReservationPlanCommon with the addition of the ability to pass a context and additional request options.

See DeleteResourceReservationPlanCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) DeleteResourceReservationPlanRequest added in v1.1.19

func (c *MLPLATFORM20240701) DeleteResourceReservationPlanRequest(input *DeleteResourceReservationPlanInput) (req *request.Request, output *DeleteResourceReservationPlanOutput)

DeleteResourceReservationPlanRequest generates a "volcengine/request.Request" representing the client's request for the DeleteResourceReservationPlan operation. The "output" return value will be populated with the DeleteResourceReservationPlanCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteResourceReservationPlanCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteResourceReservationPlanCommon Send returns without error.

See DeleteResourceReservationPlan for more information on using the DeleteResourceReservationPlan API call, and error handling.

// Example sending a request using the DeleteResourceReservationPlanRequest method.
req, resp := client.DeleteResourceReservationPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) DeleteResourceReservationPlanWithContext added in v1.1.19

func (c *MLPLATFORM20240701) DeleteResourceReservationPlanWithContext(ctx volcengine.Context, input *DeleteResourceReservationPlanInput, opts ...request.Option) (*DeleteResourceReservationPlanOutput, error)

DeleteResourceReservationPlanWithContext is the same as DeleteResourceReservationPlan with the addition of the ability to pass a context and additional request options.

See DeleteResourceReservationPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) DeleteService

func (c *MLPLATFORM20240701) DeleteService(input *DeleteServiceInput) (*DeleteServiceOutput, error)

DeleteService API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation DeleteService for usage and error information.

func (*MLPLATFORM20240701) DeleteServiceCommon

func (c *MLPLATFORM20240701) DeleteServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteServiceCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation DeleteServiceCommon for usage and error information.

func (*MLPLATFORM20240701) DeleteServiceCommonRequest

func (c *MLPLATFORM20240701) DeleteServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteServiceCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteServiceCommon operation. The "output" return value will be populated with the DeleteServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteServiceCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteServiceCommon Send returns without error.

See DeleteServiceCommon for more information on using the DeleteServiceCommon API call, and error handling.

// Example sending a request using the DeleteServiceCommonRequest method.
req, resp := client.DeleteServiceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) DeleteServiceCommonWithContext

func (c *MLPLATFORM20240701) DeleteServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteServiceCommonWithContext is the same as DeleteServiceCommon with the addition of the ability to pass a context and additional request options.

See DeleteServiceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) DeleteServiceRequest

func (c *MLPLATFORM20240701) DeleteServiceRequest(input *DeleteServiceInput) (req *request.Request, output *DeleteServiceOutput)

DeleteServiceRequest generates a "volcengine/request.Request" representing the client's request for the DeleteService operation. The "output" return value will be populated with the DeleteServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteServiceCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteServiceCommon Send returns without error.

See DeleteService for more information on using the DeleteService API call, and error handling.

// Example sending a request using the DeleteServiceRequest method.
req, resp := client.DeleteServiceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) DeleteServiceWithContext

func (c *MLPLATFORM20240701) DeleteServiceWithContext(ctx volcengine.Context, input *DeleteServiceInput, opts ...request.Option) (*DeleteServiceOutput, error)

DeleteServiceWithContext is the same as DeleteService with the addition of the ability to pass a context and additional request options.

See DeleteService for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) GetDeployment

func (c *MLPLATFORM20240701) GetDeployment(input *GetDeploymentInput) (*GetDeploymentOutput, error)

GetDeployment API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation GetDeployment for usage and error information.

func (*MLPLATFORM20240701) GetDeploymentCommon

func (c *MLPLATFORM20240701) GetDeploymentCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetDeploymentCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation GetDeploymentCommon for usage and error information.

func (*MLPLATFORM20240701) GetDeploymentCommonRequest

func (c *MLPLATFORM20240701) GetDeploymentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetDeploymentCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetDeploymentCommon operation. The "output" return value will be populated with the GetDeploymentCommon request's response once the request completes successfully.

Use "Send" method on the returned GetDeploymentCommon Request to send the API call to the service. the "output" return value is not valid until after GetDeploymentCommon Send returns without error.

See GetDeploymentCommon for more information on using the GetDeploymentCommon API call, and error handling.

// Example sending a request using the GetDeploymentCommonRequest method.
req, resp := client.GetDeploymentCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) GetDeploymentCommonWithContext

func (c *MLPLATFORM20240701) GetDeploymentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetDeploymentCommonWithContext is the same as GetDeploymentCommon with the addition of the ability to pass a context and additional request options.

See GetDeploymentCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) GetDeploymentRequest

func (c *MLPLATFORM20240701) GetDeploymentRequest(input *GetDeploymentInput) (req *request.Request, output *GetDeploymentOutput)

GetDeploymentRequest generates a "volcengine/request.Request" representing the client's request for the GetDeployment operation. The "output" return value will be populated with the GetDeploymentCommon request's response once the request completes successfully.

Use "Send" method on the returned GetDeploymentCommon Request to send the API call to the service. the "output" return value is not valid until after GetDeploymentCommon Send returns without error.

See GetDeployment for more information on using the GetDeployment API call, and error handling.

// Example sending a request using the GetDeploymentRequest method.
req, resp := client.GetDeploymentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) GetDeploymentWithContext

func (c *MLPLATFORM20240701) GetDeploymentWithContext(ctx volcengine.Context, input *GetDeploymentInput, opts ...request.Option) (*GetDeploymentOutput, error)

GetDeploymentWithContext is the same as GetDeployment with the addition of the ability to pass a context and additional request options.

See GetDeployment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) GetDevInstance

func (c *MLPLATFORM20240701) GetDevInstance(input *GetDevInstanceInput) (*GetDevInstanceOutput, error)

GetDevInstance API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation GetDevInstance for usage and error information.

func (*MLPLATFORM20240701) GetDevInstanceCommon

func (c *MLPLATFORM20240701) GetDevInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetDevInstanceCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation GetDevInstanceCommon for usage and error information.

func (*MLPLATFORM20240701) GetDevInstanceCommonRequest

func (c *MLPLATFORM20240701) GetDevInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetDevInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetDevInstanceCommon operation. The "output" return value will be populated with the GetDevInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned GetDevInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after GetDevInstanceCommon Send returns without error.

See GetDevInstanceCommon for more information on using the GetDevInstanceCommon API call, and error handling.

// Example sending a request using the GetDevInstanceCommonRequest method.
req, resp := client.GetDevInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) GetDevInstanceCommonWithContext

func (c *MLPLATFORM20240701) GetDevInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetDevInstanceCommonWithContext is the same as GetDevInstanceCommon with the addition of the ability to pass a context and additional request options.

See GetDevInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) GetDevInstanceRequest

func (c *MLPLATFORM20240701) GetDevInstanceRequest(input *GetDevInstanceInput) (req *request.Request, output *GetDevInstanceOutput)

GetDevInstanceRequest generates a "volcengine/request.Request" representing the client's request for the GetDevInstance operation. The "output" return value will be populated with the GetDevInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned GetDevInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after GetDevInstanceCommon Send returns without error.

See GetDevInstance for more information on using the GetDevInstance API call, and error handling.

// Example sending a request using the GetDevInstanceRequest method.
req, resp := client.GetDevInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) GetDevInstanceWithContext

func (c *MLPLATFORM20240701) GetDevInstanceWithContext(ctx volcengine.Context, input *GetDevInstanceInput, opts ...request.Option) (*GetDevInstanceOutput, error)

GetDevInstanceWithContext is the same as GetDevInstance with the addition of the ability to pass a context and additional request options.

See GetDevInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) GetInstanceType

func (c *MLPLATFORM20240701) GetInstanceType(input *GetInstanceTypeInput) (*GetInstanceTypeOutput, error)

GetInstanceType API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation GetInstanceType for usage and error information.

func (*MLPLATFORM20240701) GetInstanceTypeCommon

func (c *MLPLATFORM20240701) GetInstanceTypeCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetInstanceTypeCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation GetInstanceTypeCommon for usage and error information.

func (*MLPLATFORM20240701) GetInstanceTypeCommonRequest

func (c *MLPLATFORM20240701) GetInstanceTypeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetInstanceTypeCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetInstanceTypeCommon operation. The "output" return value will be populated with the GetInstanceTypeCommon request's response once the request completes successfully.

Use "Send" method on the returned GetInstanceTypeCommon Request to send the API call to the service. the "output" return value is not valid until after GetInstanceTypeCommon Send returns without error.

See GetInstanceTypeCommon for more information on using the GetInstanceTypeCommon API call, and error handling.

// Example sending a request using the GetInstanceTypeCommonRequest method.
req, resp := client.GetInstanceTypeCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) GetInstanceTypeCommonWithContext

func (c *MLPLATFORM20240701) GetInstanceTypeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetInstanceTypeCommonWithContext is the same as GetInstanceTypeCommon with the addition of the ability to pass a context and additional request options.

See GetInstanceTypeCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) GetInstanceTypeRequest

func (c *MLPLATFORM20240701) GetInstanceTypeRequest(input *GetInstanceTypeInput) (req *request.Request, output *GetInstanceTypeOutput)

GetInstanceTypeRequest generates a "volcengine/request.Request" representing the client's request for the GetInstanceType operation. The "output" return value will be populated with the GetInstanceTypeCommon request's response once the request completes successfully.

Use "Send" method on the returned GetInstanceTypeCommon Request to send the API call to the service. the "output" return value is not valid until after GetInstanceTypeCommon Send returns without error.

See GetInstanceType for more information on using the GetInstanceType API call, and error handling.

// Example sending a request using the GetInstanceTypeRequest method.
req, resp := client.GetInstanceTypeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) GetInstanceTypeWithContext

func (c *MLPLATFORM20240701) GetInstanceTypeWithContext(ctx volcengine.Context, input *GetInstanceTypeInput, opts ...request.Option) (*GetInstanceTypeOutput, error)

GetInstanceTypeWithContext is the same as GetInstanceType with the addition of the ability to pass a context and additional request options.

See GetInstanceType for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) GetJob

func (c *MLPLATFORM20240701) GetJob(input *GetJobInput) (*GetJobOutput, error)

GetJob API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation GetJob for usage and error information.

func (*MLPLATFORM20240701) GetJobCommon

func (c *MLPLATFORM20240701) GetJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetJobCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation GetJobCommon for usage and error information.

func (*MLPLATFORM20240701) GetJobCommonRequest

func (c *MLPLATFORM20240701) GetJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetJobCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetJobCommon operation. The "output" return value will be populated with the GetJobCommon request's response once the request completes successfully.

Use "Send" method on the returned GetJobCommon Request to send the API call to the service. the "output" return value is not valid until after GetJobCommon Send returns without error.

See GetJobCommon for more information on using the GetJobCommon API call, and error handling.

// Example sending a request using the GetJobCommonRequest method.
req, resp := client.GetJobCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) GetJobCommonWithContext

func (c *MLPLATFORM20240701) GetJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetJobCommonWithContext is the same as GetJobCommon with the addition of the ability to pass a context and additional request options.

See GetJobCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) GetJobRequest

func (c *MLPLATFORM20240701) GetJobRequest(input *GetJobInput) (req *request.Request, output *GetJobOutput)

GetJobRequest generates a "volcengine/request.Request" representing the client's request for the GetJob operation. The "output" return value will be populated with the GetJobCommon request's response once the request completes successfully.

Use "Send" method on the returned GetJobCommon Request to send the API call to the service. the "output" return value is not valid until after GetJobCommon Send returns without error.

See GetJob for more information on using the GetJob API call, and error handling.

// Example sending a request using the GetJobRequest method.
req, resp := client.GetJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) GetJobWithContext

func (c *MLPLATFORM20240701) GetJobWithContext(ctx volcengine.Context, input *GetJobInput, opts ...request.Option) (*GetJobOutput, error)

GetJobWithContext is the same as GetJob with the addition of the ability to pass a context and additional request options.

See GetJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) GetResourceGroup

func (c *MLPLATFORM20240701) GetResourceGroup(input *GetResourceGroupInput) (*GetResourceGroupOutput, error)

GetResourceGroup API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation GetResourceGroup for usage and error information.

func (*MLPLATFORM20240701) GetResourceGroupCommon

func (c *MLPLATFORM20240701) GetResourceGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetResourceGroupCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation GetResourceGroupCommon for usage and error information.

func (*MLPLATFORM20240701) GetResourceGroupCommonRequest

func (c *MLPLATFORM20240701) GetResourceGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetResourceGroupCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetResourceGroupCommon operation. The "output" return value will be populated with the GetResourceGroupCommon request's response once the request completes successfully.

Use "Send" method on the returned GetResourceGroupCommon Request to send the API call to the service. the "output" return value is not valid until after GetResourceGroupCommon Send returns without error.

See GetResourceGroupCommon for more information on using the GetResourceGroupCommon API call, and error handling.

// Example sending a request using the GetResourceGroupCommonRequest method.
req, resp := client.GetResourceGroupCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) GetResourceGroupCommonWithContext

func (c *MLPLATFORM20240701) GetResourceGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetResourceGroupCommonWithContext is the same as GetResourceGroupCommon with the addition of the ability to pass a context and additional request options.

See GetResourceGroupCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) GetResourceGroupRequest

func (c *MLPLATFORM20240701) GetResourceGroupRequest(input *GetResourceGroupInput) (req *request.Request, output *GetResourceGroupOutput)

GetResourceGroupRequest generates a "volcengine/request.Request" representing the client's request for the GetResourceGroup operation. The "output" return value will be populated with the GetResourceGroupCommon request's response once the request completes successfully.

Use "Send" method on the returned GetResourceGroupCommon Request to send the API call to the service. the "output" return value is not valid until after GetResourceGroupCommon Send returns without error.

See GetResourceGroup for more information on using the GetResourceGroup API call, and error handling.

// Example sending a request using the GetResourceGroupRequest method.
req, resp := client.GetResourceGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) GetResourceGroupWithContext

func (c *MLPLATFORM20240701) GetResourceGroupWithContext(ctx volcengine.Context, input *GetResourceGroupInput, opts ...request.Option) (*GetResourceGroupOutput, error)

GetResourceGroupWithContext is the same as GetResourceGroup with the addition of the ability to pass a context and additional request options.

See GetResourceGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) GetResourceQueue

func (c *MLPLATFORM20240701) GetResourceQueue(input *GetResourceQueueInput) (*GetResourceQueueOutput, error)

GetResourceQueue API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation GetResourceQueue for usage and error information.

func (*MLPLATFORM20240701) GetResourceQueueCommon

func (c *MLPLATFORM20240701) GetResourceQueueCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetResourceQueueCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation GetResourceQueueCommon for usage and error information.

func (*MLPLATFORM20240701) GetResourceQueueCommonRequest

func (c *MLPLATFORM20240701) GetResourceQueueCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetResourceQueueCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetResourceQueueCommon operation. The "output" return value will be populated with the GetResourceQueueCommon request's response once the request completes successfully.

Use "Send" method on the returned GetResourceQueueCommon Request to send the API call to the service. the "output" return value is not valid until after GetResourceQueueCommon Send returns without error.

See GetResourceQueueCommon for more information on using the GetResourceQueueCommon API call, and error handling.

// Example sending a request using the GetResourceQueueCommonRequest method.
req, resp := client.GetResourceQueueCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) GetResourceQueueCommonWithContext

func (c *MLPLATFORM20240701) GetResourceQueueCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetResourceQueueCommonWithContext is the same as GetResourceQueueCommon with the addition of the ability to pass a context and additional request options.

See GetResourceQueueCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) GetResourceQueueRequest

func (c *MLPLATFORM20240701) GetResourceQueueRequest(input *GetResourceQueueInput) (req *request.Request, output *GetResourceQueueOutput)

GetResourceQueueRequest generates a "volcengine/request.Request" representing the client's request for the GetResourceQueue operation. The "output" return value will be populated with the GetResourceQueueCommon request's response once the request completes successfully.

Use "Send" method on the returned GetResourceQueueCommon Request to send the API call to the service. the "output" return value is not valid until after GetResourceQueueCommon Send returns without error.

See GetResourceQueue for more information on using the GetResourceQueue API call, and error handling.

// Example sending a request using the GetResourceQueueRequest method.
req, resp := client.GetResourceQueueRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) GetResourceQueueWithContext

func (c *MLPLATFORM20240701) GetResourceQueueWithContext(ctx volcengine.Context, input *GetResourceQueueInput, opts ...request.Option) (*GetResourceQueueOutput, error)

GetResourceQueueWithContext is the same as GetResourceQueue with the addition of the ability to pass a context and additional request options.

See GetResourceQueue for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) GetResourceReservationPlan added in v1.1.19

GetResourceReservationPlan API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation GetResourceReservationPlan for usage and error information.

func (*MLPLATFORM20240701) GetResourceReservationPlanCommon added in v1.1.19

func (c *MLPLATFORM20240701) GetResourceReservationPlanCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetResourceReservationPlanCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation GetResourceReservationPlanCommon for usage and error information.

func (*MLPLATFORM20240701) GetResourceReservationPlanCommonRequest added in v1.1.19

func (c *MLPLATFORM20240701) GetResourceReservationPlanCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetResourceReservationPlanCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetResourceReservationPlanCommon operation. The "output" return value will be populated with the GetResourceReservationPlanCommon request's response once the request completes successfully.

Use "Send" method on the returned GetResourceReservationPlanCommon Request to send the API call to the service. the "output" return value is not valid until after GetResourceReservationPlanCommon Send returns without error.

See GetResourceReservationPlanCommon for more information on using the GetResourceReservationPlanCommon API call, and error handling.

// Example sending a request using the GetResourceReservationPlanCommonRequest method.
req, resp := client.GetResourceReservationPlanCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) GetResourceReservationPlanCommonWithContext added in v1.1.19

func (c *MLPLATFORM20240701) GetResourceReservationPlanCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetResourceReservationPlanCommonWithContext is the same as GetResourceReservationPlanCommon with the addition of the ability to pass a context and additional request options.

See GetResourceReservationPlanCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) GetResourceReservationPlanRequest added in v1.1.19

func (c *MLPLATFORM20240701) GetResourceReservationPlanRequest(input *GetResourceReservationPlanInput) (req *request.Request, output *GetResourceReservationPlanOutput)

GetResourceReservationPlanRequest generates a "volcengine/request.Request" representing the client's request for the GetResourceReservationPlan operation. The "output" return value will be populated with the GetResourceReservationPlanCommon request's response once the request completes successfully.

Use "Send" method on the returned GetResourceReservationPlanCommon Request to send the API call to the service. the "output" return value is not valid until after GetResourceReservationPlanCommon Send returns without error.

See GetResourceReservationPlan for more information on using the GetResourceReservationPlan API call, and error handling.

// Example sending a request using the GetResourceReservationPlanRequest method.
req, resp := client.GetResourceReservationPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) GetResourceReservationPlanWithContext added in v1.1.19

func (c *MLPLATFORM20240701) GetResourceReservationPlanWithContext(ctx volcengine.Context, input *GetResourceReservationPlanInput, opts ...request.Option) (*GetResourceReservationPlanOutput, error)

GetResourceReservationPlanWithContext is the same as GetResourceReservationPlan with the addition of the ability to pass a context and additional request options.

See GetResourceReservationPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) GetService

func (c *MLPLATFORM20240701) GetService(input *GetServiceInput) (*GetServiceOutput, error)

GetService API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation GetService for usage and error information.

func (*MLPLATFORM20240701) GetServiceCommon

func (c *MLPLATFORM20240701) GetServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetServiceCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation GetServiceCommon for usage and error information.

func (*MLPLATFORM20240701) GetServiceCommonRequest

func (c *MLPLATFORM20240701) GetServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetServiceCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetServiceCommon operation. The "output" return value will be populated with the GetServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned GetServiceCommon Request to send the API call to the service. the "output" return value is not valid until after GetServiceCommon Send returns without error.

See GetServiceCommon for more information on using the GetServiceCommon API call, and error handling.

// Example sending a request using the GetServiceCommonRequest method.
req, resp := client.GetServiceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) GetServiceCommonWithContext

func (c *MLPLATFORM20240701) GetServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetServiceCommonWithContext is the same as GetServiceCommon with the addition of the ability to pass a context and additional request options.

See GetServiceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) GetServiceRequest

func (c *MLPLATFORM20240701) GetServiceRequest(input *GetServiceInput) (req *request.Request, output *GetServiceOutput)

GetServiceRequest generates a "volcengine/request.Request" representing the client's request for the GetService operation. The "output" return value will be populated with the GetServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned GetServiceCommon Request to send the API call to the service. the "output" return value is not valid until after GetServiceCommon Send returns without error.

See GetService for more information on using the GetService API call, and error handling.

// Example sending a request using the GetServiceRequest method.
req, resp := client.GetServiceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) GetServiceWithContext

func (c *MLPLATFORM20240701) GetServiceWithContext(ctx volcengine.Context, input *GetServiceInput, opts ...request.Option) (*GetServiceOutput, error)

GetServiceWithContext is the same as GetService with the addition of the ability to pass a context and additional request options.

See GetService for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListAvailabilityZones

ListAvailabilityZones API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListAvailabilityZones for usage and error information.

func (*MLPLATFORM20240701) ListAvailabilityZonesCommon

func (c *MLPLATFORM20240701) ListAvailabilityZonesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListAvailabilityZonesCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListAvailabilityZonesCommon for usage and error information.

func (*MLPLATFORM20240701) ListAvailabilityZonesCommonRequest

func (c *MLPLATFORM20240701) ListAvailabilityZonesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListAvailabilityZonesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListAvailabilityZonesCommon operation. The "output" return value will be populated with the ListAvailabilityZonesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListAvailabilityZonesCommon Request to send the API call to the service. the "output" return value is not valid until after ListAvailabilityZonesCommon Send returns without error.

See ListAvailabilityZonesCommon for more information on using the ListAvailabilityZonesCommon API call, and error handling.

// Example sending a request using the ListAvailabilityZonesCommonRequest method.
req, resp := client.ListAvailabilityZonesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListAvailabilityZonesCommonWithContext

func (c *MLPLATFORM20240701) ListAvailabilityZonesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListAvailabilityZonesCommonWithContext is the same as ListAvailabilityZonesCommon with the addition of the ability to pass a context and additional request options.

See ListAvailabilityZonesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListAvailabilityZonesRequest

func (c *MLPLATFORM20240701) ListAvailabilityZonesRequest(input *ListAvailabilityZonesInput) (req *request.Request, output *ListAvailabilityZonesOutput)

ListAvailabilityZonesRequest generates a "volcengine/request.Request" representing the client's request for the ListAvailabilityZones operation. The "output" return value will be populated with the ListAvailabilityZonesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListAvailabilityZonesCommon Request to send the API call to the service. the "output" return value is not valid until after ListAvailabilityZonesCommon Send returns without error.

See ListAvailabilityZones for more information on using the ListAvailabilityZones API call, and error handling.

// Example sending a request using the ListAvailabilityZonesRequest method.
req, resp := client.ListAvailabilityZonesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListAvailabilityZonesWithContext

func (c *MLPLATFORM20240701) ListAvailabilityZonesWithContext(ctx volcengine.Context, input *ListAvailabilityZonesInput, opts ...request.Option) (*ListAvailabilityZonesOutput, error)

ListAvailabilityZonesWithContext is the same as ListAvailabilityZones with the addition of the ability to pass a context and additional request options.

See ListAvailabilityZones for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListDeployments

func (c *MLPLATFORM20240701) ListDeployments(input *ListDeploymentsInput) (*ListDeploymentsOutput, error)

ListDeployments API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListDeployments for usage and error information.

func (*MLPLATFORM20240701) ListDeploymentsCommon

func (c *MLPLATFORM20240701) ListDeploymentsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListDeploymentsCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListDeploymentsCommon for usage and error information.

func (*MLPLATFORM20240701) ListDeploymentsCommonRequest

func (c *MLPLATFORM20240701) ListDeploymentsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListDeploymentsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListDeploymentsCommon operation. The "output" return value will be populated with the ListDeploymentsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListDeploymentsCommon Request to send the API call to the service. the "output" return value is not valid until after ListDeploymentsCommon Send returns without error.

See ListDeploymentsCommon for more information on using the ListDeploymentsCommon API call, and error handling.

// Example sending a request using the ListDeploymentsCommonRequest method.
req, resp := client.ListDeploymentsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListDeploymentsCommonWithContext

func (c *MLPLATFORM20240701) ListDeploymentsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListDeploymentsCommonWithContext is the same as ListDeploymentsCommon with the addition of the ability to pass a context and additional request options.

See ListDeploymentsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListDeploymentsRequest

func (c *MLPLATFORM20240701) ListDeploymentsRequest(input *ListDeploymentsInput) (req *request.Request, output *ListDeploymentsOutput)

ListDeploymentsRequest generates a "volcengine/request.Request" representing the client's request for the ListDeployments operation. The "output" return value will be populated with the ListDeploymentsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListDeploymentsCommon Request to send the API call to the service. the "output" return value is not valid until after ListDeploymentsCommon Send returns without error.

See ListDeployments for more information on using the ListDeployments API call, and error handling.

// Example sending a request using the ListDeploymentsRequest method.
req, resp := client.ListDeploymentsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListDeploymentsWithContext

func (c *MLPLATFORM20240701) ListDeploymentsWithContext(ctx volcengine.Context, input *ListDeploymentsInput, opts ...request.Option) (*ListDeploymentsOutput, error)

ListDeploymentsWithContext is the same as ListDeployments with the addition of the ability to pass a context and additional request options.

See ListDeployments for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListDevInstances

func (c *MLPLATFORM20240701) ListDevInstances(input *ListDevInstancesInput) (*ListDevInstancesOutput, error)

ListDevInstances API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListDevInstances for usage and error information.

func (*MLPLATFORM20240701) ListDevInstancesCommon

func (c *MLPLATFORM20240701) ListDevInstancesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListDevInstancesCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListDevInstancesCommon for usage and error information.

func (*MLPLATFORM20240701) ListDevInstancesCommonRequest

func (c *MLPLATFORM20240701) ListDevInstancesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListDevInstancesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListDevInstancesCommon operation. The "output" return value will be populated with the ListDevInstancesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListDevInstancesCommon Request to send the API call to the service. the "output" return value is not valid until after ListDevInstancesCommon Send returns without error.

See ListDevInstancesCommon for more information on using the ListDevInstancesCommon API call, and error handling.

// Example sending a request using the ListDevInstancesCommonRequest method.
req, resp := client.ListDevInstancesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListDevInstancesCommonWithContext

func (c *MLPLATFORM20240701) ListDevInstancesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListDevInstancesCommonWithContext is the same as ListDevInstancesCommon with the addition of the ability to pass a context and additional request options.

See ListDevInstancesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListDevInstancesRequest

func (c *MLPLATFORM20240701) ListDevInstancesRequest(input *ListDevInstancesInput) (req *request.Request, output *ListDevInstancesOutput)

ListDevInstancesRequest generates a "volcengine/request.Request" representing the client's request for the ListDevInstances operation. The "output" return value will be populated with the ListDevInstancesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListDevInstancesCommon Request to send the API call to the service. the "output" return value is not valid until after ListDevInstancesCommon Send returns without error.

See ListDevInstances for more information on using the ListDevInstances API call, and error handling.

// Example sending a request using the ListDevInstancesRequest method.
req, resp := client.ListDevInstancesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListDevInstancesWithContext

func (c *MLPLATFORM20240701) ListDevInstancesWithContext(ctx volcengine.Context, input *ListDevInstancesInput, opts ...request.Option) (*ListDevInstancesOutput, error)

ListDevInstancesWithContext is the same as ListDevInstances with the addition of the ability to pass a context and additional request options.

See ListDevInstances for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListInstanceTypes

ListInstanceTypes API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListInstanceTypes for usage and error information.

func (*MLPLATFORM20240701) ListInstanceTypesCommon

func (c *MLPLATFORM20240701) ListInstanceTypesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListInstanceTypesCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListInstanceTypesCommon for usage and error information.

func (*MLPLATFORM20240701) ListInstanceTypesCommonRequest

func (c *MLPLATFORM20240701) ListInstanceTypesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListInstanceTypesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListInstanceTypesCommon operation. The "output" return value will be populated with the ListInstanceTypesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListInstanceTypesCommon Request to send the API call to the service. the "output" return value is not valid until after ListInstanceTypesCommon Send returns without error.

See ListInstanceTypesCommon for more information on using the ListInstanceTypesCommon API call, and error handling.

// Example sending a request using the ListInstanceTypesCommonRequest method.
req, resp := client.ListInstanceTypesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListInstanceTypesCommonWithContext

func (c *MLPLATFORM20240701) ListInstanceTypesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListInstanceTypesCommonWithContext is the same as ListInstanceTypesCommon with the addition of the ability to pass a context and additional request options.

See ListInstanceTypesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListInstanceTypesRequest

func (c *MLPLATFORM20240701) ListInstanceTypesRequest(input *ListInstanceTypesInput) (req *request.Request, output *ListInstanceTypesOutput)

ListInstanceTypesRequest generates a "volcengine/request.Request" representing the client's request for the ListInstanceTypes operation. The "output" return value will be populated with the ListInstanceTypesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListInstanceTypesCommon Request to send the API call to the service. the "output" return value is not valid until after ListInstanceTypesCommon Send returns without error.

See ListInstanceTypes for more information on using the ListInstanceTypes API call, and error handling.

// Example sending a request using the ListInstanceTypesRequest method.
req, resp := client.ListInstanceTypesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListInstanceTypesWithContext

func (c *MLPLATFORM20240701) ListInstanceTypesWithContext(ctx volcengine.Context, input *ListInstanceTypesInput, opts ...request.Option) (*ListInstanceTypesOutput, error)

ListInstanceTypesWithContext is the same as ListInstanceTypes with the addition of the ability to pass a context and additional request options.

See ListInstanceTypes for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListJobInstances

func (c *MLPLATFORM20240701) ListJobInstances(input *ListJobInstancesInput) (*ListJobInstancesOutput, error)

ListJobInstances API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListJobInstances for usage and error information.

func (*MLPLATFORM20240701) ListJobInstancesCommon

func (c *MLPLATFORM20240701) ListJobInstancesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListJobInstancesCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListJobInstancesCommon for usage and error information.

func (*MLPLATFORM20240701) ListJobInstancesCommonRequest

func (c *MLPLATFORM20240701) ListJobInstancesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListJobInstancesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListJobInstancesCommon operation. The "output" return value will be populated with the ListJobInstancesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListJobInstancesCommon Request to send the API call to the service. the "output" return value is not valid until after ListJobInstancesCommon Send returns without error.

See ListJobInstancesCommon for more information on using the ListJobInstancesCommon API call, and error handling.

// Example sending a request using the ListJobInstancesCommonRequest method.
req, resp := client.ListJobInstancesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListJobInstancesCommonWithContext

func (c *MLPLATFORM20240701) ListJobInstancesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListJobInstancesCommonWithContext is the same as ListJobInstancesCommon with the addition of the ability to pass a context and additional request options.

See ListJobInstancesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListJobInstancesRequest

func (c *MLPLATFORM20240701) ListJobInstancesRequest(input *ListJobInstancesInput) (req *request.Request, output *ListJobInstancesOutput)

ListJobInstancesRequest generates a "volcengine/request.Request" representing the client's request for the ListJobInstances operation. The "output" return value will be populated with the ListJobInstancesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListJobInstancesCommon Request to send the API call to the service. the "output" return value is not valid until after ListJobInstancesCommon Send returns without error.

See ListJobInstances for more information on using the ListJobInstances API call, and error handling.

// Example sending a request using the ListJobInstancesRequest method.
req, resp := client.ListJobInstancesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListJobInstancesWithContext

func (c *MLPLATFORM20240701) ListJobInstancesWithContext(ctx volcengine.Context, input *ListJobInstancesInput, opts ...request.Option) (*ListJobInstancesOutput, error)

ListJobInstancesWithContext is the same as ListJobInstances with the addition of the ability to pass a context and additional request options.

See ListJobInstances for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListJobs

func (c *MLPLATFORM20240701) ListJobs(input *ListJobsInput) (*ListJobsOutput, error)

ListJobs API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListJobs for usage and error information.

func (*MLPLATFORM20240701) ListJobsCommon

func (c *MLPLATFORM20240701) ListJobsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListJobsCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListJobsCommon for usage and error information.

func (*MLPLATFORM20240701) ListJobsCommonRequest

func (c *MLPLATFORM20240701) ListJobsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListJobsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListJobsCommon operation. The "output" return value will be populated with the ListJobsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListJobsCommon Request to send the API call to the service. the "output" return value is not valid until after ListJobsCommon Send returns without error.

See ListJobsCommon for more information on using the ListJobsCommon API call, and error handling.

// Example sending a request using the ListJobsCommonRequest method.
req, resp := client.ListJobsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListJobsCommonWithContext

func (c *MLPLATFORM20240701) ListJobsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListJobsCommonWithContext is the same as ListJobsCommon with the addition of the ability to pass a context and additional request options.

See ListJobsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListJobsRequest

func (c *MLPLATFORM20240701) ListJobsRequest(input *ListJobsInput) (req *request.Request, output *ListJobsOutput)

ListJobsRequest generates a "volcengine/request.Request" representing the client's request for the ListJobs operation. The "output" return value will be populated with the ListJobsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListJobsCommon Request to send the API call to the service. the "output" return value is not valid until after ListJobsCommon Send returns without error.

See ListJobs for more information on using the ListJobs API call, and error handling.

// Example sending a request using the ListJobsRequest method.
req, resp := client.ListJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListJobsWithContext

func (c *MLPLATFORM20240701) ListJobsWithContext(ctx volcengine.Context, input *ListJobsInput, opts ...request.Option) (*ListJobsOutput, error)

ListJobsWithContext is the same as ListJobs with the addition of the ability to pass a context and additional request options.

See ListJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListPublicImageRepos

ListPublicImageRepos API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListPublicImageRepos for usage and error information.

func (*MLPLATFORM20240701) ListPublicImageReposCommon

func (c *MLPLATFORM20240701) ListPublicImageReposCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListPublicImageReposCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListPublicImageReposCommon for usage and error information.

func (*MLPLATFORM20240701) ListPublicImageReposCommonRequest

func (c *MLPLATFORM20240701) ListPublicImageReposCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListPublicImageReposCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListPublicImageReposCommon operation. The "output" return value will be populated with the ListPublicImageReposCommon request's response once the request completes successfully.

Use "Send" method on the returned ListPublicImageReposCommon Request to send the API call to the service. the "output" return value is not valid until after ListPublicImageReposCommon Send returns without error.

See ListPublicImageReposCommon for more information on using the ListPublicImageReposCommon API call, and error handling.

// Example sending a request using the ListPublicImageReposCommonRequest method.
req, resp := client.ListPublicImageReposCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListPublicImageReposCommonWithContext

func (c *MLPLATFORM20240701) ListPublicImageReposCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListPublicImageReposCommonWithContext is the same as ListPublicImageReposCommon with the addition of the ability to pass a context and additional request options.

See ListPublicImageReposCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListPublicImageReposRequest

func (c *MLPLATFORM20240701) ListPublicImageReposRequest(input *ListPublicImageReposInput) (req *request.Request, output *ListPublicImageReposOutput)

ListPublicImageReposRequest generates a "volcengine/request.Request" representing the client's request for the ListPublicImageRepos operation. The "output" return value will be populated with the ListPublicImageReposCommon request's response once the request completes successfully.

Use "Send" method on the returned ListPublicImageReposCommon Request to send the API call to the service. the "output" return value is not valid until after ListPublicImageReposCommon Send returns without error.

See ListPublicImageRepos for more information on using the ListPublicImageRepos API call, and error handling.

// Example sending a request using the ListPublicImageReposRequest method.
req, resp := client.ListPublicImageReposRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListPublicImageReposWithContext

func (c *MLPLATFORM20240701) ListPublicImageReposWithContext(ctx volcengine.Context, input *ListPublicImageReposInput, opts ...request.Option) (*ListPublicImageReposOutput, error)

ListPublicImageReposWithContext is the same as ListPublicImageRepos with the addition of the ability to pass a context and additional request options.

See ListPublicImageRepos for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListPublicImageTags

ListPublicImageTags API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListPublicImageTags for usage and error information.

func (*MLPLATFORM20240701) ListPublicImageTagsCommon

func (c *MLPLATFORM20240701) ListPublicImageTagsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListPublicImageTagsCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListPublicImageTagsCommon for usage and error information.

func (*MLPLATFORM20240701) ListPublicImageTagsCommonRequest

func (c *MLPLATFORM20240701) ListPublicImageTagsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListPublicImageTagsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListPublicImageTagsCommon operation. The "output" return value will be populated with the ListPublicImageTagsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListPublicImageTagsCommon Request to send the API call to the service. the "output" return value is not valid until after ListPublicImageTagsCommon Send returns without error.

See ListPublicImageTagsCommon for more information on using the ListPublicImageTagsCommon API call, and error handling.

// Example sending a request using the ListPublicImageTagsCommonRequest method.
req, resp := client.ListPublicImageTagsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListPublicImageTagsCommonWithContext

func (c *MLPLATFORM20240701) ListPublicImageTagsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListPublicImageTagsCommonWithContext is the same as ListPublicImageTagsCommon with the addition of the ability to pass a context and additional request options.

See ListPublicImageTagsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListPublicImageTagsRequest

func (c *MLPLATFORM20240701) ListPublicImageTagsRequest(input *ListPublicImageTagsInput) (req *request.Request, output *ListPublicImageTagsOutput)

ListPublicImageTagsRequest generates a "volcengine/request.Request" representing the client's request for the ListPublicImageTags operation. The "output" return value will be populated with the ListPublicImageTagsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListPublicImageTagsCommon Request to send the API call to the service. the "output" return value is not valid until after ListPublicImageTagsCommon Send returns without error.

See ListPublicImageTags for more information on using the ListPublicImageTags API call, and error handling.

// Example sending a request using the ListPublicImageTagsRequest method.
req, resp := client.ListPublicImageTagsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListPublicImageTagsWithContext

func (c *MLPLATFORM20240701) ListPublicImageTagsWithContext(ctx volcengine.Context, input *ListPublicImageTagsInput, opts ...request.Option) (*ListPublicImageTagsOutput, error)

ListPublicImageTagsWithContext is the same as ListPublicImageTags with the addition of the ability to pass a context and additional request options.

See ListPublicImageTags for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListResourceClaimOptions

ListResourceClaimOptions API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListResourceClaimOptions for usage and error information.

func (*MLPLATFORM20240701) ListResourceClaimOptionsCommon

func (c *MLPLATFORM20240701) ListResourceClaimOptionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListResourceClaimOptionsCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListResourceClaimOptionsCommon for usage and error information.

func (*MLPLATFORM20240701) ListResourceClaimOptionsCommonRequest

func (c *MLPLATFORM20240701) ListResourceClaimOptionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListResourceClaimOptionsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListResourceClaimOptionsCommon operation. The "output" return value will be populated with the ListResourceClaimOptionsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListResourceClaimOptionsCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourceClaimOptionsCommon Send returns without error.

See ListResourceClaimOptionsCommon for more information on using the ListResourceClaimOptionsCommon API call, and error handling.

// Example sending a request using the ListResourceClaimOptionsCommonRequest method.
req, resp := client.ListResourceClaimOptionsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListResourceClaimOptionsCommonWithContext

func (c *MLPLATFORM20240701) ListResourceClaimOptionsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListResourceClaimOptionsCommonWithContext is the same as ListResourceClaimOptionsCommon with the addition of the ability to pass a context and additional request options.

See ListResourceClaimOptionsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListResourceClaimOptionsRequest

func (c *MLPLATFORM20240701) ListResourceClaimOptionsRequest(input *ListResourceClaimOptionsInput) (req *request.Request, output *ListResourceClaimOptionsOutput)

ListResourceClaimOptionsRequest generates a "volcengine/request.Request" representing the client's request for the ListResourceClaimOptions operation. The "output" return value will be populated with the ListResourceClaimOptionsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListResourceClaimOptionsCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourceClaimOptionsCommon Send returns without error.

See ListResourceClaimOptions for more information on using the ListResourceClaimOptions API call, and error handling.

// Example sending a request using the ListResourceClaimOptionsRequest method.
req, resp := client.ListResourceClaimOptionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListResourceClaimOptionsWithContext

func (c *MLPLATFORM20240701) ListResourceClaimOptionsWithContext(ctx volcengine.Context, input *ListResourceClaimOptionsInput, opts ...request.Option) (*ListResourceClaimOptionsOutput, error)

ListResourceClaimOptionsWithContext is the same as ListResourceClaimOptions with the addition of the ability to pass a context and additional request options.

See ListResourceClaimOptions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListResourceGroups

ListResourceGroups API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListResourceGroups for usage and error information.

func (*MLPLATFORM20240701) ListResourceGroupsCommon

func (c *MLPLATFORM20240701) ListResourceGroupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListResourceGroupsCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListResourceGroupsCommon for usage and error information.

func (*MLPLATFORM20240701) ListResourceGroupsCommonRequest

func (c *MLPLATFORM20240701) ListResourceGroupsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListResourceGroupsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListResourceGroupsCommon operation. The "output" return value will be populated with the ListResourceGroupsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListResourceGroupsCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourceGroupsCommon Send returns without error.

See ListResourceGroupsCommon for more information on using the ListResourceGroupsCommon API call, and error handling.

// Example sending a request using the ListResourceGroupsCommonRequest method.
req, resp := client.ListResourceGroupsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListResourceGroupsCommonWithContext

func (c *MLPLATFORM20240701) ListResourceGroupsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListResourceGroupsCommonWithContext is the same as ListResourceGroupsCommon with the addition of the ability to pass a context and additional request options.

See ListResourceGroupsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListResourceGroupsRequest

func (c *MLPLATFORM20240701) ListResourceGroupsRequest(input *ListResourceGroupsInput) (req *request.Request, output *ListResourceGroupsOutput)

ListResourceGroupsRequest generates a "volcengine/request.Request" representing the client's request for the ListResourceGroups operation. The "output" return value will be populated with the ListResourceGroupsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListResourceGroupsCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourceGroupsCommon Send returns without error.

See ListResourceGroups for more information on using the ListResourceGroups API call, and error handling.

// Example sending a request using the ListResourceGroupsRequest method.
req, resp := client.ListResourceGroupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListResourceGroupsWithContext

func (c *MLPLATFORM20240701) ListResourceGroupsWithContext(ctx volcengine.Context, input *ListResourceGroupsInput, opts ...request.Option) (*ListResourceGroupsOutput, error)

ListResourceGroupsWithContext is the same as ListResourceGroups with the addition of the ability to pass a context and additional request options.

See ListResourceGroups for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListResourceQueues

ListResourceQueues API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListResourceQueues for usage and error information.

func (*MLPLATFORM20240701) ListResourceQueuesCommon

func (c *MLPLATFORM20240701) ListResourceQueuesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListResourceQueuesCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListResourceQueuesCommon for usage and error information.

func (*MLPLATFORM20240701) ListResourceQueuesCommonRequest

func (c *MLPLATFORM20240701) ListResourceQueuesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListResourceQueuesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListResourceQueuesCommon operation. The "output" return value will be populated with the ListResourceQueuesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListResourceQueuesCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourceQueuesCommon Send returns without error.

See ListResourceQueuesCommon for more information on using the ListResourceQueuesCommon API call, and error handling.

// Example sending a request using the ListResourceQueuesCommonRequest method.
req, resp := client.ListResourceQueuesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListResourceQueuesCommonWithContext

func (c *MLPLATFORM20240701) ListResourceQueuesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListResourceQueuesCommonWithContext is the same as ListResourceQueuesCommon with the addition of the ability to pass a context and additional request options.

See ListResourceQueuesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListResourceQueuesRequest

func (c *MLPLATFORM20240701) ListResourceQueuesRequest(input *ListResourceQueuesInput) (req *request.Request, output *ListResourceQueuesOutput)

ListResourceQueuesRequest generates a "volcengine/request.Request" representing the client's request for the ListResourceQueues operation. The "output" return value will be populated with the ListResourceQueuesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListResourceQueuesCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourceQueuesCommon Send returns without error.

See ListResourceQueues for more information on using the ListResourceQueues API call, and error handling.

// Example sending a request using the ListResourceQueuesRequest method.
req, resp := client.ListResourceQueuesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListResourceQueuesWithContext

func (c *MLPLATFORM20240701) ListResourceQueuesWithContext(ctx volcengine.Context, input *ListResourceQueuesInput, opts ...request.Option) (*ListResourceQueuesOutput, error)

ListResourceQueuesWithContext is the same as ListResourceQueues with the addition of the ability to pass a context and additional request options.

See ListResourceQueues for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListResourceReservationPlanAvailableResources added in v1.1.33

ListResourceReservationPlanAvailableResources API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListResourceReservationPlanAvailableResources for usage and error information.

func (*MLPLATFORM20240701) ListResourceReservationPlanAvailableResourcesCommon added in v1.1.33

func (c *MLPLATFORM20240701) ListResourceReservationPlanAvailableResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListResourceReservationPlanAvailableResourcesCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListResourceReservationPlanAvailableResourcesCommon for usage and error information.

func (*MLPLATFORM20240701) ListResourceReservationPlanAvailableResourcesCommonRequest added in v1.1.33

func (c *MLPLATFORM20240701) ListResourceReservationPlanAvailableResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListResourceReservationPlanAvailableResourcesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListResourceReservationPlanAvailableResourcesCommon operation. The "output" return value will be populated with the ListResourceReservationPlanAvailableResourcesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListResourceReservationPlanAvailableResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourceReservationPlanAvailableResourcesCommon Send returns without error.

See ListResourceReservationPlanAvailableResourcesCommon for more information on using the ListResourceReservationPlanAvailableResourcesCommon API call, and error handling.

// Example sending a request using the ListResourceReservationPlanAvailableResourcesCommonRequest method.
req, resp := client.ListResourceReservationPlanAvailableResourcesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListResourceReservationPlanAvailableResourcesCommonWithContext added in v1.1.33

func (c *MLPLATFORM20240701) ListResourceReservationPlanAvailableResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListResourceReservationPlanAvailableResourcesCommonWithContext is the same as ListResourceReservationPlanAvailableResourcesCommon with the addition of the ability to pass a context and additional request options.

See ListResourceReservationPlanAvailableResourcesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListResourceReservationPlanAvailableResourcesRequest added in v1.1.33

func (c *MLPLATFORM20240701) ListResourceReservationPlanAvailableResourcesRequest(input *ListResourceReservationPlanAvailableResourcesInput) (req *request.Request, output *ListResourceReservationPlanAvailableResourcesOutput)

ListResourceReservationPlanAvailableResourcesRequest generates a "volcengine/request.Request" representing the client's request for the ListResourceReservationPlanAvailableResources operation. The "output" return value will be populated with the ListResourceReservationPlanAvailableResourcesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListResourceReservationPlanAvailableResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourceReservationPlanAvailableResourcesCommon Send returns without error.

See ListResourceReservationPlanAvailableResources for more information on using the ListResourceReservationPlanAvailableResources API call, and error handling.

// Example sending a request using the ListResourceReservationPlanAvailableResourcesRequest method.
req, resp := client.ListResourceReservationPlanAvailableResourcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListResourceReservationPlanAvailableResourcesWithContext added in v1.1.33

ListResourceReservationPlanAvailableResourcesWithContext is the same as ListResourceReservationPlanAvailableResources with the addition of the ability to pass a context and additional request options.

See ListResourceReservationPlanAvailableResources for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListResourceReservationPlans added in v1.1.19

ListResourceReservationPlans API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListResourceReservationPlans for usage and error information.

func (*MLPLATFORM20240701) ListResourceReservationPlansCommon added in v1.1.19

func (c *MLPLATFORM20240701) ListResourceReservationPlansCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListResourceReservationPlansCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListResourceReservationPlansCommon for usage and error information.

func (*MLPLATFORM20240701) ListResourceReservationPlansCommonRequest added in v1.1.19

func (c *MLPLATFORM20240701) ListResourceReservationPlansCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListResourceReservationPlansCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListResourceReservationPlansCommon operation. The "output" return value will be populated with the ListResourceReservationPlansCommon request's response once the request completes successfully.

Use "Send" method on the returned ListResourceReservationPlansCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourceReservationPlansCommon Send returns without error.

See ListResourceReservationPlansCommon for more information on using the ListResourceReservationPlansCommon API call, and error handling.

// Example sending a request using the ListResourceReservationPlansCommonRequest method.
req, resp := client.ListResourceReservationPlansCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListResourceReservationPlansCommonWithContext added in v1.1.19

func (c *MLPLATFORM20240701) ListResourceReservationPlansCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListResourceReservationPlansCommonWithContext is the same as ListResourceReservationPlansCommon with the addition of the ability to pass a context and additional request options.

See ListResourceReservationPlansCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListResourceReservationPlansRequest added in v1.1.19

func (c *MLPLATFORM20240701) ListResourceReservationPlansRequest(input *ListResourceReservationPlansInput) (req *request.Request, output *ListResourceReservationPlansOutput)

ListResourceReservationPlansRequest generates a "volcengine/request.Request" representing the client's request for the ListResourceReservationPlans operation. The "output" return value will be populated with the ListResourceReservationPlansCommon request's response once the request completes successfully.

Use "Send" method on the returned ListResourceReservationPlansCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourceReservationPlansCommon Send returns without error.

See ListResourceReservationPlans for more information on using the ListResourceReservationPlans API call, and error handling.

// Example sending a request using the ListResourceReservationPlansRequest method.
req, resp := client.ListResourceReservationPlansRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListResourceReservationPlansWithContext added in v1.1.19

func (c *MLPLATFORM20240701) ListResourceReservationPlansWithContext(ctx volcengine.Context, input *ListResourceReservationPlansInput, opts ...request.Option) (*ListResourceReservationPlansOutput, error)

ListResourceReservationPlansWithContext is the same as ListResourceReservationPlans with the addition of the ability to pass a context and additional request options.

See ListResourceReservationPlans for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListResourceReservationRecords added in v1.1.19

ListResourceReservationRecords API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListResourceReservationRecords for usage and error information.

func (*MLPLATFORM20240701) ListResourceReservationRecordsCommon added in v1.1.19

func (c *MLPLATFORM20240701) ListResourceReservationRecordsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListResourceReservationRecordsCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListResourceReservationRecordsCommon for usage and error information.

func (*MLPLATFORM20240701) ListResourceReservationRecordsCommonRequest added in v1.1.19

func (c *MLPLATFORM20240701) ListResourceReservationRecordsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListResourceReservationRecordsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListResourceReservationRecordsCommon operation. The "output" return value will be populated with the ListResourceReservationRecordsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListResourceReservationRecordsCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourceReservationRecordsCommon Send returns without error.

See ListResourceReservationRecordsCommon for more information on using the ListResourceReservationRecordsCommon API call, and error handling.

// Example sending a request using the ListResourceReservationRecordsCommonRequest method.
req, resp := client.ListResourceReservationRecordsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListResourceReservationRecordsCommonWithContext added in v1.1.19

func (c *MLPLATFORM20240701) ListResourceReservationRecordsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListResourceReservationRecordsCommonWithContext is the same as ListResourceReservationRecordsCommon with the addition of the ability to pass a context and additional request options.

See ListResourceReservationRecordsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListResourceReservationRecordsRequest added in v1.1.19

func (c *MLPLATFORM20240701) ListResourceReservationRecordsRequest(input *ListResourceReservationRecordsInput) (req *request.Request, output *ListResourceReservationRecordsOutput)

ListResourceReservationRecordsRequest generates a "volcengine/request.Request" representing the client's request for the ListResourceReservationRecords operation. The "output" return value will be populated with the ListResourceReservationRecordsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListResourceReservationRecordsCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourceReservationRecordsCommon Send returns without error.

See ListResourceReservationRecords for more information on using the ListResourceReservationRecords API call, and error handling.

// Example sending a request using the ListResourceReservationRecordsRequest method.
req, resp := client.ListResourceReservationRecordsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListResourceReservationRecordsWithContext added in v1.1.19

func (c *MLPLATFORM20240701) ListResourceReservationRecordsWithContext(ctx volcengine.Context, input *ListResourceReservationRecordsInput, opts ...request.Option) (*ListResourceReservationRecordsOutput, error)

ListResourceReservationRecordsWithContext is the same as ListResourceReservationRecords with the addition of the ability to pass a context and additional request options.

See ListResourceReservationRecords for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListServices

func (c *MLPLATFORM20240701) ListServices(input *ListServicesInput) (*ListServicesOutput, error)

ListServices API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListServices for usage and error information.

func (*MLPLATFORM20240701) ListServicesCommon

func (c *MLPLATFORM20240701) ListServicesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListServicesCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListServicesCommon for usage and error information.

func (*MLPLATFORM20240701) ListServicesCommonRequest

func (c *MLPLATFORM20240701) ListServicesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListServicesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListServicesCommon operation. The "output" return value will be populated with the ListServicesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListServicesCommon Request to send the API call to the service. the "output" return value is not valid until after ListServicesCommon Send returns without error.

See ListServicesCommon for more information on using the ListServicesCommon API call, and error handling.

// Example sending a request using the ListServicesCommonRequest method.
req, resp := client.ListServicesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListServicesCommonWithContext

func (c *MLPLATFORM20240701) ListServicesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListServicesCommonWithContext is the same as ListServicesCommon with the addition of the ability to pass a context and additional request options.

See ListServicesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListServicesRequest

func (c *MLPLATFORM20240701) ListServicesRequest(input *ListServicesInput) (req *request.Request, output *ListServicesOutput)

ListServicesRequest generates a "volcengine/request.Request" representing the client's request for the ListServices operation. The "output" return value will be populated with the ListServicesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListServicesCommon Request to send the API call to the service. the "output" return value is not valid until after ListServicesCommon Send returns without error.

See ListServices for more information on using the ListServices API call, and error handling.

// Example sending a request using the ListServicesRequest method.
req, resp := client.ListServicesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListServicesWithContext

func (c *MLPLATFORM20240701) ListServicesWithContext(ctx volcengine.Context, input *ListServicesInput, opts ...request.Option) (*ListServicesOutput, error)

ListServicesWithContext is the same as ListServices with the addition of the ability to pass a context and additional request options.

See ListServices for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListVolumeTypes

func (c *MLPLATFORM20240701) ListVolumeTypes(input *ListVolumeTypesInput) (*ListVolumeTypesOutput, error)

ListVolumeTypes API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListVolumeTypes for usage and error information.

func (*MLPLATFORM20240701) ListVolumeTypesCommon

func (c *MLPLATFORM20240701) ListVolumeTypesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListVolumeTypesCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ListVolumeTypesCommon for usage and error information.

func (*MLPLATFORM20240701) ListVolumeTypesCommonRequest

func (c *MLPLATFORM20240701) ListVolumeTypesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListVolumeTypesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListVolumeTypesCommon operation. The "output" return value will be populated with the ListVolumeTypesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListVolumeTypesCommon Request to send the API call to the service. the "output" return value is not valid until after ListVolumeTypesCommon Send returns without error.

See ListVolumeTypesCommon for more information on using the ListVolumeTypesCommon API call, and error handling.

// Example sending a request using the ListVolumeTypesCommonRequest method.
req, resp := client.ListVolumeTypesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListVolumeTypesCommonWithContext

func (c *MLPLATFORM20240701) ListVolumeTypesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListVolumeTypesCommonWithContext is the same as ListVolumeTypesCommon with the addition of the ability to pass a context and additional request options.

See ListVolumeTypesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ListVolumeTypesRequest

func (c *MLPLATFORM20240701) ListVolumeTypesRequest(input *ListVolumeTypesInput) (req *request.Request, output *ListVolumeTypesOutput)

ListVolumeTypesRequest generates a "volcengine/request.Request" representing the client's request for the ListVolumeTypes operation. The "output" return value will be populated with the ListVolumeTypesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListVolumeTypesCommon Request to send the API call to the service. the "output" return value is not valid until after ListVolumeTypesCommon Send returns without error.

See ListVolumeTypes for more information on using the ListVolumeTypes API call, and error handling.

// Example sending a request using the ListVolumeTypesRequest method.
req, resp := client.ListVolumeTypesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ListVolumeTypesWithContext

func (c *MLPLATFORM20240701) ListVolumeTypesWithContext(ctx volcengine.Context, input *ListVolumeTypesInput, opts ...request.Option) (*ListVolumeTypesOutput, error)

ListVolumeTypesWithContext is the same as ListVolumeTypes with the addition of the ability to pass a context and additional request options.

See ListVolumeTypes for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ModifyDeploymentPriority

ModifyDeploymentPriority API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ModifyDeploymentPriority for usage and error information.

func (*MLPLATFORM20240701) ModifyDeploymentPriorityCommon

func (c *MLPLATFORM20240701) ModifyDeploymentPriorityCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDeploymentPriorityCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ModifyDeploymentPriorityCommon for usage and error information.

func (*MLPLATFORM20240701) ModifyDeploymentPriorityCommonRequest

func (c *MLPLATFORM20240701) ModifyDeploymentPriorityCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDeploymentPriorityCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDeploymentPriorityCommon operation. The "output" return value will be populated with the ModifyDeploymentPriorityCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDeploymentPriorityCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDeploymentPriorityCommon Send returns without error.

See ModifyDeploymentPriorityCommon for more information on using the ModifyDeploymentPriorityCommon API call, and error handling.

// Example sending a request using the ModifyDeploymentPriorityCommonRequest method.
req, resp := client.ModifyDeploymentPriorityCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ModifyDeploymentPriorityCommonWithContext

func (c *MLPLATFORM20240701) ModifyDeploymentPriorityCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDeploymentPriorityCommonWithContext is the same as ModifyDeploymentPriorityCommon with the addition of the ability to pass a context and additional request options.

See ModifyDeploymentPriorityCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ModifyDeploymentPriorityRequest

func (c *MLPLATFORM20240701) ModifyDeploymentPriorityRequest(input *ModifyDeploymentPriorityInput) (req *request.Request, output *ModifyDeploymentPriorityOutput)

ModifyDeploymentPriorityRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDeploymentPriority operation. The "output" return value will be populated with the ModifyDeploymentPriorityCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDeploymentPriorityCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDeploymentPriorityCommon Send returns without error.

See ModifyDeploymentPriority for more information on using the ModifyDeploymentPriority API call, and error handling.

// Example sending a request using the ModifyDeploymentPriorityRequest method.
req, resp := client.ModifyDeploymentPriorityRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ModifyDeploymentPriorityWithContext

func (c *MLPLATFORM20240701) ModifyDeploymentPriorityWithContext(ctx volcengine.Context, input *ModifyDeploymentPriorityInput, opts ...request.Option) (*ModifyDeploymentPriorityOutput, error)

ModifyDeploymentPriorityWithContext is the same as ModifyDeploymentPriority with the addition of the ability to pass a context and additional request options.

See ModifyDeploymentPriority for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ModifyJobPriority

ModifyJobPriority API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ModifyJobPriority for usage and error information.

func (*MLPLATFORM20240701) ModifyJobPriorityCommon

func (c *MLPLATFORM20240701) ModifyJobPriorityCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyJobPriorityCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ModifyJobPriorityCommon for usage and error information.

func (*MLPLATFORM20240701) ModifyJobPriorityCommonRequest

func (c *MLPLATFORM20240701) ModifyJobPriorityCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyJobPriorityCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyJobPriorityCommon operation. The "output" return value will be populated with the ModifyJobPriorityCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyJobPriorityCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyJobPriorityCommon Send returns without error.

See ModifyJobPriorityCommon for more information on using the ModifyJobPriorityCommon API call, and error handling.

// Example sending a request using the ModifyJobPriorityCommonRequest method.
req, resp := client.ModifyJobPriorityCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ModifyJobPriorityCommonWithContext

func (c *MLPLATFORM20240701) ModifyJobPriorityCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyJobPriorityCommonWithContext is the same as ModifyJobPriorityCommon with the addition of the ability to pass a context and additional request options.

See ModifyJobPriorityCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ModifyJobPriorityRequest

func (c *MLPLATFORM20240701) ModifyJobPriorityRequest(input *ModifyJobPriorityInput) (req *request.Request, output *ModifyJobPriorityOutput)

ModifyJobPriorityRequest generates a "volcengine/request.Request" representing the client's request for the ModifyJobPriority operation. The "output" return value will be populated with the ModifyJobPriorityCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyJobPriorityCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyJobPriorityCommon Send returns without error.

See ModifyJobPriority for more information on using the ModifyJobPriority API call, and error handling.

// Example sending a request using the ModifyJobPriorityRequest method.
req, resp := client.ModifyJobPriorityRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ModifyJobPriorityWithContext

func (c *MLPLATFORM20240701) ModifyJobPriorityWithContext(ctx volcengine.Context, input *ModifyJobPriorityInput, opts ...request.Option) (*ModifyJobPriorityOutput, error)

ModifyJobPriorityWithContext is the same as ModifyJobPriority with the addition of the ability to pass a context and additional request options.

See ModifyJobPriority for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ModifyJobResourceReservation

ModifyJobResourceReservation API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ModifyJobResourceReservation for usage and error information.

func (*MLPLATFORM20240701) ModifyJobResourceReservationCommon

func (c *MLPLATFORM20240701) ModifyJobResourceReservationCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyJobResourceReservationCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ModifyJobResourceReservationCommon for usage and error information.

func (*MLPLATFORM20240701) ModifyJobResourceReservationCommonRequest

func (c *MLPLATFORM20240701) ModifyJobResourceReservationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyJobResourceReservationCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyJobResourceReservationCommon operation. The "output" return value will be populated with the ModifyJobResourceReservationCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyJobResourceReservationCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyJobResourceReservationCommon Send returns without error.

See ModifyJobResourceReservationCommon for more information on using the ModifyJobResourceReservationCommon API call, and error handling.

// Example sending a request using the ModifyJobResourceReservationCommonRequest method.
req, resp := client.ModifyJobResourceReservationCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ModifyJobResourceReservationCommonWithContext

func (c *MLPLATFORM20240701) ModifyJobResourceReservationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyJobResourceReservationCommonWithContext is the same as ModifyJobResourceReservationCommon with the addition of the ability to pass a context and additional request options.

See ModifyJobResourceReservationCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ModifyJobResourceReservationRequest

func (c *MLPLATFORM20240701) ModifyJobResourceReservationRequest(input *ModifyJobResourceReservationInput) (req *request.Request, output *ModifyJobResourceReservationOutput)

ModifyJobResourceReservationRequest generates a "volcengine/request.Request" representing the client's request for the ModifyJobResourceReservation operation. The "output" return value will be populated with the ModifyJobResourceReservationCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyJobResourceReservationCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyJobResourceReservationCommon Send returns without error.

See ModifyJobResourceReservation for more information on using the ModifyJobResourceReservation API call, and error handling.

// Example sending a request using the ModifyJobResourceReservationRequest method.
req, resp := client.ModifyJobResourceReservationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ModifyJobResourceReservationWithContext

func (c *MLPLATFORM20240701) ModifyJobResourceReservationWithContext(ctx volcengine.Context, input *ModifyJobResourceReservationInput, opts ...request.Option) (*ModifyJobResourceReservationOutput, error)

ModifyJobResourceReservationWithContext is the same as ModifyJobResourceReservation with the addition of the ability to pass a context and additional request options.

See ModifyJobResourceReservation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) PauseResourceQueue

PauseResourceQueue API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation PauseResourceQueue for usage and error information.

func (*MLPLATFORM20240701) PauseResourceQueueCommon

func (c *MLPLATFORM20240701) PauseResourceQueueCommon(input *map[string]interface{}) (*map[string]interface{}, error)

PauseResourceQueueCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation PauseResourceQueueCommon for usage and error information.

func (*MLPLATFORM20240701) PauseResourceQueueCommonRequest

func (c *MLPLATFORM20240701) PauseResourceQueueCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

PauseResourceQueueCommonRequest generates a "volcengine/request.Request" representing the client's request for the PauseResourceQueueCommon operation. The "output" return value will be populated with the PauseResourceQueueCommon request's response once the request completes successfully.

Use "Send" method on the returned PauseResourceQueueCommon Request to send the API call to the service. the "output" return value is not valid until after PauseResourceQueueCommon Send returns without error.

See PauseResourceQueueCommon for more information on using the PauseResourceQueueCommon API call, and error handling.

// Example sending a request using the PauseResourceQueueCommonRequest method.
req, resp := client.PauseResourceQueueCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) PauseResourceQueueCommonWithContext

func (c *MLPLATFORM20240701) PauseResourceQueueCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

PauseResourceQueueCommonWithContext is the same as PauseResourceQueueCommon with the addition of the ability to pass a context and additional request options.

See PauseResourceQueueCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) PauseResourceQueueRequest

func (c *MLPLATFORM20240701) PauseResourceQueueRequest(input *PauseResourceQueueInput) (req *request.Request, output *PauseResourceQueueOutput)

PauseResourceQueueRequest generates a "volcengine/request.Request" representing the client's request for the PauseResourceQueue operation. The "output" return value will be populated with the PauseResourceQueueCommon request's response once the request completes successfully.

Use "Send" method on the returned PauseResourceQueueCommon Request to send the API call to the service. the "output" return value is not valid until after PauseResourceQueueCommon Send returns without error.

See PauseResourceQueue for more information on using the PauseResourceQueue API call, and error handling.

// Example sending a request using the PauseResourceQueueRequest method.
req, resp := client.PauseResourceQueueRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) PauseResourceQueueWithContext

func (c *MLPLATFORM20240701) PauseResourceQueueWithContext(ctx volcengine.Context, input *PauseResourceQueueInput, opts ...request.Option) (*PauseResourceQueueOutput, error)

PauseResourceQueueWithContext is the same as PauseResourceQueue with the addition of the ability to pass a context and additional request options.

See PauseResourceQueue for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) RebootDevInstance

RebootDevInstance API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation RebootDevInstance for usage and error information.

func (*MLPLATFORM20240701) RebootDevInstanceCommon

func (c *MLPLATFORM20240701) RebootDevInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RebootDevInstanceCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation RebootDevInstanceCommon for usage and error information.

func (*MLPLATFORM20240701) RebootDevInstanceCommonRequest

func (c *MLPLATFORM20240701) RebootDevInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RebootDevInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the RebootDevInstanceCommon operation. The "output" return value will be populated with the RebootDevInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned RebootDevInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RebootDevInstanceCommon Send returns without error.

See RebootDevInstanceCommon for more information on using the RebootDevInstanceCommon API call, and error handling.

// Example sending a request using the RebootDevInstanceCommonRequest method.
req, resp := client.RebootDevInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) RebootDevInstanceCommonWithContext

func (c *MLPLATFORM20240701) RebootDevInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RebootDevInstanceCommonWithContext is the same as RebootDevInstanceCommon with the addition of the ability to pass a context and additional request options.

See RebootDevInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) RebootDevInstanceRequest

func (c *MLPLATFORM20240701) RebootDevInstanceRequest(input *RebootDevInstanceInput) (req *request.Request, output *RebootDevInstanceOutput)

RebootDevInstanceRequest generates a "volcengine/request.Request" representing the client's request for the RebootDevInstance operation. The "output" return value will be populated with the RebootDevInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned RebootDevInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RebootDevInstanceCommon Send returns without error.

See RebootDevInstance for more information on using the RebootDevInstance API call, and error handling.

// Example sending a request using the RebootDevInstanceRequest method.
req, resp := client.RebootDevInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) RebootDevInstanceWithContext

func (c *MLPLATFORM20240701) RebootDevInstanceWithContext(ctx volcengine.Context, input *RebootDevInstanceInput, opts ...request.Option) (*RebootDevInstanceOutput, error)

RebootDevInstanceWithContext is the same as RebootDevInstance with the addition of the ability to pass a context and additional request options.

See RebootDevInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) RebuildDevInstance

RebuildDevInstance API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation RebuildDevInstance for usage and error information.

func (*MLPLATFORM20240701) RebuildDevInstanceCommon

func (c *MLPLATFORM20240701) RebuildDevInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RebuildDevInstanceCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation RebuildDevInstanceCommon for usage and error information.

func (*MLPLATFORM20240701) RebuildDevInstanceCommonRequest

func (c *MLPLATFORM20240701) RebuildDevInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RebuildDevInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the RebuildDevInstanceCommon operation. The "output" return value will be populated with the RebuildDevInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned RebuildDevInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RebuildDevInstanceCommon Send returns without error.

See RebuildDevInstanceCommon for more information on using the RebuildDevInstanceCommon API call, and error handling.

// Example sending a request using the RebuildDevInstanceCommonRequest method.
req, resp := client.RebuildDevInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) RebuildDevInstanceCommonWithContext

func (c *MLPLATFORM20240701) RebuildDevInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RebuildDevInstanceCommonWithContext is the same as RebuildDevInstanceCommon with the addition of the ability to pass a context and additional request options.

See RebuildDevInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) RebuildDevInstanceRequest

func (c *MLPLATFORM20240701) RebuildDevInstanceRequest(input *RebuildDevInstanceInput) (req *request.Request, output *RebuildDevInstanceOutput)

RebuildDevInstanceRequest generates a "volcengine/request.Request" representing the client's request for the RebuildDevInstance operation. The "output" return value will be populated with the RebuildDevInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned RebuildDevInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after RebuildDevInstanceCommon Send returns without error.

See RebuildDevInstance for more information on using the RebuildDevInstance API call, and error handling.

// Example sending a request using the RebuildDevInstanceRequest method.
req, resp := client.RebuildDevInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) RebuildDevInstanceWithContext

func (c *MLPLATFORM20240701) RebuildDevInstanceWithContext(ctx volcengine.Context, input *RebuildDevInstanceInput, opts ...request.Option) (*RebuildDevInstanceOutput, error)

RebuildDevInstanceWithContext is the same as RebuildDevInstance with the addition of the ability to pass a context and additional request options.

See RebuildDevInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ResumeResourceQueue

ResumeResourceQueue API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ResumeResourceQueue for usage and error information.

func (*MLPLATFORM20240701) ResumeResourceQueueCommon

func (c *MLPLATFORM20240701) ResumeResourceQueueCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ResumeResourceQueueCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation ResumeResourceQueueCommon for usage and error information.

func (*MLPLATFORM20240701) ResumeResourceQueueCommonRequest

func (c *MLPLATFORM20240701) ResumeResourceQueueCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ResumeResourceQueueCommonRequest generates a "volcengine/request.Request" representing the client's request for the ResumeResourceQueueCommon operation. The "output" return value will be populated with the ResumeResourceQueueCommon request's response once the request completes successfully.

Use "Send" method on the returned ResumeResourceQueueCommon Request to send the API call to the service. the "output" return value is not valid until after ResumeResourceQueueCommon Send returns without error.

See ResumeResourceQueueCommon for more information on using the ResumeResourceQueueCommon API call, and error handling.

// Example sending a request using the ResumeResourceQueueCommonRequest method.
req, resp := client.ResumeResourceQueueCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ResumeResourceQueueCommonWithContext

func (c *MLPLATFORM20240701) ResumeResourceQueueCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ResumeResourceQueueCommonWithContext is the same as ResumeResourceQueueCommon with the addition of the ability to pass a context and additional request options.

See ResumeResourceQueueCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) ResumeResourceQueueRequest

func (c *MLPLATFORM20240701) ResumeResourceQueueRequest(input *ResumeResourceQueueInput) (req *request.Request, output *ResumeResourceQueueOutput)

ResumeResourceQueueRequest generates a "volcengine/request.Request" representing the client's request for the ResumeResourceQueue operation. The "output" return value will be populated with the ResumeResourceQueueCommon request's response once the request completes successfully.

Use "Send" method on the returned ResumeResourceQueueCommon Request to send the API call to the service. the "output" return value is not valid until after ResumeResourceQueueCommon Send returns without error.

See ResumeResourceQueue for more information on using the ResumeResourceQueue API call, and error handling.

// Example sending a request using the ResumeResourceQueueRequest method.
req, resp := client.ResumeResourceQueueRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) ResumeResourceQueueWithContext

func (c *MLPLATFORM20240701) ResumeResourceQueueWithContext(ctx volcengine.Context, input *ResumeResourceQueueInput, opts ...request.Option) (*ResumeResourceQueueOutput, error)

ResumeResourceQueueWithContext is the same as ResumeResourceQueue with the addition of the ability to pass a context and additional request options.

See ResumeResourceQueue for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) SignJwtToken added in v1.1.33

func (c *MLPLATFORM20240701) SignJwtToken(input *SignJwtTokenInput) (*SignJwtTokenOutput, error)

SignJwtToken API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation SignJwtToken for usage and error information.

func (*MLPLATFORM20240701) SignJwtTokenCommon added in v1.1.33

func (c *MLPLATFORM20240701) SignJwtTokenCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SignJwtTokenCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation SignJwtTokenCommon for usage and error information.

func (*MLPLATFORM20240701) SignJwtTokenCommonRequest added in v1.1.33

func (c *MLPLATFORM20240701) SignJwtTokenCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SignJwtTokenCommonRequest generates a "volcengine/request.Request" representing the client's request for the SignJwtTokenCommon operation. The "output" return value will be populated with the SignJwtTokenCommon request's response once the request completes successfully.

Use "Send" method on the returned SignJwtTokenCommon Request to send the API call to the service. the "output" return value is not valid until after SignJwtTokenCommon Send returns without error.

See SignJwtTokenCommon for more information on using the SignJwtTokenCommon API call, and error handling.

// Example sending a request using the SignJwtTokenCommonRequest method.
req, resp := client.SignJwtTokenCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) SignJwtTokenCommonWithContext added in v1.1.33

func (c *MLPLATFORM20240701) SignJwtTokenCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

SignJwtTokenCommonWithContext is the same as SignJwtTokenCommon with the addition of the ability to pass a context and additional request options.

See SignJwtTokenCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) SignJwtTokenRequest added in v1.1.33

func (c *MLPLATFORM20240701) SignJwtTokenRequest(input *SignJwtTokenInput) (req *request.Request, output *SignJwtTokenOutput)

SignJwtTokenRequest generates a "volcengine/request.Request" representing the client's request for the SignJwtToken operation. The "output" return value will be populated with the SignJwtTokenCommon request's response once the request completes successfully.

Use "Send" method on the returned SignJwtTokenCommon Request to send the API call to the service. the "output" return value is not valid until after SignJwtTokenCommon Send returns without error.

See SignJwtToken for more information on using the SignJwtToken API call, and error handling.

// Example sending a request using the SignJwtTokenRequest method.
req, resp := client.SignJwtTokenRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) SignJwtTokenWithContext added in v1.1.33

func (c *MLPLATFORM20240701) SignJwtTokenWithContext(ctx volcengine.Context, input *SignJwtTokenInput, opts ...request.Option) (*SignJwtTokenOutput, error)

SignJwtTokenWithContext is the same as SignJwtToken with the addition of the ability to pass a context and additional request options.

See SignJwtToken for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) StartDeployment

func (c *MLPLATFORM20240701) StartDeployment(input *StartDeploymentInput) (*StartDeploymentOutput, error)

StartDeployment API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation StartDeployment for usage and error information.

func (*MLPLATFORM20240701) StartDeploymentCommon

func (c *MLPLATFORM20240701) StartDeploymentCommon(input *map[string]interface{}) (*map[string]interface{}, error)

StartDeploymentCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation StartDeploymentCommon for usage and error information.

func (*MLPLATFORM20240701) StartDeploymentCommonRequest

func (c *MLPLATFORM20240701) StartDeploymentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

StartDeploymentCommonRequest generates a "volcengine/request.Request" representing the client's request for the StartDeploymentCommon operation. The "output" return value will be populated with the StartDeploymentCommon request's response once the request completes successfully.

Use "Send" method on the returned StartDeploymentCommon Request to send the API call to the service. the "output" return value is not valid until after StartDeploymentCommon Send returns without error.

See StartDeploymentCommon for more information on using the StartDeploymentCommon API call, and error handling.

// Example sending a request using the StartDeploymentCommonRequest method.
req, resp := client.StartDeploymentCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) StartDeploymentCommonWithContext

func (c *MLPLATFORM20240701) StartDeploymentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

StartDeploymentCommonWithContext is the same as StartDeploymentCommon with the addition of the ability to pass a context and additional request options.

See StartDeploymentCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) StartDeploymentRequest

func (c *MLPLATFORM20240701) StartDeploymentRequest(input *StartDeploymentInput) (req *request.Request, output *StartDeploymentOutput)

StartDeploymentRequest generates a "volcengine/request.Request" representing the client's request for the StartDeployment operation. The "output" return value will be populated with the StartDeploymentCommon request's response once the request completes successfully.

Use "Send" method on the returned StartDeploymentCommon Request to send the API call to the service. the "output" return value is not valid until after StartDeploymentCommon Send returns without error.

See StartDeployment for more information on using the StartDeployment API call, and error handling.

// Example sending a request using the StartDeploymentRequest method.
req, resp := client.StartDeploymentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) StartDeploymentWithContext

func (c *MLPLATFORM20240701) StartDeploymentWithContext(ctx volcengine.Context, input *StartDeploymentInput, opts ...request.Option) (*StartDeploymentOutput, error)

StartDeploymentWithContext is the same as StartDeployment with the addition of the ability to pass a context and additional request options.

See StartDeployment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) StartDevInstance

func (c *MLPLATFORM20240701) StartDevInstance(input *StartDevInstanceInput) (*StartDevInstanceOutput, error)

StartDevInstance API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation StartDevInstance for usage and error information.

func (*MLPLATFORM20240701) StartDevInstanceCommon

func (c *MLPLATFORM20240701) StartDevInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

StartDevInstanceCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation StartDevInstanceCommon for usage and error information.

func (*MLPLATFORM20240701) StartDevInstanceCommonRequest

func (c *MLPLATFORM20240701) StartDevInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

StartDevInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the StartDevInstanceCommon operation. The "output" return value will be populated with the StartDevInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned StartDevInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after StartDevInstanceCommon Send returns without error.

See StartDevInstanceCommon for more information on using the StartDevInstanceCommon API call, and error handling.

// Example sending a request using the StartDevInstanceCommonRequest method.
req, resp := client.StartDevInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) StartDevInstanceCommonWithContext

func (c *MLPLATFORM20240701) StartDevInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

StartDevInstanceCommonWithContext is the same as StartDevInstanceCommon with the addition of the ability to pass a context and additional request options.

See StartDevInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) StartDevInstanceRequest

func (c *MLPLATFORM20240701) StartDevInstanceRequest(input *StartDevInstanceInput) (req *request.Request, output *StartDevInstanceOutput)

StartDevInstanceRequest generates a "volcengine/request.Request" representing the client's request for the StartDevInstance operation. The "output" return value will be populated with the StartDevInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned StartDevInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after StartDevInstanceCommon Send returns without error.

See StartDevInstance for more information on using the StartDevInstance API call, and error handling.

// Example sending a request using the StartDevInstanceRequest method.
req, resp := client.StartDevInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) StartDevInstanceWithContext

func (c *MLPLATFORM20240701) StartDevInstanceWithContext(ctx volcengine.Context, input *StartDevInstanceInput, opts ...request.Option) (*StartDevInstanceOutput, error)

StartDevInstanceWithContext is the same as StartDevInstance with the addition of the ability to pass a context and additional request options.

See StartDevInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) StartService

func (c *MLPLATFORM20240701) StartService(input *StartServiceInput) (*StartServiceOutput, error)

StartService API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation StartService for usage and error information.

func (*MLPLATFORM20240701) StartServiceCommon

func (c *MLPLATFORM20240701) StartServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

StartServiceCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation StartServiceCommon for usage and error information.

func (*MLPLATFORM20240701) StartServiceCommonRequest

func (c *MLPLATFORM20240701) StartServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

StartServiceCommonRequest generates a "volcengine/request.Request" representing the client's request for the StartServiceCommon operation. The "output" return value will be populated with the StartServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned StartServiceCommon Request to send the API call to the service. the "output" return value is not valid until after StartServiceCommon Send returns without error.

See StartServiceCommon for more information on using the StartServiceCommon API call, and error handling.

// Example sending a request using the StartServiceCommonRequest method.
req, resp := client.StartServiceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) StartServiceCommonWithContext

func (c *MLPLATFORM20240701) StartServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

StartServiceCommonWithContext is the same as StartServiceCommon with the addition of the ability to pass a context and additional request options.

See StartServiceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) StartServiceRequest

func (c *MLPLATFORM20240701) StartServiceRequest(input *StartServiceInput) (req *request.Request, output *StartServiceOutput)

StartServiceRequest generates a "volcengine/request.Request" representing the client's request for the StartService operation. The "output" return value will be populated with the StartServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned StartServiceCommon Request to send the API call to the service. the "output" return value is not valid until after StartServiceCommon Send returns without error.

See StartService for more information on using the StartService API call, and error handling.

// Example sending a request using the StartServiceRequest method.
req, resp := client.StartServiceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) StartServiceWithContext

func (c *MLPLATFORM20240701) StartServiceWithContext(ctx volcengine.Context, input *StartServiceInput, opts ...request.Option) (*StartServiceOutput, error)

StartServiceWithContext is the same as StartService with the addition of the ability to pass a context and additional request options.

See StartService for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) StopDeployment

func (c *MLPLATFORM20240701) StopDeployment(input *StopDeploymentInput) (*StopDeploymentOutput, error)

StopDeployment API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation StopDeployment for usage and error information.

func (*MLPLATFORM20240701) StopDeploymentCommon

func (c *MLPLATFORM20240701) StopDeploymentCommon(input *map[string]interface{}) (*map[string]interface{}, error)

StopDeploymentCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation StopDeploymentCommon for usage and error information.

func (*MLPLATFORM20240701) StopDeploymentCommonRequest

func (c *MLPLATFORM20240701) StopDeploymentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

StopDeploymentCommonRequest generates a "volcengine/request.Request" representing the client's request for the StopDeploymentCommon operation. The "output" return value will be populated with the StopDeploymentCommon request's response once the request completes successfully.

Use "Send" method on the returned StopDeploymentCommon Request to send the API call to the service. the "output" return value is not valid until after StopDeploymentCommon Send returns without error.

See StopDeploymentCommon for more information on using the StopDeploymentCommon API call, and error handling.

// Example sending a request using the StopDeploymentCommonRequest method.
req, resp := client.StopDeploymentCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) StopDeploymentCommonWithContext

func (c *MLPLATFORM20240701) StopDeploymentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

StopDeploymentCommonWithContext is the same as StopDeploymentCommon with the addition of the ability to pass a context and additional request options.

See StopDeploymentCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) StopDeploymentRequest

func (c *MLPLATFORM20240701) StopDeploymentRequest(input *StopDeploymentInput) (req *request.Request, output *StopDeploymentOutput)

StopDeploymentRequest generates a "volcengine/request.Request" representing the client's request for the StopDeployment operation. The "output" return value will be populated with the StopDeploymentCommon request's response once the request completes successfully.

Use "Send" method on the returned StopDeploymentCommon Request to send the API call to the service. the "output" return value is not valid until after StopDeploymentCommon Send returns without error.

See StopDeployment for more information on using the StopDeployment API call, and error handling.

// Example sending a request using the StopDeploymentRequest method.
req, resp := client.StopDeploymentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) StopDeploymentWithContext

func (c *MLPLATFORM20240701) StopDeploymentWithContext(ctx volcengine.Context, input *StopDeploymentInput, opts ...request.Option) (*StopDeploymentOutput, error)

StopDeploymentWithContext is the same as StopDeployment with the addition of the ability to pass a context and additional request options.

See StopDeployment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) StopDevInstance

func (c *MLPLATFORM20240701) StopDevInstance(input *StopDevInstanceInput) (*StopDevInstanceOutput, error)

StopDevInstance API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation StopDevInstance for usage and error information.

func (*MLPLATFORM20240701) StopDevInstanceCommon

func (c *MLPLATFORM20240701) StopDevInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

StopDevInstanceCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation StopDevInstanceCommon for usage and error information.

func (*MLPLATFORM20240701) StopDevInstanceCommonRequest

func (c *MLPLATFORM20240701) StopDevInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

StopDevInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the StopDevInstanceCommon operation. The "output" return value will be populated with the StopDevInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned StopDevInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after StopDevInstanceCommon Send returns without error.

See StopDevInstanceCommon for more information on using the StopDevInstanceCommon API call, and error handling.

// Example sending a request using the StopDevInstanceCommonRequest method.
req, resp := client.StopDevInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) StopDevInstanceCommonWithContext

func (c *MLPLATFORM20240701) StopDevInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

StopDevInstanceCommonWithContext is the same as StopDevInstanceCommon with the addition of the ability to pass a context and additional request options.

See StopDevInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) StopDevInstanceRequest

func (c *MLPLATFORM20240701) StopDevInstanceRequest(input *StopDevInstanceInput) (req *request.Request, output *StopDevInstanceOutput)

StopDevInstanceRequest generates a "volcengine/request.Request" representing the client's request for the StopDevInstance operation. The "output" return value will be populated with the StopDevInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned StopDevInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after StopDevInstanceCommon Send returns without error.

See StopDevInstance for more information on using the StopDevInstance API call, and error handling.

// Example sending a request using the StopDevInstanceRequest method.
req, resp := client.StopDevInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) StopDevInstanceWithContext

func (c *MLPLATFORM20240701) StopDevInstanceWithContext(ctx volcengine.Context, input *StopDevInstanceInput, opts ...request.Option) (*StopDevInstanceOutput, error)

StopDevInstanceWithContext is the same as StopDevInstance with the addition of the ability to pass a context and additional request options.

See StopDevInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) StopJob

func (c *MLPLATFORM20240701) StopJob(input *StopJobInput) (*StopJobOutput, error)

StopJob API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation StopJob for usage and error information.

func (*MLPLATFORM20240701) StopJobCommon

func (c *MLPLATFORM20240701) StopJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)

StopJobCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation StopJobCommon for usage and error information.

func (*MLPLATFORM20240701) StopJobCommonRequest

func (c *MLPLATFORM20240701) StopJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

StopJobCommonRequest generates a "volcengine/request.Request" representing the client's request for the StopJobCommon operation. The "output" return value will be populated with the StopJobCommon request's response once the request completes successfully.

Use "Send" method on the returned StopJobCommon Request to send the API call to the service. the "output" return value is not valid until after StopJobCommon Send returns without error.

See StopJobCommon for more information on using the StopJobCommon API call, and error handling.

// Example sending a request using the StopJobCommonRequest method.
req, resp := client.StopJobCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) StopJobCommonWithContext

func (c *MLPLATFORM20240701) StopJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

StopJobCommonWithContext is the same as StopJobCommon with the addition of the ability to pass a context and additional request options.

See StopJobCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) StopJobRequest

func (c *MLPLATFORM20240701) StopJobRequest(input *StopJobInput) (req *request.Request, output *StopJobOutput)

StopJobRequest generates a "volcengine/request.Request" representing the client's request for the StopJob operation. The "output" return value will be populated with the StopJobCommon request's response once the request completes successfully.

Use "Send" method on the returned StopJobCommon Request to send the API call to the service. the "output" return value is not valid until after StopJobCommon Send returns without error.

See StopJob for more information on using the StopJob API call, and error handling.

// Example sending a request using the StopJobRequest method.
req, resp := client.StopJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) StopJobWithContext

func (c *MLPLATFORM20240701) StopJobWithContext(ctx volcengine.Context, input *StopJobInput, opts ...request.Option) (*StopJobOutput, error)

StopJobWithContext is the same as StopJob with the addition of the ability to pass a context and additional request options.

See StopJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) StopService

func (c *MLPLATFORM20240701) StopService(input *StopServiceInput) (*StopServiceOutput, error)

StopService API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation StopService for usage and error information.

func (*MLPLATFORM20240701) StopServiceCommon

func (c *MLPLATFORM20240701) StopServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

StopServiceCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation StopServiceCommon for usage and error information.

func (*MLPLATFORM20240701) StopServiceCommonRequest

func (c *MLPLATFORM20240701) StopServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

StopServiceCommonRequest generates a "volcengine/request.Request" representing the client's request for the StopServiceCommon operation. The "output" return value will be populated with the StopServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned StopServiceCommon Request to send the API call to the service. the "output" return value is not valid until after StopServiceCommon Send returns without error.

See StopServiceCommon for more information on using the StopServiceCommon API call, and error handling.

// Example sending a request using the StopServiceCommonRequest method.
req, resp := client.StopServiceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) StopServiceCommonWithContext

func (c *MLPLATFORM20240701) StopServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

StopServiceCommonWithContext is the same as StopServiceCommon with the addition of the ability to pass a context and additional request options.

See StopServiceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) StopServiceRequest

func (c *MLPLATFORM20240701) StopServiceRequest(input *StopServiceInput) (req *request.Request, output *StopServiceOutput)

StopServiceRequest generates a "volcengine/request.Request" representing the client's request for the StopService operation. The "output" return value will be populated with the StopServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned StopServiceCommon Request to send the API call to the service. the "output" return value is not valid until after StopServiceCommon Send returns without error.

See StopService for more information on using the StopService API call, and error handling.

// Example sending a request using the StopServiceRequest method.
req, resp := client.StopServiceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) StopServiceWithContext

func (c *MLPLATFORM20240701) StopServiceWithContext(ctx volcengine.Context, input *StopServiceInput, opts ...request.Option) (*StopServiceOutput, error)

StopServiceWithContext is the same as StopService with the addition of the ability to pass a context and additional request options.

See StopService for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) UpdateDeployment

func (c *MLPLATFORM20240701) UpdateDeployment(input *UpdateDeploymentInput) (*UpdateDeploymentOutput, error)

UpdateDeployment API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation UpdateDeployment for usage and error information.

func (*MLPLATFORM20240701) UpdateDeploymentCommon

func (c *MLPLATFORM20240701) UpdateDeploymentCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateDeploymentCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation UpdateDeploymentCommon for usage and error information.

func (*MLPLATFORM20240701) UpdateDeploymentCommonRequest

func (c *MLPLATFORM20240701) UpdateDeploymentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateDeploymentCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateDeploymentCommon operation. The "output" return value will be populated with the UpdateDeploymentCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateDeploymentCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateDeploymentCommon Send returns without error.

See UpdateDeploymentCommon for more information on using the UpdateDeploymentCommon API call, and error handling.

// Example sending a request using the UpdateDeploymentCommonRequest method.
req, resp := client.UpdateDeploymentCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) UpdateDeploymentCommonWithContext

func (c *MLPLATFORM20240701) UpdateDeploymentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateDeploymentCommonWithContext is the same as UpdateDeploymentCommon with the addition of the ability to pass a context and additional request options.

See UpdateDeploymentCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) UpdateDeploymentRequest

func (c *MLPLATFORM20240701) UpdateDeploymentRequest(input *UpdateDeploymentInput) (req *request.Request, output *UpdateDeploymentOutput)

UpdateDeploymentRequest generates a "volcengine/request.Request" representing the client's request for the UpdateDeployment operation. The "output" return value will be populated with the UpdateDeploymentCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateDeploymentCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateDeploymentCommon Send returns without error.

See UpdateDeployment for more information on using the UpdateDeployment API call, and error handling.

// Example sending a request using the UpdateDeploymentRequest method.
req, resp := client.UpdateDeploymentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) UpdateDeploymentWithContext

func (c *MLPLATFORM20240701) UpdateDeploymentWithContext(ctx volcengine.Context, input *UpdateDeploymentInput, opts ...request.Option) (*UpdateDeploymentOutput, error)

UpdateDeploymentWithContext is the same as UpdateDeployment with the addition of the ability to pass a context and additional request options.

See UpdateDeployment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) UpdateDevInstance

UpdateDevInstance API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation UpdateDevInstance for usage and error information.

func (*MLPLATFORM20240701) UpdateDevInstanceCommon

func (c *MLPLATFORM20240701) UpdateDevInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateDevInstanceCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation UpdateDevInstanceCommon for usage and error information.

func (*MLPLATFORM20240701) UpdateDevInstanceCommonRequest

func (c *MLPLATFORM20240701) UpdateDevInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateDevInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateDevInstanceCommon operation. The "output" return value will be populated with the UpdateDevInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateDevInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateDevInstanceCommon Send returns without error.

See UpdateDevInstanceCommon for more information on using the UpdateDevInstanceCommon API call, and error handling.

// Example sending a request using the UpdateDevInstanceCommonRequest method.
req, resp := client.UpdateDevInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) UpdateDevInstanceCommonWithContext

func (c *MLPLATFORM20240701) UpdateDevInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateDevInstanceCommonWithContext is the same as UpdateDevInstanceCommon with the addition of the ability to pass a context and additional request options.

See UpdateDevInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) UpdateDevInstanceRequest

func (c *MLPLATFORM20240701) UpdateDevInstanceRequest(input *UpdateDevInstanceInput) (req *request.Request, output *UpdateDevInstanceOutput)

UpdateDevInstanceRequest generates a "volcengine/request.Request" representing the client's request for the UpdateDevInstance operation. The "output" return value will be populated with the UpdateDevInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateDevInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateDevInstanceCommon Send returns without error.

See UpdateDevInstance for more information on using the UpdateDevInstance API call, and error handling.

// Example sending a request using the UpdateDevInstanceRequest method.
req, resp := client.UpdateDevInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) UpdateDevInstanceWithContext

func (c *MLPLATFORM20240701) UpdateDevInstanceWithContext(ctx volcengine.Context, input *UpdateDevInstanceInput, opts ...request.Option) (*UpdateDevInstanceOutput, error)

UpdateDevInstanceWithContext is the same as UpdateDevInstance with the addition of the ability to pass a context and additional request options.

See UpdateDevInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) UpdateJob

func (c *MLPLATFORM20240701) UpdateJob(input *UpdateJobInput) (*UpdateJobOutput, error)

UpdateJob API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation UpdateJob for usage and error information.

func (*MLPLATFORM20240701) UpdateJobCommon

func (c *MLPLATFORM20240701) UpdateJobCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateJobCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation UpdateJobCommon for usage and error information.

func (*MLPLATFORM20240701) UpdateJobCommonRequest

func (c *MLPLATFORM20240701) UpdateJobCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateJobCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateJobCommon operation. The "output" return value will be populated with the UpdateJobCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateJobCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateJobCommon Send returns without error.

See UpdateJobCommon for more information on using the UpdateJobCommon API call, and error handling.

// Example sending a request using the UpdateJobCommonRequest method.
req, resp := client.UpdateJobCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) UpdateJobCommonWithContext

func (c *MLPLATFORM20240701) UpdateJobCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateJobCommonWithContext is the same as UpdateJobCommon with the addition of the ability to pass a context and additional request options.

See UpdateJobCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) UpdateJobRequest

func (c *MLPLATFORM20240701) UpdateJobRequest(input *UpdateJobInput) (req *request.Request, output *UpdateJobOutput)

UpdateJobRequest generates a "volcengine/request.Request" representing the client's request for the UpdateJob operation. The "output" return value will be populated with the UpdateJobCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateJobCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateJobCommon Send returns without error.

See UpdateJob for more information on using the UpdateJob API call, and error handling.

// Example sending a request using the UpdateJobRequest method.
req, resp := client.UpdateJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) UpdateJobWithContext

func (c *MLPLATFORM20240701) UpdateJobWithContext(ctx volcengine.Context, input *UpdateJobInput, opts ...request.Option) (*UpdateJobOutput, error)

UpdateJobWithContext is the same as UpdateJob with the addition of the ability to pass a context and additional request options.

See UpdateJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) UpdateResourceGroup

UpdateResourceGroup API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation UpdateResourceGroup for usage and error information.

func (*MLPLATFORM20240701) UpdateResourceGroupCommon

func (c *MLPLATFORM20240701) UpdateResourceGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateResourceGroupCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation UpdateResourceGroupCommon for usage and error information.

func (*MLPLATFORM20240701) UpdateResourceGroupCommonRequest

func (c *MLPLATFORM20240701) UpdateResourceGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateResourceGroupCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateResourceGroupCommon operation. The "output" return value will be populated with the UpdateResourceGroupCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateResourceGroupCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateResourceGroupCommon Send returns without error.

See UpdateResourceGroupCommon for more information on using the UpdateResourceGroupCommon API call, and error handling.

// Example sending a request using the UpdateResourceGroupCommonRequest method.
req, resp := client.UpdateResourceGroupCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) UpdateResourceGroupCommonWithContext

func (c *MLPLATFORM20240701) UpdateResourceGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateResourceGroupCommonWithContext is the same as UpdateResourceGroupCommon with the addition of the ability to pass a context and additional request options.

See UpdateResourceGroupCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) UpdateResourceGroupRequest

func (c *MLPLATFORM20240701) UpdateResourceGroupRequest(input *UpdateResourceGroupInput) (req *request.Request, output *UpdateResourceGroupOutput)

UpdateResourceGroupRequest generates a "volcengine/request.Request" representing the client's request for the UpdateResourceGroup operation. The "output" return value will be populated with the UpdateResourceGroupCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateResourceGroupCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateResourceGroupCommon Send returns without error.

See UpdateResourceGroup for more information on using the UpdateResourceGroup API call, and error handling.

// Example sending a request using the UpdateResourceGroupRequest method.
req, resp := client.UpdateResourceGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) UpdateResourceGroupWithContext

func (c *MLPLATFORM20240701) UpdateResourceGroupWithContext(ctx volcengine.Context, input *UpdateResourceGroupInput, opts ...request.Option) (*UpdateResourceGroupOutput, error)

UpdateResourceGroupWithContext is the same as UpdateResourceGroup with the addition of the ability to pass a context and additional request options.

See UpdateResourceGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) UpdateResourceQueue

UpdateResourceQueue API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation UpdateResourceQueue for usage and error information.

func (*MLPLATFORM20240701) UpdateResourceQueueCommon

func (c *MLPLATFORM20240701) UpdateResourceQueueCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateResourceQueueCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation UpdateResourceQueueCommon for usage and error information.

func (*MLPLATFORM20240701) UpdateResourceQueueCommonRequest

func (c *MLPLATFORM20240701) UpdateResourceQueueCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateResourceQueueCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateResourceQueueCommon operation. The "output" return value will be populated with the UpdateResourceQueueCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateResourceQueueCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateResourceQueueCommon Send returns without error.

See UpdateResourceQueueCommon for more information on using the UpdateResourceQueueCommon API call, and error handling.

// Example sending a request using the UpdateResourceQueueCommonRequest method.
req, resp := client.UpdateResourceQueueCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) UpdateResourceQueueCommonWithContext

func (c *MLPLATFORM20240701) UpdateResourceQueueCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateResourceQueueCommonWithContext is the same as UpdateResourceQueueCommon with the addition of the ability to pass a context and additional request options.

See UpdateResourceQueueCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) UpdateResourceQueueRequest

func (c *MLPLATFORM20240701) UpdateResourceQueueRequest(input *UpdateResourceQueueInput) (req *request.Request, output *UpdateResourceQueueOutput)

UpdateResourceQueueRequest generates a "volcengine/request.Request" representing the client's request for the UpdateResourceQueue operation. The "output" return value will be populated with the UpdateResourceQueueCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateResourceQueueCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateResourceQueueCommon Send returns without error.

See UpdateResourceQueue for more information on using the UpdateResourceQueue API call, and error handling.

// Example sending a request using the UpdateResourceQueueRequest method.
req, resp := client.UpdateResourceQueueRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) UpdateResourceQueueWithContext

func (c *MLPLATFORM20240701) UpdateResourceQueueWithContext(ctx volcengine.Context, input *UpdateResourceQueueInput, opts ...request.Option) (*UpdateResourceQueueOutput, error)

UpdateResourceQueueWithContext is the same as UpdateResourceQueue with the addition of the ability to pass a context and additional request options.

See UpdateResourceQueue for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) UpdateResourceReservationPlan added in v1.1.19

UpdateResourceReservationPlan API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation UpdateResourceReservationPlan for usage and error information.

func (*MLPLATFORM20240701) UpdateResourceReservationPlanCommon added in v1.1.19

func (c *MLPLATFORM20240701) UpdateResourceReservationPlanCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateResourceReservationPlanCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation UpdateResourceReservationPlanCommon for usage and error information.

func (*MLPLATFORM20240701) UpdateResourceReservationPlanCommonRequest added in v1.1.19

func (c *MLPLATFORM20240701) UpdateResourceReservationPlanCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateResourceReservationPlanCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateResourceReservationPlanCommon operation. The "output" return value will be populated with the UpdateResourceReservationPlanCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateResourceReservationPlanCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateResourceReservationPlanCommon Send returns without error.

See UpdateResourceReservationPlanCommon for more information on using the UpdateResourceReservationPlanCommon API call, and error handling.

// Example sending a request using the UpdateResourceReservationPlanCommonRequest method.
req, resp := client.UpdateResourceReservationPlanCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) UpdateResourceReservationPlanCommonWithContext added in v1.1.19

func (c *MLPLATFORM20240701) UpdateResourceReservationPlanCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateResourceReservationPlanCommonWithContext is the same as UpdateResourceReservationPlanCommon with the addition of the ability to pass a context and additional request options.

See UpdateResourceReservationPlanCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) UpdateResourceReservationPlanRequest added in v1.1.19

func (c *MLPLATFORM20240701) UpdateResourceReservationPlanRequest(input *UpdateResourceReservationPlanInput) (req *request.Request, output *UpdateResourceReservationPlanOutput)

UpdateResourceReservationPlanRequest generates a "volcengine/request.Request" representing the client's request for the UpdateResourceReservationPlan operation. The "output" return value will be populated with the UpdateResourceReservationPlanCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateResourceReservationPlanCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateResourceReservationPlanCommon Send returns without error.

See UpdateResourceReservationPlan for more information on using the UpdateResourceReservationPlan API call, and error handling.

// Example sending a request using the UpdateResourceReservationPlanRequest method.
req, resp := client.UpdateResourceReservationPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) UpdateResourceReservationPlanWithContext added in v1.1.19

func (c *MLPLATFORM20240701) UpdateResourceReservationPlanWithContext(ctx volcengine.Context, input *UpdateResourceReservationPlanInput, opts ...request.Option) (*UpdateResourceReservationPlanOutput, error)

UpdateResourceReservationPlanWithContext is the same as UpdateResourceReservationPlan with the addition of the ability to pass a context and additional request options.

See UpdateResourceReservationPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) UpdateService

func (c *MLPLATFORM20240701) UpdateService(input *UpdateServiceInput) (*UpdateServiceOutput, error)

UpdateService API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation UpdateService for usage and error information.

func (*MLPLATFORM20240701) UpdateServiceCommon

func (c *MLPLATFORM20240701) UpdateServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateServiceCommon API operation for ML_PLATFORM20240701.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ML_PLATFORM20240701's API operation UpdateServiceCommon for usage and error information.

func (*MLPLATFORM20240701) UpdateServiceCommonRequest

func (c *MLPLATFORM20240701) UpdateServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateServiceCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateServiceCommon operation. The "output" return value will be populated with the UpdateServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateServiceCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateServiceCommon Send returns without error.

See UpdateServiceCommon for more information on using the UpdateServiceCommon API call, and error handling.

// Example sending a request using the UpdateServiceCommonRequest method.
req, resp := client.UpdateServiceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) UpdateServiceCommonWithContext

func (c *MLPLATFORM20240701) UpdateServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateServiceCommonWithContext is the same as UpdateServiceCommon with the addition of the ability to pass a context and additional request options.

See UpdateServiceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM20240701) UpdateServiceRequest

func (c *MLPLATFORM20240701) UpdateServiceRequest(input *UpdateServiceInput) (req *request.Request, output *UpdateServiceOutput)

UpdateServiceRequest generates a "volcengine/request.Request" representing the client's request for the UpdateService operation. The "output" return value will be populated with the UpdateServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateServiceCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateServiceCommon Send returns without error.

See UpdateService for more information on using the UpdateService API call, and error handling.

// Example sending a request using the UpdateServiceRequest method.
req, resp := client.UpdateServiceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MLPLATFORM20240701) UpdateServiceWithContext

func (c *MLPLATFORM20240701) UpdateServiceWithContext(ctx volcengine.Context, input *UpdateServiceInput, opts ...request.Option) (*UpdateServiceOutput, error)

UpdateServiceWithContext is the same as UpdateService with the addition of the ability to pass a context and additional request options.

See UpdateService for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type MLPLATFORM20240701API

type MLPLATFORM20240701API interface {
	CancelIdleShutdownCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CancelIdleShutdownCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CancelIdleShutdownCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CancelIdleShutdown(*CancelIdleShutdownInput) (*CancelIdleShutdownOutput, error)
	CancelIdleShutdownWithContext(volcengine.Context, *CancelIdleShutdownInput, ...request.Option) (*CancelIdleShutdownOutput, error)
	CancelIdleShutdownRequest(*CancelIdleShutdownInput) (*request.Request, *CancelIdleShutdownOutput)

	CancelResourceReservationPlanCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CancelResourceReservationPlanCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CancelResourceReservationPlanCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CancelResourceReservationPlan(*CancelResourceReservationPlanInput) (*CancelResourceReservationPlanOutput, error)
	CancelResourceReservationPlanWithContext(volcengine.Context, *CancelResourceReservationPlanInput, ...request.Option) (*CancelResourceReservationPlanOutput, error)
	CancelResourceReservationPlanRequest(*CancelResourceReservationPlanInput) (*request.Request, *CancelResourceReservationPlanOutput)

	CreateDeploymentCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDeploymentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDeploymentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDeployment(*CreateDeploymentInput) (*CreateDeploymentOutput, error)
	CreateDeploymentWithContext(volcengine.Context, *CreateDeploymentInput, ...request.Option) (*CreateDeploymentOutput, error)
	CreateDeploymentRequest(*CreateDeploymentInput) (*request.Request, *CreateDeploymentOutput)

	CreateDevInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDevInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDevInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDevInstance(*CreateDevInstanceInput) (*CreateDevInstanceOutput, error)
	CreateDevInstanceWithContext(volcengine.Context, *CreateDevInstanceInput, ...request.Option) (*CreateDevInstanceOutput, error)
	CreateDevInstanceRequest(*CreateDevInstanceInput) (*request.Request, *CreateDevInstanceOutput)

	CreateJobCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateJobCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateJobCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateJob(*CreateJobInput) (*CreateJobOutput, error)
	CreateJobWithContext(volcengine.Context, *CreateJobInput, ...request.Option) (*CreateJobOutput, error)
	CreateJobRequest(*CreateJobInput) (*request.Request, *CreateJobOutput)

	CreateResourceGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateResourceGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateResourceGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateResourceGroup(*CreateResourceGroupInput) (*CreateResourceGroupOutput, error)
	CreateResourceGroupWithContext(volcengine.Context, *CreateResourceGroupInput, ...request.Option) (*CreateResourceGroupOutput, error)
	CreateResourceGroupRequest(*CreateResourceGroupInput) (*request.Request, *CreateResourceGroupOutput)

	CreateResourceQueueCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateResourceQueueCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateResourceQueueCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateResourceQueue(*CreateResourceQueueInput) (*CreateResourceQueueOutput, error)
	CreateResourceQueueWithContext(volcengine.Context, *CreateResourceQueueInput, ...request.Option) (*CreateResourceQueueOutput, error)
	CreateResourceQueueRequest(*CreateResourceQueueInput) (*request.Request, *CreateResourceQueueOutput)

	CreateResourceReservationPlanCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateResourceReservationPlanCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateResourceReservationPlanCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateResourceReservationPlan(*CreateResourceReservationPlanInput) (*CreateResourceReservationPlanOutput, error)
	CreateResourceReservationPlanWithContext(volcengine.Context, *CreateResourceReservationPlanInput, ...request.Option) (*CreateResourceReservationPlanOutput, error)
	CreateResourceReservationPlanRequest(*CreateResourceReservationPlanInput) (*request.Request, *CreateResourceReservationPlanOutput)

	CreateServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateServiceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateService(*CreateServiceInput) (*CreateServiceOutput, error)
	CreateServiceWithContext(volcengine.Context, *CreateServiceInput, ...request.Option) (*CreateServiceOutput, error)
	CreateServiceRequest(*CreateServiceInput) (*request.Request, *CreateServiceOutput)

	DeleteDeploymentCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteDeploymentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteDeploymentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteDeployment(*DeleteDeploymentInput) (*DeleteDeploymentOutput, error)
	DeleteDeploymentWithContext(volcengine.Context, *DeleteDeploymentInput, ...request.Option) (*DeleteDeploymentOutput, error)
	DeleteDeploymentRequest(*DeleteDeploymentInput) (*request.Request, *DeleteDeploymentOutput)

	DeleteDevInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteDevInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteDevInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteDevInstance(*DeleteDevInstanceInput) (*DeleteDevInstanceOutput, error)
	DeleteDevInstanceWithContext(volcengine.Context, *DeleteDevInstanceInput, ...request.Option) (*DeleteDevInstanceOutput, error)
	DeleteDevInstanceRequest(*DeleteDevInstanceInput) (*request.Request, *DeleteDevInstanceOutput)

	DeleteJobCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteJobCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteJobCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteJob(*DeleteJobInput) (*DeleteJobOutput, error)
	DeleteJobWithContext(volcengine.Context, *DeleteJobInput, ...request.Option) (*DeleteJobOutput, error)
	DeleteJobRequest(*DeleteJobInput) (*request.Request, *DeleteJobOutput)

	DeleteResourceGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteResourceGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteResourceGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteResourceGroup(*DeleteResourceGroupInput) (*DeleteResourceGroupOutput, error)
	DeleteResourceGroupWithContext(volcengine.Context, *DeleteResourceGroupInput, ...request.Option) (*DeleteResourceGroupOutput, error)
	DeleteResourceGroupRequest(*DeleteResourceGroupInput) (*request.Request, *DeleteResourceGroupOutput)

	DeleteResourceQueueCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteResourceQueueCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteResourceQueueCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteResourceQueue(*DeleteResourceQueueInput) (*DeleteResourceQueueOutput, error)
	DeleteResourceQueueWithContext(volcengine.Context, *DeleteResourceQueueInput, ...request.Option) (*DeleteResourceQueueOutput, error)
	DeleteResourceQueueRequest(*DeleteResourceQueueInput) (*request.Request, *DeleteResourceQueueOutput)

	DeleteResourceReservationPlanCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteResourceReservationPlanCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteResourceReservationPlanCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteResourceReservationPlan(*DeleteResourceReservationPlanInput) (*DeleteResourceReservationPlanOutput, error)
	DeleteResourceReservationPlanWithContext(volcengine.Context, *DeleteResourceReservationPlanInput, ...request.Option) (*DeleteResourceReservationPlanOutput, error)
	DeleteResourceReservationPlanRequest(*DeleteResourceReservationPlanInput) (*request.Request, *DeleteResourceReservationPlanOutput)

	DeleteServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteServiceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteService(*DeleteServiceInput) (*DeleteServiceOutput, error)
	DeleteServiceWithContext(volcengine.Context, *DeleteServiceInput, ...request.Option) (*DeleteServiceOutput, error)
	DeleteServiceRequest(*DeleteServiceInput) (*request.Request, *DeleteServiceOutput)

	GetDeploymentCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetDeploymentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetDeploymentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetDeployment(*GetDeploymentInput) (*GetDeploymentOutput, error)
	GetDeploymentWithContext(volcengine.Context, *GetDeploymentInput, ...request.Option) (*GetDeploymentOutput, error)
	GetDeploymentRequest(*GetDeploymentInput) (*request.Request, *GetDeploymentOutput)

	GetDevInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetDevInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetDevInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetDevInstance(*GetDevInstanceInput) (*GetDevInstanceOutput, error)
	GetDevInstanceWithContext(volcengine.Context, *GetDevInstanceInput, ...request.Option) (*GetDevInstanceOutput, error)
	GetDevInstanceRequest(*GetDevInstanceInput) (*request.Request, *GetDevInstanceOutput)

	GetInstanceTypeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetInstanceTypeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetInstanceTypeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetInstanceType(*GetInstanceTypeInput) (*GetInstanceTypeOutput, error)
	GetInstanceTypeWithContext(volcengine.Context, *GetInstanceTypeInput, ...request.Option) (*GetInstanceTypeOutput, error)
	GetInstanceTypeRequest(*GetInstanceTypeInput) (*request.Request, *GetInstanceTypeOutput)

	GetJobCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetJobCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetJobCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetJob(*GetJobInput) (*GetJobOutput, error)
	GetJobWithContext(volcengine.Context, *GetJobInput, ...request.Option) (*GetJobOutput, error)
	GetJobRequest(*GetJobInput) (*request.Request, *GetJobOutput)

	GetResourceGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetResourceGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetResourceGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetResourceGroup(*GetResourceGroupInput) (*GetResourceGroupOutput, error)
	GetResourceGroupWithContext(volcengine.Context, *GetResourceGroupInput, ...request.Option) (*GetResourceGroupOutput, error)
	GetResourceGroupRequest(*GetResourceGroupInput) (*request.Request, *GetResourceGroupOutput)

	GetResourceQueueCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetResourceQueueCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetResourceQueueCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetResourceQueue(*GetResourceQueueInput) (*GetResourceQueueOutput, error)
	GetResourceQueueWithContext(volcengine.Context, *GetResourceQueueInput, ...request.Option) (*GetResourceQueueOutput, error)
	GetResourceQueueRequest(*GetResourceQueueInput) (*request.Request, *GetResourceQueueOutput)

	GetResourceReservationPlanCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetResourceReservationPlanCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetResourceReservationPlanCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetResourceReservationPlan(*GetResourceReservationPlanInput) (*GetResourceReservationPlanOutput, error)
	GetResourceReservationPlanWithContext(volcengine.Context, *GetResourceReservationPlanInput, ...request.Option) (*GetResourceReservationPlanOutput, error)
	GetResourceReservationPlanRequest(*GetResourceReservationPlanInput) (*request.Request, *GetResourceReservationPlanOutput)

	GetServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetServiceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetService(*GetServiceInput) (*GetServiceOutput, error)
	GetServiceWithContext(volcengine.Context, *GetServiceInput, ...request.Option) (*GetServiceOutput, error)
	GetServiceRequest(*GetServiceInput) (*request.Request, *GetServiceOutput)

	ListAvailabilityZonesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListAvailabilityZonesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListAvailabilityZonesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListAvailabilityZones(*ListAvailabilityZonesInput) (*ListAvailabilityZonesOutput, error)
	ListAvailabilityZonesWithContext(volcengine.Context, *ListAvailabilityZonesInput, ...request.Option) (*ListAvailabilityZonesOutput, error)
	ListAvailabilityZonesRequest(*ListAvailabilityZonesInput) (*request.Request, *ListAvailabilityZonesOutput)

	ListDeploymentsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListDeploymentsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListDeploymentsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListDeployments(*ListDeploymentsInput) (*ListDeploymentsOutput, error)
	ListDeploymentsWithContext(volcengine.Context, *ListDeploymentsInput, ...request.Option) (*ListDeploymentsOutput, error)
	ListDeploymentsRequest(*ListDeploymentsInput) (*request.Request, *ListDeploymentsOutput)

	ListDevInstancesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListDevInstancesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListDevInstancesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListDevInstances(*ListDevInstancesInput) (*ListDevInstancesOutput, error)
	ListDevInstancesWithContext(volcengine.Context, *ListDevInstancesInput, ...request.Option) (*ListDevInstancesOutput, error)
	ListDevInstancesRequest(*ListDevInstancesInput) (*request.Request, *ListDevInstancesOutput)

	ListInstanceTypesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListInstanceTypesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListInstanceTypesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListInstanceTypes(*ListInstanceTypesInput) (*ListInstanceTypesOutput, error)
	ListInstanceTypesWithContext(volcengine.Context, *ListInstanceTypesInput, ...request.Option) (*ListInstanceTypesOutput, error)
	ListInstanceTypesRequest(*ListInstanceTypesInput) (*request.Request, *ListInstanceTypesOutput)

	ListJobInstancesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListJobInstancesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListJobInstancesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListJobInstances(*ListJobInstancesInput) (*ListJobInstancesOutput, error)
	ListJobInstancesWithContext(volcengine.Context, *ListJobInstancesInput, ...request.Option) (*ListJobInstancesOutput, error)
	ListJobInstancesRequest(*ListJobInstancesInput) (*request.Request, *ListJobInstancesOutput)

	ListJobsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListJobsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListJobsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListJobs(*ListJobsInput) (*ListJobsOutput, error)
	ListJobsWithContext(volcengine.Context, *ListJobsInput, ...request.Option) (*ListJobsOutput, error)
	ListJobsRequest(*ListJobsInput) (*request.Request, *ListJobsOutput)

	ListPublicImageReposCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListPublicImageReposCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListPublicImageReposCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListPublicImageRepos(*ListPublicImageReposInput) (*ListPublicImageReposOutput, error)
	ListPublicImageReposWithContext(volcengine.Context, *ListPublicImageReposInput, ...request.Option) (*ListPublicImageReposOutput, error)
	ListPublicImageReposRequest(*ListPublicImageReposInput) (*request.Request, *ListPublicImageReposOutput)

	ListPublicImageTagsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListPublicImageTagsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListPublicImageTagsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListPublicImageTags(*ListPublicImageTagsInput) (*ListPublicImageTagsOutput, error)
	ListPublicImageTagsWithContext(volcengine.Context, *ListPublicImageTagsInput, ...request.Option) (*ListPublicImageTagsOutput, error)
	ListPublicImageTagsRequest(*ListPublicImageTagsInput) (*request.Request, *ListPublicImageTagsOutput)

	ListResourceClaimOptionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListResourceClaimOptionsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListResourceClaimOptionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListResourceClaimOptions(*ListResourceClaimOptionsInput) (*ListResourceClaimOptionsOutput, error)
	ListResourceClaimOptionsWithContext(volcengine.Context, *ListResourceClaimOptionsInput, ...request.Option) (*ListResourceClaimOptionsOutput, error)
	ListResourceClaimOptionsRequest(*ListResourceClaimOptionsInput) (*request.Request, *ListResourceClaimOptionsOutput)

	ListResourceGroupsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListResourceGroupsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListResourceGroupsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListResourceGroups(*ListResourceGroupsInput) (*ListResourceGroupsOutput, error)
	ListResourceGroupsWithContext(volcengine.Context, *ListResourceGroupsInput, ...request.Option) (*ListResourceGroupsOutput, error)
	ListResourceGroupsRequest(*ListResourceGroupsInput) (*request.Request, *ListResourceGroupsOutput)

	ListResourceQueuesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListResourceQueuesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListResourceQueuesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListResourceQueues(*ListResourceQueuesInput) (*ListResourceQueuesOutput, error)
	ListResourceQueuesWithContext(volcengine.Context, *ListResourceQueuesInput, ...request.Option) (*ListResourceQueuesOutput, error)
	ListResourceQueuesRequest(*ListResourceQueuesInput) (*request.Request, *ListResourceQueuesOutput)

	ListResourceReservationPlanAvailableResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListResourceReservationPlanAvailableResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListResourceReservationPlanAvailableResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListResourceReservationPlanAvailableResources(*ListResourceReservationPlanAvailableResourcesInput) (*ListResourceReservationPlanAvailableResourcesOutput, error)
	ListResourceReservationPlanAvailableResourcesWithContext(volcengine.Context, *ListResourceReservationPlanAvailableResourcesInput, ...request.Option) (*ListResourceReservationPlanAvailableResourcesOutput, error)
	ListResourceReservationPlanAvailableResourcesRequest(*ListResourceReservationPlanAvailableResourcesInput) (*request.Request, *ListResourceReservationPlanAvailableResourcesOutput)

	ListResourceReservationPlansCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListResourceReservationPlansCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListResourceReservationPlansCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListResourceReservationPlans(*ListResourceReservationPlansInput) (*ListResourceReservationPlansOutput, error)
	ListResourceReservationPlansWithContext(volcengine.Context, *ListResourceReservationPlansInput, ...request.Option) (*ListResourceReservationPlansOutput, error)
	ListResourceReservationPlansRequest(*ListResourceReservationPlansInput) (*request.Request, *ListResourceReservationPlansOutput)

	ListResourceReservationRecordsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListResourceReservationRecordsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListResourceReservationRecordsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListResourceReservationRecords(*ListResourceReservationRecordsInput) (*ListResourceReservationRecordsOutput, error)
	ListResourceReservationRecordsWithContext(volcengine.Context, *ListResourceReservationRecordsInput, ...request.Option) (*ListResourceReservationRecordsOutput, error)
	ListResourceReservationRecordsRequest(*ListResourceReservationRecordsInput) (*request.Request, *ListResourceReservationRecordsOutput)

	ListServicesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListServicesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListServicesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListServices(*ListServicesInput) (*ListServicesOutput, error)
	ListServicesWithContext(volcengine.Context, *ListServicesInput, ...request.Option) (*ListServicesOutput, error)
	ListServicesRequest(*ListServicesInput) (*request.Request, *ListServicesOutput)

	ListVolumeTypesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListVolumeTypesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListVolumeTypesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListVolumeTypes(*ListVolumeTypesInput) (*ListVolumeTypesOutput, error)
	ListVolumeTypesWithContext(volcengine.Context, *ListVolumeTypesInput, ...request.Option) (*ListVolumeTypesOutput, error)
	ListVolumeTypesRequest(*ListVolumeTypesInput) (*request.Request, *ListVolumeTypesOutput)

	ModifyDeploymentPriorityCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDeploymentPriorityCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDeploymentPriorityCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDeploymentPriority(*ModifyDeploymentPriorityInput) (*ModifyDeploymentPriorityOutput, error)
	ModifyDeploymentPriorityWithContext(volcengine.Context, *ModifyDeploymentPriorityInput, ...request.Option) (*ModifyDeploymentPriorityOutput, error)
	ModifyDeploymentPriorityRequest(*ModifyDeploymentPriorityInput) (*request.Request, *ModifyDeploymentPriorityOutput)

	ModifyJobPriorityCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyJobPriorityCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyJobPriorityCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyJobPriority(*ModifyJobPriorityInput) (*ModifyJobPriorityOutput, error)
	ModifyJobPriorityWithContext(volcengine.Context, *ModifyJobPriorityInput, ...request.Option) (*ModifyJobPriorityOutput, error)
	ModifyJobPriorityRequest(*ModifyJobPriorityInput) (*request.Request, *ModifyJobPriorityOutput)

	ModifyJobResourceReservationCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyJobResourceReservationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyJobResourceReservationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyJobResourceReservation(*ModifyJobResourceReservationInput) (*ModifyJobResourceReservationOutput, error)
	ModifyJobResourceReservationWithContext(volcengine.Context, *ModifyJobResourceReservationInput, ...request.Option) (*ModifyJobResourceReservationOutput, error)
	ModifyJobResourceReservationRequest(*ModifyJobResourceReservationInput) (*request.Request, *ModifyJobResourceReservationOutput)

	PauseResourceQueueCommon(*map[string]interface{}) (*map[string]interface{}, error)
	PauseResourceQueueCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	PauseResourceQueueCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	PauseResourceQueue(*PauseResourceQueueInput) (*PauseResourceQueueOutput, error)
	PauseResourceQueueWithContext(volcengine.Context, *PauseResourceQueueInput, ...request.Option) (*PauseResourceQueueOutput, error)
	PauseResourceQueueRequest(*PauseResourceQueueInput) (*request.Request, *PauseResourceQueueOutput)

	RebootDevInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RebootDevInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RebootDevInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RebootDevInstance(*RebootDevInstanceInput) (*RebootDevInstanceOutput, error)
	RebootDevInstanceWithContext(volcengine.Context, *RebootDevInstanceInput, ...request.Option) (*RebootDevInstanceOutput, error)
	RebootDevInstanceRequest(*RebootDevInstanceInput) (*request.Request, *RebootDevInstanceOutput)

	RebuildDevInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RebuildDevInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RebuildDevInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RebuildDevInstance(*RebuildDevInstanceInput) (*RebuildDevInstanceOutput, error)
	RebuildDevInstanceWithContext(volcengine.Context, *RebuildDevInstanceInput, ...request.Option) (*RebuildDevInstanceOutput, error)
	RebuildDevInstanceRequest(*RebuildDevInstanceInput) (*request.Request, *RebuildDevInstanceOutput)

	ResumeResourceQueueCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ResumeResourceQueueCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ResumeResourceQueueCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ResumeResourceQueue(*ResumeResourceQueueInput) (*ResumeResourceQueueOutput, error)
	ResumeResourceQueueWithContext(volcengine.Context, *ResumeResourceQueueInput, ...request.Option) (*ResumeResourceQueueOutput, error)
	ResumeResourceQueueRequest(*ResumeResourceQueueInput) (*request.Request, *ResumeResourceQueueOutput)

	SignJwtTokenCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SignJwtTokenCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SignJwtTokenCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SignJwtToken(*SignJwtTokenInput) (*SignJwtTokenOutput, error)
	SignJwtTokenWithContext(volcengine.Context, *SignJwtTokenInput, ...request.Option) (*SignJwtTokenOutput, error)
	SignJwtTokenRequest(*SignJwtTokenInput) (*request.Request, *SignJwtTokenOutput)

	StartDeploymentCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StartDeploymentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StartDeploymentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StartDeployment(*StartDeploymentInput) (*StartDeploymentOutput, error)
	StartDeploymentWithContext(volcengine.Context, *StartDeploymentInput, ...request.Option) (*StartDeploymentOutput, error)
	StartDeploymentRequest(*StartDeploymentInput) (*request.Request, *StartDeploymentOutput)

	StartDevInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StartDevInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StartDevInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StartDevInstance(*StartDevInstanceInput) (*StartDevInstanceOutput, error)
	StartDevInstanceWithContext(volcengine.Context, *StartDevInstanceInput, ...request.Option) (*StartDevInstanceOutput, error)
	StartDevInstanceRequest(*StartDevInstanceInput) (*request.Request, *StartDevInstanceOutput)

	StartServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StartServiceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StartServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StartService(*StartServiceInput) (*StartServiceOutput, error)
	StartServiceWithContext(volcengine.Context, *StartServiceInput, ...request.Option) (*StartServiceOutput, error)
	StartServiceRequest(*StartServiceInput) (*request.Request, *StartServiceOutput)

	StopDeploymentCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StopDeploymentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StopDeploymentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StopDeployment(*StopDeploymentInput) (*StopDeploymentOutput, error)
	StopDeploymentWithContext(volcengine.Context, *StopDeploymentInput, ...request.Option) (*StopDeploymentOutput, error)
	StopDeploymentRequest(*StopDeploymentInput) (*request.Request, *StopDeploymentOutput)

	StopDevInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StopDevInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StopDevInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StopDevInstance(*StopDevInstanceInput) (*StopDevInstanceOutput, error)
	StopDevInstanceWithContext(volcengine.Context, *StopDevInstanceInput, ...request.Option) (*StopDevInstanceOutput, error)
	StopDevInstanceRequest(*StopDevInstanceInput) (*request.Request, *StopDevInstanceOutput)

	StopJobCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StopJobCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StopJobCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StopJob(*StopJobInput) (*StopJobOutput, error)
	StopJobWithContext(volcengine.Context, *StopJobInput, ...request.Option) (*StopJobOutput, error)
	StopJobRequest(*StopJobInput) (*request.Request, *StopJobOutput)

	StopServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StopServiceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StopServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StopService(*StopServiceInput) (*StopServiceOutput, error)
	StopServiceWithContext(volcengine.Context, *StopServiceInput, ...request.Option) (*StopServiceOutput, error)
	StopServiceRequest(*StopServiceInput) (*request.Request, *StopServiceOutput)

	UpdateDeploymentCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateDeploymentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateDeploymentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateDeployment(*UpdateDeploymentInput) (*UpdateDeploymentOutput, error)
	UpdateDeploymentWithContext(volcengine.Context, *UpdateDeploymentInput, ...request.Option) (*UpdateDeploymentOutput, error)
	UpdateDeploymentRequest(*UpdateDeploymentInput) (*request.Request, *UpdateDeploymentOutput)

	UpdateDevInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateDevInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateDevInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateDevInstance(*UpdateDevInstanceInput) (*UpdateDevInstanceOutput, error)
	UpdateDevInstanceWithContext(volcengine.Context, *UpdateDevInstanceInput, ...request.Option) (*UpdateDevInstanceOutput, error)
	UpdateDevInstanceRequest(*UpdateDevInstanceInput) (*request.Request, *UpdateDevInstanceOutput)

	UpdateJobCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateJobCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateJobCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateJob(*UpdateJobInput) (*UpdateJobOutput, error)
	UpdateJobWithContext(volcengine.Context, *UpdateJobInput, ...request.Option) (*UpdateJobOutput, error)
	UpdateJobRequest(*UpdateJobInput) (*request.Request, *UpdateJobOutput)

	UpdateResourceGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateResourceGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateResourceGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateResourceGroup(*UpdateResourceGroupInput) (*UpdateResourceGroupOutput, error)
	UpdateResourceGroupWithContext(volcengine.Context, *UpdateResourceGroupInput, ...request.Option) (*UpdateResourceGroupOutput, error)
	UpdateResourceGroupRequest(*UpdateResourceGroupInput) (*request.Request, *UpdateResourceGroupOutput)

	UpdateResourceQueueCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateResourceQueueCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateResourceQueueCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateResourceQueue(*UpdateResourceQueueInput) (*UpdateResourceQueueOutput, error)
	UpdateResourceQueueWithContext(volcengine.Context, *UpdateResourceQueueInput, ...request.Option) (*UpdateResourceQueueOutput, error)
	UpdateResourceQueueRequest(*UpdateResourceQueueInput) (*request.Request, *UpdateResourceQueueOutput)

	UpdateResourceReservationPlanCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateResourceReservationPlanCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateResourceReservationPlanCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateResourceReservationPlan(*UpdateResourceReservationPlanInput) (*UpdateResourceReservationPlanOutput, error)
	UpdateResourceReservationPlanWithContext(volcengine.Context, *UpdateResourceReservationPlanInput, ...request.Option) (*UpdateResourceReservationPlanOutput, error)
	UpdateResourceReservationPlanRequest(*UpdateResourceReservationPlanInput) (*request.Request, *UpdateResourceReservationPlanOutput)

	UpdateServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateServiceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateService(*UpdateServiceInput) (*UpdateServiceOutput, error)
	UpdateServiceWithContext(volcengine.Context, *UpdateServiceInput, ...request.Option) (*UpdateServiceOutput, error)
	UpdateServiceRequest(*UpdateServiceInput) (*request.Request, *UpdateServiceOutput)
}

MLPLATFORM20240701API provides an interface to enable mocking the mlplatform20240701.MLPLATFORM20240701 service client's API operation,

// volcengine sdk func uses an SDK service client to make a request to
// ML_PLATFORM20240701.
func myFunc(svc MLPLATFORM20240701API) bool {
    // Make svc.CancelIdleShutdown request
}

func main() {
    sess := session.New()
    svc := mlplatform20240701.New(sess)

    myFunc(svc)
}

type MatchingReservationPlanTimeConfigForUpdateResourceReservationPlanInput added in v1.1.48

type MatchingReservationPlanTimeConfigForUpdateResourceReservationPlanInput struct {
	MaxTaskLifetimeSeconds *int64 `type:"int64" json:",omitempty"`

	MinContinuousResourceDurationSeconds *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (MatchingReservationPlanTimeConfigForUpdateResourceReservationPlanInput) GoString added in v1.1.48

GoString returns the string representation

func (*MatchingReservationPlanTimeConfigForUpdateResourceReservationPlanInput) SetMaxTaskLifetimeSeconds added in v1.1.48

SetMaxTaskLifetimeSeconds sets the MaxTaskLifetimeSeconds field's value.

func (*MatchingReservationPlanTimeConfigForUpdateResourceReservationPlanInput) SetMinContinuousResourceDurationSeconds added in v1.1.48

SetMinContinuousResourceDurationSeconds sets the MinContinuousResourceDurationSeconds field's value.

func (MatchingReservationPlanTimeConfigForUpdateResourceReservationPlanInput) String added in v1.1.48

String returns the string representation

type MinComputeResourceForListResourceReservationRecordsOutput added in v1.1.49

type MinComputeResourceForListResourceReservationRecordsOutput struct {
	Count *int64 `type:"int64" json:",omitempty"`

	GpuCount *int64 `type:"int64" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	ZoneIds []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (MinComputeResourceForListResourceReservationRecordsOutput) GoString added in v1.1.49

GoString returns the string representation

func (*MinComputeResourceForListResourceReservationRecordsOutput) SetCount added in v1.1.49

SetCount sets the Count field's value.

func (*MinComputeResourceForListResourceReservationRecordsOutput) SetGpuCount added in v1.1.49

SetGpuCount sets the GpuCount field's value.

func (*MinComputeResourceForListResourceReservationRecordsOutput) SetInstanceTypeId added in v1.1.49

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*MinComputeResourceForListResourceReservationRecordsOutput) SetZoneIds added in v1.1.49

SetZoneIds sets the ZoneIds field's value.

func (MinComputeResourceForListResourceReservationRecordsOutput) String added in v1.1.49

String returns the string representation

type MirrorTrafficPolicyForCreateServiceInput

type MirrorTrafficPolicyForCreateServiceInput struct {
	Percent *int32 `type:"int32" json:",omitempty"`

	SourceDeploymentId *string `type:"string" json:",omitempty"`

	TargetDeploymentId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (MirrorTrafficPolicyForCreateServiceInput) GoString

GoString returns the string representation

func (*MirrorTrafficPolicyForCreateServiceInput) SetPercent

SetPercent sets the Percent field's value.

func (*MirrorTrafficPolicyForCreateServiceInput) SetSourceDeploymentId

SetSourceDeploymentId sets the SourceDeploymentId field's value.

func (*MirrorTrafficPolicyForCreateServiceInput) SetTargetDeploymentId

SetTargetDeploymentId sets the TargetDeploymentId field's value.

func (MirrorTrafficPolicyForCreateServiceInput) String

String returns the string representation

type MirrorTrafficPolicyForGetServiceOutput

type MirrorTrafficPolicyForGetServiceOutput struct {
	Percent *int32 `type:"int32" json:",omitempty"`

	SourceDeploymentId *string `type:"string" json:",omitempty"`

	TargetDeploymentId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (MirrorTrafficPolicyForGetServiceOutput) GoString

GoString returns the string representation

func (*MirrorTrafficPolicyForGetServiceOutput) SetPercent

SetPercent sets the Percent field's value.

func (*MirrorTrafficPolicyForGetServiceOutput) SetSourceDeploymentId

SetSourceDeploymentId sets the SourceDeploymentId field's value.

func (*MirrorTrafficPolicyForGetServiceOutput) SetTargetDeploymentId

SetTargetDeploymentId sets the TargetDeploymentId field's value.

func (MirrorTrafficPolicyForGetServiceOutput) String

String returns the string representation

type MirrorTrafficPolicyForUpdateServiceInput

type MirrorTrafficPolicyForUpdateServiceInput struct {
	Percent *int32 `type:"int32" json:",omitempty"`

	SourceDeploymentId *string `type:"string" json:",omitempty"`

	TargetDeploymentId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (MirrorTrafficPolicyForUpdateServiceInput) GoString

GoString returns the string representation

func (*MirrorTrafficPolicyForUpdateServiceInput) SetPercent

SetPercent sets the Percent field's value.

func (*MirrorTrafficPolicyForUpdateServiceInput) SetSourceDeploymentId

SetSourceDeploymentId sets the SourceDeploymentId field's value.

func (*MirrorTrafficPolicyForUpdateServiceInput) SetTargetDeploymentId

SetTargetDeploymentId sets the TargetDeploymentId field's value.

func (MirrorTrafficPolicyForUpdateServiceInput) String

String returns the string representation

type ModelForCreateDeploymentInput

type ModelForCreateDeploymentInput struct {
	ModelID *string `type:"string" json:",omitempty"`

	ModelVersionID *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModelForCreateDeploymentInput) GoString

GoString returns the string representation

func (*ModelForCreateDeploymentInput) SetModelID

SetModelID sets the ModelID field's value.

func (*ModelForCreateDeploymentInput) SetModelVersionID

SetModelVersionID sets the ModelVersionID field's value.

func (ModelForCreateDeploymentInput) String

String returns the string representation

type ModelForGetDeploymentOutput

type ModelForGetDeploymentOutput struct {
	ModelID *string `type:"string" json:",omitempty"`

	ModelVersionID *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModelForGetDeploymentOutput) GoString

func (s ModelForGetDeploymentOutput) GoString() string

GoString returns the string representation

func (*ModelForGetDeploymentOutput) SetModelID

SetModelID sets the ModelID field's value.

func (*ModelForGetDeploymentOutput) SetModelVersionID

SetModelVersionID sets the ModelVersionID field's value.

func (ModelForGetDeploymentOutput) String

String returns the string representation

type ModelForUpdateDeploymentInput

type ModelForUpdateDeploymentInput struct {
	ModelID *string `type:"string" json:",omitempty"`

	ModelVersionID *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModelForUpdateDeploymentInput) GoString

GoString returns the string representation

func (*ModelForUpdateDeploymentInput) SetModelID

SetModelID sets the ModelID field's value.

func (*ModelForUpdateDeploymentInput) SetModelVersionID

SetModelVersionID sets the ModelVersionID field's value.

func (ModelForUpdateDeploymentInput) String

String returns the string representation

type ModifyDeploymentPriorityInput

type ModifyDeploymentPriorityInput struct {
	DryRun *bool `type:"boolean" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	// Priority is a required field
	Priority *int32 `type:"int32" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyDeploymentPriorityInput) GoString

GoString returns the string representation

func (*ModifyDeploymentPriorityInput) SetDryRun

SetDryRun sets the DryRun field's value.

func (*ModifyDeploymentPriorityInput) SetId

SetId sets the Id field's value.

func (*ModifyDeploymentPriorityInput) SetPriority

SetPriority sets the Priority field's value.

func (ModifyDeploymentPriorityInput) String

String returns the string representation

func (*ModifyDeploymentPriorityInput) Validate

func (s *ModifyDeploymentPriorityInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyDeploymentPriorityOutput

type ModifyDeploymentPriorityOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModifyDeploymentPriorityOutput) GoString

GoString returns the string representation

func (*ModifyDeploymentPriorityOutput) SetId

SetId sets the Id field's value.

func (ModifyDeploymentPriorityOutput) String

String returns the string representation

type ModifyJobPriorityInput

type ModifyJobPriorityInput struct {
	DryRun *bool `type:"boolean" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	// Priority is a required field
	Priority *int32 `type:"int32" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyJobPriorityInput) GoString

func (s ModifyJobPriorityInput) GoString() string

GoString returns the string representation

func (*ModifyJobPriorityInput) SetDryRun

SetDryRun sets the DryRun field's value.

func (*ModifyJobPriorityInput) SetId

SetId sets the Id field's value.

func (*ModifyJobPriorityInput) SetPriority

SetPriority sets the Priority field's value.

func (ModifyJobPriorityInput) String

func (s ModifyJobPriorityInput) String() string

String returns the string representation

func (*ModifyJobPriorityInput) Validate

func (s *ModifyJobPriorityInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyJobPriorityOutput

type ModifyJobPriorityOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModifyJobPriorityOutput) GoString

func (s ModifyJobPriorityOutput) GoString() string

GoString returns the string representation

func (*ModifyJobPriorityOutput) SetId

SetId sets the Id field's value.

func (ModifyJobPriorityOutput) String

func (s ModifyJobPriorityOutput) String() string

String returns the string representation

type ModifyJobResourceReservationInput

type ModifyJobResourceReservationInput struct {
	DryRun *bool `type:"boolean" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	// ResourceReservation is a required field
	ResourceReservation *bool `type:"boolean" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyJobResourceReservationInput) GoString

GoString returns the string representation

func (*ModifyJobResourceReservationInput) SetDryRun

SetDryRun sets the DryRun field's value.

func (*ModifyJobResourceReservationInput) SetId

SetId sets the Id field's value.

func (*ModifyJobResourceReservationInput) SetResourceReservation

SetResourceReservation sets the ResourceReservation field's value.

func (ModifyJobResourceReservationInput) String

String returns the string representation

func (*ModifyJobResourceReservationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ModifyJobResourceReservationOutput

type ModifyJobResourceReservationOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModifyJobResourceReservationOutput) GoString

GoString returns the string representation

func (*ModifyJobResourceReservationOutput) SetId

SetId sets the Id field's value.

func (ModifyJobResourceReservationOutput) String

String returns the string representation

type NasAPForCreateDeploymentInput added in v1.1.33

type NasAPForCreateDeploymentInput struct {
	AccessPointId *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NasAPForCreateDeploymentInput) GoString added in v1.1.33

GoString returns the string representation

func (*NasAPForCreateDeploymentInput) SetAccessPointId added in v1.1.33

SetAccessPointId sets the AccessPointId field's value.

func (*NasAPForCreateDeploymentInput) SetId added in v1.1.33

SetId sets the Id field's value.

func (NasAPForCreateDeploymentInput) String added in v1.1.33

String returns the string representation

type NasAPForCreateDevInstanceInput added in v1.1.33

type NasAPForCreateDevInstanceInput struct {
	AccessPointId *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NasAPForCreateDevInstanceInput) GoString added in v1.1.33

GoString returns the string representation

func (*NasAPForCreateDevInstanceInput) SetAccessPointId added in v1.1.33

SetAccessPointId sets the AccessPointId field's value.

func (*NasAPForCreateDevInstanceInput) SetId added in v1.1.33

SetId sets the Id field's value.

func (NasAPForCreateDevInstanceInput) String added in v1.1.33

String returns the string representation

type NasAPForCreateJobInput added in v1.1.33

type NasAPForCreateJobInput struct {
	AccessPointId *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NasAPForCreateJobInput) GoString added in v1.1.33

func (s NasAPForCreateJobInput) GoString() string

GoString returns the string representation

func (*NasAPForCreateJobInput) SetAccessPointId added in v1.1.33

func (s *NasAPForCreateJobInput) SetAccessPointId(v string) *NasAPForCreateJobInput

SetAccessPointId sets the AccessPointId field's value.

func (*NasAPForCreateJobInput) SetId added in v1.1.33

SetId sets the Id field's value.

func (NasAPForCreateJobInput) String added in v1.1.33

func (s NasAPForCreateJobInput) String() string

String returns the string representation

type NasAPForGetDeploymentOutput added in v1.1.33

type NasAPForGetDeploymentOutput struct {
	AccessPointId *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NasAPForGetDeploymentOutput) GoString added in v1.1.33

func (s NasAPForGetDeploymentOutput) GoString() string

GoString returns the string representation

func (*NasAPForGetDeploymentOutput) SetAccessPointId added in v1.1.33

SetAccessPointId sets the AccessPointId field's value.

func (*NasAPForGetDeploymentOutput) SetId added in v1.1.33

SetId sets the Id field's value.

func (NasAPForGetDeploymentOutput) String added in v1.1.33

String returns the string representation

type NasAPForGetDevInstanceOutput added in v1.1.33

type NasAPForGetDevInstanceOutput struct {
	AccessPointId *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NasAPForGetDevInstanceOutput) GoString added in v1.1.33

func (s NasAPForGetDevInstanceOutput) GoString() string

GoString returns the string representation

func (*NasAPForGetDevInstanceOutput) SetAccessPointId added in v1.1.33

SetAccessPointId sets the AccessPointId field's value.

func (*NasAPForGetDevInstanceOutput) SetId added in v1.1.33

SetId sets the Id field's value.

func (NasAPForGetDevInstanceOutput) String added in v1.1.33

String returns the string representation

type NasAPForGetJobOutput added in v1.1.33

type NasAPForGetJobOutput struct {
	AccessPointId *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NasAPForGetJobOutput) GoString added in v1.1.33

func (s NasAPForGetJobOutput) GoString() string

GoString returns the string representation

func (*NasAPForGetJobOutput) SetAccessPointId added in v1.1.33

func (s *NasAPForGetJobOutput) SetAccessPointId(v string) *NasAPForGetJobOutput

SetAccessPointId sets the AccessPointId field's value.

func (*NasAPForGetJobOutput) SetId added in v1.1.33

SetId sets the Id field's value.

func (NasAPForGetJobOutput) String added in v1.1.33

func (s NasAPForGetJobOutput) String() string

String returns the string representation

type NasAPForListDevInstancesOutput added in v1.1.33

type NasAPForListDevInstancesOutput struct {
	AccessPointId *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NasAPForListDevInstancesOutput) GoString added in v1.1.33

GoString returns the string representation

func (*NasAPForListDevInstancesOutput) SetAccessPointId added in v1.1.33

SetAccessPointId sets the AccessPointId field's value.

func (*NasAPForListDevInstancesOutput) SetId added in v1.1.33

SetId sets the Id field's value.

func (NasAPForListDevInstancesOutput) String added in v1.1.33

String returns the string representation

type NasAPForUpdateDeploymentInput added in v1.1.33

type NasAPForUpdateDeploymentInput struct {
	AccessPointId *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NasAPForUpdateDeploymentInput) GoString added in v1.1.33

GoString returns the string representation

func (*NasAPForUpdateDeploymentInput) SetAccessPointId added in v1.1.33

SetAccessPointId sets the AccessPointId field's value.

func (*NasAPForUpdateDeploymentInput) SetId added in v1.1.33

SetId sets the Id field's value.

func (NasAPForUpdateDeploymentInput) String added in v1.1.33

String returns the string representation

type NasAPForUpdateDevInstanceInput added in v1.1.33

type NasAPForUpdateDevInstanceInput struct {
	AccessPointId *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NasAPForUpdateDevInstanceInput) GoString added in v1.1.33

GoString returns the string representation

func (*NasAPForUpdateDevInstanceInput) SetAccessPointId added in v1.1.33

SetAccessPointId sets the AccessPointId field's value.

func (*NasAPForUpdateDevInstanceInput) SetId added in v1.1.33

SetId sets the Id field's value.

func (NasAPForUpdateDevInstanceInput) String added in v1.1.33

String returns the string representation

type NasForCreateDeploymentInput

type NasForCreateDeploymentInput struct {
	Addr *string `type:"string" json:",omitempty"`

	FileSystemName *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	NasType *string `type:"string" json:",omitempty"`

	SubPath *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NasForCreateDeploymentInput) GoString

func (s NasForCreateDeploymentInput) GoString() string

GoString returns the string representation

func (*NasForCreateDeploymentInput) SetAddr

SetAddr sets the Addr field's value.

func (*NasForCreateDeploymentInput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*NasForCreateDeploymentInput) SetId

SetId sets the Id field's value.

func (*NasForCreateDeploymentInput) SetNasType

SetNasType sets the NasType field's value.

func (*NasForCreateDeploymentInput) SetSubPath

SetSubPath sets the SubPath field's value.

func (NasForCreateDeploymentInput) String

String returns the string representation

type NasForCreateDevInstanceInput

type NasForCreateDevInstanceInput struct {
	Addr *string `type:"string" json:",omitempty"`

	FileSystemName *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	NasType *string `type:"string" json:",omitempty"`

	SubPath *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NasForCreateDevInstanceInput) GoString

func (s NasForCreateDevInstanceInput) GoString() string

GoString returns the string representation

func (*NasForCreateDevInstanceInput) SetAddr

SetAddr sets the Addr field's value.

func (*NasForCreateDevInstanceInput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*NasForCreateDevInstanceInput) SetId

SetId sets the Id field's value.

func (*NasForCreateDevInstanceInput) SetNasType

SetNasType sets the NasType field's value.

func (*NasForCreateDevInstanceInput) SetSubPath

SetSubPath sets the SubPath field's value.

func (NasForCreateDevInstanceInput) String

String returns the string representation

type NasForCreateJobInput

type NasForCreateJobInput struct {
	Addr *string `type:"string" json:",omitempty"`

	FileSystemName *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	NasType *string `type:"string" json:",omitempty"`

	SubPath *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NasForCreateJobInput) GoString

func (s NasForCreateJobInput) GoString() string

GoString returns the string representation

func (*NasForCreateJobInput) SetAddr

SetAddr sets the Addr field's value.

func (*NasForCreateJobInput) SetFileSystemName

func (s *NasForCreateJobInput) SetFileSystemName(v string) *NasForCreateJobInput

SetFileSystemName sets the FileSystemName field's value.

func (*NasForCreateJobInput) SetId

SetId sets the Id field's value.

func (*NasForCreateJobInput) SetNasType

SetNasType sets the NasType field's value.

func (*NasForCreateJobInput) SetSubPath

SetSubPath sets the SubPath field's value.

func (NasForCreateJobInput) String

func (s NasForCreateJobInput) String() string

String returns the string representation

type NasForGetDeploymentOutput

type NasForGetDeploymentOutput struct {
	Addr *string `type:"string" json:",omitempty"`

	FileSystemName *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	NasType *string `type:"string" json:",omitempty"`

	SubPath *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NasForGetDeploymentOutput) GoString

func (s NasForGetDeploymentOutput) GoString() string

GoString returns the string representation

func (*NasForGetDeploymentOutput) SetAddr

SetAddr sets the Addr field's value.

func (*NasForGetDeploymentOutput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*NasForGetDeploymentOutput) SetId

SetId sets the Id field's value.

func (*NasForGetDeploymentOutput) SetNasType

SetNasType sets the NasType field's value.

func (*NasForGetDeploymentOutput) SetSubPath

SetSubPath sets the SubPath field's value.

func (NasForGetDeploymentOutput) String

func (s NasForGetDeploymentOutput) String() string

String returns the string representation

type NasForGetDevInstanceOutput

type NasForGetDevInstanceOutput struct {
	Addr *string `type:"string" json:",omitempty"`

	FileSystemName *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	NasType *string `type:"string" json:",omitempty"`

	SubPath *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NasForGetDevInstanceOutput) GoString

func (s NasForGetDevInstanceOutput) GoString() string

GoString returns the string representation

func (*NasForGetDevInstanceOutput) SetAddr

SetAddr sets the Addr field's value.

func (*NasForGetDevInstanceOutput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*NasForGetDevInstanceOutput) SetId

SetId sets the Id field's value.

func (*NasForGetDevInstanceOutput) SetNasType

SetNasType sets the NasType field's value.

func (*NasForGetDevInstanceOutput) SetSubPath

SetSubPath sets the SubPath field's value.

func (NasForGetDevInstanceOutput) String

String returns the string representation

type NasForGetJobOutput

type NasForGetJobOutput struct {
	Addr *string `type:"string" json:",omitempty"`

	FileSystemName *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	NasType *string `type:"string" json:",omitempty"`

	SubPath *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NasForGetJobOutput) GoString

func (s NasForGetJobOutput) GoString() string

GoString returns the string representation

func (*NasForGetJobOutput) SetAddr

SetAddr sets the Addr field's value.

func (*NasForGetJobOutput) SetFileSystemName

func (s *NasForGetJobOutput) SetFileSystemName(v string) *NasForGetJobOutput

SetFileSystemName sets the FileSystemName field's value.

func (*NasForGetJobOutput) SetId

SetId sets the Id field's value.

func (*NasForGetJobOutput) SetNasType

func (s *NasForGetJobOutput) SetNasType(v string) *NasForGetJobOutput

SetNasType sets the NasType field's value.

func (*NasForGetJobOutput) SetSubPath

func (s *NasForGetJobOutput) SetSubPath(v string) *NasForGetJobOutput

SetSubPath sets the SubPath field's value.

func (NasForGetJobOutput) String

func (s NasForGetJobOutput) String() string

String returns the string representation

type NasForListDevInstancesOutput

type NasForListDevInstancesOutput struct {
	Addr *string `type:"string" json:",omitempty"`

	FileSystemName *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	NasType *string `type:"string" json:",omitempty"`

	SubPath *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NasForListDevInstancesOutput) GoString

func (s NasForListDevInstancesOutput) GoString() string

GoString returns the string representation

func (*NasForListDevInstancesOutput) SetAddr

SetAddr sets the Addr field's value.

func (*NasForListDevInstancesOutput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*NasForListDevInstancesOutput) SetId

SetId sets the Id field's value.

func (*NasForListDevInstancesOutput) SetNasType

SetNasType sets the NasType field's value.

func (*NasForListDevInstancesOutput) SetSubPath

SetSubPath sets the SubPath field's value.

func (NasForListDevInstancesOutput) String

String returns the string representation

type NasForUpdateDeploymentInput

type NasForUpdateDeploymentInput struct {
	Addr *string `type:"string" json:",omitempty"`

	FileSystemName *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	NasType *string `type:"string" json:",omitempty"`

	SubPath *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NasForUpdateDeploymentInput) GoString

func (s NasForUpdateDeploymentInput) GoString() string

GoString returns the string representation

func (*NasForUpdateDeploymentInput) SetAddr

SetAddr sets the Addr field's value.

func (*NasForUpdateDeploymentInput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*NasForUpdateDeploymentInput) SetId

SetId sets the Id field's value.

func (*NasForUpdateDeploymentInput) SetNasType

SetNasType sets the NasType field's value.

func (*NasForUpdateDeploymentInput) SetSubPath

SetSubPath sets the SubPath field's value.

func (NasForUpdateDeploymentInput) String

String returns the string representation

type NasForUpdateDevInstanceInput

type NasForUpdateDevInstanceInput struct {
	Addr *string `type:"string" json:",omitempty"`

	FileSystemName *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	NasType *string `type:"string" json:",omitempty"`

	SubPath *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NasForUpdateDevInstanceInput) GoString

func (s NasForUpdateDevInstanceInput) GoString() string

GoString returns the string representation

func (*NasForUpdateDevInstanceInput) SetAddr

SetAddr sets the Addr field's value.

func (*NasForUpdateDevInstanceInput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*NasForUpdateDevInstanceInput) SetId

SetId sets the Id field's value.

func (*NasForUpdateDevInstanceInput) SetNasType

SetNasType sets the NasType field's value.

func (*NasForUpdateDevInstanceInput) SetSubPath

SetSubPath sets the SubPath field's value.

func (NasForUpdateDevInstanceInput) String

String returns the string representation

type NodeAffinitySpecForCreateDeploymentInput

type NodeAffinitySpecForCreateDeploymentInput struct {
	GPUCPUNodePreference *string `type:"string" json:",omitempty" enum:"EnumOfGPUCPUNodePreferenceForCreateDeploymentInput"`

	StrategyType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NodeAffinitySpecForCreateDeploymentInput) GoString

GoString returns the string representation

func (*NodeAffinitySpecForCreateDeploymentInput) SetGPUCPUNodePreference

SetGPUCPUNodePreference sets the GPUCPUNodePreference field's value.

func (*NodeAffinitySpecForCreateDeploymentInput) SetStrategyType

SetStrategyType sets the StrategyType field's value.

func (NodeAffinitySpecForCreateDeploymentInput) String

String returns the string representation

type NodeAffinitySpecForCreateDevInstanceInput

type NodeAffinitySpecForCreateDevInstanceInput struct {
	GPUCPUNodePreference *string `type:"string" json:",omitempty" enum:"EnumOfGPUCPUNodePreferenceForCreateDevInstanceInput"`

	StrategyType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NodeAffinitySpecForCreateDevInstanceInput) GoString

GoString returns the string representation

func (*NodeAffinitySpecForCreateDevInstanceInput) SetGPUCPUNodePreference

SetGPUCPUNodePreference sets the GPUCPUNodePreference field's value.

func (*NodeAffinitySpecForCreateDevInstanceInput) SetStrategyType

SetStrategyType sets the StrategyType field's value.

func (NodeAffinitySpecForCreateDevInstanceInput) String

String returns the string representation

type NodeAffinitySpecForCreateJobInput

type NodeAffinitySpecForCreateJobInput struct {
	GPUCPUNodePreference *string `type:"string" json:",omitempty" enum:"EnumOfGPUCPUNodePreferenceForCreateJobInput"`

	StrategyType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NodeAffinitySpecForCreateJobInput) GoString

GoString returns the string representation

func (*NodeAffinitySpecForCreateJobInput) SetGPUCPUNodePreference

SetGPUCPUNodePreference sets the GPUCPUNodePreference field's value.

func (*NodeAffinitySpecForCreateJobInput) SetStrategyType

SetStrategyType sets the StrategyType field's value.

func (NodeAffinitySpecForCreateJobInput) String

String returns the string representation

type NodeAffinitySpecForGetDeploymentOutput

type NodeAffinitySpecForGetDeploymentOutput struct {
	GPUCPUNodePreference *string `type:"string" json:",omitempty" enum:"EnumOfGPUCPUNodePreferenceForGetDeploymentOutput"`

	StrategyType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NodeAffinitySpecForGetDeploymentOutput) GoString

GoString returns the string representation

func (*NodeAffinitySpecForGetDeploymentOutput) SetGPUCPUNodePreference

SetGPUCPUNodePreference sets the GPUCPUNodePreference field's value.

func (*NodeAffinitySpecForGetDeploymentOutput) SetStrategyType

SetStrategyType sets the StrategyType field's value.

func (NodeAffinitySpecForGetDeploymentOutput) String

String returns the string representation

type NodeAffinitySpecForGetDevInstanceOutput

type NodeAffinitySpecForGetDevInstanceOutput struct {
	GPUCPUNodePreference *string `type:"string" json:",omitempty" enum:"EnumOfGPUCPUNodePreferenceForGetDevInstanceOutput"`

	StrategyType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NodeAffinitySpecForGetDevInstanceOutput) GoString

GoString returns the string representation

func (*NodeAffinitySpecForGetDevInstanceOutput) SetGPUCPUNodePreference

SetGPUCPUNodePreference sets the GPUCPUNodePreference field's value.

func (*NodeAffinitySpecForGetDevInstanceOutput) SetStrategyType

SetStrategyType sets the StrategyType field's value.

func (NodeAffinitySpecForGetDevInstanceOutput) String

String returns the string representation

type NodeAffinitySpecForGetJobOutput

type NodeAffinitySpecForGetJobOutput struct {
	GPUCPUNodePreference *string `type:"string" json:",omitempty" enum:"EnumOfGPUCPUNodePreferenceForGetJobOutput"`

	StrategyType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NodeAffinitySpecForGetJobOutput) GoString

GoString returns the string representation

func (*NodeAffinitySpecForGetJobOutput) SetGPUCPUNodePreference

SetGPUCPUNodePreference sets the GPUCPUNodePreference field's value.

func (*NodeAffinitySpecForGetJobOutput) SetStrategyType

SetStrategyType sets the StrategyType field's value.

func (NodeAffinitySpecForGetJobOutput) String

String returns the string representation

type NodeAffinitySpecForListDevInstancesOutput

type NodeAffinitySpecForListDevInstancesOutput struct {
	GPUCPUNodePreference *string `type:"string" json:",omitempty" enum:"EnumOfGPUCPUNodePreferenceForListDevInstancesOutput"`

	StrategyType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NodeAffinitySpecForListDevInstancesOutput) GoString

GoString returns the string representation

func (*NodeAffinitySpecForListDevInstancesOutput) SetGPUCPUNodePreference

SetGPUCPUNodePreference sets the GPUCPUNodePreference field's value.

func (*NodeAffinitySpecForListDevInstancesOutput) SetStrategyType

SetStrategyType sets the StrategyType field's value.

func (NodeAffinitySpecForListDevInstancesOutput) String

String returns the string representation

type NodeAffinitySpecForListJobsOutput

type NodeAffinitySpecForListJobsOutput struct {
	GPUCPUNodePreference *string `type:"string" json:",omitempty" enum:"EnumOfGPUCPUNodePreferenceForListJobsOutput"`

	StrategyType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NodeAffinitySpecForListJobsOutput) GoString

GoString returns the string representation

func (*NodeAffinitySpecForListJobsOutput) SetGPUCPUNodePreference

SetGPUCPUNodePreference sets the GPUCPUNodePreference field's value.

func (*NodeAffinitySpecForListJobsOutput) SetStrategyType

SetStrategyType sets the StrategyType field's value.

func (NodeAffinitySpecForListJobsOutput) String

String returns the string representation

type NodeAffinitySpecForUpdateDeploymentInput

type NodeAffinitySpecForUpdateDeploymentInput struct {
	GPUCPUNodePreference *string `type:"string" json:",omitempty" enum:"EnumOfGPUCPUNodePreferenceForUpdateDeploymentInput"`

	StrategyType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NodeAffinitySpecForUpdateDeploymentInput) GoString

GoString returns the string representation

func (*NodeAffinitySpecForUpdateDeploymentInput) SetGPUCPUNodePreference

SetGPUCPUNodePreference sets the GPUCPUNodePreference field's value.

func (*NodeAffinitySpecForUpdateDeploymentInput) SetStrategyType

SetStrategyType sets the StrategyType field's value.

func (NodeAffinitySpecForUpdateDeploymentInput) String

String returns the string representation

type NodeAffinitySpecForUpdateDevInstanceInput

type NodeAffinitySpecForUpdateDevInstanceInput struct {
	GPUCPUNodePreference *string `type:"string" json:",omitempty" enum:"EnumOfGPUCPUNodePreferenceForUpdateDevInstanceInput"`

	StrategyType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NodeAffinitySpecForUpdateDevInstanceInput) GoString

GoString returns the string representation

func (*NodeAffinitySpecForUpdateDevInstanceInput) SetGPUCPUNodePreference

SetGPUCPUNodePreference sets the GPUCPUNodePreference field's value.

func (*NodeAffinitySpecForUpdateDevInstanceInput) SetStrategyType

SetStrategyType sets the StrategyType field's value.

func (NodeAffinitySpecForUpdateDevInstanceInput) String

String returns the string representation

type ObservableConfigForCreateJobInput

type ObservableConfigForCreateJobInput struct {
	CustomMetricService *CustomMetricServiceForCreateJobInput `type:"structure" json:",omitempty"`

	DashboardPrivateUrl *string `type:"string" json:",omitempty"`

	DashboardPublicUrl *string `type:"string" json:",omitempty"`

	TensorboardStorage *TensorboardStorageForCreateJobInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ObservableConfigForCreateJobInput) GoString

GoString returns the string representation

func (*ObservableConfigForCreateJobInput) SetCustomMetricService

SetCustomMetricService sets the CustomMetricService field's value.

func (*ObservableConfigForCreateJobInput) SetDashboardPrivateUrl

SetDashboardPrivateUrl sets the DashboardPrivateUrl field's value.

func (*ObservableConfigForCreateJobInput) SetDashboardPublicUrl

SetDashboardPublicUrl sets the DashboardPublicUrl field's value.

func (*ObservableConfigForCreateJobInput) SetTensorboardStorage

SetTensorboardStorage sets the TensorboardStorage field's value.

func (ObservableConfigForCreateJobInput) String

String returns the string representation

type ObservableConfigForGetJobOutput

type ObservableConfigForGetJobOutput struct {
	CustomMetricService *CustomMetricServiceForGetJobOutput `type:"structure" json:",omitempty"`

	DashboardPrivateUrl *string `type:"string" json:",omitempty"`

	DashboardPublicUrl *string `type:"string" json:",omitempty"`

	TensorboardStorage *TensorboardStorageForGetJobOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ObservableConfigForGetJobOutput) GoString

GoString returns the string representation

func (*ObservableConfigForGetJobOutput) SetCustomMetricService

SetCustomMetricService sets the CustomMetricService field's value.

func (*ObservableConfigForGetJobOutput) SetDashboardPrivateUrl

SetDashboardPrivateUrl sets the DashboardPrivateUrl field's value.

func (*ObservableConfigForGetJobOutput) SetDashboardPublicUrl

SetDashboardPublicUrl sets the DashboardPublicUrl field's value.

func (*ObservableConfigForGetJobOutput) SetTensorboardStorage

SetTensorboardStorage sets the TensorboardStorage field's value.

func (ObservableConfigForGetJobOutput) String

String returns the string representation

type OptionsForCreateDeploymentInput

type OptionsForCreateDeploymentInput struct {
	InternalSync *int64 `type:"int64" json:",omitempty"`

	MetaCacheCapacity *int64 `type:"int64" json:",omitempty"`

	MetaCacheExpiryMinutes *int64 `type:"int64" json:",omitempty"`

	MetaCacheExpiryMsec *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OptionsForCreateDeploymentInput) GoString

GoString returns the string representation

func (*OptionsForCreateDeploymentInput) SetInternalSync

SetInternalSync sets the InternalSync field's value.

func (*OptionsForCreateDeploymentInput) SetMetaCacheCapacity

SetMetaCacheCapacity sets the MetaCacheCapacity field's value.

func (*OptionsForCreateDeploymentInput) SetMetaCacheExpiryMinutes

SetMetaCacheExpiryMinutes sets the MetaCacheExpiryMinutes field's value.

func (*OptionsForCreateDeploymentInput) SetMetaCacheExpiryMsec

SetMetaCacheExpiryMsec sets the MetaCacheExpiryMsec field's value.

func (OptionsForCreateDeploymentInput) String

String returns the string representation

type OptionsForCreateDevInstanceInput

type OptionsForCreateDevInstanceInput struct {
	InternalSync *int64 `type:"int64" json:",omitempty"`

	MetaCacheCapacity *int64 `type:"int64" json:",omitempty"`

	MetaCacheExpiryMinutes *int64 `type:"int64" json:",omitempty"`

	MetaCacheExpiryMsec *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OptionsForCreateDevInstanceInput) GoString

GoString returns the string representation

func (*OptionsForCreateDevInstanceInput) SetInternalSync

SetInternalSync sets the InternalSync field's value.

func (*OptionsForCreateDevInstanceInput) SetMetaCacheCapacity

SetMetaCacheCapacity sets the MetaCacheCapacity field's value.

func (*OptionsForCreateDevInstanceInput) SetMetaCacheExpiryMinutes

SetMetaCacheExpiryMinutes sets the MetaCacheExpiryMinutes field's value.

func (*OptionsForCreateDevInstanceInput) SetMetaCacheExpiryMsec

SetMetaCacheExpiryMsec sets the MetaCacheExpiryMsec field's value.

func (OptionsForCreateDevInstanceInput) String

String returns the string representation

type OptionsForCreateJobInput

type OptionsForCreateJobInput struct {
	InternalSync *int64 `type:"int64" json:",omitempty"`

	MetaCacheCapacity *int64 `type:"int64" json:",omitempty"`

	MetaCacheExpiryMinutes *int64 `type:"int64" json:",omitempty"`

	MetaCacheExpiryMsec *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OptionsForCreateJobInput) GoString

func (s OptionsForCreateJobInput) GoString() string

GoString returns the string representation

func (*OptionsForCreateJobInput) SetInternalSync

SetInternalSync sets the InternalSync field's value.

func (*OptionsForCreateJobInput) SetMetaCacheCapacity

func (s *OptionsForCreateJobInput) SetMetaCacheCapacity(v int64) *OptionsForCreateJobInput

SetMetaCacheCapacity sets the MetaCacheCapacity field's value.

func (*OptionsForCreateJobInput) SetMetaCacheExpiryMinutes

func (s *OptionsForCreateJobInput) SetMetaCacheExpiryMinutes(v int64) *OptionsForCreateJobInput

SetMetaCacheExpiryMinutes sets the MetaCacheExpiryMinutes field's value.

func (*OptionsForCreateJobInput) SetMetaCacheExpiryMsec

func (s *OptionsForCreateJobInput) SetMetaCacheExpiryMsec(v int64) *OptionsForCreateJobInput

SetMetaCacheExpiryMsec sets the MetaCacheExpiryMsec field's value.

func (OptionsForCreateJobInput) String

func (s OptionsForCreateJobInput) String() string

String returns the string representation

type OptionsForGetDeploymentOutput

type OptionsForGetDeploymentOutput struct {
	InternalSync *int64 `type:"int64" json:",omitempty"`

	MetaCacheCapacity *int64 `type:"int64" json:",omitempty"`

	MetaCacheExpiryMinutes *int64 `type:"int64" json:",omitempty"`

	MetaCacheExpiryMsec *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OptionsForGetDeploymentOutput) GoString

GoString returns the string representation

func (*OptionsForGetDeploymentOutput) SetInternalSync

SetInternalSync sets the InternalSync field's value.

func (*OptionsForGetDeploymentOutput) SetMetaCacheCapacity

SetMetaCacheCapacity sets the MetaCacheCapacity field's value.

func (*OptionsForGetDeploymentOutput) SetMetaCacheExpiryMinutes

func (s *OptionsForGetDeploymentOutput) SetMetaCacheExpiryMinutes(v int64) *OptionsForGetDeploymentOutput

SetMetaCacheExpiryMinutes sets the MetaCacheExpiryMinutes field's value.

func (*OptionsForGetDeploymentOutput) SetMetaCacheExpiryMsec

SetMetaCacheExpiryMsec sets the MetaCacheExpiryMsec field's value.

func (OptionsForGetDeploymentOutput) String

String returns the string representation

type OptionsForGetDevInstanceOutput

type OptionsForGetDevInstanceOutput struct {
	InternalSync *int64 `type:"int64" json:",omitempty"`

	MetaCacheCapacity *int64 `type:"int64" json:",omitempty"`

	MetaCacheExpiryMinutes *int64 `type:"int64" json:",omitempty"`

	MetaCacheExpiryMsec *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OptionsForGetDevInstanceOutput) GoString

GoString returns the string representation

func (*OptionsForGetDevInstanceOutput) SetInternalSync

SetInternalSync sets the InternalSync field's value.

func (*OptionsForGetDevInstanceOutput) SetMetaCacheCapacity

SetMetaCacheCapacity sets the MetaCacheCapacity field's value.

func (*OptionsForGetDevInstanceOutput) SetMetaCacheExpiryMinutes

func (s *OptionsForGetDevInstanceOutput) SetMetaCacheExpiryMinutes(v int64) *OptionsForGetDevInstanceOutput

SetMetaCacheExpiryMinutes sets the MetaCacheExpiryMinutes field's value.

func (*OptionsForGetDevInstanceOutput) SetMetaCacheExpiryMsec

SetMetaCacheExpiryMsec sets the MetaCacheExpiryMsec field's value.

func (OptionsForGetDevInstanceOutput) String

String returns the string representation

type OptionsForGetJobOutput

type OptionsForGetJobOutput struct {
	InternalSync *int64 `type:"int64" json:",omitempty"`

	MetaCacheCapacity *int64 `type:"int64" json:",omitempty"`

	MetaCacheExpiryMinutes *int64 `type:"int64" json:",omitempty"`

	MetaCacheExpiryMsec *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OptionsForGetJobOutput) GoString

func (s OptionsForGetJobOutput) GoString() string

GoString returns the string representation

func (*OptionsForGetJobOutput) SetInternalSync

func (s *OptionsForGetJobOutput) SetInternalSync(v int64) *OptionsForGetJobOutput

SetInternalSync sets the InternalSync field's value.

func (*OptionsForGetJobOutput) SetMetaCacheCapacity

func (s *OptionsForGetJobOutput) SetMetaCacheCapacity(v int64) *OptionsForGetJobOutput

SetMetaCacheCapacity sets the MetaCacheCapacity field's value.

func (*OptionsForGetJobOutput) SetMetaCacheExpiryMinutes

func (s *OptionsForGetJobOutput) SetMetaCacheExpiryMinutes(v int64) *OptionsForGetJobOutput

SetMetaCacheExpiryMinutes sets the MetaCacheExpiryMinutes field's value.

func (*OptionsForGetJobOutput) SetMetaCacheExpiryMsec

func (s *OptionsForGetJobOutput) SetMetaCacheExpiryMsec(v int64) *OptionsForGetJobOutput

SetMetaCacheExpiryMsec sets the MetaCacheExpiryMsec field's value.

func (OptionsForGetJobOutput) String

func (s OptionsForGetJobOutput) String() string

String returns the string representation

type OptionsForListDevInstancesOutput

type OptionsForListDevInstancesOutput struct {
	InternalSync *int64 `type:"int64" json:",omitempty"`

	MetaCacheCapacity *int64 `type:"int64" json:",omitempty"`

	MetaCacheExpiryMinutes *int64 `type:"int64" json:",omitempty"`

	MetaCacheExpiryMsec *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OptionsForListDevInstancesOutput) GoString

GoString returns the string representation

func (*OptionsForListDevInstancesOutput) SetInternalSync

SetInternalSync sets the InternalSync field's value.

func (*OptionsForListDevInstancesOutput) SetMetaCacheCapacity

SetMetaCacheCapacity sets the MetaCacheCapacity field's value.

func (*OptionsForListDevInstancesOutput) SetMetaCacheExpiryMinutes

SetMetaCacheExpiryMinutes sets the MetaCacheExpiryMinutes field's value.

func (*OptionsForListDevInstancesOutput) SetMetaCacheExpiryMsec

SetMetaCacheExpiryMsec sets the MetaCacheExpiryMsec field's value.

func (OptionsForListDevInstancesOutput) String

String returns the string representation

type OptionsForUpdateDeploymentInput

type OptionsForUpdateDeploymentInput struct {
	InternalSync *int64 `type:"int64" json:",omitempty"`

	MetaCacheCapacity *int64 `type:"int64" json:",omitempty"`

	MetaCacheExpiryMinutes *int64 `type:"int64" json:",omitempty"`

	MetaCacheExpiryMsec *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OptionsForUpdateDeploymentInput) GoString

GoString returns the string representation

func (*OptionsForUpdateDeploymentInput) SetInternalSync

SetInternalSync sets the InternalSync field's value.

func (*OptionsForUpdateDeploymentInput) SetMetaCacheCapacity

SetMetaCacheCapacity sets the MetaCacheCapacity field's value.

func (*OptionsForUpdateDeploymentInput) SetMetaCacheExpiryMinutes

SetMetaCacheExpiryMinutes sets the MetaCacheExpiryMinutes field's value.

func (*OptionsForUpdateDeploymentInput) SetMetaCacheExpiryMsec

SetMetaCacheExpiryMsec sets the MetaCacheExpiryMsec field's value.

func (OptionsForUpdateDeploymentInput) String

String returns the string representation

type OptionsForUpdateDevInstanceInput

type OptionsForUpdateDevInstanceInput struct {
	InternalSync *int64 `type:"int64" json:",omitempty"`

	MetaCacheCapacity *int64 `type:"int64" json:",omitempty"`

	MetaCacheExpiryMinutes *int64 `type:"int64" json:",omitempty"`

	MetaCacheExpiryMsec *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OptionsForUpdateDevInstanceInput) GoString

GoString returns the string representation

func (*OptionsForUpdateDevInstanceInput) SetInternalSync

SetInternalSync sets the InternalSync field's value.

func (*OptionsForUpdateDevInstanceInput) SetMetaCacheCapacity

SetMetaCacheCapacity sets the MetaCacheCapacity field's value.

func (*OptionsForUpdateDevInstanceInput) SetMetaCacheExpiryMinutes

SetMetaCacheExpiryMinutes sets the MetaCacheExpiryMinutes field's value.

func (*OptionsForUpdateDevInstanceInput) SetMetaCacheExpiryMsec

SetMetaCacheExpiryMsec sets the MetaCacheExpiryMsec field's value.

func (OptionsForUpdateDevInstanceInput) String

String returns the string representation

type PauseResourceQueueInput

type PauseResourceQueueInput struct {
	DryRun *bool `type:"boolean" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (PauseResourceQueueInput) GoString

func (s PauseResourceQueueInput) GoString() string

GoString returns the string representation

func (*PauseResourceQueueInput) SetDryRun

SetDryRun sets the DryRun field's value.

func (*PauseResourceQueueInput) SetId

SetId sets the Id field's value.

func (PauseResourceQueueInput) String

func (s PauseResourceQueueInput) String() string

String returns the string representation

func (*PauseResourceQueueInput) Validate

func (s *PauseResourceQueueInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PauseResourceQueueOutput

type PauseResourceQueueOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PauseResourceQueueOutput) GoString

func (s PauseResourceQueueOutput) GoString() string

GoString returns the string representation

func (*PauseResourceQueueOutput) SetId

SetId sets the Id field's value.

func (*PauseResourceQueueOutput) SetStatus

SetStatus sets the Status field's value.

func (PauseResourceQueueOutput) String

func (s PauseResourceQueueOutput) String() string

String returns the string representation

type PortForCreateDeploymentInput

type PortForCreateDeploymentInput struct {
	ExposePort *string `type:"string" json:",omitempty"`

	ListenPort *string `type:"string" json:",omitempty"`

	Path *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForCreateDeploymentInput"`
	// contains filtered or unexported fields
}

func (PortForCreateDeploymentInput) GoString

func (s PortForCreateDeploymentInput) GoString() string

GoString returns the string representation

func (*PortForCreateDeploymentInput) SetExposePort

SetExposePort sets the ExposePort field's value.

func (*PortForCreateDeploymentInput) SetListenPort

SetListenPort sets the ListenPort field's value.

func (*PortForCreateDeploymentInput) SetPath

SetPath sets the Path field's value.

func (*PortForCreateDeploymentInput) SetType

SetType sets the Type field's value.

func (PortForCreateDeploymentInput) String

String returns the string representation

type PortForCreateDevInstanceInput

type PortForCreateDevInstanceInput struct {
	EnablePublicNetworkAccess *bool `type:"boolean" json:",omitempty"`

	ExternalPort *int32 `type:"int32" json:",omitempty"`

	InternalPort *int32 `type:"int32" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForCreateDevInstanceInput"`
	// contains filtered or unexported fields
}

func (PortForCreateDevInstanceInput) GoString

GoString returns the string representation

func (*PortForCreateDevInstanceInput) SetEnablePublicNetworkAccess

func (s *PortForCreateDevInstanceInput) SetEnablePublicNetworkAccess(v bool) *PortForCreateDevInstanceInput

SetEnablePublicNetworkAccess sets the EnablePublicNetworkAccess field's value.

func (*PortForCreateDevInstanceInput) SetExternalPort

SetExternalPort sets the ExternalPort field's value.

func (*PortForCreateDevInstanceInput) SetInternalPort

SetInternalPort sets the InternalPort field's value.

func (*PortForCreateDevInstanceInput) SetName

SetName sets the Name field's value.

func (*PortForCreateDevInstanceInput) SetType

SetType sets the Type field's value.

func (PortForCreateDevInstanceInput) String

String returns the string representation

type PortForCreateServiceInput

type PortForCreateServiceInput struct {
	ExposePort *string `type:"string" json:",omitempty"`

	ListenPort *string `type:"string" json:",omitempty"`

	Path *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForCreateServiceInput"`
	// contains filtered or unexported fields
}

func (PortForCreateServiceInput) GoString

func (s PortForCreateServiceInput) GoString() string

GoString returns the string representation

func (*PortForCreateServiceInput) SetExposePort

SetExposePort sets the ExposePort field's value.

func (*PortForCreateServiceInput) SetListenPort

SetListenPort sets the ListenPort field's value.

func (*PortForCreateServiceInput) SetPath

SetPath sets the Path field's value.

func (*PortForCreateServiceInput) SetType

SetType sets the Type field's value.

func (PortForCreateServiceInput) String

func (s PortForCreateServiceInput) String() string

String returns the string representation

type PortForGetDeploymentOutput

type PortForGetDeploymentOutput struct {
	ExposePort *string `type:"string" json:",omitempty"`

	ListenPort *string `type:"string" json:",omitempty"`

	Path *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForGetDeploymentOutput"`
	// contains filtered or unexported fields
}

func (PortForGetDeploymentOutput) GoString

func (s PortForGetDeploymentOutput) GoString() string

GoString returns the string representation

func (*PortForGetDeploymentOutput) SetExposePort

SetExposePort sets the ExposePort field's value.

func (*PortForGetDeploymentOutput) SetListenPort

SetListenPort sets the ListenPort field's value.

func (*PortForGetDeploymentOutput) SetPath

SetPath sets the Path field's value.

func (*PortForGetDeploymentOutput) SetType

SetType sets the Type field's value.

func (PortForGetDeploymentOutput) String

String returns the string representation

type PortForGetDevInstanceOutput

type PortForGetDevInstanceOutput struct {
	APIGPrivateUrl *string `type:"string" json:",omitempty"`

	APIGPublicUrl *string `type:"string" json:",omitempty"`

	EnablePublicNetworkAccess *bool `type:"boolean" json:",omitempty"`

	EniIp *string `type:"string" json:",omitempty"`

	EniPort *int32 `type:"int32" json:",omitempty"`

	ExternalIp *string `type:"string" json:",omitempty"`

	ExternalPort *int32 `type:"int32" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Status *StatusForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PortForGetDevInstanceOutput) GoString

func (s PortForGetDevInstanceOutput) GoString() string

GoString returns the string representation

func (*PortForGetDevInstanceOutput) SetAPIGPrivateUrl

SetAPIGPrivateUrl sets the APIGPrivateUrl field's value.

func (*PortForGetDevInstanceOutput) SetAPIGPublicUrl

SetAPIGPublicUrl sets the APIGPublicUrl field's value.

func (*PortForGetDevInstanceOutput) SetEnablePublicNetworkAccess

func (s *PortForGetDevInstanceOutput) SetEnablePublicNetworkAccess(v bool) *PortForGetDevInstanceOutput

SetEnablePublicNetworkAccess sets the EnablePublicNetworkAccess field's value.

func (*PortForGetDevInstanceOutput) SetEniIp

SetEniIp sets the EniIp field's value.

func (*PortForGetDevInstanceOutput) SetEniPort

SetEniPort sets the EniPort field's value.

func (*PortForGetDevInstanceOutput) SetExternalIp

SetExternalIp sets the ExternalIp field's value.

func (*PortForGetDevInstanceOutput) SetExternalPort

SetExternalPort sets the ExternalPort field's value.

func (*PortForGetDevInstanceOutput) SetName

SetName sets the Name field's value.

func (*PortForGetDevInstanceOutput) SetStatus

SetStatus sets the Status field's value.

func (*PortForGetDevInstanceOutput) SetType

SetType sets the Type field's value.

func (PortForGetDevInstanceOutput) String

String returns the string representation

type PortForGetServiceOutput

type PortForGetServiceOutput struct {
	ExposePort *string `type:"string" json:",omitempty"`

	ListenPort *string `type:"string" json:",omitempty"`

	Path *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForGetServiceOutput"`
	// contains filtered or unexported fields
}

func (PortForGetServiceOutput) GoString

func (s PortForGetServiceOutput) GoString() string

GoString returns the string representation

func (*PortForGetServiceOutput) SetExposePort

SetExposePort sets the ExposePort field's value.

func (*PortForGetServiceOutput) SetListenPort

SetListenPort sets the ListenPort field's value.

func (*PortForGetServiceOutput) SetPath

SetPath sets the Path field's value.

func (*PortForGetServiceOutput) SetType

SetType sets the Type field's value.

func (PortForGetServiceOutput) String

func (s PortForGetServiceOutput) String() string

String returns the string representation

type PortForListDevInstancesOutput

type PortForListDevInstancesOutput struct {
	APIGPrivateUrl *string `type:"string" json:",omitempty"`

	APIGPublicUrl *string `type:"string" json:",omitempty"`

	EnablePublicNetworkAccess *bool `type:"boolean" json:",omitempty"`

	EniIp *string `type:"string" json:",omitempty"`

	EniPort *int32 `type:"int32" json:",omitempty"`

	ExternalIp *string `type:"string" json:",omitempty"`

	ExternalPort *int32 `type:"int32" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Status *StatusForListDevInstancesOutput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PortForListDevInstancesOutput) GoString

GoString returns the string representation

func (*PortForListDevInstancesOutput) SetAPIGPrivateUrl

SetAPIGPrivateUrl sets the APIGPrivateUrl field's value.

func (*PortForListDevInstancesOutput) SetAPIGPublicUrl

SetAPIGPublicUrl sets the APIGPublicUrl field's value.

func (*PortForListDevInstancesOutput) SetEnablePublicNetworkAccess

func (s *PortForListDevInstancesOutput) SetEnablePublicNetworkAccess(v bool) *PortForListDevInstancesOutput

SetEnablePublicNetworkAccess sets the EnablePublicNetworkAccess field's value.

func (*PortForListDevInstancesOutput) SetEniIp

SetEniIp sets the EniIp field's value.

func (*PortForListDevInstancesOutput) SetEniPort

SetEniPort sets the EniPort field's value.

func (*PortForListDevInstancesOutput) SetExternalIp

SetExternalIp sets the ExternalIp field's value.

func (*PortForListDevInstancesOutput) SetExternalPort

SetExternalPort sets the ExternalPort field's value.

func (*PortForListDevInstancesOutput) SetName

SetName sets the Name field's value.

func (*PortForListDevInstancesOutput) SetStatus

SetStatus sets the Status field's value.

func (*PortForListDevInstancesOutput) SetType

SetType sets the Type field's value.

func (PortForListDevInstancesOutput) String

String returns the string representation

type PortForUpdateDeploymentInput

type PortForUpdateDeploymentInput struct {
	ExposePort *string `type:"string" json:",omitempty"`

	ListenPort *string `type:"string" json:",omitempty"`

	Path *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForUpdateDeploymentInput"`
	// contains filtered or unexported fields
}

func (PortForUpdateDeploymentInput) GoString

func (s PortForUpdateDeploymentInput) GoString() string

GoString returns the string representation

func (*PortForUpdateDeploymentInput) SetExposePort

SetExposePort sets the ExposePort field's value.

func (*PortForUpdateDeploymentInput) SetListenPort

SetListenPort sets the ListenPort field's value.

func (*PortForUpdateDeploymentInput) SetPath

SetPath sets the Path field's value.

func (*PortForUpdateDeploymentInput) SetType

SetType sets the Type field's value.

func (PortForUpdateDeploymentInput) String

String returns the string representation

type PortForUpdateDevInstanceInput

type PortForUpdateDevInstanceInput struct {
	EnablePublicNetworkAccess *bool `type:"boolean" json:",omitempty"`

	ExternalPort *int32 `type:"int32" json:",omitempty"`

	InternalPort *int32 `type:"int32" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForUpdateDevInstanceInput"`
	// contains filtered or unexported fields
}

func (PortForUpdateDevInstanceInput) GoString

GoString returns the string representation

func (*PortForUpdateDevInstanceInput) SetEnablePublicNetworkAccess

func (s *PortForUpdateDevInstanceInput) SetEnablePublicNetworkAccess(v bool) *PortForUpdateDevInstanceInput

SetEnablePublicNetworkAccess sets the EnablePublicNetworkAccess field's value.

func (*PortForUpdateDevInstanceInput) SetExternalPort

SetExternalPort sets the ExternalPort field's value.

func (*PortForUpdateDevInstanceInput) SetInternalPort

SetInternalPort sets the InternalPort field's value.

func (*PortForUpdateDevInstanceInput) SetName

SetName sets the Name field's value.

func (*PortForUpdateDevInstanceInput) SetType

SetType sets the Type field's value.

func (PortForUpdateDevInstanceInput) String

String returns the string representation

type PortForUpdateServiceInput

type PortForUpdateServiceInput struct {
	ExposePort *string `type:"string" json:",omitempty"`

	ListenPort *string `type:"string" json:",omitempty"`

	Path *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForUpdateServiceInput"`
	// contains filtered or unexported fields
}

func (PortForUpdateServiceInput) GoString

func (s PortForUpdateServiceInput) GoString() string

GoString returns the string representation

func (*PortForUpdateServiceInput) SetExposePort

SetExposePort sets the ExposePort field's value.

func (*PortForUpdateServiceInput) SetListenPort

SetListenPort sets the ListenPort field's value.

func (*PortForUpdateServiceInput) SetPath

SetPath sets the Path field's value.

func (*PortForUpdateServiceInput) SetType

SetType sets the Type field's value.

func (PortForUpdateServiceInput) String

func (s PortForUpdateServiceInput) String() string

String returns the string representation

type PrivateNetworkConfigForGetJobOutput

type PrivateNetworkConfigForGetJobOutput struct {
	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	SubnetIds []*string `type:"list" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PrivateNetworkConfigForGetJobOutput) GoString

GoString returns the string representation

func (*PrivateNetworkConfigForGetJobOutput) SetSecurityGroupIds

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*PrivateNetworkConfigForGetJobOutput) SetSubnetIds

SetSubnetIds sets the SubnetIds field's value.

func (*PrivateNetworkConfigForGetJobOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (PrivateNetworkConfigForGetJobOutput) String

String returns the string representation

type QuotaAllocatedForGetResourceQueueOutput

type QuotaAllocatedForGetResourceQueueOutput struct {
	Cpu *float64 `type:"double" json:",omitempty"`

	GpuCount *float64 `type:"double" json:",omitempty"`

	GpuCountInfos []*GpuCountInfoForGetResourceQueueOutput `type:"list" json:",omitempty"`

	GpuMemoryInfos []*GpuMemoryInfoForGetResourceQueueOutput `type:"list" json:",omitempty"`

	GpuRdmaInfos []*GpuRdmaInfoForGetResourceQueueOutput `type:"list" json:",omitempty"`

	MemoryGiB *float64 `type:"double" json:",omitempty"`

	VolumeSizeGiB *float64 `type:"double" json:",omitempty"`

	VolumeSizeInfos []*VolumeSizeInfoForGetResourceQueueOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QuotaAllocatedForGetResourceQueueOutput) GoString

GoString returns the string representation

func (*QuotaAllocatedForGetResourceQueueOutput) SetCpu

SetCpu sets the Cpu field's value.

func (*QuotaAllocatedForGetResourceQueueOutput) SetGpuCount

SetGpuCount sets the GpuCount field's value.

func (*QuotaAllocatedForGetResourceQueueOutput) SetGpuCountInfos

SetGpuCountInfos sets the GpuCountInfos field's value.

func (*QuotaAllocatedForGetResourceQueueOutput) SetGpuMemoryInfos

SetGpuMemoryInfos sets the GpuMemoryInfos field's value.

func (*QuotaAllocatedForGetResourceQueueOutput) SetGpuRdmaInfos

SetGpuRdmaInfos sets the GpuRdmaInfos field's value.

func (*QuotaAllocatedForGetResourceQueueOutput) SetMemoryGiB

SetMemoryGiB sets the MemoryGiB field's value.

func (*QuotaAllocatedForGetResourceQueueOutput) SetVolumeSizeGiB

SetVolumeSizeGiB sets the VolumeSizeGiB field's value.

func (*QuotaAllocatedForGetResourceQueueOutput) SetVolumeSizeInfos

SetVolumeSizeInfos sets the VolumeSizeInfos field's value.

func (QuotaAllocatedForGetResourceQueueOutput) String

String returns the string representation

type QuotaAllocatedForListResourceQueuesOutput

type QuotaAllocatedForListResourceQueuesOutput struct {
	Cpu *float64 `type:"double" json:",omitempty"`

	GpuCount *float64 `type:"double" json:",omitempty"`

	GpuCountInfos []*GpuCountInfoForListResourceQueuesOutput `type:"list" json:",omitempty"`

	GpuMemoryInfos []*GpuMemoryInfoForListResourceQueuesOutput `type:"list" json:",omitempty"`

	GpuRdmaInfos []*GpuRdmaInfoForListResourceQueuesOutput `type:"list" json:",omitempty"`

	MemoryGiB *float64 `type:"double" json:",omitempty"`

	VolumeSizeGiB *float64 `type:"double" json:",omitempty"`

	VolumeSizeInfos []*VolumeSizeInfoForListResourceQueuesOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QuotaAllocatedForListResourceQueuesOutput) GoString

GoString returns the string representation

func (*QuotaAllocatedForListResourceQueuesOutput) SetCpu

SetCpu sets the Cpu field's value.

func (*QuotaAllocatedForListResourceQueuesOutput) SetGpuCount

SetGpuCount sets the GpuCount field's value.

func (*QuotaAllocatedForListResourceQueuesOutput) SetGpuCountInfos

SetGpuCountInfos sets the GpuCountInfos field's value.

func (*QuotaAllocatedForListResourceQueuesOutput) SetGpuMemoryInfos

SetGpuMemoryInfos sets the GpuMemoryInfos field's value.

func (*QuotaAllocatedForListResourceQueuesOutput) SetGpuRdmaInfos

SetGpuRdmaInfos sets the GpuRdmaInfos field's value.

func (*QuotaAllocatedForListResourceQueuesOutput) SetMemoryGiB

SetMemoryGiB sets the MemoryGiB field's value.

func (*QuotaAllocatedForListResourceQueuesOutput) SetVolumeSizeGiB

SetVolumeSizeGiB sets the VolumeSizeGiB field's value.

func (*QuotaAllocatedForListResourceQueuesOutput) SetVolumeSizeInfos

SetVolumeSizeInfos sets the VolumeSizeInfos field's value.

func (QuotaAllocatedForListResourceQueuesOutput) String

String returns the string representation

type QuotaCapabilityForGetResourceQueueOutput

type QuotaCapabilityForGetResourceQueueOutput struct {
	Cpu *float64 `type:"double" json:",omitempty"`

	GpuCount *float64 `type:"double" json:",omitempty"`

	GpuCountInfos []*GpuCountInfoForGetResourceQueueOutput `type:"list" json:",omitempty"`

	GpuMemoryInfos []*GpuMemoryInfoForGetResourceQueueOutput `type:"list" json:",omitempty"`

	GpuRdmaInfos []*GpuRdmaInfoForGetResourceQueueOutput `type:"list" json:",omitempty"`

	MemoryGiB *float64 `type:"double" json:",omitempty"`

	VolumeSizeGiB *float64 `type:"double" json:",omitempty"`

	VolumeSizeInfos []*VolumeSizeInfoForGetResourceQueueOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QuotaCapabilityForGetResourceQueueOutput) GoString

GoString returns the string representation

func (*QuotaCapabilityForGetResourceQueueOutput) SetCpu

SetCpu sets the Cpu field's value.

func (*QuotaCapabilityForGetResourceQueueOutput) SetGpuCount

SetGpuCount sets the GpuCount field's value.

func (*QuotaCapabilityForGetResourceQueueOutput) SetGpuCountInfos

SetGpuCountInfos sets the GpuCountInfos field's value.

func (*QuotaCapabilityForGetResourceQueueOutput) SetGpuMemoryInfos

SetGpuMemoryInfos sets the GpuMemoryInfos field's value.

func (*QuotaCapabilityForGetResourceQueueOutput) SetGpuRdmaInfos

SetGpuRdmaInfos sets the GpuRdmaInfos field's value.

func (*QuotaCapabilityForGetResourceQueueOutput) SetMemoryGiB

SetMemoryGiB sets the MemoryGiB field's value.

func (*QuotaCapabilityForGetResourceQueueOutput) SetVolumeSizeGiB

SetVolumeSizeGiB sets the VolumeSizeGiB field's value.

func (*QuotaCapabilityForGetResourceQueueOutput) SetVolumeSizeInfos

SetVolumeSizeInfos sets the VolumeSizeInfos field's value.

func (QuotaCapabilityForGetResourceQueueOutput) String

String returns the string representation

type QuotaCapabilityForListResourceQueuesOutput

type QuotaCapabilityForListResourceQueuesOutput struct {
	Cpu *float64 `type:"double" json:",omitempty"`

	GpuCount *float64 `type:"double" json:",omitempty"`

	GpuCountInfos []*GpuCountInfoForListResourceQueuesOutput `type:"list" json:",omitempty"`

	GpuMemoryInfos []*GpuMemoryInfoForListResourceQueuesOutput `type:"list" json:",omitempty"`

	GpuRdmaInfos []*GpuRdmaInfoForListResourceQueuesOutput `type:"list" json:",omitempty"`

	MemoryGiB *float64 `type:"double" json:",omitempty"`

	VolumeSizeGiB *float64 `type:"double" json:",omitempty"`

	VolumeSizeInfos []*VolumeSizeInfoForListResourceQueuesOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QuotaCapabilityForListResourceQueuesOutput) GoString

GoString returns the string representation

func (*QuotaCapabilityForListResourceQueuesOutput) SetCpu

SetCpu sets the Cpu field's value.

func (*QuotaCapabilityForListResourceQueuesOutput) SetGpuCount

SetGpuCount sets the GpuCount field's value.

func (*QuotaCapabilityForListResourceQueuesOutput) SetGpuCountInfos

SetGpuCountInfos sets the GpuCountInfos field's value.

func (*QuotaCapabilityForListResourceQueuesOutput) SetGpuMemoryInfos

SetGpuMemoryInfos sets the GpuMemoryInfos field's value.

func (*QuotaCapabilityForListResourceQueuesOutput) SetGpuRdmaInfos

SetGpuRdmaInfos sets the GpuRdmaInfos field's value.

func (*QuotaCapabilityForListResourceQueuesOutput) SetMemoryGiB

SetMemoryGiB sets the MemoryGiB field's value.

func (*QuotaCapabilityForListResourceQueuesOutput) SetVolumeSizeGiB

SetVolumeSizeGiB sets the VolumeSizeGiB field's value.

func (*QuotaCapabilityForListResourceQueuesOutput) SetVolumeSizeInfos

SetVolumeSizeInfos sets the VolumeSizeInfos field's value.

func (QuotaCapabilityForListResourceQueuesOutput) String

String returns the string representation

type QuotaForCreateResourceQueueInput

type QuotaForCreateResourceQueueInput struct {
	Cpu *float64 `type:"double" json:",omitempty"`

	Gpu *float64 `type:"double" json:",omitempty"`

	VolumeSizeGiB *float64 `type:"double" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QuotaForCreateResourceQueueInput) GoString

GoString returns the string representation

func (*QuotaForCreateResourceQueueInput) SetCpu

SetCpu sets the Cpu field's value.

func (*QuotaForCreateResourceQueueInput) SetGpu

SetGpu sets the Gpu field's value.

func (*QuotaForCreateResourceQueueInput) SetVolumeSizeGiB

SetVolumeSizeGiB sets the VolumeSizeGiB field's value.

func (QuotaForCreateResourceQueueInput) String

String returns the string representation

type QuotaForUpdateResourceQueueInput

type QuotaForUpdateResourceQueueInput struct {
	Cpu *float64 `type:"double" json:",omitempty"`

	Gpu *float64 `type:"double" json:",omitempty"`

	VolumeSizeGiB *float64 `type:"double" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QuotaForUpdateResourceQueueInput) GoString

GoString returns the string representation

func (*QuotaForUpdateResourceQueueInput) SetCpu

SetCpu sets the Cpu field's value.

func (*QuotaForUpdateResourceQueueInput) SetGpu

SetGpu sets the Gpu field's value.

func (*QuotaForUpdateResourceQueueInput) SetVolumeSizeGiB

SetVolumeSizeGiB sets the VolumeSizeGiB field's value.

func (QuotaForUpdateResourceQueueInput) String

String returns the string representation

type ReadinessProbeForCreateDeploymentInput

type ReadinessProbeForCreateDeploymentInput struct {
	Enabled *bool `type:"boolean" json:",omitempty"`

	Exec *ExecForCreateDeploymentInput `type:"structure" json:",omitempty"`

	FailureThreshold *int32 `type:"int32" json:",omitempty"`

	HTTPGet *HTTPGetForCreateDeploymentInput `type:"structure" json:",omitempty"`

	InitialDelaySeconds *int32 `type:"int32" json:",omitempty"`

	PeriodSeconds *int32 `type:"int32" json:",omitempty"`

	SuccessThreshold *int32 `type:"int32" json:",omitempty"`

	TCPSocket *TCPSocketForCreateDeploymentInput `type:"structure" json:",omitempty"`

	TimeoutSeconds *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReadinessProbeForCreateDeploymentInput) GoString

GoString returns the string representation

func (*ReadinessProbeForCreateDeploymentInput) SetEnabled

SetEnabled sets the Enabled field's value.

func (*ReadinessProbeForCreateDeploymentInput) SetExec

SetExec sets the Exec field's value.

func (*ReadinessProbeForCreateDeploymentInput) SetFailureThreshold

SetFailureThreshold sets the FailureThreshold field's value.

func (*ReadinessProbeForCreateDeploymentInput) SetHTTPGet

SetHTTPGet sets the HTTPGet field's value.

func (*ReadinessProbeForCreateDeploymentInput) SetInitialDelaySeconds

SetInitialDelaySeconds sets the InitialDelaySeconds field's value.

func (*ReadinessProbeForCreateDeploymentInput) SetPeriodSeconds

SetPeriodSeconds sets the PeriodSeconds field's value.

func (*ReadinessProbeForCreateDeploymentInput) SetSuccessThreshold

SetSuccessThreshold sets the SuccessThreshold field's value.

func (*ReadinessProbeForCreateDeploymentInput) SetTCPSocket

SetTCPSocket sets the TCPSocket field's value.

func (*ReadinessProbeForCreateDeploymentInput) SetTimeoutSeconds

SetTimeoutSeconds sets the TimeoutSeconds field's value.

func (ReadinessProbeForCreateDeploymentInput) String

String returns the string representation

type ReadinessProbeForGetDeploymentOutput

type ReadinessProbeForGetDeploymentOutput struct {
	Enabled *bool `type:"boolean" json:",omitempty"`

	Exec *ExecForGetDeploymentOutput `type:"structure" json:",omitempty"`

	FailureThreshold *int32 `type:"int32" json:",omitempty"`

	HTTPGet *HTTPGetForGetDeploymentOutput `type:"structure" json:",omitempty"`

	InitialDelaySeconds *int32 `type:"int32" json:",omitempty"`

	PeriodSeconds *int32 `type:"int32" json:",omitempty"`

	SuccessThreshold *int32 `type:"int32" json:",omitempty"`

	TCPSocket *TCPSocketForGetDeploymentOutput `type:"structure" json:",omitempty"`

	TimeoutSeconds *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReadinessProbeForGetDeploymentOutput) GoString

GoString returns the string representation

func (*ReadinessProbeForGetDeploymentOutput) SetEnabled

SetEnabled sets the Enabled field's value.

func (*ReadinessProbeForGetDeploymentOutput) SetExec

SetExec sets the Exec field's value.

func (*ReadinessProbeForGetDeploymentOutput) SetFailureThreshold

SetFailureThreshold sets the FailureThreshold field's value.

func (*ReadinessProbeForGetDeploymentOutput) SetHTTPGet

SetHTTPGet sets the HTTPGet field's value.

func (*ReadinessProbeForGetDeploymentOutput) SetInitialDelaySeconds

SetInitialDelaySeconds sets the InitialDelaySeconds field's value.

func (*ReadinessProbeForGetDeploymentOutput) SetPeriodSeconds

SetPeriodSeconds sets the PeriodSeconds field's value.

func (*ReadinessProbeForGetDeploymentOutput) SetSuccessThreshold

SetSuccessThreshold sets the SuccessThreshold field's value.

func (*ReadinessProbeForGetDeploymentOutput) SetTCPSocket

SetTCPSocket sets the TCPSocket field's value.

func (*ReadinessProbeForGetDeploymentOutput) SetTimeoutSeconds

SetTimeoutSeconds sets the TimeoutSeconds field's value.

func (ReadinessProbeForGetDeploymentOutput) String

String returns the string representation

type ReadinessProbeForUpdateDeploymentInput

type ReadinessProbeForUpdateDeploymentInput struct {
	Enabled *bool `type:"boolean" json:",omitempty"`

	Exec *ExecForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	FailureThreshold *int32 `type:"int32" json:",omitempty"`

	HTTPGet *HTTPGetForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	InitialDelaySeconds *int32 `type:"int32" json:",omitempty"`

	PeriodSeconds *int32 `type:"int32" json:",omitempty"`

	SuccessThreshold *int32 `type:"int32" json:",omitempty"`

	TCPSocket *TCPSocketForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	TimeoutSeconds *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReadinessProbeForUpdateDeploymentInput) GoString

GoString returns the string representation

func (*ReadinessProbeForUpdateDeploymentInput) SetEnabled

SetEnabled sets the Enabled field's value.

func (*ReadinessProbeForUpdateDeploymentInput) SetExec

SetExec sets the Exec field's value.

func (*ReadinessProbeForUpdateDeploymentInput) SetFailureThreshold

SetFailureThreshold sets the FailureThreshold field's value.

func (*ReadinessProbeForUpdateDeploymentInput) SetHTTPGet

SetHTTPGet sets the HTTPGet field's value.

func (*ReadinessProbeForUpdateDeploymentInput) SetInitialDelaySeconds

SetInitialDelaySeconds sets the InitialDelaySeconds field's value.

func (*ReadinessProbeForUpdateDeploymentInput) SetPeriodSeconds

SetPeriodSeconds sets the PeriodSeconds field's value.

func (*ReadinessProbeForUpdateDeploymentInput) SetSuccessThreshold

SetSuccessThreshold sets the SuccessThreshold field's value.

func (*ReadinessProbeForUpdateDeploymentInput) SetTCPSocket

SetTCPSocket sets the TCPSocket field's value.

func (*ReadinessProbeForUpdateDeploymentInput) SetTimeoutSeconds

SetTimeoutSeconds sets the TimeoutSeconds field's value.

func (ReadinessProbeForUpdateDeploymentInput) String

String returns the string representation

type RebootDevInstanceInput

type RebootDevInstanceInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (RebootDevInstanceInput) GoString

func (s RebootDevInstanceInput) GoString() string

GoString returns the string representation

func (*RebootDevInstanceInput) SetId

SetId sets the Id field's value.

func (RebootDevInstanceInput) String

func (s RebootDevInstanceInput) String() string

String returns the string representation

func (*RebootDevInstanceInput) Validate

func (s *RebootDevInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RebootDevInstanceOutput

type RebootDevInstanceOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RebootDevInstanceOutput) GoString

func (s RebootDevInstanceOutput) GoString() string

GoString returns the string representation

func (*RebootDevInstanceOutput) SetId

SetId sets the Id field's value.

func (RebootDevInstanceOutput) String

func (s RebootDevInstanceOutput) String() string

String returns the string representation

type RebuildDevInstanceInput

type RebuildDevInstanceInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	Image *ImageForRebuildDevInstanceInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RebuildDevInstanceInput) GoString

func (s RebuildDevInstanceInput) GoString() string

GoString returns the string representation

func (*RebuildDevInstanceInput) SetId

SetId sets the Id field's value.

func (*RebuildDevInstanceInput) SetImage

SetImage sets the Image field's value.

func (RebuildDevInstanceInput) String

func (s RebuildDevInstanceInput) String() string

String returns the string representation

func (*RebuildDevInstanceInput) Validate

func (s *RebuildDevInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RebuildDevInstanceOutput

type RebuildDevInstanceOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RebuildDevInstanceOutput) GoString

func (s RebuildDevInstanceOutput) GoString() string

GoString returns the string representation

func (*RebuildDevInstanceOutput) SetId

SetId sets the Id field's value.

func (RebuildDevInstanceOutput) String

func (s RebuildDevInstanceOutput) String() string

String returns the string representation

type RecurrenceResourceSegmentForCreateResourceReservationPlanInput added in v1.1.49

type RecurrenceResourceSegmentForCreateResourceReservationPlanInput struct {
	EndTime *string `type:"string" json:",omitempty"`

	MinDeliveryCount *int64 `type:"int64" json:",omitempty"`

	StartTime *string `type:"string" json:",omitempty"`

	StopReservationSeconds *int64 `type:"int64" json:",omitempty"`

	TargetDeliveryCount *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RecurrenceResourceSegmentForCreateResourceReservationPlanInput) GoString added in v1.1.49

GoString returns the string representation

func (*RecurrenceResourceSegmentForCreateResourceReservationPlanInput) SetEndTime added in v1.1.49

SetEndTime sets the EndTime field's value.

func (*RecurrenceResourceSegmentForCreateResourceReservationPlanInput) SetMinDeliveryCount added in v1.1.49

SetMinDeliveryCount sets the MinDeliveryCount field's value.

func (*RecurrenceResourceSegmentForCreateResourceReservationPlanInput) SetStartTime added in v1.1.49

SetStartTime sets the StartTime field's value.

func (*RecurrenceResourceSegmentForCreateResourceReservationPlanInput) SetStopReservationSeconds added in v1.1.49

SetStopReservationSeconds sets the StopReservationSeconds field's value.

func (*RecurrenceResourceSegmentForCreateResourceReservationPlanInput) SetTargetDeliveryCount added in v1.1.49

SetTargetDeliveryCount sets the TargetDeliveryCount field's value.

func (RecurrenceResourceSegmentForCreateResourceReservationPlanInput) String added in v1.1.49

String returns the string representation

type RecurrenceResourceSegmentForGetResourceReservationPlanOutput added in v1.1.49

type RecurrenceResourceSegmentForGetResourceReservationPlanOutput struct {
	EndTime *string `type:"string" json:",omitempty"`

	MinDeliveryCount *int64 `type:"int64" json:",omitempty"`

	StartTime *string `type:"string" json:",omitempty"`

	StopReservationSeconds *int64 `type:"int64" json:",omitempty"`

	TargetDeliveryCount *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RecurrenceResourceSegmentForGetResourceReservationPlanOutput) GoString added in v1.1.49

GoString returns the string representation

func (*RecurrenceResourceSegmentForGetResourceReservationPlanOutput) SetEndTime added in v1.1.49

SetEndTime sets the EndTime field's value.

func (*RecurrenceResourceSegmentForGetResourceReservationPlanOutput) SetMinDeliveryCount added in v1.1.49

SetMinDeliveryCount sets the MinDeliveryCount field's value.

func (*RecurrenceResourceSegmentForGetResourceReservationPlanOutput) SetStartTime added in v1.1.49

SetStartTime sets the StartTime field's value.

func (*RecurrenceResourceSegmentForGetResourceReservationPlanOutput) SetStopReservationSeconds added in v1.1.49

SetStopReservationSeconds sets the StopReservationSeconds field's value.

func (*RecurrenceResourceSegmentForGetResourceReservationPlanOutput) SetTargetDeliveryCount added in v1.1.49

SetTargetDeliveryCount sets the TargetDeliveryCount field's value.

func (RecurrenceResourceSegmentForGetResourceReservationPlanOutput) String added in v1.1.49

String returns the string representation

type RecurrenceResourceSegmentForListResourceReservationPlansOutput added in v1.1.49

type RecurrenceResourceSegmentForListResourceReservationPlansOutput struct {
	EndTime *string `type:"string" json:",omitempty"`

	MinDeliveryCount *int64 `type:"int64" json:",omitempty"`

	StartTime *string `type:"string" json:",omitempty"`

	StopReservationSeconds *int64 `type:"int64" json:",omitempty"`

	TargetDeliveryCount *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RecurrenceResourceSegmentForListResourceReservationPlansOutput) GoString added in v1.1.49

GoString returns the string representation

func (*RecurrenceResourceSegmentForListResourceReservationPlansOutput) SetEndTime added in v1.1.49

SetEndTime sets the EndTime field's value.

func (*RecurrenceResourceSegmentForListResourceReservationPlansOutput) SetMinDeliveryCount added in v1.1.49

SetMinDeliveryCount sets the MinDeliveryCount field's value.

func (*RecurrenceResourceSegmentForListResourceReservationPlansOutput) SetStartTime added in v1.1.49

SetStartTime sets the StartTime field's value.

func (*RecurrenceResourceSegmentForListResourceReservationPlansOutput) SetStopReservationSeconds added in v1.1.49

SetStopReservationSeconds sets the StopReservationSeconds field's value.

func (*RecurrenceResourceSegmentForListResourceReservationPlansOutput) SetTargetDeliveryCount added in v1.1.49

SetTargetDeliveryCount sets the TargetDeliveryCount field's value.

func (RecurrenceResourceSegmentForListResourceReservationPlansOutput) String added in v1.1.49

String returns the string representation

type RecurrenceResourceSegmentForUpdateResourceReservationPlanInput added in v1.1.49

type RecurrenceResourceSegmentForUpdateResourceReservationPlanInput struct {
	EndTime *string `type:"string" json:",omitempty"`

	MinDeliveryCount *int64 `type:"int64" json:",omitempty"`

	StartTime *string `type:"string" json:",omitempty"`

	StopReservationSeconds *int64 `type:"int64" json:",omitempty"`

	TargetDeliveryCount *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RecurrenceResourceSegmentForUpdateResourceReservationPlanInput) GoString added in v1.1.49

GoString returns the string representation

func (*RecurrenceResourceSegmentForUpdateResourceReservationPlanInput) SetEndTime added in v1.1.49

SetEndTime sets the EndTime field's value.

func (*RecurrenceResourceSegmentForUpdateResourceReservationPlanInput) SetMinDeliveryCount added in v1.1.49

SetMinDeliveryCount sets the MinDeliveryCount field's value.

func (*RecurrenceResourceSegmentForUpdateResourceReservationPlanInput) SetStartTime added in v1.1.49

SetStartTime sets the StartTime field's value.

func (*RecurrenceResourceSegmentForUpdateResourceReservationPlanInput) SetStopReservationSeconds added in v1.1.49

SetStopReservationSeconds sets the StopReservationSeconds field's value.

func (*RecurrenceResourceSegmentForUpdateResourceReservationPlanInput) SetTargetDeliveryCount added in v1.1.49

SetTargetDeliveryCount sets the TargetDeliveryCount field's value.

func (RecurrenceResourceSegmentForUpdateResourceReservationPlanInput) String added in v1.1.49

String returns the string representation

type ReservationConfigForCreateResourceReservationPlanInput added in v1.1.19

type ReservationConfigForCreateResourceReservationPlanInput struct {
	AvailableResourceId *string `type:"string" json:",omitempty"`

	MaxDurationHours *int64 `min:"4" max:"12" type:"int64" json:",omitempty"`

	MaxTaskLifetimeSeconds *int64 `type:"int64" json:",omitempty"`

	MinContinuousResourceDurationSeconds *int64 `type:"int64" json:",omitempty"`

	MinDurationHours *int64 `min:"4" max:"12" type:"int64" json:",omitempty"`

	RecurrenceEndTime *string `type:"string" json:",omitempty"`

	RecurrenceInterval *string `type:"string" json:",omitempty"`

	RecurrenceResourceSegments []*RecurrenceResourceSegmentForCreateResourceReservationPlanInput `type:"list" json:",omitempty"`

	RecurrenceStartTime *string `type:"string" json:",omitempty"`

	ReservationType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReservationConfigForCreateResourceReservationPlanInput) GoString added in v1.1.19

GoString returns the string representation

func (*ReservationConfigForCreateResourceReservationPlanInput) SetAvailableResourceId added in v1.1.33

SetAvailableResourceId sets the AvailableResourceId field's value.

func (*ReservationConfigForCreateResourceReservationPlanInput) SetMaxDurationHours added in v1.1.19

SetMaxDurationHours sets the MaxDurationHours field's value.

func (*ReservationConfigForCreateResourceReservationPlanInput) SetMaxTaskLifetimeSeconds added in v1.1.48

SetMaxTaskLifetimeSeconds sets the MaxTaskLifetimeSeconds field's value.

func (*ReservationConfigForCreateResourceReservationPlanInput) SetMinContinuousResourceDurationSeconds added in v1.1.48

SetMinContinuousResourceDurationSeconds sets the MinContinuousResourceDurationSeconds field's value.

func (*ReservationConfigForCreateResourceReservationPlanInput) SetMinDurationHours added in v1.1.19

SetMinDurationHours sets the MinDurationHours field's value.

func (*ReservationConfigForCreateResourceReservationPlanInput) SetRecurrenceEndTime added in v1.1.19

SetRecurrenceEndTime sets the RecurrenceEndTime field's value.

func (*ReservationConfigForCreateResourceReservationPlanInput) SetRecurrenceInterval added in v1.1.19

SetRecurrenceInterval sets the RecurrenceInterval field's value.

func (*ReservationConfigForCreateResourceReservationPlanInput) SetRecurrenceResourceSegments added in v1.1.49

SetRecurrenceResourceSegments sets the RecurrenceResourceSegments field's value.

func (*ReservationConfigForCreateResourceReservationPlanInput) SetRecurrenceStartTime added in v1.1.19

SetRecurrenceStartTime sets the RecurrenceStartTime field's value.

func (*ReservationConfigForCreateResourceReservationPlanInput) SetReservationType added in v1.1.19

SetReservationType sets the ReservationType field's value.

func (ReservationConfigForCreateResourceReservationPlanInput) String added in v1.1.19

String returns the string representation

func (*ReservationConfigForCreateResourceReservationPlanInput) Validate added in v1.1.19

Validate inspects the fields of the type to determine if they are valid.

type ReservationConfigForGetResourceReservationPlanOutput added in v1.1.19

type ReservationConfigForGetResourceReservationPlanOutput struct {
	MaxDurationHours *int64 `min:"4" max:"12" type:"int64" json:",omitempty"`

	MaxTaskLifetimeSeconds *int64 `type:"int64" json:",omitempty"`

	MinContinuousResourceDurationSeconds *int64 `type:"int64" json:",omitempty"`

	MinDurationHours *int64 `min:"4" max:"12" type:"int64" json:",omitempty"`

	RecurrenceEndTime *string `type:"string" json:",omitempty"`

	RecurrenceInterval *string `type:"string" json:",omitempty"`

	RecurrenceResourceSegments []*RecurrenceResourceSegmentForGetResourceReservationPlanOutput `type:"list" json:",omitempty"`

	RecurrenceStartTime *string `type:"string" json:",omitempty"`

	ReservationType *string `type:"string" json:",omitempty"`

	ResourceSegments []*ResourceSegmentForGetResourceReservationPlanOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReservationConfigForGetResourceReservationPlanOutput) GoString added in v1.1.19

GoString returns the string representation

func (*ReservationConfigForGetResourceReservationPlanOutput) SetMaxDurationHours added in v1.1.19

SetMaxDurationHours sets the MaxDurationHours field's value.

func (*ReservationConfigForGetResourceReservationPlanOutput) SetMaxTaskLifetimeSeconds added in v1.1.48

SetMaxTaskLifetimeSeconds sets the MaxTaskLifetimeSeconds field's value.

func (*ReservationConfigForGetResourceReservationPlanOutput) SetMinContinuousResourceDurationSeconds added in v1.1.48

SetMinContinuousResourceDurationSeconds sets the MinContinuousResourceDurationSeconds field's value.

func (*ReservationConfigForGetResourceReservationPlanOutput) SetMinDurationHours added in v1.1.19

SetMinDurationHours sets the MinDurationHours field's value.

func (*ReservationConfigForGetResourceReservationPlanOutput) SetRecurrenceEndTime added in v1.1.19

SetRecurrenceEndTime sets the RecurrenceEndTime field's value.

func (*ReservationConfigForGetResourceReservationPlanOutput) SetRecurrenceInterval added in v1.1.19

SetRecurrenceInterval sets the RecurrenceInterval field's value.

func (*ReservationConfigForGetResourceReservationPlanOutput) SetRecurrenceResourceSegments added in v1.1.49

SetRecurrenceResourceSegments sets the RecurrenceResourceSegments field's value.

func (*ReservationConfigForGetResourceReservationPlanOutput) SetRecurrenceStartTime added in v1.1.19

SetRecurrenceStartTime sets the RecurrenceStartTime field's value.

func (*ReservationConfigForGetResourceReservationPlanOutput) SetReservationType added in v1.1.19

SetReservationType sets the ReservationType field's value.

func (*ReservationConfigForGetResourceReservationPlanOutput) SetResourceSegments added in v1.1.33

SetResourceSegments sets the ResourceSegments field's value.

func (ReservationConfigForGetResourceReservationPlanOutput) String added in v1.1.19

String returns the string representation

type ReservationConfigForListResourceReservationPlansOutput added in v1.1.19

type ReservationConfigForListResourceReservationPlansOutput struct {
	MaxDurationHours *int64 `min:"4" max:"12" type:"int64" json:",omitempty"`

	MaxTaskLifetimeSeconds *int64 `type:"int64" json:",omitempty"`

	MinContinuousResourceDurationSeconds *int64 `type:"int64" json:",omitempty"`

	MinDurationHours *int64 `min:"4" max:"12" type:"int64" json:",omitempty"`

	RecurrenceEndTime *string `type:"string" json:",omitempty"`

	RecurrenceInterval *string `type:"string" json:",omitempty"`

	RecurrenceResourceSegments []*RecurrenceResourceSegmentForListResourceReservationPlansOutput `type:"list" json:",omitempty"`

	RecurrenceStartTime *string `type:"string" json:",omitempty"`

	ReservationType *string `type:"string" json:",omitempty"`

	ResourceSegments []*ResourceSegmentForListResourceReservationPlansOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReservationConfigForListResourceReservationPlansOutput) GoString added in v1.1.19

GoString returns the string representation

func (*ReservationConfigForListResourceReservationPlansOutput) SetMaxDurationHours added in v1.1.19

SetMaxDurationHours sets the MaxDurationHours field's value.

func (*ReservationConfigForListResourceReservationPlansOutput) SetMaxTaskLifetimeSeconds added in v1.1.48

SetMaxTaskLifetimeSeconds sets the MaxTaskLifetimeSeconds field's value.

func (*ReservationConfigForListResourceReservationPlansOutput) SetMinContinuousResourceDurationSeconds added in v1.1.48

SetMinContinuousResourceDurationSeconds sets the MinContinuousResourceDurationSeconds field's value.

func (*ReservationConfigForListResourceReservationPlansOutput) SetMinDurationHours added in v1.1.19

SetMinDurationHours sets the MinDurationHours field's value.

func (*ReservationConfigForListResourceReservationPlansOutput) SetRecurrenceEndTime added in v1.1.19

SetRecurrenceEndTime sets the RecurrenceEndTime field's value.

func (*ReservationConfigForListResourceReservationPlansOutput) SetRecurrenceInterval added in v1.1.19

SetRecurrenceInterval sets the RecurrenceInterval field's value.

func (*ReservationConfigForListResourceReservationPlansOutput) SetRecurrenceResourceSegments added in v1.1.49

SetRecurrenceResourceSegments sets the RecurrenceResourceSegments field's value.

func (*ReservationConfigForListResourceReservationPlansOutput) SetRecurrenceStartTime added in v1.1.19

SetRecurrenceStartTime sets the RecurrenceStartTime field's value.

func (*ReservationConfigForListResourceReservationPlansOutput) SetReservationType added in v1.1.19

SetReservationType sets the ReservationType field's value.

func (*ReservationConfigForListResourceReservationPlansOutput) SetResourceSegments added in v1.1.33

SetResourceSegments sets the ResourceSegments field's value.

func (ReservationConfigForListResourceReservationPlansOutput) String added in v1.1.19

String returns the string representation

type ReservationConfigForUpdateResourceReservationPlanInput added in v1.1.49

type ReservationConfigForUpdateResourceReservationPlanInput struct {
	MaxDurationHours *int64 `min:"4" max:"12" type:"int64" json:",omitempty"`

	MinDurationHours *int64 `min:"4" max:"12" type:"int64" json:",omitempty"`

	RecurrenceEndTime *string `type:"string" json:",omitempty"`

	RecurrenceResourceSegments []*RecurrenceResourceSegmentForUpdateResourceReservationPlanInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReservationConfigForUpdateResourceReservationPlanInput) GoString added in v1.1.49

GoString returns the string representation

func (*ReservationConfigForUpdateResourceReservationPlanInput) SetMaxDurationHours added in v1.1.49

SetMaxDurationHours sets the MaxDurationHours field's value.

func (*ReservationConfigForUpdateResourceReservationPlanInput) SetMinDurationHours added in v1.1.49

SetMinDurationHours sets the MinDurationHours field's value.

func (*ReservationConfigForUpdateResourceReservationPlanInput) SetRecurrenceEndTime added in v1.1.49

SetRecurrenceEndTime sets the RecurrenceEndTime field's value.

func (*ReservationConfigForUpdateResourceReservationPlanInput) SetRecurrenceResourceSegments added in v1.1.49

SetRecurrenceResourceSegments sets the RecurrenceResourceSegments field's value.

func (ReservationConfigForUpdateResourceReservationPlanInput) String added in v1.1.49

String returns the string representation

func (*ReservationConfigForUpdateResourceReservationPlanInput) Validate added in v1.1.49

Validate inspects the fields of the type to determine if they are valid.

type ResourceAllocatedForGetResourceGroupOutput

type ResourceAllocatedForGetResourceGroupOutput struct {
	ComputeResources []*ComputeResourceForGetResourceGroupOutput `type:"list" json:",omitempty"`

	VolumeResources []*VolumeResourceForGetResourceGroupOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceAllocatedForGetResourceGroupOutput) GoString

GoString returns the string representation

func (*ResourceAllocatedForGetResourceGroupOutput) SetComputeResources

SetComputeResources sets the ComputeResources field's value.

func (*ResourceAllocatedForGetResourceGroupOutput) SetVolumeResources

SetVolumeResources sets the VolumeResources field's value.

func (ResourceAllocatedForGetResourceGroupOutput) String

String returns the string representation

type ResourceAllocatedForListResourceGroupsOutput

type ResourceAllocatedForListResourceGroupsOutput struct {
	ComputeResources []*ComputeResourceForListResourceGroupsOutput `type:"list" json:",omitempty"`

	VolumeResources []*VolumeResourceForListResourceGroupsOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceAllocatedForListResourceGroupsOutput) GoString

GoString returns the string representation

func (*ResourceAllocatedForListResourceGroupsOutput) SetComputeResources

SetComputeResources sets the ComputeResources field's value.

func (*ResourceAllocatedForListResourceGroupsOutput) SetVolumeResources

SetVolumeResources sets the VolumeResources field's value.

func (ResourceAllocatedForListResourceGroupsOutput) String

String returns the string representation

type ResourceCapabilityForGetResourceGroupOutput

type ResourceCapabilityForGetResourceGroupOutput struct {
	ComputeResources []*ComputeResourceForGetResourceGroupOutput `type:"list" json:",omitempty"`

	VolumeResources []*VolumeResourceForGetResourceGroupOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceCapabilityForGetResourceGroupOutput) GoString

GoString returns the string representation

func (*ResourceCapabilityForGetResourceGroupOutput) SetComputeResources

SetComputeResources sets the ComputeResources field's value.

func (*ResourceCapabilityForGetResourceGroupOutput) SetVolumeResources

SetVolumeResources sets the VolumeResources field's value.

func (ResourceCapabilityForGetResourceGroupOutput) String

String returns the string representation

type ResourceCapabilityForListResourceGroupsOutput

type ResourceCapabilityForListResourceGroupsOutput struct {
	ComputeResources []*ComputeResourceForListResourceGroupsOutput `type:"list" json:",omitempty"`

	VolumeResources []*VolumeResourceForListResourceGroupsOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceCapabilityForListResourceGroupsOutput) GoString

GoString returns the string representation

func (*ResourceCapabilityForListResourceGroupsOutput) SetComputeResources

SetComputeResources sets the ComputeResources field's value.

func (*ResourceCapabilityForListResourceGroupsOutput) SetVolumeResources

SetVolumeResources sets the VolumeResources field's value.

func (ResourceCapabilityForListResourceGroupsOutput) String

String returns the string representation

type ResourceClaimForCreateDevInstanceInput

type ResourceClaimForCreateDevInstanceInput struct {
	FlexibleResourceClaim *FlexibleResourceClaimForCreateDevInstanceInput `type:"structure" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceClaimForCreateDevInstanceInput) GoString

GoString returns the string representation

func (*ResourceClaimForCreateDevInstanceInput) SetFlexibleResourceClaim

SetFlexibleResourceClaim sets the FlexibleResourceClaim field's value.

func (*ResourceClaimForCreateDevInstanceInput) SetInstanceTypeId

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*ResourceClaimForCreateDevInstanceInput) SetType

SetType sets the Type field's value.

func (*ResourceClaimForCreateDevInstanceInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ResourceClaimForCreateDevInstanceInput) String

String returns the string representation

type ResourceClaimForGetDevInstanceOutput

type ResourceClaimForGetDevInstanceOutput struct {
	FlexibleResourceClaim *FlexibleResourceClaimForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceClaimForGetDevInstanceOutput) GoString

GoString returns the string representation

func (*ResourceClaimForGetDevInstanceOutput) SetFlexibleResourceClaim

SetFlexibleResourceClaim sets the FlexibleResourceClaim field's value.

func (*ResourceClaimForGetDevInstanceOutput) SetInstanceTypeId

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*ResourceClaimForGetDevInstanceOutput) SetType

SetType sets the Type field's value.

func (*ResourceClaimForGetDevInstanceOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ResourceClaimForGetDevInstanceOutput) String

String returns the string representation

type ResourceClaimForListDevInstancesOutput

type ResourceClaimForListDevInstancesOutput struct {
	FlexibleResourceClaim *FlexibleResourceClaimForListDevInstancesOutput `type:"structure" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceClaimForListDevInstancesOutput) GoString

GoString returns the string representation

func (*ResourceClaimForListDevInstancesOutput) SetFlexibleResourceClaim

SetFlexibleResourceClaim sets the FlexibleResourceClaim field's value.

func (*ResourceClaimForListDevInstancesOutput) SetInstanceTypeId

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*ResourceClaimForListDevInstancesOutput) SetType

SetType sets the Type field's value.

func (*ResourceClaimForListDevInstancesOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ResourceClaimForListDevInstancesOutput) String

String returns the string representation

type ResourceClaimForListJobInstancesOutput

type ResourceClaimForListJobInstancesOutput struct {
	FlexibleResourceClaim *FlexibleResourceClaimForListJobInstancesOutput `type:"structure" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceClaimForListJobInstancesOutput) GoString

GoString returns the string representation

func (*ResourceClaimForListJobInstancesOutput) SetFlexibleResourceClaim

SetFlexibleResourceClaim sets the FlexibleResourceClaim field's value.

func (*ResourceClaimForListJobInstancesOutput) SetInstanceTypeId

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*ResourceClaimForListJobInstancesOutput) SetType

SetType sets the Type field's value.

func (*ResourceClaimForListJobInstancesOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ResourceClaimForListJobInstancesOutput) String

String returns the string representation

type ResourceClaimForUpdateDevInstanceInput

type ResourceClaimForUpdateDevInstanceInput struct {
	FlexibleResourceClaim *FlexibleResourceClaimForUpdateDevInstanceInput `type:"structure" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceClaimForUpdateDevInstanceInput) GoString

GoString returns the string representation

func (*ResourceClaimForUpdateDevInstanceInput) SetFlexibleResourceClaim

SetFlexibleResourceClaim sets the FlexibleResourceClaim field's value.

func (*ResourceClaimForUpdateDevInstanceInput) SetInstanceTypeId

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*ResourceClaimForUpdateDevInstanceInput) SetType

SetType sets the Type field's value.

func (*ResourceClaimForUpdateDevInstanceInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ResourceClaimForUpdateDevInstanceInput) String

String returns the string representation

type ResourceConfigForCreateJobInput

type ResourceConfigForCreateJobInput struct {
	HoldingTimeSeconds *int64 `type:"int64" json:",omitempty"`

	MaxRuntimeSeconds *int64 `type:"int64" json:",omitempty"`

	NumaAffinity *string `type:"string" json:",omitempty"`

	OnlyUseSuspectedNode *bool `type:"boolean" json:",omitempty"`

	Preemptible *bool `type:"boolean" json:",omitempty"`

	Priority *int32 `type:"int32" json:",omitempty"`

	ResourceQueueId *string `type:"string" json:",omitempty"`

	ResourceReservation *bool `type:"boolean" json:",omitempty"`

	ResourceReservationPlanId *string `type:"string" json:",omitempty"`

	Roles []*RoleForCreateJobInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceConfigForCreateJobInput) GoString

GoString returns the string representation

func (*ResourceConfigForCreateJobInput) SetHoldingTimeSeconds

SetHoldingTimeSeconds sets the HoldingTimeSeconds field's value.

func (*ResourceConfigForCreateJobInput) SetMaxRuntimeSeconds

SetMaxRuntimeSeconds sets the MaxRuntimeSeconds field's value.

func (*ResourceConfigForCreateJobInput) SetNumaAffinity added in v1.1.19

SetNumaAffinity sets the NumaAffinity field's value.

func (*ResourceConfigForCreateJobInput) SetOnlyUseSuspectedNode

SetOnlyUseSuspectedNode sets the OnlyUseSuspectedNode field's value.

func (*ResourceConfigForCreateJobInput) SetPreemptible

SetPreemptible sets the Preemptible field's value.

func (*ResourceConfigForCreateJobInput) SetPriority

SetPriority sets the Priority field's value.

func (*ResourceConfigForCreateJobInput) SetResourceQueueId

SetResourceQueueId sets the ResourceQueueId field's value.

func (*ResourceConfigForCreateJobInput) SetResourceReservation

SetResourceReservation sets the ResourceReservation field's value.

func (*ResourceConfigForCreateJobInput) SetResourceReservationPlanId added in v1.1.19

func (s *ResourceConfigForCreateJobInput) SetResourceReservationPlanId(v string) *ResourceConfigForCreateJobInput

SetResourceReservationPlanId sets the ResourceReservationPlanId field's value.

func (*ResourceConfigForCreateJobInput) SetRoles

SetRoles sets the Roles field's value.

func (ResourceConfigForCreateJobInput) String

String returns the string representation

type ResourceConfigForCreateResourceGroupInput

type ResourceConfigForCreateResourceGroupInput struct {
	ComputeResources []*ComputeResourceForCreateResourceGroupInput `type:"list" json:",omitempty"`

	VolumeResources []*VolumeResourceForCreateResourceGroupInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceConfigForCreateResourceGroupInput) GoString

GoString returns the string representation

func (*ResourceConfigForCreateResourceGroupInput) SetComputeResources

SetComputeResources sets the ComputeResources field's value.

func (*ResourceConfigForCreateResourceGroupInput) SetVolumeResources

SetVolumeResources sets the VolumeResources field's value.

func (ResourceConfigForCreateResourceGroupInput) String

String returns the string representation

type ResourceConfigForGetJobOutput

type ResourceConfigForGetJobOutput struct {
	HoldingTimeSeconds *int64 `type:"int64" json:",omitempty"`

	MaxRuntimeSeconds *int64 `type:"int64" json:",omitempty"`

	NumaAffinity *string `type:"string" json:",omitempty"`

	OnlyUseSuspectedNode *bool `type:"boolean" json:",omitempty"`

	Preemptible *bool `type:"boolean" json:",omitempty"`

	Priority *int32 `type:"int32" json:",omitempty"`

	ResourceQueueId *string `type:"string" json:",omitempty"`

	ResourceReservation *bool `type:"boolean" json:",omitempty"`

	ResourceReservationPlanId *string `type:"string" json:",omitempty"`

	Roles []*RoleForGetJobOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceConfigForGetJobOutput) GoString

GoString returns the string representation

func (*ResourceConfigForGetJobOutput) SetHoldingTimeSeconds

SetHoldingTimeSeconds sets the HoldingTimeSeconds field's value.

func (*ResourceConfigForGetJobOutput) SetMaxRuntimeSeconds

SetMaxRuntimeSeconds sets the MaxRuntimeSeconds field's value.

func (*ResourceConfigForGetJobOutput) SetNumaAffinity added in v1.1.19

SetNumaAffinity sets the NumaAffinity field's value.

func (*ResourceConfigForGetJobOutput) SetOnlyUseSuspectedNode

func (s *ResourceConfigForGetJobOutput) SetOnlyUseSuspectedNode(v bool) *ResourceConfigForGetJobOutput

SetOnlyUseSuspectedNode sets the OnlyUseSuspectedNode field's value.

func (*ResourceConfigForGetJobOutput) SetPreemptible

SetPreemptible sets the Preemptible field's value.

func (*ResourceConfigForGetJobOutput) SetPriority

SetPriority sets the Priority field's value.

func (*ResourceConfigForGetJobOutput) SetResourceQueueId

SetResourceQueueId sets the ResourceQueueId field's value.

func (*ResourceConfigForGetJobOutput) SetResourceReservation

SetResourceReservation sets the ResourceReservation field's value.

func (*ResourceConfigForGetJobOutput) SetResourceReservationPlanId added in v1.1.19

func (s *ResourceConfigForGetJobOutput) SetResourceReservationPlanId(v string) *ResourceConfigForGetJobOutput

SetResourceReservationPlanId sets the ResourceReservationPlanId field's value.

func (*ResourceConfigForGetJobOutput) SetRoles

SetRoles sets the Roles field's value.

func (ResourceConfigForGetJobOutput) String

String returns the string representation

type ResourceConfigForListJobsOutput

type ResourceConfigForListJobsOutput struct {
	HoldingTimeSeconds *int64 `type:"int64" json:",omitempty"`

	MaxRuntimeSeconds *int64 `type:"int64" json:",omitempty"`

	NumaAffinity *string `type:"string" json:",omitempty"`

	OnlyUseSuspectedNode *bool `type:"boolean" json:",omitempty"`

	Preemptible *bool `type:"boolean" json:",omitempty"`

	Priority *int32 `type:"int32" json:",omitempty"`

	ResourceQueueId *string `type:"string" json:",omitempty"`

	ResourceReservation *bool `type:"boolean" json:",omitempty"`

	ResourceReservationPlanId *string `type:"string" json:",omitempty"`

	Roles []*RoleForListJobsOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceConfigForListJobsOutput) GoString

GoString returns the string representation

func (*ResourceConfigForListJobsOutput) SetHoldingTimeSeconds

SetHoldingTimeSeconds sets the HoldingTimeSeconds field's value.

func (*ResourceConfigForListJobsOutput) SetMaxRuntimeSeconds

SetMaxRuntimeSeconds sets the MaxRuntimeSeconds field's value.

func (*ResourceConfigForListJobsOutput) SetNumaAffinity added in v1.1.19

SetNumaAffinity sets the NumaAffinity field's value.

func (*ResourceConfigForListJobsOutput) SetOnlyUseSuspectedNode

SetOnlyUseSuspectedNode sets the OnlyUseSuspectedNode field's value.

func (*ResourceConfigForListJobsOutput) SetPreemptible

SetPreemptible sets the Preemptible field's value.

func (*ResourceConfigForListJobsOutput) SetPriority

SetPriority sets the Priority field's value.

func (*ResourceConfigForListJobsOutput) SetResourceQueueId

SetResourceQueueId sets the ResourceQueueId field's value.

func (*ResourceConfigForListJobsOutput) SetResourceReservation

SetResourceReservation sets the ResourceReservation field's value.

func (*ResourceConfigForListJobsOutput) SetResourceReservationPlanId added in v1.1.19

func (s *ResourceConfigForListJobsOutput) SetResourceReservationPlanId(v string) *ResourceConfigForListJobsOutput

SetResourceReservationPlanId sets the ResourceReservationPlanId field's value.

func (*ResourceConfigForListJobsOutput) SetRoles

SetRoles sets the Roles field's value.

func (ResourceConfigForListJobsOutput) String

String returns the string representation

type ResourceConfigForUpdateJobInput

type ResourceConfigForUpdateJobInput struct {
	HoldingTimeSeconds *int64 `type:"int64" json:",omitempty"`

	MaxRuntimeSeconds *int64 `type:"int64" json:",omitempty"`

	Priority *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceConfigForUpdateJobInput) GoString

GoString returns the string representation

func (*ResourceConfigForUpdateJobInput) SetHoldingTimeSeconds

SetHoldingTimeSeconds sets the HoldingTimeSeconds field's value.

func (*ResourceConfigForUpdateJobInput) SetMaxRuntimeSeconds

SetMaxRuntimeSeconds sets the MaxRuntimeSeconds field's value.

func (*ResourceConfigForUpdateJobInput) SetPriority

SetPriority sets the Priority field's value.

func (ResourceConfigForUpdateJobInput) String

String returns the string representation

type ResourceConfigForUpdateResourceGroupInput

type ResourceConfigForUpdateResourceGroupInput struct {
	ComputeResources []*ComputeResourceForUpdateResourceGroupInput `type:"list" json:",omitempty"`

	VolumeResources []*VolumeResourceForUpdateResourceGroupInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceConfigForUpdateResourceGroupInput) GoString

GoString returns the string representation

func (*ResourceConfigForUpdateResourceGroupInput) SetComputeResources

SetComputeResources sets the ComputeResources field's value.

func (*ResourceConfigForUpdateResourceGroupInput) SetVolumeResources

SetVolumeResources sets the VolumeResources field's value.

func (ResourceConfigForUpdateResourceGroupInput) String

String returns the string representation

type ResourceForCreateDeploymentInput

type ResourceForCreateDeploymentInput struct {
	FlexibleResourceClaim *FlexibleResourceClaimForCreateDeploymentInput `type:"structure" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceForCreateDeploymentInput) GoString

GoString returns the string representation

func (*ResourceForCreateDeploymentInput) SetFlexibleResourceClaim

SetFlexibleResourceClaim sets the FlexibleResourceClaim field's value.

func (*ResourceForCreateDeploymentInput) SetInstanceTypeId

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*ResourceForCreateDeploymentInput) SetType

SetType sets the Type field's value.

func (*ResourceForCreateDeploymentInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ResourceForCreateDeploymentInput) String

String returns the string representation

type ResourceForCreateJobInput

type ResourceForCreateJobInput struct {
	FlexibleResourceClaim *FlexibleResourceClaimForCreateJobInput `type:"structure" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceForCreateJobInput) GoString

func (s ResourceForCreateJobInput) GoString() string

GoString returns the string representation

func (*ResourceForCreateJobInput) SetFlexibleResourceClaim

SetFlexibleResourceClaim sets the FlexibleResourceClaim field's value.

func (*ResourceForCreateJobInput) SetInstanceTypeId

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*ResourceForCreateJobInput) SetType

SetType sets the Type field's value.

func (*ResourceForCreateJobInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ResourceForCreateJobInput) String

func (s ResourceForCreateJobInput) String() string

String returns the string representation

type ResourceForGetDeploymentOutput

type ResourceForGetDeploymentOutput struct {
	FlexibleResourceClaim *FlexibleResourceClaimForGetDeploymentOutput `type:"structure" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceForGetDeploymentOutput) GoString

GoString returns the string representation

func (*ResourceForGetDeploymentOutput) SetFlexibleResourceClaim

SetFlexibleResourceClaim sets the FlexibleResourceClaim field's value.

func (*ResourceForGetDeploymentOutput) SetInstanceTypeId

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*ResourceForGetDeploymentOutput) SetType

SetType sets the Type field's value.

func (*ResourceForGetDeploymentOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ResourceForGetDeploymentOutput) String

String returns the string representation

type ResourceForGetJobOutput

type ResourceForGetJobOutput struct {
	FlexibleResourceClaim *FlexibleResourceClaimForGetJobOutput `type:"structure" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceForGetJobOutput) GoString

func (s ResourceForGetJobOutput) GoString() string

GoString returns the string representation

func (*ResourceForGetJobOutput) SetFlexibleResourceClaim

SetFlexibleResourceClaim sets the FlexibleResourceClaim field's value.

func (*ResourceForGetJobOutput) SetInstanceTypeId

func (s *ResourceForGetJobOutput) SetInstanceTypeId(v string) *ResourceForGetJobOutput

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*ResourceForGetJobOutput) SetType

SetType sets the Type field's value.

func (*ResourceForGetJobOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ResourceForGetJobOutput) String

func (s ResourceForGetJobOutput) String() string

String returns the string representation

type ResourceForListJobsOutput

type ResourceForListJobsOutput struct {
	FlexibleResourceClaim *FlexibleResourceClaimForListJobsOutput `type:"structure" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceForListJobsOutput) GoString

func (s ResourceForListJobsOutput) GoString() string

GoString returns the string representation

func (*ResourceForListJobsOutput) SetFlexibleResourceClaim

SetFlexibleResourceClaim sets the FlexibleResourceClaim field's value.

func (*ResourceForListJobsOutput) SetInstanceTypeId

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*ResourceForListJobsOutput) SetType

SetType sets the Type field's value.

func (*ResourceForListJobsOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ResourceForListJobsOutput) String

func (s ResourceForListJobsOutput) String() string

String returns the string representation

type ResourceForUpdateDeploymentInput

type ResourceForUpdateDeploymentInput struct {
	FlexibleResourceClaim *FlexibleResourceClaimForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceForUpdateDeploymentInput) GoString

GoString returns the string representation

func (*ResourceForUpdateDeploymentInput) SetFlexibleResourceClaim

SetFlexibleResourceClaim sets the FlexibleResourceClaim field's value.

func (*ResourceForUpdateDeploymentInput) SetInstanceTypeId

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*ResourceForUpdateDeploymentInput) SetType

SetType sets the Type field's value.

func (*ResourceForUpdateDeploymentInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ResourceForUpdateDeploymentInput) String

String returns the string representation

type ResourceSegmentForGetResourceReservationPlanOutput added in v1.1.33

type ResourceSegmentForGetResourceReservationPlanOutput struct {
	AvailabilityZone *string `type:"string" json:",omitempty"`

	EndTime *string `type:"string" json:",omitempty"`

	StartTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceSegmentForGetResourceReservationPlanOutput) GoString added in v1.1.33

GoString returns the string representation

func (*ResourceSegmentForGetResourceReservationPlanOutput) SetAvailabilityZone added in v1.1.33

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*ResourceSegmentForGetResourceReservationPlanOutput) SetEndTime added in v1.1.33

SetEndTime sets the EndTime field's value.

func (*ResourceSegmentForGetResourceReservationPlanOutput) SetStartTime added in v1.1.33

SetStartTime sets the StartTime field's value.

func (ResourceSegmentForGetResourceReservationPlanOutput) String added in v1.1.33

String returns the string representation

type ResourceSegmentForListResourceReservationPlansOutput added in v1.1.33

type ResourceSegmentForListResourceReservationPlansOutput struct {
	AvailabilityZone *string `type:"string" json:",omitempty"`

	EndTime *string `type:"string" json:",omitempty"`

	StartTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceSegmentForListResourceReservationPlansOutput) GoString added in v1.1.33

GoString returns the string representation

func (*ResourceSegmentForListResourceReservationPlansOutput) SetAvailabilityZone added in v1.1.33

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*ResourceSegmentForListResourceReservationPlansOutput) SetEndTime added in v1.1.33

SetEndTime sets the EndTime field's value.

func (*ResourceSegmentForListResourceReservationPlansOutput) SetStartTime added in v1.1.33

SetStartTime sets the StartTime field's value.

func (ResourceSegmentForListResourceReservationPlansOutput) String added in v1.1.33

String returns the string representation

type ResumeResourceQueueInput

type ResumeResourceQueueInput struct {
	DryRun *bool `type:"boolean" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ResumeResourceQueueInput) GoString

func (s ResumeResourceQueueInput) GoString() string

GoString returns the string representation

func (*ResumeResourceQueueInput) SetDryRun

SetDryRun sets the DryRun field's value.

func (*ResumeResourceQueueInput) SetId

SetId sets the Id field's value.

func (ResumeResourceQueueInput) String

func (s ResumeResourceQueueInput) String() string

String returns the string representation

func (*ResumeResourceQueueInput) Validate

func (s *ResumeResourceQueueInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResumeResourceQueueOutput

type ResumeResourceQueueOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResumeResourceQueueOutput) GoString

func (s ResumeResourceQueueOutput) GoString() string

GoString returns the string representation

func (*ResumeResourceQueueOutput) SetId

SetId sets the Id field's value.

func (*ResumeResourceQueueOutput) SetStatus

SetStatus sets the Status field's value.

func (ResumeResourceQueueOutput) String

func (s ResumeResourceQueueOutput) String() string

String returns the string representation

type RetryConfigForCreateJobInput

type RetryConfigForCreateJobInput struct {
	IntervalSeconds *int64 `type:"int64" json:",omitempty"`

	MaxRetryTimes *int64 `type:"int64" json:",omitempty"`

	Triggers []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RetryConfigForCreateJobInput) GoString

func (s RetryConfigForCreateJobInput) GoString() string

GoString returns the string representation

func (*RetryConfigForCreateJobInput) SetIntervalSeconds

SetIntervalSeconds sets the IntervalSeconds field's value.

func (*RetryConfigForCreateJobInput) SetMaxRetryTimes

SetMaxRetryTimes sets the MaxRetryTimes field's value.

func (*RetryConfigForCreateJobInput) SetTriggers

SetTriggers sets the Triggers field's value.

func (RetryConfigForCreateJobInput) String

String returns the string representation

type RetryConfigForGetJobOutput

type RetryConfigForGetJobOutput struct {
	IntervalSeconds *int64 `type:"int64" json:",omitempty"`

	MaxRetryTimes *int64 `type:"int64" json:",omitempty"`

	Triggers []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RetryConfigForGetJobOutput) GoString

func (s RetryConfigForGetJobOutput) GoString() string

GoString returns the string representation

func (*RetryConfigForGetJobOutput) SetIntervalSeconds

SetIntervalSeconds sets the IntervalSeconds field's value.

func (*RetryConfigForGetJobOutput) SetMaxRetryTimes

SetMaxRetryTimes sets the MaxRetryTimes field's value.

func (*RetryConfigForGetJobOutput) SetTriggers

SetTriggers sets the Triggers field's value.

func (RetryConfigForGetJobOutput) String

String returns the string representation

type RetryConfigForUpdateJobInput

type RetryConfigForUpdateJobInput struct {
	IntervalSeconds *int64 `type:"int64" json:",omitempty"`

	MaxRetryTimes *int64 `type:"int64" json:",omitempty"`

	Triggers []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RetryConfigForUpdateJobInput) GoString

func (s RetryConfigForUpdateJobInput) GoString() string

GoString returns the string representation

func (*RetryConfigForUpdateJobInput) SetIntervalSeconds

SetIntervalSeconds sets the IntervalSeconds field's value.

func (*RetryConfigForUpdateJobInput) SetMaxRetryTimes

SetMaxRetryTimes sets the MaxRetryTimes field's value.

func (*RetryConfigForUpdateJobInput) SetTriggers

SetTriggers sets the Triggers field's value.

func (RetryConfigForUpdateJobInput) String

String returns the string representation

type RoleForCreateDeploymentInput

type RoleForCreateDeploymentInput struct {
	Command *string `type:"string" json:",omitempty"`

	Credential *CredentialForCreateDeploymentInput `type:"structure" json:",omitempty"`

	Envs []*EnvForCreateDeploymentInput `type:"list" json:",omitempty"`

	Expose *bool `type:"boolean" json:",omitempty"`

	GracefulShutdownPeriod *int32 `type:"int32" json:",omitempty"`

	Image *ImageForCreateDeploymentInput `type:"structure" json:",omitempty"`

	LivenessProbe *LivenessProbeForCreateDeploymentInput `type:"structure" json:",omitempty"`

	Model *ModelForCreateDeploymentInput `type:"structure" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	NodeAffinitySpec *NodeAffinitySpecForCreateDeploymentInput `type:"structure" json:",omitempty"`

	Ports []*PortForCreateDeploymentInput `type:"list" json:",omitempty"`

	ReadinessProbe *ReadinessProbeForCreateDeploymentInput `type:"structure" json:",omitempty"`

	Replicas *int32 `type:"int32" json:",omitempty"`

	Resource *ResourceForCreateDeploymentInput `type:"structure" json:",omitempty"`

	RollingUpdateStrategy *RollingUpdateStrategyForCreateDeploymentInput `type:"structure" json:",omitempty"`

	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	ShardNum *int32 `type:"int32" json:",omitempty"`

	StartupProbe *StartupProbeForCreateDeploymentInput `type:"structure" json:",omitempty"`

	Storages []*StorageForCreateDeploymentInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RoleForCreateDeploymentInput) GoString

func (s RoleForCreateDeploymentInput) GoString() string

GoString returns the string representation

func (*RoleForCreateDeploymentInput) SetCommand

SetCommand sets the Command field's value.

func (*RoleForCreateDeploymentInput) SetCredential

SetCredential sets the Credential field's value.

func (*RoleForCreateDeploymentInput) SetEnvs

SetEnvs sets the Envs field's value.

func (*RoleForCreateDeploymentInput) SetExpose

SetExpose sets the Expose field's value.

func (*RoleForCreateDeploymentInput) SetGracefulShutdownPeriod

func (s *RoleForCreateDeploymentInput) SetGracefulShutdownPeriod(v int32) *RoleForCreateDeploymentInput

SetGracefulShutdownPeriod sets the GracefulShutdownPeriod field's value.

func (*RoleForCreateDeploymentInput) SetImage

SetImage sets the Image field's value.

func (*RoleForCreateDeploymentInput) SetLivenessProbe

SetLivenessProbe sets the LivenessProbe field's value.

func (*RoleForCreateDeploymentInput) SetModel

SetModel sets the Model field's value.

func (*RoleForCreateDeploymentInput) SetName

SetName sets the Name field's value.

func (*RoleForCreateDeploymentInput) SetNodeAffinitySpec

SetNodeAffinitySpec sets the NodeAffinitySpec field's value.

func (*RoleForCreateDeploymentInput) SetPorts

SetPorts sets the Ports field's value.

func (*RoleForCreateDeploymentInput) SetReadinessProbe

SetReadinessProbe sets the ReadinessProbe field's value.

func (*RoleForCreateDeploymentInput) SetReplicas

SetReplicas sets the Replicas field's value.

func (*RoleForCreateDeploymentInput) SetResource

SetResource sets the Resource field's value.

func (*RoleForCreateDeploymentInput) SetRollingUpdateStrategy

SetRollingUpdateStrategy sets the RollingUpdateStrategy field's value.

func (*RoleForCreateDeploymentInput) SetSecurityGroupIds

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*RoleForCreateDeploymentInput) SetShardNum

SetShardNum sets the ShardNum field's value.

func (*RoleForCreateDeploymentInput) SetStartupProbe

SetStartupProbe sets the StartupProbe field's value.

func (*RoleForCreateDeploymentInput) SetStorages

SetStorages sets the Storages field's value.

func (RoleForCreateDeploymentInput) String

String returns the string representation

type RoleForCreateJobInput

type RoleForCreateJobInput struct {
	Name *string `type:"string" json:",omitempty"`

	NodeAffinitySpec *NodeAffinitySpecForCreateJobInput `type:"structure" json:",omitempty"`

	Replicas *int64 `type:"int64" json:",omitempty"`

	Resource *ResourceForCreateJobInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RoleForCreateJobInput) GoString

func (s RoleForCreateJobInput) GoString() string

GoString returns the string representation

func (*RoleForCreateJobInput) SetName

SetName sets the Name field's value.

func (*RoleForCreateJobInput) SetNodeAffinitySpec

SetNodeAffinitySpec sets the NodeAffinitySpec field's value.

func (*RoleForCreateJobInput) SetReplicas

SetReplicas sets the Replicas field's value.

func (*RoleForCreateJobInput) SetResource

SetResource sets the Resource field's value.

func (RoleForCreateJobInput) String

func (s RoleForCreateJobInput) String() string

String returns the string representation

type RoleForGetDeploymentOutput

type RoleForGetDeploymentOutput struct {
	Command *string `type:"string" json:",omitempty"`

	Credential *CredentialForGetDeploymentOutput `type:"structure" json:",omitempty"`

	Envs []*EnvForGetDeploymentOutput `type:"list" json:",omitempty"`

	Expose *bool `type:"boolean" json:",omitempty"`

	GracefulShutdownPeriod *int32 `type:"int32" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Image *ImageForGetDeploymentOutput `type:"structure" json:",omitempty"`

	LivenessProbe *LivenessProbeForGetDeploymentOutput `type:"structure" json:",omitempty"`

	Model *ModelForGetDeploymentOutput `type:"structure" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	NodeAffinitySpec *NodeAffinitySpecForGetDeploymentOutput `type:"structure" json:",omitempty"`

	Ports []*PortForGetDeploymentOutput `type:"list" json:",omitempty"`

	ReadinessProbe *ReadinessProbeForGetDeploymentOutput `type:"structure" json:",omitempty"`

	Replicas *int32 `type:"int32" json:",omitempty"`

	Resource *ResourceForGetDeploymentOutput `type:"structure" json:",omitempty"`

	RollingUpdateStrategy *RollingUpdateStrategyForGetDeploymentOutput `type:"structure" json:",omitempty"`

	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	ShardNum *int32 `type:"int32" json:",omitempty"`

	StartupProbe *StartupProbeForGetDeploymentOutput `type:"structure" json:",omitempty"`

	Status *StatusForGetDeploymentOutput `type:"structure" json:",omitempty"`

	Storages []*StorageForGetDeploymentOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RoleForGetDeploymentOutput) GoString

func (s RoleForGetDeploymentOutput) GoString() string

GoString returns the string representation

func (*RoleForGetDeploymentOutput) SetCommand

SetCommand sets the Command field's value.

func (*RoleForGetDeploymentOutput) SetCredential

SetCredential sets the Credential field's value.

func (*RoleForGetDeploymentOutput) SetEnvs

SetEnvs sets the Envs field's value.

func (*RoleForGetDeploymentOutput) SetExpose

SetExpose sets the Expose field's value.

func (*RoleForGetDeploymentOutput) SetGracefulShutdownPeriod

func (s *RoleForGetDeploymentOutput) SetGracefulShutdownPeriod(v int32) *RoleForGetDeploymentOutput

SetGracefulShutdownPeriod sets the GracefulShutdownPeriod field's value.

func (*RoleForGetDeploymentOutput) SetId

SetId sets the Id field's value.

func (*RoleForGetDeploymentOutput) SetImage

SetImage sets the Image field's value.

func (*RoleForGetDeploymentOutput) SetLivenessProbe

SetLivenessProbe sets the LivenessProbe field's value.

func (*RoleForGetDeploymentOutput) SetModel

SetModel sets the Model field's value.

func (*RoleForGetDeploymentOutput) SetName

SetName sets the Name field's value.

func (*RoleForGetDeploymentOutput) SetNodeAffinitySpec

SetNodeAffinitySpec sets the NodeAffinitySpec field's value.

func (*RoleForGetDeploymentOutput) SetPorts

SetPorts sets the Ports field's value.

func (*RoleForGetDeploymentOutput) SetReadinessProbe

SetReadinessProbe sets the ReadinessProbe field's value.

func (*RoleForGetDeploymentOutput) SetReplicas

SetReplicas sets the Replicas field's value.

func (*RoleForGetDeploymentOutput) SetResource

SetResource sets the Resource field's value.

func (*RoleForGetDeploymentOutput) SetRollingUpdateStrategy

SetRollingUpdateStrategy sets the RollingUpdateStrategy field's value.

func (*RoleForGetDeploymentOutput) SetSecurityGroupIds

func (s *RoleForGetDeploymentOutput) SetSecurityGroupIds(v []*string) *RoleForGetDeploymentOutput

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*RoleForGetDeploymentOutput) SetShardNum

SetShardNum sets the ShardNum field's value.

func (*RoleForGetDeploymentOutput) SetStartupProbe

SetStartupProbe sets the StartupProbe field's value.

func (*RoleForGetDeploymentOutput) SetStatus

SetStatus sets the Status field's value.

func (*RoleForGetDeploymentOutput) SetStorages

SetStorages sets the Storages field's value.

func (RoleForGetDeploymentOutput) String

String returns the string representation

type RoleForGetJobOutput

type RoleForGetJobOutput struct {
	Name *string `type:"string" json:",omitempty"`

	NodeAffinitySpec *NodeAffinitySpecForGetJobOutput `type:"structure" json:",omitempty"`

	Replicas *int64 `type:"int64" json:",omitempty"`

	Resource *ResourceForGetJobOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RoleForGetJobOutput) GoString

func (s RoleForGetJobOutput) GoString() string

GoString returns the string representation

func (*RoleForGetJobOutput) SetName

SetName sets the Name field's value.

func (*RoleForGetJobOutput) SetNodeAffinitySpec

SetNodeAffinitySpec sets the NodeAffinitySpec field's value.

func (*RoleForGetJobOutput) SetReplicas

func (s *RoleForGetJobOutput) SetReplicas(v int64) *RoleForGetJobOutput

SetReplicas sets the Replicas field's value.

func (*RoleForGetJobOutput) SetResource

SetResource sets the Resource field's value.

func (RoleForGetJobOutput) String

func (s RoleForGetJobOutput) String() string

String returns the string representation

type RoleForListJobsOutput

type RoleForListJobsOutput struct {
	Name *string `type:"string" json:",omitempty"`

	NodeAffinitySpec *NodeAffinitySpecForListJobsOutput `type:"structure" json:",omitempty"`

	Replicas *int64 `type:"int64" json:",omitempty"`

	Resource *ResourceForListJobsOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RoleForListJobsOutput) GoString

func (s RoleForListJobsOutput) GoString() string

GoString returns the string representation

func (*RoleForListJobsOutput) SetName

SetName sets the Name field's value.

func (*RoleForListJobsOutput) SetNodeAffinitySpec

SetNodeAffinitySpec sets the NodeAffinitySpec field's value.

func (*RoleForListJobsOutput) SetReplicas

SetReplicas sets the Replicas field's value.

func (*RoleForListJobsOutput) SetResource

SetResource sets the Resource field's value.

func (RoleForListJobsOutput) String

func (s RoleForListJobsOutput) String() string

String returns the string representation

type RoleForUpdateDeploymentInput

type RoleForUpdateDeploymentInput struct {
	Command *string `type:"string" json:",omitempty"`

	Credential *CredentialForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	Envs []*EnvForUpdateDeploymentInput `type:"list" json:",omitempty"`

	Expose *bool `type:"boolean" json:",omitempty"`

	GracefulShutdownPeriod *int32 `type:"int32" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Image *ImageForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	LivenessProbe *LivenessProbeForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	Model *ModelForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	NodeAffinitySpec *NodeAffinitySpecForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	Ports []*PortForUpdateDeploymentInput `type:"list" json:",omitempty"`

	ReadinessProbe *ReadinessProbeForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	Replicas *int32 `type:"int32" json:",omitempty"`

	Resource *ResourceForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	RollingUpdateStrategy *RollingUpdateStrategyForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	ShardNum *int32 `type:"int32" json:",omitempty"`

	StartupProbe *StartupProbeForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	Storages []*StorageForUpdateDeploymentInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RoleForUpdateDeploymentInput) GoString

func (s RoleForUpdateDeploymentInput) GoString() string

GoString returns the string representation

func (*RoleForUpdateDeploymentInput) SetCommand

SetCommand sets the Command field's value.

func (*RoleForUpdateDeploymentInput) SetCredential

SetCredential sets the Credential field's value.

func (*RoleForUpdateDeploymentInput) SetEnvs

SetEnvs sets the Envs field's value.

func (*RoleForUpdateDeploymentInput) SetExpose

SetExpose sets the Expose field's value.

func (*RoleForUpdateDeploymentInput) SetGracefulShutdownPeriod

func (s *RoleForUpdateDeploymentInput) SetGracefulShutdownPeriod(v int32) *RoleForUpdateDeploymentInput

SetGracefulShutdownPeriod sets the GracefulShutdownPeriod field's value.

func (*RoleForUpdateDeploymentInput) SetId

SetId sets the Id field's value.

func (*RoleForUpdateDeploymentInput) SetImage

SetImage sets the Image field's value.

func (*RoleForUpdateDeploymentInput) SetLivenessProbe

SetLivenessProbe sets the LivenessProbe field's value.

func (*RoleForUpdateDeploymentInput) SetModel

SetModel sets the Model field's value.

func (*RoleForUpdateDeploymentInput) SetName

SetName sets the Name field's value.

func (*RoleForUpdateDeploymentInput) SetNodeAffinitySpec

SetNodeAffinitySpec sets the NodeAffinitySpec field's value.

func (*RoleForUpdateDeploymentInput) SetPorts

SetPorts sets the Ports field's value.

func (*RoleForUpdateDeploymentInput) SetReadinessProbe

SetReadinessProbe sets the ReadinessProbe field's value.

func (*RoleForUpdateDeploymentInput) SetReplicas

SetReplicas sets the Replicas field's value.

func (*RoleForUpdateDeploymentInput) SetResource

SetResource sets the Resource field's value.

func (*RoleForUpdateDeploymentInput) SetRollingUpdateStrategy

SetRollingUpdateStrategy sets the RollingUpdateStrategy field's value.

func (*RoleForUpdateDeploymentInput) SetSecurityGroupIds

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*RoleForUpdateDeploymentInput) SetShardNum

SetShardNum sets the ShardNum field's value.

func (*RoleForUpdateDeploymentInput) SetStartupProbe

SetStartupProbe sets the StartupProbe field's value.

func (*RoleForUpdateDeploymentInput) SetStorages

SetStorages sets the Storages field's value.

func (RoleForUpdateDeploymentInput) String

String returns the string representation

type RoleStatusForGetServiceOutput

type RoleStatusForGetServiceOutput struct {
	Id *string `type:"string" json:",omitempty"`

	Status *StatusForGetServiceOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RoleStatusForGetServiceOutput) GoString

GoString returns the string representation

func (*RoleStatusForGetServiceOutput) SetId

SetId sets the Id field's value.

func (*RoleStatusForGetServiceOutput) SetStatus

SetStatus sets the Status field's value.

func (RoleStatusForGetServiceOutput) String

String returns the string representation

type RoleStatusForListDeploymentsOutput

type RoleStatusForListDeploymentsOutput struct {
	Id *string `type:"string" json:",omitempty"`

	Status *StatusForListDeploymentsOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RoleStatusForListDeploymentsOutput) GoString

GoString returns the string representation

func (*RoleStatusForListDeploymentsOutput) SetId

SetId sets the Id field's value.

func (*RoleStatusForListDeploymentsOutput) SetStatus

SetStatus sets the Status field's value.

func (RoleStatusForListDeploymentsOutput) String

String returns the string representation

type RollingUpdateStrategyForCreateDeploymentInput

type RollingUpdateStrategyForCreateDeploymentInput struct {
	MaxSurge *int32 `type:"int32" json:",omitempty"`

	MaxUnavailable *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RollingUpdateStrategyForCreateDeploymentInput) GoString

GoString returns the string representation

func (*RollingUpdateStrategyForCreateDeploymentInput) SetMaxSurge

SetMaxSurge sets the MaxSurge field's value.

func (*RollingUpdateStrategyForCreateDeploymentInput) SetMaxUnavailable

SetMaxUnavailable sets the MaxUnavailable field's value.

func (RollingUpdateStrategyForCreateDeploymentInput) String

String returns the string representation

type RollingUpdateStrategyForGetDeploymentOutput

type RollingUpdateStrategyForGetDeploymentOutput struct {
	MaxSurge *int32 `type:"int32" json:",omitempty"`

	MaxUnavailable *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RollingUpdateStrategyForGetDeploymentOutput) GoString

GoString returns the string representation

func (*RollingUpdateStrategyForGetDeploymentOutput) SetMaxSurge

SetMaxSurge sets the MaxSurge field's value.

func (*RollingUpdateStrategyForGetDeploymentOutput) SetMaxUnavailable

SetMaxUnavailable sets the MaxUnavailable field's value.

func (RollingUpdateStrategyForGetDeploymentOutput) String

String returns the string representation

type RollingUpdateStrategyForUpdateDeploymentInput

type RollingUpdateStrategyForUpdateDeploymentInput struct {
	MaxSurge *int32 `type:"int32" json:",omitempty"`

	MaxUnavailable *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RollingUpdateStrategyForUpdateDeploymentInput) GoString

GoString returns the string representation

func (*RollingUpdateStrategyForUpdateDeploymentInput) SetMaxSurge

SetMaxSurge sets the MaxSurge field's value.

func (*RollingUpdateStrategyForUpdateDeploymentInput) SetMaxUnavailable

SetMaxUnavailable sets the MaxUnavailable field's value.

func (RollingUpdateStrategyForUpdateDeploymentInput) String

String returns the string representation

type RulesForCreateResourceQueueInput

type RulesForCreateResourceQueueInput struct {
	AutoCompactGPUResourceRule *AutoCompactGPUResourceRuleForCreateResourceQueueInput `type:"structure" json:",omitempty"`

	GeneralIdleRule *GeneralIdleRuleForCreateResourceQueueInput `type:"structure" json:",omitempty"`

	GpuUtilizationRule *GpuUtilizationRuleForCreateResourceQueueInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RulesForCreateResourceQueueInput) GoString

GoString returns the string representation

func (*RulesForCreateResourceQueueInput) SetAutoCompactGPUResourceRule

SetAutoCompactGPUResourceRule sets the AutoCompactGPUResourceRule field's value.

func (*RulesForCreateResourceQueueInput) SetGeneralIdleRule

SetGeneralIdleRule sets the GeneralIdleRule field's value.

func (*RulesForCreateResourceQueueInput) SetGpuUtilizationRule

SetGpuUtilizationRule sets the GpuUtilizationRule field's value.

func (RulesForCreateResourceQueueInput) String

String returns the string representation

type RulesForGetResourceQueueOutput

type RulesForGetResourceQueueOutput struct {
	AutoCompactGPUResourceRule *AutoCompactGPUResourceRuleForGetResourceQueueOutput `type:"structure" json:",omitempty"`

	GeneralIdleRule *GeneralIdleRuleForGetResourceQueueOutput `type:"structure" json:",omitempty"`

	GpuUtilizationRule *GpuUtilizationRuleForGetResourceQueueOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RulesForGetResourceQueueOutput) GoString

GoString returns the string representation

func (*RulesForGetResourceQueueOutput) SetAutoCompactGPUResourceRule

SetAutoCompactGPUResourceRule sets the AutoCompactGPUResourceRule field's value.

func (*RulesForGetResourceQueueOutput) SetGeneralIdleRule

SetGeneralIdleRule sets the GeneralIdleRule field's value.

func (*RulesForGetResourceQueueOutput) SetGpuUtilizationRule

SetGpuUtilizationRule sets the GpuUtilizationRule field's value.

func (RulesForGetResourceQueueOutput) String

String returns the string representation

type RulesForListResourceQueuesOutput

type RulesForListResourceQueuesOutput struct {
	AutoCompactGPUResourceRule *AutoCompactGPUResourceRuleForListResourceQueuesOutput `type:"structure" json:",omitempty"`

	GeneralIdleRule *GeneralIdleRuleForListResourceQueuesOutput `type:"structure" json:",omitempty"`

	GpuUtilizationRule *GpuUtilizationRuleForListResourceQueuesOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RulesForListResourceQueuesOutput) GoString

GoString returns the string representation

func (*RulesForListResourceQueuesOutput) SetAutoCompactGPUResourceRule

SetAutoCompactGPUResourceRule sets the AutoCompactGPUResourceRule field's value.

func (*RulesForListResourceQueuesOutput) SetGeneralIdleRule

SetGeneralIdleRule sets the GeneralIdleRule field's value.

func (*RulesForListResourceQueuesOutput) SetGpuUtilizationRule

SetGpuUtilizationRule sets the GpuUtilizationRule field's value.

func (RulesForListResourceQueuesOutput) String

String returns the string representation

type RulesForUpdateResourceQueueInput

type RulesForUpdateResourceQueueInput struct {
	AutoCompactGPUResourceRule *AutoCompactGPUResourceRuleForUpdateResourceQueueInput `type:"structure" json:",omitempty"`

	GeneralIdleRule *GeneralIdleRuleForUpdateResourceQueueInput `type:"structure" json:",omitempty"`

	GpuUtilizationRule *GpuUtilizationRuleForUpdateResourceQueueInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RulesForUpdateResourceQueueInput) GoString

GoString returns the string representation

func (*RulesForUpdateResourceQueueInput) SetAutoCompactGPUResourceRule

SetAutoCompactGPUResourceRule sets the AutoCompactGPUResourceRule field's value.

func (*RulesForUpdateResourceQueueInput) SetGeneralIdleRule

SetGeneralIdleRule sets the GeneralIdleRule field's value.

func (*RulesForUpdateResourceQueueInput) SetGpuUtilizationRule

SetGpuUtilizationRule sets the GpuUtilizationRule field's value.

func (RulesForUpdateResourceQueueInput) String

String returns the string representation

type RuntimeConfigForCreateJobInput

type RuntimeConfigForCreateJobInput struct {
	AdvanceArgs *string `type:"string" json:",omitempty"`

	Code *CodeForCreateJobInput `type:"structure" json:",omitempty"`

	Command *string `type:"string" json:",omitempty"`

	Envs []*EnvForCreateJobInput `type:"list" json:",omitempty"`

	Framework *string `type:"string" json:",omitempty" enum:"EnumOfFrameworkForCreateJobInput"`

	Image *ImageForCreateJobInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RuntimeConfigForCreateJobInput) GoString

GoString returns the string representation

func (*RuntimeConfigForCreateJobInput) SetAdvanceArgs

SetAdvanceArgs sets the AdvanceArgs field's value.

func (*RuntimeConfigForCreateJobInput) SetCode

SetCode sets the Code field's value.

func (*RuntimeConfigForCreateJobInput) SetCommand

SetCommand sets the Command field's value.

func (*RuntimeConfigForCreateJobInput) SetEnvs

SetEnvs sets the Envs field's value.

func (*RuntimeConfigForCreateJobInput) SetFramework

SetFramework sets the Framework field's value.

func (*RuntimeConfigForCreateJobInput) SetImage

SetImage sets the Image field's value.

func (RuntimeConfigForCreateJobInput) String

String returns the string representation

type RuntimeConfigForGetJobOutput

type RuntimeConfigForGetJobOutput struct {
	AdvanceArgs *string `type:"string" json:",omitempty"`

	Code *CodeForGetJobOutput `type:"structure" json:",omitempty"`

	Command *string `type:"string" json:",omitempty"`

	Envs []*EnvForGetJobOutput `type:"list" json:",omitempty"`

	Framework *string `type:"string" json:",omitempty" enum:"EnumOfFrameworkForGetJobOutput"`

	Image *ImageForGetJobOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RuntimeConfigForGetJobOutput) GoString

func (s RuntimeConfigForGetJobOutput) GoString() string

GoString returns the string representation

func (*RuntimeConfigForGetJobOutput) SetAdvanceArgs

SetAdvanceArgs sets the AdvanceArgs field's value.

func (*RuntimeConfigForGetJobOutput) SetCode

SetCode sets the Code field's value.

func (*RuntimeConfigForGetJobOutput) SetCommand

SetCommand sets the Command field's value.

func (*RuntimeConfigForGetJobOutput) SetEnvs

SetEnvs sets the Envs field's value.

func (*RuntimeConfigForGetJobOutput) SetFramework

SetFramework sets the Framework field's value.

func (*RuntimeConfigForGetJobOutput) SetImage

SetImage sets the Image field's value.

func (RuntimeConfigForGetJobOutput) String

String returns the string representation

type ScheduleConfigForCreateResourceReservationPlanInput added in v1.1.33

type ScheduleConfigForCreateResourceReservationPlanInput struct {
	SplitSchedulingEnabled *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ScheduleConfigForCreateResourceReservationPlanInput) GoString added in v1.1.33

GoString returns the string representation

func (*ScheduleConfigForCreateResourceReservationPlanInput) SetSplitSchedulingEnabled added in v1.1.33

SetSplitSchedulingEnabled sets the SplitSchedulingEnabled field's value.

func (ScheduleConfigForCreateResourceReservationPlanInput) String added in v1.1.33

String returns the string representation

type ScheduleConfigForGetResourceReservationPlanOutput added in v1.1.33

type ScheduleConfigForGetResourceReservationPlanOutput struct {
	SplitSchedulingEnabled *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ScheduleConfigForGetResourceReservationPlanOutput) GoString added in v1.1.33

GoString returns the string representation

func (*ScheduleConfigForGetResourceReservationPlanOutput) SetSplitSchedulingEnabled added in v1.1.33

SetSplitSchedulingEnabled sets the SplitSchedulingEnabled field's value.

func (ScheduleConfigForGetResourceReservationPlanOutput) String added in v1.1.33

String returns the string representation

type ScheduleConfigForListResourceReservationPlansOutput added in v1.1.33

type ScheduleConfigForListResourceReservationPlansOutput struct {
	SplitSchedulingEnabled *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ScheduleConfigForListResourceReservationPlansOutput) GoString added in v1.1.33

GoString returns the string representation

func (*ScheduleConfigForListResourceReservationPlansOutput) SetSplitSchedulingEnabled added in v1.1.33

SetSplitSchedulingEnabled sets the SplitSchedulingEnabled field's value.

func (ScheduleConfigForListResourceReservationPlansOutput) String added in v1.1.33

String returns the string representation

type ScheduleConfigForUpdateResourceReservationPlanInput added in v1.1.33

type ScheduleConfigForUpdateResourceReservationPlanInput struct {
	SplitSchedulingEnabled *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ScheduleConfigForUpdateResourceReservationPlanInput) GoString added in v1.1.33

GoString returns the string representation

func (*ScheduleConfigForUpdateResourceReservationPlanInput) SetSplitSchedulingEnabled added in v1.1.33

SetSplitSchedulingEnabled sets the SplitSchedulingEnabled field's value.

func (ScheduleConfigForUpdateResourceReservationPlanInput) String added in v1.1.33

String returns the string representation

type SegmentForListResourceReservationPlanAvailableResourcesOutput added in v1.1.33

type SegmentForListResourceReservationPlanAvailableResourcesOutput struct {
	AvailabilityZone *string `type:"string" json:",omitempty"`

	EndTime *string `type:"string" json:",omitempty"`

	StartTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SegmentForListResourceReservationPlanAvailableResourcesOutput) GoString added in v1.1.33

GoString returns the string representation

func (*SegmentForListResourceReservationPlanAvailableResourcesOutput) SetAvailabilityZone added in v1.1.33

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*SegmentForListResourceReservationPlanAvailableResourcesOutput) SetEndTime added in v1.1.33

SetEndTime sets the EndTime field's value.

func (*SegmentForListResourceReservationPlanAvailableResourcesOutput) SetStartTime added in v1.1.33

SetStartTime sets the StartTime field's value.

func (SegmentForListResourceReservationPlanAvailableResourcesOutput) String added in v1.1.33

String returns the string representation

type SfcsForCreateDeploymentInput

type SfcsForCreateDeploymentInput struct {
	CachePolicyId *string `type:"string" json:",omitempty"`

	FileSystemName *string `type:"string" json:",omitempty"`

	Options *ConvertOptionsForCreateDeploymentInput `type:"structure" json:",omitempty"`

	Tos *TosForCreateDeploymentInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SfcsForCreateDeploymentInput) GoString

func (s SfcsForCreateDeploymentInput) GoString() string

GoString returns the string representation

func (*SfcsForCreateDeploymentInput) SetCachePolicyId

SetCachePolicyId sets the CachePolicyId field's value.

func (*SfcsForCreateDeploymentInput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*SfcsForCreateDeploymentInput) SetOptions

SetOptions sets the Options field's value.

func (*SfcsForCreateDeploymentInput) SetTos

SetTos sets the Tos field's value.

func (SfcsForCreateDeploymentInput) String

String returns the string representation

type SfcsForCreateDevInstanceInput

type SfcsForCreateDevInstanceInput struct {
	CachePolicyId *string `type:"string" json:",omitempty"`

	FileSystemName *string `type:"string" json:",omitempty"`

	Options *ConvertOptionsForCreateDevInstanceInput `type:"structure" json:",omitempty"`

	Tos *TosForCreateDevInstanceInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SfcsForCreateDevInstanceInput) GoString

GoString returns the string representation

func (*SfcsForCreateDevInstanceInput) SetCachePolicyId

SetCachePolicyId sets the CachePolicyId field's value.

func (*SfcsForCreateDevInstanceInput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*SfcsForCreateDevInstanceInput) SetOptions

SetOptions sets the Options field's value.

func (*SfcsForCreateDevInstanceInput) SetTos

SetTos sets the Tos field's value.

func (SfcsForCreateDevInstanceInput) String

String returns the string representation

type SfcsForCreateJobInput

type SfcsForCreateJobInput struct {
	CachePolicyId *string `type:"string" json:",omitempty"`

	FileSystemName *string `type:"string" json:",omitempty"`

	Options *ConvertOptionsForCreateJobInput `type:"structure" json:",omitempty"`

	Tos *TosForCreateJobInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SfcsForCreateJobInput) GoString

func (s SfcsForCreateJobInput) GoString() string

GoString returns the string representation

func (*SfcsForCreateJobInput) SetCachePolicyId

func (s *SfcsForCreateJobInput) SetCachePolicyId(v string) *SfcsForCreateJobInput

SetCachePolicyId sets the CachePolicyId field's value.

func (*SfcsForCreateJobInput) SetFileSystemName

func (s *SfcsForCreateJobInput) SetFileSystemName(v string) *SfcsForCreateJobInput

SetFileSystemName sets the FileSystemName field's value.

func (*SfcsForCreateJobInput) SetOptions

SetOptions sets the Options field's value.

func (*SfcsForCreateJobInput) SetTos

SetTos sets the Tos field's value.

func (SfcsForCreateJobInput) String

func (s SfcsForCreateJobInput) String() string

String returns the string representation

type SfcsForCreateResourceGroupInput

type SfcsForCreateResourceGroupInput struct {
	Description *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Replicas *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SfcsForCreateResourceGroupInput) GoString

GoString returns the string representation

func (*SfcsForCreateResourceGroupInput) SetDescription

SetDescription sets the Description field's value.

func (*SfcsForCreateResourceGroupInput) SetName

SetName sets the Name field's value.

func (*SfcsForCreateResourceGroupInput) SetReplicas

SetReplicas sets the Replicas field's value.

func (SfcsForCreateResourceGroupInput) String

String returns the string representation

type SfcsForGetDeploymentOutput

type SfcsForGetDeploymentOutput struct {
	CachePolicyId *string `type:"string" json:",omitempty"`

	FileSystemName *string `type:"string" json:",omitempty"`

	Options *ConvertOptionsForGetDeploymentOutput `type:"structure" json:",omitempty"`

	Tos *TosForGetDeploymentOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SfcsForGetDeploymentOutput) GoString

func (s SfcsForGetDeploymentOutput) GoString() string

GoString returns the string representation

func (*SfcsForGetDeploymentOutput) SetCachePolicyId

SetCachePolicyId sets the CachePolicyId field's value.

func (*SfcsForGetDeploymentOutput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*SfcsForGetDeploymentOutput) SetOptions

SetOptions sets the Options field's value.

func (*SfcsForGetDeploymentOutput) SetTos

SetTos sets the Tos field's value.

func (SfcsForGetDeploymentOutput) String

String returns the string representation

type SfcsForGetDevInstanceOutput

type SfcsForGetDevInstanceOutput struct {
	CachePolicyId *string `type:"string" json:",omitempty"`

	FileSystemName *string `type:"string" json:",omitempty"`

	Options *ConvertOptionsForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	Tos *TosForGetDevInstanceOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SfcsForGetDevInstanceOutput) GoString

func (s SfcsForGetDevInstanceOutput) GoString() string

GoString returns the string representation

func (*SfcsForGetDevInstanceOutput) SetCachePolicyId

SetCachePolicyId sets the CachePolicyId field's value.

func (*SfcsForGetDevInstanceOutput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*SfcsForGetDevInstanceOutput) SetOptions

SetOptions sets the Options field's value.

func (*SfcsForGetDevInstanceOutput) SetTos

SetTos sets the Tos field's value.

func (SfcsForGetDevInstanceOutput) String

String returns the string representation

type SfcsForGetJobOutput

type SfcsForGetJobOutput struct {
	CachePolicyId *string `type:"string" json:",omitempty"`

	FileSystemName *string `type:"string" json:",omitempty"`

	Options *ConvertOptionsForGetJobOutput `type:"structure" json:",omitempty"`

	Tos *TosForGetJobOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SfcsForGetJobOutput) GoString

func (s SfcsForGetJobOutput) GoString() string

GoString returns the string representation

func (*SfcsForGetJobOutput) SetCachePolicyId

func (s *SfcsForGetJobOutput) SetCachePolicyId(v string) *SfcsForGetJobOutput

SetCachePolicyId sets the CachePolicyId field's value.

func (*SfcsForGetJobOutput) SetFileSystemName

func (s *SfcsForGetJobOutput) SetFileSystemName(v string) *SfcsForGetJobOutput

SetFileSystemName sets the FileSystemName field's value.

func (*SfcsForGetJobOutput) SetOptions

SetOptions sets the Options field's value.

func (*SfcsForGetJobOutput) SetTos

SetTos sets the Tos field's value.

func (SfcsForGetJobOutput) String

func (s SfcsForGetJobOutput) String() string

String returns the string representation

type SfcsForGetResourceGroupOutput

type SfcsForGetResourceGroupOutput struct {
	Description *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Replicas *int64 `type:"int64" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SfcsForGetResourceGroupOutput) GoString

GoString returns the string representation

func (*SfcsForGetResourceGroupOutput) SetDescription

SetDescription sets the Description field's value.

func (*SfcsForGetResourceGroupOutput) SetId

SetId sets the Id field's value.

func (*SfcsForGetResourceGroupOutput) SetName

SetName sets the Name field's value.

func (*SfcsForGetResourceGroupOutput) SetReplicas

SetReplicas sets the Replicas field's value.

func (*SfcsForGetResourceGroupOutput) SetStatus

SetStatus sets the Status field's value.

func (*SfcsForGetResourceGroupOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (SfcsForGetResourceGroupOutput) String

String returns the string representation

type SfcsForListDevInstancesOutput

type SfcsForListDevInstancesOutput struct {
	CachePolicyId *string `type:"string" json:",omitempty"`

	FileSystemName *string `type:"string" json:",omitempty"`

	Options *ConvertOptionsForListDevInstancesOutput `type:"structure" json:",omitempty"`

	Tos *TosForListDevInstancesOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SfcsForListDevInstancesOutput) GoString

GoString returns the string representation

func (*SfcsForListDevInstancesOutput) SetCachePolicyId

SetCachePolicyId sets the CachePolicyId field's value.

func (*SfcsForListDevInstancesOutput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*SfcsForListDevInstancesOutput) SetOptions

SetOptions sets the Options field's value.

func (*SfcsForListDevInstancesOutput) SetTos

SetTos sets the Tos field's value.

func (SfcsForListDevInstancesOutput) String

String returns the string representation

type SfcsForListResourceGroupsOutput

type SfcsForListResourceGroupsOutput struct {
	Description *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Replicas *int64 `type:"int64" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SfcsForListResourceGroupsOutput) GoString

GoString returns the string representation

func (*SfcsForListResourceGroupsOutput) SetDescription

SetDescription sets the Description field's value.

func (*SfcsForListResourceGroupsOutput) SetId

SetId sets the Id field's value.

func (*SfcsForListResourceGroupsOutput) SetName

SetName sets the Name field's value.

func (*SfcsForListResourceGroupsOutput) SetReplicas

SetReplicas sets the Replicas field's value.

func (*SfcsForListResourceGroupsOutput) SetStatus

SetStatus sets the Status field's value.

func (*SfcsForListResourceGroupsOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (SfcsForListResourceGroupsOutput) String

String returns the string representation

type SfcsForUpdateDeploymentInput

type SfcsForUpdateDeploymentInput struct {
	CachePolicyId *string `type:"string" json:",omitempty"`

	FileSystemName *string `type:"string" json:",omitempty"`

	Options *ConvertOptionsForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	Tos *TosForUpdateDeploymentInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SfcsForUpdateDeploymentInput) GoString

func (s SfcsForUpdateDeploymentInput) GoString() string

GoString returns the string representation

func (*SfcsForUpdateDeploymentInput) SetCachePolicyId

SetCachePolicyId sets the CachePolicyId field's value.

func (*SfcsForUpdateDeploymentInput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*SfcsForUpdateDeploymentInput) SetOptions

SetOptions sets the Options field's value.

func (*SfcsForUpdateDeploymentInput) SetTos

SetTos sets the Tos field's value.

func (SfcsForUpdateDeploymentInput) String

String returns the string representation

type SfcsForUpdateDevInstanceInput

type SfcsForUpdateDevInstanceInput struct {
	CachePolicyId *string `type:"string" json:",omitempty"`

	FileSystemName *string `type:"string" json:",omitempty"`

	Options *ConvertOptionsForUpdateDevInstanceInput `type:"structure" json:",omitempty"`

	Tos *TosForUpdateDevInstanceInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SfcsForUpdateDevInstanceInput) GoString

GoString returns the string representation

func (*SfcsForUpdateDevInstanceInput) SetCachePolicyId

SetCachePolicyId sets the CachePolicyId field's value.

func (*SfcsForUpdateDevInstanceInput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*SfcsForUpdateDevInstanceInput) SetOptions

SetOptions sets the Options field's value.

func (*SfcsForUpdateDevInstanceInput) SetTos

SetTos sets the Tos field's value.

func (SfcsForUpdateDevInstanceInput) String

String returns the string representation

type SfcsForUpdateResourceGroupInput

type SfcsForUpdateResourceGroupInput struct {
	Description *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Replicas *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SfcsForUpdateResourceGroupInput) GoString

GoString returns the string representation

func (*SfcsForUpdateResourceGroupInput) SetDescription

SetDescription sets the Description field's value.

func (*SfcsForUpdateResourceGroupInput) SetName

SetName sets the Name field's value.

func (*SfcsForUpdateResourceGroupInput) SetReplicas

SetReplicas sets the Replicas field's value.

func (SfcsForUpdateResourceGroupInput) String

String returns the string representation

type SharedQuotaAllocatedForGetResourceQueueOutput

type SharedQuotaAllocatedForGetResourceQueueOutput struct {
	Cpu *float64 `type:"double" json:",omitempty"`

	GpuCount *float64 `type:"double" json:",omitempty"`

	GpuCountInfos []*GpuCountInfoForGetResourceQueueOutput `type:"list" json:",omitempty"`

	GpuMemoryInfos []*GpuMemoryInfoForGetResourceQueueOutput `type:"list" json:",omitempty"`

	GpuRdmaInfos []*GpuRdmaInfoForGetResourceQueueOutput `type:"list" json:",omitempty"`

	MemoryGiB *float64 `type:"double" json:",omitempty"`

	VolumeSizeGiB *float64 `type:"double" json:",omitempty"`

	VolumeSizeInfos []*VolumeSizeInfoForGetResourceQueueOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SharedQuotaAllocatedForGetResourceQueueOutput) GoString

GoString returns the string representation

func (*SharedQuotaAllocatedForGetResourceQueueOutput) SetCpu

SetCpu sets the Cpu field's value.

func (*SharedQuotaAllocatedForGetResourceQueueOutput) SetGpuCount

SetGpuCount sets the GpuCount field's value.

func (*SharedQuotaAllocatedForGetResourceQueueOutput) SetGpuCountInfos

SetGpuCountInfos sets the GpuCountInfos field's value.

func (*SharedQuotaAllocatedForGetResourceQueueOutput) SetGpuMemoryInfos

SetGpuMemoryInfos sets the GpuMemoryInfos field's value.

func (*SharedQuotaAllocatedForGetResourceQueueOutput) SetGpuRdmaInfos

SetGpuRdmaInfos sets the GpuRdmaInfos field's value.

func (*SharedQuotaAllocatedForGetResourceQueueOutput) SetMemoryGiB

SetMemoryGiB sets the MemoryGiB field's value.

func (*SharedQuotaAllocatedForGetResourceQueueOutput) SetVolumeSizeGiB

SetVolumeSizeGiB sets the VolumeSizeGiB field's value.

func (*SharedQuotaAllocatedForGetResourceQueueOutput) SetVolumeSizeInfos

SetVolumeSizeInfos sets the VolumeSizeInfos field's value.

func (SharedQuotaAllocatedForGetResourceQueueOutput) String

String returns the string representation

type SharedQuotaAllocatedForListResourceQueuesOutput

type SharedQuotaAllocatedForListResourceQueuesOutput struct {
	Cpu *float64 `type:"double" json:",omitempty"`

	GpuCount *float64 `type:"double" json:",omitempty"`

	GpuCountInfos []*GpuCountInfoForListResourceQueuesOutput `type:"list" json:",omitempty"`

	GpuMemoryInfos []*GpuMemoryInfoForListResourceQueuesOutput `type:"list" json:",omitempty"`

	GpuRdmaInfos []*GpuRdmaInfoForListResourceQueuesOutput `type:"list" json:",omitempty"`

	MemoryGiB *float64 `type:"double" json:",omitempty"`

	VolumeSizeGiB *float64 `type:"double" json:",omitempty"`

	VolumeSizeInfos []*VolumeSizeInfoForListResourceQueuesOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SharedQuotaAllocatedForListResourceQueuesOutput) GoString

GoString returns the string representation

func (*SharedQuotaAllocatedForListResourceQueuesOutput) SetCpu

SetCpu sets the Cpu field's value.

func (*SharedQuotaAllocatedForListResourceQueuesOutput) SetGpuCount

SetGpuCount sets the GpuCount field's value.

func (*SharedQuotaAllocatedForListResourceQueuesOutput) SetGpuCountInfos

SetGpuCountInfos sets the GpuCountInfos field's value.

func (*SharedQuotaAllocatedForListResourceQueuesOutput) SetGpuMemoryInfos

SetGpuMemoryInfos sets the GpuMemoryInfos field's value.

func (*SharedQuotaAllocatedForListResourceQueuesOutput) SetGpuRdmaInfos

SetGpuRdmaInfos sets the GpuRdmaInfos field's value.

func (*SharedQuotaAllocatedForListResourceQueuesOutput) SetMemoryGiB

SetMemoryGiB sets the MemoryGiB field's value.

func (*SharedQuotaAllocatedForListResourceQueuesOutput) SetVolumeSizeGiB

SetVolumeSizeGiB sets the VolumeSizeGiB field's value.

func (*SharedQuotaAllocatedForListResourceQueuesOutput) SetVolumeSizeInfos

SetVolumeSizeInfos sets the VolumeSizeInfos field's value.

func (SharedQuotaAllocatedForListResourceQueuesOutput) String

String returns the string representation

type SignJwtTokenInput added in v1.1.33

type SignJwtTokenInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	// Type is a required field
	Type *string `type:"string" json:"type,omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (SignJwtTokenInput) GoString added in v1.1.33

func (s SignJwtTokenInput) GoString() string

GoString returns the string representation

func (*SignJwtTokenInput) SetId added in v1.1.33

SetId sets the Id field's value.

func (*SignJwtTokenInput) SetType added in v1.1.33

SetType sets the Type field's value.

func (SignJwtTokenInput) String added in v1.1.33

func (s SignJwtTokenInput) String() string

String returns the string representation

func (*SignJwtTokenInput) Validate added in v1.1.33

func (s *SignJwtTokenInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SignJwtTokenOutput added in v1.1.33

type SignJwtTokenOutput struct {
	Metadata *response.ResponseMetadata

	Token *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SignJwtTokenOutput) GoString added in v1.1.33

func (s SignJwtTokenOutput) GoString() string

GoString returns the string representation

func (*SignJwtTokenOutput) SetToken added in v1.1.33

SetToken sets the Token field's value.

func (SignJwtTokenOutput) String added in v1.1.33

func (s SignJwtTokenOutput) String() string

String returns the string representation

type StartDeploymentInput

type StartDeploymentInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (StartDeploymentInput) GoString

func (s StartDeploymentInput) GoString() string

GoString returns the string representation

func (*StartDeploymentInput) SetId

SetId sets the Id field's value.

func (StartDeploymentInput) String

func (s StartDeploymentInput) String() string

String returns the string representation

func (*StartDeploymentInput) Validate

func (s *StartDeploymentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartDeploymentOutput

type StartDeploymentOutput struct {
	Metadata *response.ResponseMetadata

	DeploymentId *string `type:"string" json:",omitempty"`

	DeploymentVersionId *string `type:"string" json:",omitempty"`

	ServiceId *string `type:"string" json:",omitempty"`

	Status *StatusForStartDeploymentOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StartDeploymentOutput) GoString

func (s StartDeploymentOutput) GoString() string

GoString returns the string representation

func (*StartDeploymentOutput) SetDeploymentId

func (s *StartDeploymentOutput) SetDeploymentId(v string) *StartDeploymentOutput

SetDeploymentId sets the DeploymentId field's value.

func (*StartDeploymentOutput) SetDeploymentVersionId

func (s *StartDeploymentOutput) SetDeploymentVersionId(v string) *StartDeploymentOutput

SetDeploymentVersionId sets the DeploymentVersionId field's value.

func (*StartDeploymentOutput) SetServiceId

SetServiceId sets the ServiceId field's value.

func (*StartDeploymentOutput) SetStatus

SetStatus sets the Status field's value.

func (StartDeploymentOutput) String

func (s StartDeploymentOutput) String() string

String returns the string representation

type StartDevInstanceInput

type StartDevInstanceInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (StartDevInstanceInput) GoString

func (s StartDevInstanceInput) GoString() string

GoString returns the string representation

func (*StartDevInstanceInput) SetId

SetId sets the Id field's value.

func (StartDevInstanceInput) String

func (s StartDevInstanceInput) String() string

String returns the string representation

func (*StartDevInstanceInput) Validate

func (s *StartDevInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartDevInstanceOutput

type StartDevInstanceOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StartDevInstanceOutput) GoString

func (s StartDevInstanceOutput) GoString() string

GoString returns the string representation

func (*StartDevInstanceOutput) SetId

SetId sets the Id field's value.

func (StartDevInstanceOutput) String

func (s StartDevInstanceOutput) String() string

String returns the string representation

type StartServiceInput

type StartServiceInput struct {
	DryRun *bool `type:"boolean" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (StartServiceInput) GoString

func (s StartServiceInput) GoString() string

GoString returns the string representation

func (*StartServiceInput) SetDryRun

func (s *StartServiceInput) SetDryRun(v bool) *StartServiceInput

SetDryRun sets the DryRun field's value.

func (*StartServiceInput) SetId

SetId sets the Id field's value.

func (StartServiceInput) String

func (s StartServiceInput) String() string

String returns the string representation

func (*StartServiceInput) Validate

func (s *StartServiceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartServiceOutput

type StartServiceOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`

	Status *StatusForStartServiceOutput `type:"structure" json:",omitempty"`

	VersionId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StartServiceOutput) GoString

func (s StartServiceOutput) GoString() string

GoString returns the string representation

func (*StartServiceOutput) SetId

SetId sets the Id field's value.

func (*StartServiceOutput) SetStatus

SetStatus sets the Status field's value.

func (*StartServiceOutput) SetVersionId

func (s *StartServiceOutput) SetVersionId(v string) *StartServiceOutput

SetVersionId sets the VersionId field's value.

func (StartServiceOutput) String

func (s StartServiceOutput) String() string

String returns the string representation

type StartupProbeForCreateDeploymentInput

type StartupProbeForCreateDeploymentInput struct {
	Enabled *bool `type:"boolean" json:",omitempty"`

	Exec *ExecForCreateDeploymentInput `type:"structure" json:",omitempty"`

	FailureThreshold *int32 `type:"int32" json:",omitempty"`

	HTTPGet *HTTPGetForCreateDeploymentInput `type:"structure" json:",omitempty"`

	InitialDelaySeconds *int32 `type:"int32" json:",omitempty"`

	PeriodSeconds *int32 `type:"int32" json:",omitempty"`

	SuccessThreshold *int32 `type:"int32" json:",omitempty"`

	TCPSocket *TCPSocketForCreateDeploymentInput `type:"structure" json:",omitempty"`

	TimeoutSeconds *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StartupProbeForCreateDeploymentInput) GoString

GoString returns the string representation

func (*StartupProbeForCreateDeploymentInput) SetEnabled

SetEnabled sets the Enabled field's value.

func (*StartupProbeForCreateDeploymentInput) SetExec

SetExec sets the Exec field's value.

func (*StartupProbeForCreateDeploymentInput) SetFailureThreshold

SetFailureThreshold sets the FailureThreshold field's value.

func (*StartupProbeForCreateDeploymentInput) SetHTTPGet

SetHTTPGet sets the HTTPGet field's value.

func (*StartupProbeForCreateDeploymentInput) SetInitialDelaySeconds

SetInitialDelaySeconds sets the InitialDelaySeconds field's value.

func (*StartupProbeForCreateDeploymentInput) SetPeriodSeconds

SetPeriodSeconds sets the PeriodSeconds field's value.

func (*StartupProbeForCreateDeploymentInput) SetSuccessThreshold

SetSuccessThreshold sets the SuccessThreshold field's value.

func (*StartupProbeForCreateDeploymentInput) SetTCPSocket

SetTCPSocket sets the TCPSocket field's value.

func (*StartupProbeForCreateDeploymentInput) SetTimeoutSeconds

SetTimeoutSeconds sets the TimeoutSeconds field's value.

func (StartupProbeForCreateDeploymentInput) String

String returns the string representation

type StartupProbeForGetDeploymentOutput

type StartupProbeForGetDeploymentOutput struct {
	Enabled *bool `type:"boolean" json:",omitempty"`

	Exec *ExecForGetDeploymentOutput `type:"structure" json:",omitempty"`

	FailureThreshold *int32 `type:"int32" json:",omitempty"`

	HTTPGet *HTTPGetForGetDeploymentOutput `type:"structure" json:",omitempty"`

	InitialDelaySeconds *int32 `type:"int32" json:",omitempty"`

	PeriodSeconds *int32 `type:"int32" json:",omitempty"`

	SuccessThreshold *int32 `type:"int32" json:",omitempty"`

	TCPSocket *TCPSocketForGetDeploymentOutput `type:"structure" json:",omitempty"`

	TimeoutSeconds *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StartupProbeForGetDeploymentOutput) GoString

GoString returns the string representation

func (*StartupProbeForGetDeploymentOutput) SetEnabled

SetEnabled sets the Enabled field's value.

func (*StartupProbeForGetDeploymentOutput) SetExec

SetExec sets the Exec field's value.

func (*StartupProbeForGetDeploymentOutput) SetFailureThreshold

SetFailureThreshold sets the FailureThreshold field's value.

func (*StartupProbeForGetDeploymentOutput) SetHTTPGet

SetHTTPGet sets the HTTPGet field's value.

func (*StartupProbeForGetDeploymentOutput) SetInitialDelaySeconds

SetInitialDelaySeconds sets the InitialDelaySeconds field's value.

func (*StartupProbeForGetDeploymentOutput) SetPeriodSeconds

SetPeriodSeconds sets the PeriodSeconds field's value.

func (*StartupProbeForGetDeploymentOutput) SetSuccessThreshold

SetSuccessThreshold sets the SuccessThreshold field's value.

func (*StartupProbeForGetDeploymentOutput) SetTCPSocket

SetTCPSocket sets the TCPSocket field's value.

func (*StartupProbeForGetDeploymentOutput) SetTimeoutSeconds

SetTimeoutSeconds sets the TimeoutSeconds field's value.

func (StartupProbeForGetDeploymentOutput) String

String returns the string representation

type StartupProbeForUpdateDeploymentInput

type StartupProbeForUpdateDeploymentInput struct {
	Enabled *bool `type:"boolean" json:",omitempty"`

	Exec *ExecForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	FailureThreshold *int32 `type:"int32" json:",omitempty"`

	HTTPGet *HTTPGetForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	InitialDelaySeconds *int32 `type:"int32" json:",omitempty"`

	PeriodSeconds *int32 `type:"int32" json:",omitempty"`

	SuccessThreshold *int32 `type:"int32" json:",omitempty"`

	TCPSocket *TCPSocketForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	TimeoutSeconds *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StartupProbeForUpdateDeploymentInput) GoString

GoString returns the string representation

func (*StartupProbeForUpdateDeploymentInput) SetEnabled

SetEnabled sets the Enabled field's value.

func (*StartupProbeForUpdateDeploymentInput) SetExec

SetExec sets the Exec field's value.

func (*StartupProbeForUpdateDeploymentInput) SetFailureThreshold

SetFailureThreshold sets the FailureThreshold field's value.

func (*StartupProbeForUpdateDeploymentInput) SetHTTPGet

SetHTTPGet sets the HTTPGet field's value.

func (*StartupProbeForUpdateDeploymentInput) SetInitialDelaySeconds

SetInitialDelaySeconds sets the InitialDelaySeconds field's value.

func (*StartupProbeForUpdateDeploymentInput) SetPeriodSeconds

SetPeriodSeconds sets the PeriodSeconds field's value.

func (*StartupProbeForUpdateDeploymentInput) SetSuccessThreshold

SetSuccessThreshold sets the SuccessThreshold field's value.

func (*StartupProbeForUpdateDeploymentInput) SetTCPSocket

SetTCPSocket sets the TCPSocket field's value.

func (*StartupProbeForUpdateDeploymentInput) SetTimeoutSeconds

SetTimeoutSeconds sets the TimeoutSeconds field's value.

func (StartupProbeForUpdateDeploymentInput) String

String returns the string representation

type StatusForCreateDeploymentOutput

type StatusForCreateDeploymentOutput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForCreateDeploymentOutput) GoString

GoString returns the string representation

func (*StatusForCreateDeploymentOutput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForCreateDeploymentOutput) SetSecondaryState

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForCreateDeploymentOutput) SetState

SetState sets the State field's value.

func (StatusForCreateDeploymentOutput) String

String returns the string representation

type StatusForCreateServiceOutput

type StatusForCreateServiceOutput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForCreateServiceOutput) GoString

func (s StatusForCreateServiceOutput) GoString() string

GoString returns the string representation

func (*StatusForCreateServiceOutput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForCreateServiceOutput) SetSecondaryState

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForCreateServiceOutput) SetState

SetState sets the State field's value.

func (StatusForCreateServiceOutput) String

String returns the string representation

type StatusForDeleteDeploymentOutput

type StatusForDeleteDeploymentOutput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForDeleteDeploymentOutput) GoString

GoString returns the string representation

func (*StatusForDeleteDeploymentOutput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForDeleteDeploymentOutput) SetSecondaryState

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForDeleteDeploymentOutput) SetState

SetState sets the State field's value.

func (StatusForDeleteDeploymentOutput) String

String returns the string representation

type StatusForDeleteServiceOutput

type StatusForDeleteServiceOutput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForDeleteServiceOutput) GoString

func (s StatusForDeleteServiceOutput) GoString() string

GoString returns the string representation

func (*StatusForDeleteServiceOutput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForDeleteServiceOutput) SetSecondaryState

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForDeleteServiceOutput) SetState

SetState sets the State field's value.

func (StatusForDeleteServiceOutput) String

String returns the string representation

type StatusForGetDeploymentOutput

type StatusForGetDeploymentOutput struct {
	AvailableReplicas *int32 `type:"int32" json:",omitempty"`

	ExpectedReplicias *int32 `type:"int32" json:",omitempty"`

	ExpectedUpdatedReplicas *int32 `type:"int32" json:",omitempty"`

	TotalReplicas *int32 `type:"int32" json:",omitempty"`

	UpdatedAvailableReplicas *int32 `type:"int32" json:",omitempty"`

	UpdatedReplicas *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForGetDeploymentOutput) GoString

func (s StatusForGetDeploymentOutput) GoString() string

GoString returns the string representation

func (*StatusForGetDeploymentOutput) SetAvailableReplicas

SetAvailableReplicas sets the AvailableReplicas field's value.

func (*StatusForGetDeploymentOutput) SetExpectedReplicias

SetExpectedReplicias sets the ExpectedReplicias field's value.

func (*StatusForGetDeploymentOutput) SetExpectedUpdatedReplicas

func (s *StatusForGetDeploymentOutput) SetExpectedUpdatedReplicas(v int32) *StatusForGetDeploymentOutput

SetExpectedUpdatedReplicas sets the ExpectedUpdatedReplicas field's value.

func (*StatusForGetDeploymentOutput) SetTotalReplicas

SetTotalReplicas sets the TotalReplicas field's value.

func (*StatusForGetDeploymentOutput) SetUpdatedAvailableReplicas

func (s *StatusForGetDeploymentOutput) SetUpdatedAvailableReplicas(v int32) *StatusForGetDeploymentOutput

SetUpdatedAvailableReplicas sets the UpdatedAvailableReplicas field's value.

func (*StatusForGetDeploymentOutput) SetUpdatedReplicas

SetUpdatedReplicas sets the UpdatedReplicas field's value.

func (StatusForGetDeploymentOutput) String

String returns the string representation

type StatusForGetDevInstanceOutput

type StatusForGetDevInstanceOutput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForGetDevInstanceOutput) GoString

GoString returns the string representation

func (*StatusForGetDevInstanceOutput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForGetDevInstanceOutput) SetSecondaryState

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForGetDevInstanceOutput) SetState

SetState sets the State field's value.

func (StatusForGetDevInstanceOutput) String

String returns the string representation

type StatusForGetJobOutput

type StatusForGetJobOutput struct {
	ConsumeRetriedTimes *bool `type:"boolean" json:",omitempty"`

	DiagnoseMessage *string `type:"string" json:",omitempty"`

	DiagnoseState *string `type:"string" json:",omitempty" enum:"EnumOfDiagnoseStateForGetJobOutput"`

	EndTime *string `type:"string" json:",omitempty"`

	HoldingEndTime *string `type:"string" json:",omitempty"`

	Message *string `type:"string" json:",omitempty"`

	RetriedTimes *int64 `type:"int64" json:",omitempty"`

	RetryTrigger *string `type:"string" json:",omitempty" enum:"EnumOfRetryTriggerForGetJobOutput"`

	SecondaryState *string `type:"string" json:",omitempty" enum:"EnumOfSecondaryStateForGetJobOutput"`

	StartTime *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty" enum:"EnumOfStateForGetJobOutput"`
	// contains filtered or unexported fields
}

func (StatusForGetJobOutput) GoString

func (s StatusForGetJobOutput) GoString() string

GoString returns the string representation

func (*StatusForGetJobOutput) SetConsumeRetriedTimes

func (s *StatusForGetJobOutput) SetConsumeRetriedTimes(v bool) *StatusForGetJobOutput

SetConsumeRetriedTimes sets the ConsumeRetriedTimes field's value.

func (*StatusForGetJobOutput) SetDiagnoseMessage

func (s *StatusForGetJobOutput) SetDiagnoseMessage(v string) *StatusForGetJobOutput

SetDiagnoseMessage sets the DiagnoseMessage field's value.

func (*StatusForGetJobOutput) SetDiagnoseState

func (s *StatusForGetJobOutput) SetDiagnoseState(v string) *StatusForGetJobOutput

SetDiagnoseState sets the DiagnoseState field's value.

func (*StatusForGetJobOutput) SetEndTime

SetEndTime sets the EndTime field's value.

func (*StatusForGetJobOutput) SetHoldingEndTime

func (s *StatusForGetJobOutput) SetHoldingEndTime(v string) *StatusForGetJobOutput

SetHoldingEndTime sets the HoldingEndTime field's value.

func (*StatusForGetJobOutput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForGetJobOutput) SetRetriedTimes

func (s *StatusForGetJobOutput) SetRetriedTimes(v int64) *StatusForGetJobOutput

SetRetriedTimes sets the RetriedTimes field's value.

func (*StatusForGetJobOutput) SetRetryTrigger

func (s *StatusForGetJobOutput) SetRetryTrigger(v string) *StatusForGetJobOutput

SetRetryTrigger sets the RetryTrigger field's value.

func (*StatusForGetJobOutput) SetSecondaryState

func (s *StatusForGetJobOutput) SetSecondaryState(v string) *StatusForGetJobOutput

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForGetJobOutput) SetStartTime

SetStartTime sets the StartTime field's value.

func (*StatusForGetJobOutput) SetState

SetState sets the State field's value.

func (StatusForGetJobOutput) String

func (s StatusForGetJobOutput) String() string

String returns the string representation

type StatusForGetResourceGroupOutput

type StatusForGetResourceGroupOutput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForGetResourceGroupOutput) GoString

GoString returns the string representation

func (*StatusForGetResourceGroupOutput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForGetResourceGroupOutput) SetSecondaryState

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForGetResourceGroupOutput) SetState

SetState sets the State field's value.

func (StatusForGetResourceGroupOutput) String

String returns the string representation

type StatusForGetResourceQueueOutput

type StatusForGetResourceQueueOutput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForGetResourceQueueOutput) GoString

GoString returns the string representation

func (*StatusForGetResourceQueueOutput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForGetResourceQueueOutput) SetSecondaryState

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForGetResourceQueueOutput) SetState

SetState sets the State field's value.

func (StatusForGetResourceQueueOutput) String

String returns the string representation

type StatusForGetResourceReservationPlanOutput added in v1.1.19

type StatusForGetResourceReservationPlanOutput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForGetResourceReservationPlanOutput) GoString added in v1.1.19

GoString returns the string representation

func (*StatusForGetResourceReservationPlanOutput) SetMessage added in v1.1.19

SetMessage sets the Message field's value.

func (*StatusForGetResourceReservationPlanOutput) SetSecondaryState added in v1.1.19

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForGetResourceReservationPlanOutput) SetState added in v1.1.19

SetState sets the State field's value.

func (StatusForGetResourceReservationPlanOutput) String added in v1.1.19

String returns the string representation

type StatusForGetServiceOutput

type StatusForGetServiceOutput struct {
	AvailableReplicas *int32 `type:"int32" json:",omitempty"`

	ExpectedReplicias *int32 `type:"int32" json:",omitempty"`

	ExpectedUpdatedReplicas *int32 `type:"int32" json:",omitempty"`

	TotalReplicas *int32 `type:"int32" json:",omitempty"`

	UpdatedAvailableReplicas *int32 `type:"int32" json:",omitempty"`

	UpdatedReplicas *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForGetServiceOutput) GoString

func (s StatusForGetServiceOutput) GoString() string

GoString returns the string representation

func (*StatusForGetServiceOutput) SetAvailableReplicas

func (s *StatusForGetServiceOutput) SetAvailableReplicas(v int32) *StatusForGetServiceOutput

SetAvailableReplicas sets the AvailableReplicas field's value.

func (*StatusForGetServiceOutput) SetExpectedReplicias

func (s *StatusForGetServiceOutput) SetExpectedReplicias(v int32) *StatusForGetServiceOutput

SetExpectedReplicias sets the ExpectedReplicias field's value.

func (*StatusForGetServiceOutput) SetExpectedUpdatedReplicas

func (s *StatusForGetServiceOutput) SetExpectedUpdatedReplicas(v int32) *StatusForGetServiceOutput

SetExpectedUpdatedReplicas sets the ExpectedUpdatedReplicas field's value.

func (*StatusForGetServiceOutput) SetTotalReplicas

SetTotalReplicas sets the TotalReplicas field's value.

func (*StatusForGetServiceOutput) SetUpdatedAvailableReplicas

func (s *StatusForGetServiceOutput) SetUpdatedAvailableReplicas(v int32) *StatusForGetServiceOutput

SetUpdatedAvailableReplicas sets the UpdatedAvailableReplicas field's value.

func (*StatusForGetServiceOutput) SetUpdatedReplicas

func (s *StatusForGetServiceOutput) SetUpdatedReplicas(v int32) *StatusForGetServiceOutput

SetUpdatedReplicas sets the UpdatedReplicas field's value.

func (StatusForGetServiceOutput) String

func (s StatusForGetServiceOutput) String() string

String returns the string representation

type StatusForListDeploymentsInput

type StatusForListDeploymentsInput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForListDeploymentsInput) GoString

GoString returns the string representation

func (*StatusForListDeploymentsInput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForListDeploymentsInput) SetSecondaryState

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForListDeploymentsInput) SetState

SetState sets the State field's value.

func (StatusForListDeploymentsInput) String

String returns the string representation

type StatusForListDeploymentsOutput

type StatusForListDeploymentsOutput struct {
	AvailableReplicas *int32 `type:"int32" json:",omitempty"`

	ExpectedReplicias *int32 `type:"int32" json:",omitempty"`

	ExpectedUpdatedReplicas *int32 `type:"int32" json:",omitempty"`

	TotalReplicas *int32 `type:"int32" json:",omitempty"`

	UpdatedAvailableReplicas *int32 `type:"int32" json:",omitempty"`

	UpdatedReplicas *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForListDeploymentsOutput) GoString

GoString returns the string representation

func (*StatusForListDeploymentsOutput) SetAvailableReplicas

SetAvailableReplicas sets the AvailableReplicas field's value.

func (*StatusForListDeploymentsOutput) SetExpectedReplicias

SetExpectedReplicias sets the ExpectedReplicias field's value.

func (*StatusForListDeploymentsOutput) SetExpectedUpdatedReplicas

func (s *StatusForListDeploymentsOutput) SetExpectedUpdatedReplicas(v int32) *StatusForListDeploymentsOutput

SetExpectedUpdatedReplicas sets the ExpectedUpdatedReplicas field's value.

func (*StatusForListDeploymentsOutput) SetTotalReplicas

SetTotalReplicas sets the TotalReplicas field's value.

func (*StatusForListDeploymentsOutput) SetUpdatedAvailableReplicas

func (s *StatusForListDeploymentsOutput) SetUpdatedAvailableReplicas(v int32) *StatusForListDeploymentsOutput

SetUpdatedAvailableReplicas sets the UpdatedAvailableReplicas field's value.

func (*StatusForListDeploymentsOutput) SetUpdatedReplicas

SetUpdatedReplicas sets the UpdatedReplicas field's value.

func (StatusForListDeploymentsOutput) String

String returns the string representation

type StatusForListDevInstancesOutput

type StatusForListDevInstancesOutput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForListDevInstancesOutput) GoString

GoString returns the string representation

func (*StatusForListDevInstancesOutput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForListDevInstancesOutput) SetSecondaryState

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForListDevInstancesOutput) SetState

SetState sets the State field's value.

func (StatusForListDevInstancesOutput) String

String returns the string representation

type StatusForListJobInstancesOutput

type StatusForListJobInstancesOutput struct {
	DiagnoseMessage *string `type:"string" json:",omitempty"`

	DiagnoseState *string `type:"string" json:",omitempty" enum:"EnumOfDiagnoseStateForListJobInstancesOutput"`

	EndTime *string `type:"string" json:",omitempty"`

	ExitCode *int32 `type:"int32" json:",omitempty"`

	HoldingEndTime *string `type:"string" json:",omitempty"`

	Message *string `type:"string" json:",omitempty"`

	NumaStatus *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty" enum:"EnumOfSecondaryStateForListJobInstancesOutput"`

	StartTime *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty" enum:"ConvertEnumOfStateForListJobInstancesOutput"`
	// contains filtered or unexported fields
}

func (StatusForListJobInstancesOutput) GoString

GoString returns the string representation

func (*StatusForListJobInstancesOutput) SetDiagnoseMessage

SetDiagnoseMessage sets the DiagnoseMessage field's value.

func (*StatusForListJobInstancesOutput) SetDiagnoseState

SetDiagnoseState sets the DiagnoseState field's value.

func (*StatusForListJobInstancesOutput) SetEndTime

SetEndTime sets the EndTime field's value.

func (*StatusForListJobInstancesOutput) SetExitCode

SetExitCode sets the ExitCode field's value.

func (*StatusForListJobInstancesOutput) SetHoldingEndTime

SetHoldingEndTime sets the HoldingEndTime field's value.

func (*StatusForListJobInstancesOutput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForListJobInstancesOutput) SetNumaStatus added in v1.1.19

SetNumaStatus sets the NumaStatus field's value.

func (*StatusForListJobInstancesOutput) SetSecondaryState

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForListJobInstancesOutput) SetStartTime

SetStartTime sets the StartTime field's value.

func (*StatusForListJobInstancesOutput) SetState

SetState sets the State field's value.

func (StatusForListJobInstancesOutput) String

String returns the string representation

type StatusForListJobsOutput

type StatusForListJobsOutput struct {
	ConsumeRetriedTimes *bool `type:"boolean" json:",omitempty"`

	DiagnoseMessage *string `type:"string" json:",omitempty"`

	DiagnoseState *string `type:"string" json:",omitempty" enum:"EnumOfDiagnoseStateForListJobsOutput"`

	EndTime *string `type:"string" json:",omitempty"`

	HoldingEndTime *string `type:"string" json:",omitempty"`

	Message *string `type:"string" json:",omitempty"`

	RetriedTimes *int64 `type:"int64" json:",omitempty"`

	RetryTrigger *string `type:"string" json:",omitempty" enum:"EnumOfRetryTriggerForListJobsOutput"`

	SecondaryState *string `type:"string" json:",omitempty" enum:"EnumOfSecondaryStateForListJobsOutput"`

	StartTime *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty" enum:"EnumOfStateForListJobsOutput"`
	// contains filtered or unexported fields
}

func (StatusForListJobsOutput) GoString

func (s StatusForListJobsOutput) GoString() string

GoString returns the string representation

func (*StatusForListJobsOutput) SetConsumeRetriedTimes

func (s *StatusForListJobsOutput) SetConsumeRetriedTimes(v bool) *StatusForListJobsOutput

SetConsumeRetriedTimes sets the ConsumeRetriedTimes field's value.

func (*StatusForListJobsOutput) SetDiagnoseMessage

func (s *StatusForListJobsOutput) SetDiagnoseMessage(v string) *StatusForListJobsOutput

SetDiagnoseMessage sets the DiagnoseMessage field's value.

func (*StatusForListJobsOutput) SetDiagnoseState

func (s *StatusForListJobsOutput) SetDiagnoseState(v string) *StatusForListJobsOutput

SetDiagnoseState sets the DiagnoseState field's value.

func (*StatusForListJobsOutput) SetEndTime

SetEndTime sets the EndTime field's value.

func (*StatusForListJobsOutput) SetHoldingEndTime

func (s *StatusForListJobsOutput) SetHoldingEndTime(v string) *StatusForListJobsOutput

SetHoldingEndTime sets the HoldingEndTime field's value.

func (*StatusForListJobsOutput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForListJobsOutput) SetRetriedTimes

func (s *StatusForListJobsOutput) SetRetriedTimes(v int64) *StatusForListJobsOutput

SetRetriedTimes sets the RetriedTimes field's value.

func (*StatusForListJobsOutput) SetRetryTrigger

SetRetryTrigger sets the RetryTrigger field's value.

func (*StatusForListJobsOutput) SetSecondaryState

func (s *StatusForListJobsOutput) SetSecondaryState(v string) *StatusForListJobsOutput

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForListJobsOutput) SetStartTime

SetStartTime sets the StartTime field's value.

func (*StatusForListJobsOutput) SetState

SetState sets the State field's value.

func (StatusForListJobsOutput) String

func (s StatusForListJobsOutput) String() string

String returns the string representation

type StatusForListResourceGroupsOutput

type StatusForListResourceGroupsOutput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForListResourceGroupsOutput) GoString

GoString returns the string representation

func (*StatusForListResourceGroupsOutput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForListResourceGroupsOutput) SetSecondaryState

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForListResourceGroupsOutput) SetState

SetState sets the State field's value.

func (StatusForListResourceGroupsOutput) String

String returns the string representation

type StatusForListResourceQueuesOutput

type StatusForListResourceQueuesOutput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForListResourceQueuesOutput) GoString

GoString returns the string representation

func (*StatusForListResourceQueuesOutput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForListResourceQueuesOutput) SetSecondaryState

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForListResourceQueuesOutput) SetState

SetState sets the State field's value.

func (StatusForListResourceQueuesOutput) String

String returns the string representation

type StatusForListResourceReservationPlansOutput added in v1.1.19

type StatusForListResourceReservationPlansOutput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForListResourceReservationPlansOutput) GoString added in v1.1.19

GoString returns the string representation

func (*StatusForListResourceReservationPlansOutput) SetMessage added in v1.1.19

SetMessage sets the Message field's value.

func (*StatusForListResourceReservationPlansOutput) SetSecondaryState added in v1.1.19

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForListResourceReservationPlansOutput) SetState added in v1.1.19

SetState sets the State field's value.

func (StatusForListResourceReservationPlansOutput) String added in v1.1.19

String returns the string representation

type StatusForListResourceReservationRecordsOutput added in v1.1.19

type StatusForListResourceReservationRecordsOutput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForListResourceReservationRecordsOutput) GoString added in v1.1.19

GoString returns the string representation

func (*StatusForListResourceReservationRecordsOutput) SetMessage added in v1.1.19

SetMessage sets the Message field's value.

func (*StatusForListResourceReservationRecordsOutput) SetSecondaryState added in v1.1.19

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForListResourceReservationRecordsOutput) SetState added in v1.1.19

SetState sets the State field's value.

func (StatusForListResourceReservationRecordsOutput) String added in v1.1.19

String returns the string representation

type StatusForListServicesOutput

type StatusForListServicesOutput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForListServicesOutput) GoString

func (s StatusForListServicesOutput) GoString() string

GoString returns the string representation

func (*StatusForListServicesOutput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForListServicesOutput) SetSecondaryState

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForListServicesOutput) SetState

SetState sets the State field's value.

func (StatusForListServicesOutput) String

String returns the string representation

type StatusForStartDeploymentOutput

type StatusForStartDeploymentOutput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForStartDeploymentOutput) GoString

GoString returns the string representation

func (*StatusForStartDeploymentOutput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForStartDeploymentOutput) SetSecondaryState

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForStartDeploymentOutput) SetState

SetState sets the State field's value.

func (StatusForStartDeploymentOutput) String

String returns the string representation

type StatusForStartServiceOutput

type StatusForStartServiceOutput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForStartServiceOutput) GoString

func (s StatusForStartServiceOutput) GoString() string

GoString returns the string representation

func (*StatusForStartServiceOutput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForStartServiceOutput) SetSecondaryState

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForStartServiceOutput) SetState

SetState sets the State field's value.

func (StatusForStartServiceOutput) String

String returns the string representation

type StatusForStopDeploymentOutput

type StatusForStopDeploymentOutput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForStopDeploymentOutput) GoString

GoString returns the string representation

func (*StatusForStopDeploymentOutput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForStopDeploymentOutput) SetSecondaryState

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForStopDeploymentOutput) SetState

SetState sets the State field's value.

func (StatusForStopDeploymentOutput) String

String returns the string representation

type StatusForStopServiceOutput

type StatusForStopServiceOutput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForStopServiceOutput) GoString

func (s StatusForStopServiceOutput) GoString() string

GoString returns the string representation

func (*StatusForStopServiceOutput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForStopServiceOutput) SetSecondaryState

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForStopServiceOutput) SetState

SetState sets the State field's value.

func (StatusForStopServiceOutput) String

String returns the string representation

type StatusForUpdateDeploymentOutput

type StatusForUpdateDeploymentOutput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForUpdateDeploymentOutput) GoString

GoString returns the string representation

func (*StatusForUpdateDeploymentOutput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForUpdateDeploymentOutput) SetSecondaryState

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForUpdateDeploymentOutput) SetState

SetState sets the State field's value.

func (StatusForUpdateDeploymentOutput) String

String returns the string representation

type StatusForUpdateServiceOutput

type StatusForUpdateServiceOutput struct {
	Message *string `type:"string" json:",omitempty"`

	SecondaryState *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForUpdateServiceOutput) GoString

func (s StatusForUpdateServiceOutput) GoString() string

GoString returns the string representation

func (*StatusForUpdateServiceOutput) SetMessage

SetMessage sets the Message field's value.

func (*StatusForUpdateServiceOutput) SetSecondaryState

SetSecondaryState sets the SecondaryState field's value.

func (*StatusForUpdateServiceOutput) SetState

SetState sets the State field's value.

func (StatusForUpdateServiceOutput) String

String returns the string representation

type StopDeploymentInput

type StopDeploymentInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (StopDeploymentInput) GoString

func (s StopDeploymentInput) GoString() string

GoString returns the string representation

func (*StopDeploymentInput) SetId

SetId sets the Id field's value.

func (StopDeploymentInput) String

func (s StopDeploymentInput) String() string

String returns the string representation

func (*StopDeploymentInput) Validate

func (s *StopDeploymentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopDeploymentOutput

type StopDeploymentOutput struct {
	Metadata *response.ResponseMetadata

	DeploymentId *string `type:"string" json:",omitempty"`

	DeploymentVersionId *string `type:"string" json:",omitempty"`

	ServiceId *string `type:"string" json:",omitempty"`

	Status *StatusForStopDeploymentOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StopDeploymentOutput) GoString

func (s StopDeploymentOutput) GoString() string

GoString returns the string representation

func (*StopDeploymentOutput) SetDeploymentId

func (s *StopDeploymentOutput) SetDeploymentId(v string) *StopDeploymentOutput

SetDeploymentId sets the DeploymentId field's value.

func (*StopDeploymentOutput) SetDeploymentVersionId

func (s *StopDeploymentOutput) SetDeploymentVersionId(v string) *StopDeploymentOutput

SetDeploymentVersionId sets the DeploymentVersionId field's value.

func (*StopDeploymentOutput) SetServiceId

func (s *StopDeploymentOutput) SetServiceId(v string) *StopDeploymentOutput

SetServiceId sets the ServiceId field's value.

func (*StopDeploymentOutput) SetStatus

SetStatus sets the Status field's value.

func (StopDeploymentOutput) String

func (s StopDeploymentOutput) String() string

String returns the string representation

type StopDevInstanceInput

type StopDevInstanceInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (StopDevInstanceInput) GoString

func (s StopDevInstanceInput) GoString() string

GoString returns the string representation

func (*StopDevInstanceInput) SetId

SetId sets the Id field's value.

func (StopDevInstanceInput) String

func (s StopDevInstanceInput) String() string

String returns the string representation

func (*StopDevInstanceInput) Validate

func (s *StopDevInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopDevInstanceOutput

type StopDevInstanceOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StopDevInstanceOutput) GoString

func (s StopDevInstanceOutput) GoString() string

GoString returns the string representation

func (*StopDevInstanceOutput) SetId

SetId sets the Id field's value.

func (StopDevInstanceOutput) String

func (s StopDevInstanceOutput) String() string

String returns the string representation

type StopJobInput

type StopJobInput struct {
	DiagnoseNames []*string `type:"list" json:",omitempty"`

	DryRun *bool `type:"boolean" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	Reason *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StopJobInput) GoString

func (s StopJobInput) GoString() string

GoString returns the string representation

func (*StopJobInput) SetDiagnoseNames

func (s *StopJobInput) SetDiagnoseNames(v []*string) *StopJobInput

SetDiagnoseNames sets the DiagnoseNames field's value.

func (*StopJobInput) SetDryRun

func (s *StopJobInput) SetDryRun(v bool) *StopJobInput

SetDryRun sets the DryRun field's value.

func (*StopJobInput) SetId

func (s *StopJobInput) SetId(v string) *StopJobInput

SetId sets the Id field's value.

func (*StopJobInput) SetReason added in v1.1.19

func (s *StopJobInput) SetReason(v string) *StopJobInput

SetReason sets the Reason field's value.

func (StopJobInput) String

func (s StopJobInput) String() string

String returns the string representation

func (*StopJobInput) Validate

func (s *StopJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopJobOutput

type StopJobOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StopJobOutput) GoString

func (s StopJobOutput) GoString() string

GoString returns the string representation

func (*StopJobOutput) SetId

func (s *StopJobOutput) SetId(v string) *StopJobOutput

SetId sets the Id field's value.

func (StopJobOutput) String

func (s StopJobOutput) String() string

String returns the string representation

type StopServiceInput

type StopServiceInput struct {
	DryRun *bool `type:"boolean" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (StopServiceInput) GoString

func (s StopServiceInput) GoString() string

GoString returns the string representation

func (*StopServiceInput) SetDryRun

func (s *StopServiceInput) SetDryRun(v bool) *StopServiceInput

SetDryRun sets the DryRun field's value.

func (*StopServiceInput) SetId

SetId sets the Id field's value.

func (StopServiceInput) String

func (s StopServiceInput) String() string

String returns the string representation

func (*StopServiceInput) Validate

func (s *StopServiceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopServiceOutput

type StopServiceOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`

	Status *StatusForStopServiceOutput `type:"structure" json:",omitempty"`

	VersionId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StopServiceOutput) GoString

func (s StopServiceOutput) GoString() string

GoString returns the string representation

func (*StopServiceOutput) SetId

SetId sets the Id field's value.

func (*StopServiceOutput) SetStatus

SetStatus sets the Status field's value.

func (*StopServiceOutput) SetVersionId

func (s *StopServiceOutput) SetVersionId(v string) *StopServiceOutput

SetVersionId sets the VersionId field's value.

func (StopServiceOutput) String

func (s StopServiceOutput) String() string

String returns the string representation

type StorageConfigForCreateJobInput

type StorageConfigForCreateJobInput struct {
	Credential *ConvertCredentialForCreateJobInput `type:"structure" json:",omitempty"`

	SidecarMemoryRatio *float64 `type:"double" json:",omitempty"`

	Storages []*StorageForCreateJobInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageConfigForCreateJobInput) GoString

GoString returns the string representation

func (*StorageConfigForCreateJobInput) SetCredential

SetCredential sets the Credential field's value.

func (*StorageConfigForCreateJobInput) SetSidecarMemoryRatio

SetSidecarMemoryRatio sets the SidecarMemoryRatio field's value.

func (*StorageConfigForCreateJobInput) SetStorages

SetStorages sets the Storages field's value.

func (StorageConfigForCreateJobInput) String

String returns the string representation

type StorageConfigForCreateResourceGroupInput

type StorageConfigForCreateResourceGroupInput struct {
	Eic *EicForCreateResourceGroupInput `type:"structure" json:",omitempty"`

	Sfcs *SfcsForCreateResourceGroupInput `type:"structure" json:",omitempty"`

	StorageNetworkConfig *StorageNetworkConfigForCreateResourceGroupInput `type:"structure" json:",omitempty"`

	Vepfs *VepfsForCreateResourceGroupInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageConfigForCreateResourceGroupInput) GoString

GoString returns the string representation

func (*StorageConfigForCreateResourceGroupInput) SetEic added in v1.1.49

SetEic sets the Eic field's value.

func (*StorageConfigForCreateResourceGroupInput) SetSfcs

SetSfcs sets the Sfcs field's value.

func (*StorageConfigForCreateResourceGroupInput) SetStorageNetworkConfig

SetStorageNetworkConfig sets the StorageNetworkConfig field's value.

func (*StorageConfigForCreateResourceGroupInput) SetVepfs

SetVepfs sets the Vepfs field's value.

func (StorageConfigForCreateResourceGroupInput) String

String returns the string representation

type StorageConfigForCreateResourceReservationPlanInput added in v1.1.19

type StorageConfigForCreateResourceReservationPlanInput struct {
	StorageNetworkConfig *StorageNetworkConfigForCreateResourceReservationPlanInput `type:"structure" json:",omitempty"`

	Vepfs *VepfsForCreateResourceReservationPlanInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageConfigForCreateResourceReservationPlanInput) GoString added in v1.1.19

GoString returns the string representation

func (*StorageConfigForCreateResourceReservationPlanInput) SetStorageNetworkConfig added in v1.1.19

SetStorageNetworkConfig sets the StorageNetworkConfig field's value.

func (*StorageConfigForCreateResourceReservationPlanInput) SetVepfs added in v1.1.19

SetVepfs sets the Vepfs field's value.

func (StorageConfigForCreateResourceReservationPlanInput) String added in v1.1.19

String returns the string representation

type StorageConfigForGetJobOutput

type StorageConfigForGetJobOutput struct {
	SidecarMemoryRatio *float64 `type:"double" json:",omitempty"`

	Storages []*StorageForGetJobOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageConfigForGetJobOutput) GoString

func (s StorageConfigForGetJobOutput) GoString() string

GoString returns the string representation

func (*StorageConfigForGetJobOutput) SetSidecarMemoryRatio

SetSidecarMemoryRatio sets the SidecarMemoryRatio field's value.

func (*StorageConfigForGetJobOutput) SetStorages

SetStorages sets the Storages field's value.

func (StorageConfigForGetJobOutput) String

String returns the string representation

type StorageConfigForGetResourceGroupOutput

type StorageConfigForGetResourceGroupOutput struct {
	Eic *EicForGetResourceGroupOutput `type:"structure" json:",omitempty"`

	Sfcs *SfcsForGetResourceGroupOutput `type:"structure" json:",omitempty"`

	StorageNetworkConfig *StorageNetworkConfigForGetResourceGroupOutput `type:"structure" json:",omitempty"`

	Vepfs *VepfsForGetResourceGroupOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageConfigForGetResourceGroupOutput) GoString

GoString returns the string representation

func (*StorageConfigForGetResourceGroupOutput) SetEic added in v1.1.49

SetEic sets the Eic field's value.

func (*StorageConfigForGetResourceGroupOutput) SetSfcs

SetSfcs sets the Sfcs field's value.

func (*StorageConfigForGetResourceGroupOutput) SetStorageNetworkConfig

SetStorageNetworkConfig sets the StorageNetworkConfig field's value.

func (*StorageConfigForGetResourceGroupOutput) SetVepfs

SetVepfs sets the Vepfs field's value.

func (StorageConfigForGetResourceGroupOutput) String

String returns the string representation

type StorageConfigForGetResourceReservationPlanOutput added in v1.1.19

type StorageConfigForGetResourceReservationPlanOutput struct {
	StorageNetworkConfig *StorageNetworkConfigForGetResourceReservationPlanOutput `type:"structure" json:",omitempty"`

	Vepfs *VepfsForGetResourceReservationPlanOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageConfigForGetResourceReservationPlanOutput) GoString added in v1.1.19

GoString returns the string representation

func (*StorageConfigForGetResourceReservationPlanOutput) SetStorageNetworkConfig added in v1.1.19

SetStorageNetworkConfig sets the StorageNetworkConfig field's value.

func (*StorageConfigForGetResourceReservationPlanOutput) SetVepfs added in v1.1.19

SetVepfs sets the Vepfs field's value.

func (StorageConfigForGetResourceReservationPlanOutput) String added in v1.1.19

String returns the string representation

type StorageConfigForListResourceGroupsOutput

type StorageConfigForListResourceGroupsOutput struct {
	Eic *EicForListResourceGroupsOutput `type:"structure" json:",omitempty"`

	Sfcs *SfcsForListResourceGroupsOutput `type:"structure" json:",omitempty"`

	StorageNetworkConfig *StorageNetworkConfigForListResourceGroupsOutput `type:"structure" json:",omitempty"`

	Vepfs *VepfsForListResourceGroupsOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageConfigForListResourceGroupsOutput) GoString

GoString returns the string representation

func (*StorageConfigForListResourceGroupsOutput) SetEic added in v1.1.49

SetEic sets the Eic field's value.

func (*StorageConfigForListResourceGroupsOutput) SetSfcs

SetSfcs sets the Sfcs field's value.

func (*StorageConfigForListResourceGroupsOutput) SetStorageNetworkConfig

SetStorageNetworkConfig sets the StorageNetworkConfig field's value.

func (*StorageConfigForListResourceGroupsOutput) SetVepfs

SetVepfs sets the Vepfs field's value.

func (StorageConfigForListResourceGroupsOutput) String

String returns the string representation

type StorageConfigForListResourceReservationPlansOutput added in v1.1.19

type StorageConfigForListResourceReservationPlansOutput struct {
	StorageNetworkConfig *StorageNetworkConfigForListResourceReservationPlansOutput `type:"structure" json:",omitempty"`

	Vepfs *VepfsForListResourceReservationPlansOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageConfigForListResourceReservationPlansOutput) GoString added in v1.1.19

GoString returns the string representation

func (*StorageConfigForListResourceReservationPlansOutput) SetStorageNetworkConfig added in v1.1.19

SetStorageNetworkConfig sets the StorageNetworkConfig field's value.

func (*StorageConfigForListResourceReservationPlansOutput) SetVepfs added in v1.1.19

SetVepfs sets the Vepfs field's value.

func (StorageConfigForListResourceReservationPlansOutput) String added in v1.1.19

String returns the string representation

type StorageConfigForUpdateResourceGroupInput

type StorageConfigForUpdateResourceGroupInput struct {
	Eic *EicForUpdateResourceGroupInput `type:"structure" json:",omitempty"`

	Sfcs *SfcsForUpdateResourceGroupInput `type:"structure" json:",omitempty"`

	StorageNetworkConfig *StorageNetworkConfigForUpdateResourceGroupInput `type:"structure" json:",omitempty"`

	Vepfs *VepfsForUpdateResourceGroupInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageConfigForUpdateResourceGroupInput) GoString

GoString returns the string representation

func (*StorageConfigForUpdateResourceGroupInput) SetEic added in v1.1.49

SetEic sets the Eic field's value.

func (*StorageConfigForUpdateResourceGroupInput) SetSfcs

SetSfcs sets the Sfcs field's value.

func (*StorageConfigForUpdateResourceGroupInput) SetStorageNetworkConfig

SetStorageNetworkConfig sets the StorageNetworkConfig field's value.

func (*StorageConfigForUpdateResourceGroupInput) SetVepfs

SetVepfs sets the Vepfs field's value.

func (StorageConfigForUpdateResourceGroupInput) String

String returns the string representation

type StorageConfigForUpdateResourceReservationPlanInput added in v1.1.19

type StorageConfigForUpdateResourceReservationPlanInput struct {
	StorageNetworkConfig *StorageNetworkConfigForUpdateResourceReservationPlanInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageConfigForUpdateResourceReservationPlanInput) GoString added in v1.1.19

GoString returns the string representation

func (*StorageConfigForUpdateResourceReservationPlanInput) SetStorageNetworkConfig added in v1.1.19

SetStorageNetworkConfig sets the StorageNetworkConfig field's value.

func (StorageConfigForUpdateResourceReservationPlanInput) String added in v1.1.19

String returns the string representation

type StorageForCreateDeploymentInput

type StorageForCreateDeploymentInput struct {
	Config *ConfigForCreateDeploymentInput `type:"structure" json:",omitempty"`

	MountPath *string `type:"string" json:",omitempty"`

	ReadOnly *bool `type:"boolean" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageForCreateDeploymentInput) GoString

GoString returns the string representation

func (*StorageForCreateDeploymentInput) SetConfig

SetConfig sets the Config field's value.

func (*StorageForCreateDeploymentInput) SetMountPath

SetMountPath sets the MountPath field's value.

func (*StorageForCreateDeploymentInput) SetReadOnly

SetReadOnly sets the ReadOnly field's value.

func (*StorageForCreateDeploymentInput) SetType

SetType sets the Type field's value.

func (StorageForCreateDeploymentInput) String

String returns the string representation

type StorageForCreateDevInstanceInput

type StorageForCreateDevInstanceInput struct {
	Config *ConfigForCreateDevInstanceInput `type:"structure" json:",omitempty"`

	MountPath *string `type:"string" json:",omitempty"`

	ReadOnly *bool `type:"boolean" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageForCreateDevInstanceInput) GoString

GoString returns the string representation

func (*StorageForCreateDevInstanceInput) SetConfig

SetConfig sets the Config field's value.

func (*StorageForCreateDevInstanceInput) SetMountPath

SetMountPath sets the MountPath field's value.

func (*StorageForCreateDevInstanceInput) SetReadOnly

SetReadOnly sets the ReadOnly field's value.

func (*StorageForCreateDevInstanceInput) SetType

SetType sets the Type field's value.

func (StorageForCreateDevInstanceInput) String

String returns the string representation

type StorageForCreateJobInput

type StorageForCreateJobInput struct {
	Config *ConfigForCreateJobInput `type:"structure" json:",omitempty"`

	MountPath *string `type:"string" json:",omitempty"`

	ReadOnly *bool `type:"boolean" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageForCreateJobInput) GoString

func (s StorageForCreateJobInput) GoString() string

GoString returns the string representation

func (*StorageForCreateJobInput) SetConfig

SetConfig sets the Config field's value.

func (*StorageForCreateJobInput) SetMountPath

SetMountPath sets the MountPath field's value.

func (*StorageForCreateJobInput) SetReadOnly

SetReadOnly sets the ReadOnly field's value.

func (*StorageForCreateJobInput) SetType

SetType sets the Type field's value.

func (StorageForCreateJobInput) String

func (s StorageForCreateJobInput) String() string

String returns the string representation

type StorageForGetDeploymentOutput

type StorageForGetDeploymentOutput struct {
	Config *ConfigForGetDeploymentOutput `type:"structure" json:",omitempty"`

	MountPath *string `type:"string" json:",omitempty"`

	ReadOnly *bool `type:"boolean" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageForGetDeploymentOutput) GoString

GoString returns the string representation

func (*StorageForGetDeploymentOutput) SetConfig

SetConfig sets the Config field's value.

func (*StorageForGetDeploymentOutput) SetMountPath

SetMountPath sets the MountPath field's value.

func (*StorageForGetDeploymentOutput) SetReadOnly

SetReadOnly sets the ReadOnly field's value.

func (*StorageForGetDeploymentOutput) SetType

SetType sets the Type field's value.

func (StorageForGetDeploymentOutput) String

String returns the string representation

type StorageForGetDevInstanceOutput

type StorageForGetDevInstanceOutput struct {
	Config *ConfigForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	MountPath *string `type:"string" json:",omitempty"`

	ReadOnly *bool `type:"boolean" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageForGetDevInstanceOutput) GoString

GoString returns the string representation

func (*StorageForGetDevInstanceOutput) SetConfig

SetConfig sets the Config field's value.

func (*StorageForGetDevInstanceOutput) SetMountPath

SetMountPath sets the MountPath field's value.

func (*StorageForGetDevInstanceOutput) SetReadOnly

SetReadOnly sets the ReadOnly field's value.

func (*StorageForGetDevInstanceOutput) SetType

SetType sets the Type field's value.

func (StorageForGetDevInstanceOutput) String

String returns the string representation

type StorageForGetJobOutput

type StorageForGetJobOutput struct {
	Config *ConfigForGetJobOutput `type:"structure" json:",omitempty"`

	MountPath *string `type:"string" json:",omitempty"`

	ReadOnly *bool `type:"boolean" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageForGetJobOutput) GoString

func (s StorageForGetJobOutput) GoString() string

GoString returns the string representation

func (*StorageForGetJobOutput) SetConfig

SetConfig sets the Config field's value.

func (*StorageForGetJobOutput) SetMountPath

SetMountPath sets the MountPath field's value.

func (*StorageForGetJobOutput) SetReadOnly

SetReadOnly sets the ReadOnly field's value.

func (*StorageForGetJobOutput) SetType

SetType sets the Type field's value.

func (StorageForGetJobOutput) String

func (s StorageForGetJobOutput) String() string

String returns the string representation

type StorageForListDevInstancesOutput

type StorageForListDevInstancesOutput struct {
	Config *ConfigForListDevInstancesOutput `type:"structure" json:",omitempty"`

	MountPath *string `type:"string" json:",omitempty"`

	ReadOnly *bool `type:"boolean" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageForListDevInstancesOutput) GoString

GoString returns the string representation

func (*StorageForListDevInstancesOutput) SetConfig

SetConfig sets the Config field's value.

func (*StorageForListDevInstancesOutput) SetMountPath

SetMountPath sets the MountPath field's value.

func (*StorageForListDevInstancesOutput) SetReadOnly

SetReadOnly sets the ReadOnly field's value.

func (*StorageForListDevInstancesOutput) SetType

SetType sets the Type field's value.

func (StorageForListDevInstancesOutput) String

String returns the string representation

type StorageForUpdateDeploymentInput

type StorageForUpdateDeploymentInput struct {
	Config *ConfigForUpdateDeploymentInput `type:"structure" json:",omitempty"`

	MountPath *string `type:"string" json:",omitempty"`

	ReadOnly *bool `type:"boolean" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageForUpdateDeploymentInput) GoString

GoString returns the string representation

func (*StorageForUpdateDeploymentInput) SetConfig

SetConfig sets the Config field's value.

func (*StorageForUpdateDeploymentInput) SetMountPath

SetMountPath sets the MountPath field's value.

func (*StorageForUpdateDeploymentInput) SetReadOnly

SetReadOnly sets the ReadOnly field's value.

func (*StorageForUpdateDeploymentInput) SetType

SetType sets the Type field's value.

func (StorageForUpdateDeploymentInput) String

String returns the string representation

type StorageForUpdateDevInstanceInput

type StorageForUpdateDevInstanceInput struct {
	Config *ConfigForUpdateDevInstanceInput `type:"structure" json:",omitempty"`

	MountPath *string `type:"string" json:",omitempty"`

	ReadOnly *bool `type:"boolean" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageForUpdateDevInstanceInput) GoString

GoString returns the string representation

func (*StorageForUpdateDevInstanceInput) SetConfig

SetConfig sets the Config field's value.

func (*StorageForUpdateDevInstanceInput) SetMountPath

SetMountPath sets the MountPath field's value.

func (*StorageForUpdateDevInstanceInput) SetReadOnly

SetReadOnly sets the ReadOnly field's value.

func (*StorageForUpdateDevInstanceInput) SetType

SetType sets the Type field's value.

func (StorageForUpdateDevInstanceInput) String

String returns the string representation

type StorageNetworkConfigForCreateResourceGroupInput

type StorageNetworkConfigForCreateResourceGroupInput struct {
	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	SubnetIds []*string `type:"list" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageNetworkConfigForCreateResourceGroupInput) GoString

GoString returns the string representation

func (*StorageNetworkConfigForCreateResourceGroupInput) SetSecurityGroupIds

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*StorageNetworkConfigForCreateResourceGroupInput) SetSubnetIds

SetSubnetIds sets the SubnetIds field's value.

func (*StorageNetworkConfigForCreateResourceGroupInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (StorageNetworkConfigForCreateResourceGroupInput) String

String returns the string representation

type StorageNetworkConfigForCreateResourceReservationPlanInput added in v1.1.19

type StorageNetworkConfigForCreateResourceReservationPlanInput struct {
	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	SubnetIds []*string `type:"list" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageNetworkConfigForCreateResourceReservationPlanInput) GoString added in v1.1.19

GoString returns the string representation

func (*StorageNetworkConfigForCreateResourceReservationPlanInput) SetSecurityGroupIds added in v1.1.19

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*StorageNetworkConfigForCreateResourceReservationPlanInput) SetSubnetIds added in v1.1.19

SetSubnetIds sets the SubnetIds field's value.

func (*StorageNetworkConfigForCreateResourceReservationPlanInput) SetVpcId added in v1.1.19

SetVpcId sets the VpcId field's value.

func (StorageNetworkConfigForCreateResourceReservationPlanInput) String added in v1.1.19

String returns the string representation

type StorageNetworkConfigForGetResourceGroupOutput

type StorageNetworkConfigForGetResourceGroupOutput struct {
	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	SubnetIds []*string `type:"list" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageNetworkConfigForGetResourceGroupOutput) GoString

GoString returns the string representation

func (*StorageNetworkConfigForGetResourceGroupOutput) SetSecurityGroupIds

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*StorageNetworkConfigForGetResourceGroupOutput) SetSubnetIds

SetSubnetIds sets the SubnetIds field's value.

func (*StorageNetworkConfigForGetResourceGroupOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (StorageNetworkConfigForGetResourceGroupOutput) String

String returns the string representation

type StorageNetworkConfigForGetResourceReservationPlanOutput added in v1.1.19

type StorageNetworkConfigForGetResourceReservationPlanOutput struct {
	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	SubnetIds []*string `type:"list" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageNetworkConfigForGetResourceReservationPlanOutput) GoString added in v1.1.19

GoString returns the string representation

func (*StorageNetworkConfigForGetResourceReservationPlanOutput) SetSecurityGroupIds added in v1.1.19

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*StorageNetworkConfigForGetResourceReservationPlanOutput) SetSubnetIds added in v1.1.19

SetSubnetIds sets the SubnetIds field's value.

func (*StorageNetworkConfigForGetResourceReservationPlanOutput) SetVpcId added in v1.1.19

SetVpcId sets the VpcId field's value.

func (StorageNetworkConfigForGetResourceReservationPlanOutput) String added in v1.1.19

String returns the string representation

type StorageNetworkConfigForListResourceGroupsOutput

type StorageNetworkConfigForListResourceGroupsOutput struct {
	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	SubnetIds []*string `type:"list" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageNetworkConfigForListResourceGroupsOutput) GoString

GoString returns the string representation

func (*StorageNetworkConfigForListResourceGroupsOutput) SetSecurityGroupIds

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*StorageNetworkConfigForListResourceGroupsOutput) SetSubnetIds

SetSubnetIds sets the SubnetIds field's value.

func (*StorageNetworkConfigForListResourceGroupsOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (StorageNetworkConfigForListResourceGroupsOutput) String

String returns the string representation

type StorageNetworkConfigForListResourceReservationPlansOutput added in v1.1.19

type StorageNetworkConfigForListResourceReservationPlansOutput struct {
	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	SubnetIds []*string `type:"list" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageNetworkConfigForListResourceReservationPlansOutput) GoString added in v1.1.19

GoString returns the string representation

func (*StorageNetworkConfigForListResourceReservationPlansOutput) SetSecurityGroupIds added in v1.1.19

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*StorageNetworkConfigForListResourceReservationPlansOutput) SetSubnetIds added in v1.1.19

SetSubnetIds sets the SubnetIds field's value.

func (*StorageNetworkConfigForListResourceReservationPlansOutput) SetVpcId added in v1.1.19

SetVpcId sets the VpcId field's value.

func (StorageNetworkConfigForListResourceReservationPlansOutput) String added in v1.1.19

String returns the string representation

type StorageNetworkConfigForUpdateResourceGroupInput

type StorageNetworkConfigForUpdateResourceGroupInput struct {
	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	SubnetIds []*string `type:"list" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageNetworkConfigForUpdateResourceGroupInput) GoString

GoString returns the string representation

func (*StorageNetworkConfigForUpdateResourceGroupInput) SetSecurityGroupIds

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*StorageNetworkConfigForUpdateResourceGroupInput) SetSubnetIds

SetSubnetIds sets the SubnetIds field's value.

func (*StorageNetworkConfigForUpdateResourceGroupInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (StorageNetworkConfigForUpdateResourceGroupInput) String

String returns the string representation

type StorageNetworkConfigForUpdateResourceReservationPlanInput added in v1.1.19

type StorageNetworkConfigForUpdateResourceReservationPlanInput struct {
	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	SubnetIds []*string `type:"list" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageNetworkConfigForUpdateResourceReservationPlanInput) GoString added in v1.1.19

GoString returns the string representation

func (*StorageNetworkConfigForUpdateResourceReservationPlanInput) SetSecurityGroupIds added in v1.1.19

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*StorageNetworkConfigForUpdateResourceReservationPlanInput) SetSubnetIds added in v1.1.19

SetSubnetIds sets the SubnetIds field's value.

func (*StorageNetworkConfigForUpdateResourceReservationPlanInput) SetVpcId added in v1.1.19

SetVpcId sets the VpcId field's value.

func (StorageNetworkConfigForUpdateResourceReservationPlanInput) String added in v1.1.19

String returns the string representation

type SystemQuotaAllocatedForGetResourceQueueOutput

type SystemQuotaAllocatedForGetResourceQueueOutput struct {
	Cpu *float64 `type:"double" json:",omitempty"`

	GpuCount *float64 `type:"double" json:",omitempty"`

	GpuCountInfos []*GpuCountInfoForGetResourceQueueOutput `type:"list" json:",omitempty"`

	GpuMemoryInfos []*GpuMemoryInfoForGetResourceQueueOutput `type:"list" json:",omitempty"`

	GpuRdmaInfos []*GpuRdmaInfoForGetResourceQueueOutput `type:"list" json:",omitempty"`

	MemoryGiB *float64 `type:"double" json:",omitempty"`

	VolumeSizeGiB *float64 `type:"double" json:",omitempty"`

	VolumeSizeInfos []*VolumeSizeInfoForGetResourceQueueOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SystemQuotaAllocatedForGetResourceQueueOutput) GoString

GoString returns the string representation

func (*SystemQuotaAllocatedForGetResourceQueueOutput) SetCpu

SetCpu sets the Cpu field's value.

func (*SystemQuotaAllocatedForGetResourceQueueOutput) SetGpuCount

SetGpuCount sets the GpuCount field's value.

func (*SystemQuotaAllocatedForGetResourceQueueOutput) SetGpuCountInfos

SetGpuCountInfos sets the GpuCountInfos field's value.

func (*SystemQuotaAllocatedForGetResourceQueueOutput) SetGpuMemoryInfos

SetGpuMemoryInfos sets the GpuMemoryInfos field's value.

func (*SystemQuotaAllocatedForGetResourceQueueOutput) SetGpuRdmaInfos

SetGpuRdmaInfos sets the GpuRdmaInfos field's value.

func (*SystemQuotaAllocatedForGetResourceQueueOutput) SetMemoryGiB

SetMemoryGiB sets the MemoryGiB field's value.

func (*SystemQuotaAllocatedForGetResourceQueueOutput) SetVolumeSizeGiB

SetVolumeSizeGiB sets the VolumeSizeGiB field's value.

func (*SystemQuotaAllocatedForGetResourceQueueOutput) SetVolumeSizeInfos

SetVolumeSizeInfos sets the VolumeSizeInfos field's value.

func (SystemQuotaAllocatedForGetResourceQueueOutput) String

String returns the string representation

type SystemQuotaAllocatedForListResourceQueuesOutput

type SystemQuotaAllocatedForListResourceQueuesOutput struct {
	Cpu *float64 `type:"double" json:",omitempty"`

	GpuCount *float64 `type:"double" json:",omitempty"`

	GpuCountInfos []*GpuCountInfoForListResourceQueuesOutput `type:"list" json:",omitempty"`

	GpuMemoryInfos []*GpuMemoryInfoForListResourceQueuesOutput `type:"list" json:",omitempty"`

	GpuRdmaInfos []*GpuRdmaInfoForListResourceQueuesOutput `type:"list" json:",omitempty"`

	MemoryGiB *float64 `type:"double" json:",omitempty"`

	VolumeSizeGiB *float64 `type:"double" json:",omitempty"`

	VolumeSizeInfos []*VolumeSizeInfoForListResourceQueuesOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SystemQuotaAllocatedForListResourceQueuesOutput) GoString

GoString returns the string representation

func (*SystemQuotaAllocatedForListResourceQueuesOutput) SetCpu

SetCpu sets the Cpu field's value.

func (*SystemQuotaAllocatedForListResourceQueuesOutput) SetGpuCount

SetGpuCount sets the GpuCount field's value.

func (*SystemQuotaAllocatedForListResourceQueuesOutput) SetGpuCountInfos

SetGpuCountInfos sets the GpuCountInfos field's value.

func (*SystemQuotaAllocatedForListResourceQueuesOutput) SetGpuMemoryInfos

SetGpuMemoryInfos sets the GpuMemoryInfos field's value.

func (*SystemQuotaAllocatedForListResourceQueuesOutput) SetGpuRdmaInfos

SetGpuRdmaInfos sets the GpuRdmaInfos field's value.

func (*SystemQuotaAllocatedForListResourceQueuesOutput) SetMemoryGiB

SetMemoryGiB sets the MemoryGiB field's value.

func (*SystemQuotaAllocatedForListResourceQueuesOutput) SetVolumeSizeGiB

SetVolumeSizeGiB sets the VolumeSizeGiB field's value.

func (*SystemQuotaAllocatedForListResourceQueuesOutput) SetVolumeSizeInfos

SetVolumeSizeInfos sets the VolumeSizeInfos field's value.

func (SystemQuotaAllocatedForListResourceQueuesOutput) String

String returns the string representation

type TCPSocketForCreateDeploymentInput

type TCPSocketForCreateDeploymentInput struct {
	Port *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TCPSocketForCreateDeploymentInput) GoString

GoString returns the string representation

func (*TCPSocketForCreateDeploymentInput) SetPort

SetPort sets the Port field's value.

func (TCPSocketForCreateDeploymentInput) String

String returns the string representation

type TCPSocketForGetDeploymentOutput

type TCPSocketForGetDeploymentOutput struct {
	Port *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TCPSocketForGetDeploymentOutput) GoString

GoString returns the string representation

func (*TCPSocketForGetDeploymentOutput) SetPort

SetPort sets the Port field's value.

func (TCPSocketForGetDeploymentOutput) String

String returns the string representation

type TCPSocketForUpdateDeploymentInput

type TCPSocketForUpdateDeploymentInput struct {
	Port *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TCPSocketForUpdateDeploymentInput) GoString

GoString returns the string representation

func (*TCPSocketForUpdateDeploymentInput) SetPort

SetPort sets the Port field's value.

func (TCPSocketForUpdateDeploymentInput) String

String returns the string representation

type TargetComputeResourceForListResourceReservationRecordsOutput added in v1.1.49

type TargetComputeResourceForListResourceReservationRecordsOutput struct {
	Count *int64 `type:"int64" json:",omitempty"`

	GpuCount *int64 `type:"int64" json:",omitempty"`

	InstanceTypeId *string `type:"string" json:",omitempty"`

	ZoneIds []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TargetComputeResourceForListResourceReservationRecordsOutput) GoString added in v1.1.49

GoString returns the string representation

func (*TargetComputeResourceForListResourceReservationRecordsOutput) SetCount added in v1.1.49

SetCount sets the Count field's value.

func (*TargetComputeResourceForListResourceReservationRecordsOutput) SetGpuCount added in v1.1.49

SetGpuCount sets the GpuCount field's value.

func (*TargetComputeResourceForListResourceReservationRecordsOutput) SetInstanceTypeId added in v1.1.49

SetInstanceTypeId sets the InstanceTypeId field's value.

func (*TargetComputeResourceForListResourceReservationRecordsOutput) SetZoneIds added in v1.1.49

SetZoneIds sets the ZoneIds field's value.

func (TargetComputeResourceForListResourceReservationRecordsOutput) String added in v1.1.49

String returns the string representation

type TensorboardStorageForCreateJobInput

type TensorboardStorageForCreateJobInput struct {
	Config *ConfigForCreateJobInput `type:"structure" json:",omitempty"`

	MountPath *string `type:"string" json:",omitempty"`

	ReadOnly *bool `type:"boolean" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TensorboardStorageForCreateJobInput) GoString

GoString returns the string representation

func (*TensorboardStorageForCreateJobInput) SetConfig

SetConfig sets the Config field's value.

func (*TensorboardStorageForCreateJobInput) SetMountPath

SetMountPath sets the MountPath field's value.

func (*TensorboardStorageForCreateJobInput) SetReadOnly

SetReadOnly sets the ReadOnly field's value.

func (*TensorboardStorageForCreateJobInput) SetType

SetType sets the Type field's value.

func (TensorboardStorageForCreateJobInput) String

String returns the string representation

type TensorboardStorageForGetJobOutput

type TensorboardStorageForGetJobOutput struct {
	Config *ConfigForGetJobOutput `type:"structure" json:",omitempty"`

	MountPath *string `type:"string" json:",omitempty"`

	ReadOnly *bool `type:"boolean" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TensorboardStorageForGetJobOutput) GoString

GoString returns the string representation

func (*TensorboardStorageForGetJobOutput) SetConfig

SetConfig sets the Config field's value.

func (*TensorboardStorageForGetJobOutput) SetMountPath

SetMountPath sets the MountPath field's value.

func (*TensorboardStorageForGetJobOutput) SetReadOnly

SetReadOnly sets the ReadOnly field's value.

func (*TensorboardStorageForGetJobOutput) SetType

SetType sets the Type field's value.

func (TensorboardStorageForGetJobOutput) String

String returns the string representation

type TosAPForCreateDeploymentInput added in v1.2.1

type TosAPForCreateDeploymentInput struct {
	AcceleratorId *string `type:"string" json:",omitempty"`

	AcceleratorName *string `type:"string" json:",omitempty"`

	AccessPointId *string `type:"string" json:",omitempty"`

	AccessPointName *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	Server *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosAPForCreateDeploymentInput) GoString added in v1.2.1

GoString returns the string representation

func (*TosAPForCreateDeploymentInput) SetAcceleratorId added in v1.2.1

SetAcceleratorId sets the AcceleratorId field's value.

func (*TosAPForCreateDeploymentInput) SetAcceleratorName added in v1.2.1

SetAcceleratorName sets the AcceleratorName field's value.

func (*TosAPForCreateDeploymentInput) SetAccessPointId added in v1.2.1

SetAccessPointId sets the AccessPointId field's value.

func (*TosAPForCreateDeploymentInput) SetAccessPointName added in v1.2.1

SetAccessPointName sets the AccessPointName field's value.

func (*TosAPForCreateDeploymentInput) SetRegion added in v1.2.1

SetRegion sets the Region field's value.

func (*TosAPForCreateDeploymentInput) SetServer added in v1.2.1

SetServer sets the Server field's value.

func (TosAPForCreateDeploymentInput) String added in v1.2.1

String returns the string representation

type TosAPForCreateDevInstanceInput added in v1.2.1

type TosAPForCreateDevInstanceInput struct {
	AcceleratorId *string `type:"string" json:",omitempty"`

	AcceleratorName *string `type:"string" json:",omitempty"`

	AccessPointId *string `type:"string" json:",omitempty"`

	AccessPointName *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	Server *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosAPForCreateDevInstanceInput) GoString added in v1.2.1

GoString returns the string representation

func (*TosAPForCreateDevInstanceInput) SetAcceleratorId added in v1.2.1

SetAcceleratorId sets the AcceleratorId field's value.

func (*TosAPForCreateDevInstanceInput) SetAcceleratorName added in v1.2.1

SetAcceleratorName sets the AcceleratorName field's value.

func (*TosAPForCreateDevInstanceInput) SetAccessPointId added in v1.2.1

SetAccessPointId sets the AccessPointId field's value.

func (*TosAPForCreateDevInstanceInput) SetAccessPointName added in v1.2.1

SetAccessPointName sets the AccessPointName field's value.

func (*TosAPForCreateDevInstanceInput) SetRegion added in v1.2.1

SetRegion sets the Region field's value.

func (*TosAPForCreateDevInstanceInput) SetServer added in v1.2.1

SetServer sets the Server field's value.

func (TosAPForCreateDevInstanceInput) String added in v1.2.1

String returns the string representation

type TosAPForCreateJobInput added in v1.2.1

type TosAPForCreateJobInput struct {
	AcceleratorId *string `type:"string" json:",omitempty"`

	AcceleratorName *string `type:"string" json:",omitempty"`

	AccessPointId *string `type:"string" json:",omitempty"`

	AccessPointName *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	Server *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosAPForCreateJobInput) GoString added in v1.2.1

func (s TosAPForCreateJobInput) GoString() string

GoString returns the string representation

func (*TosAPForCreateJobInput) SetAcceleratorId added in v1.2.1

func (s *TosAPForCreateJobInput) SetAcceleratorId(v string) *TosAPForCreateJobInput

SetAcceleratorId sets the AcceleratorId field's value.

func (*TosAPForCreateJobInput) SetAcceleratorName added in v1.2.1

func (s *TosAPForCreateJobInput) SetAcceleratorName(v string) *TosAPForCreateJobInput

SetAcceleratorName sets the AcceleratorName field's value.

func (*TosAPForCreateJobInput) SetAccessPointId added in v1.2.1

func (s *TosAPForCreateJobInput) SetAccessPointId(v string) *TosAPForCreateJobInput

SetAccessPointId sets the AccessPointId field's value.

func (*TosAPForCreateJobInput) SetAccessPointName added in v1.2.1

func (s *TosAPForCreateJobInput) SetAccessPointName(v string) *TosAPForCreateJobInput

SetAccessPointName sets the AccessPointName field's value.

func (*TosAPForCreateJobInput) SetRegion added in v1.2.1

SetRegion sets the Region field's value.

func (*TosAPForCreateJobInput) SetServer added in v1.2.1

SetServer sets the Server field's value.

func (TosAPForCreateJobInput) String added in v1.2.1

func (s TosAPForCreateJobInput) String() string

String returns the string representation

type TosAPForGetDeploymentOutput added in v1.2.1

type TosAPForGetDeploymentOutput struct {
	AcceleratorId *string `type:"string" json:",omitempty"`

	AcceleratorName *string `type:"string" json:",omitempty"`

	AccessPointId *string `type:"string" json:",omitempty"`

	AccessPointName *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	Server *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosAPForGetDeploymentOutput) GoString added in v1.2.1

func (s TosAPForGetDeploymentOutput) GoString() string

GoString returns the string representation

func (*TosAPForGetDeploymentOutput) SetAcceleratorId added in v1.2.1

SetAcceleratorId sets the AcceleratorId field's value.

func (*TosAPForGetDeploymentOutput) SetAcceleratorName added in v1.2.1

SetAcceleratorName sets the AcceleratorName field's value.

func (*TosAPForGetDeploymentOutput) SetAccessPointId added in v1.2.1

SetAccessPointId sets the AccessPointId field's value.

func (*TosAPForGetDeploymentOutput) SetAccessPointName added in v1.2.1

SetAccessPointName sets the AccessPointName field's value.

func (*TosAPForGetDeploymentOutput) SetRegion added in v1.2.1

SetRegion sets the Region field's value.

func (*TosAPForGetDeploymentOutput) SetServer added in v1.2.1

SetServer sets the Server field's value.

func (TosAPForGetDeploymentOutput) String added in v1.2.1

String returns the string representation

type TosAPForGetDevInstanceOutput added in v1.2.1

type TosAPForGetDevInstanceOutput struct {
	AcceleratorId *string `type:"string" json:",omitempty"`

	AcceleratorName *string `type:"string" json:",omitempty"`

	AccessPointId *string `type:"string" json:",omitempty"`

	AccessPointName *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	Server *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosAPForGetDevInstanceOutput) GoString added in v1.2.1

func (s TosAPForGetDevInstanceOutput) GoString() string

GoString returns the string representation

func (*TosAPForGetDevInstanceOutput) SetAcceleratorId added in v1.2.1

SetAcceleratorId sets the AcceleratorId field's value.

func (*TosAPForGetDevInstanceOutput) SetAcceleratorName added in v1.2.1

SetAcceleratorName sets the AcceleratorName field's value.

func (*TosAPForGetDevInstanceOutput) SetAccessPointId added in v1.2.1

SetAccessPointId sets the AccessPointId field's value.

func (*TosAPForGetDevInstanceOutput) SetAccessPointName added in v1.2.1

SetAccessPointName sets the AccessPointName field's value.

func (*TosAPForGetDevInstanceOutput) SetRegion added in v1.2.1

SetRegion sets the Region field's value.

func (*TosAPForGetDevInstanceOutput) SetServer added in v1.2.1

SetServer sets the Server field's value.

func (TosAPForGetDevInstanceOutput) String added in v1.2.1

String returns the string representation

type TosAPForGetJobOutput added in v1.2.1

type TosAPForGetJobOutput struct {
	AcceleratorId *string `type:"string" json:",omitempty"`

	AcceleratorName *string `type:"string" json:",omitempty"`

	AccessPointId *string `type:"string" json:",omitempty"`

	AccessPointName *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	Server *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosAPForGetJobOutput) GoString added in v1.2.1

func (s TosAPForGetJobOutput) GoString() string

GoString returns the string representation

func (*TosAPForGetJobOutput) SetAcceleratorId added in v1.2.1

func (s *TosAPForGetJobOutput) SetAcceleratorId(v string) *TosAPForGetJobOutput

SetAcceleratorId sets the AcceleratorId field's value.

func (*TosAPForGetJobOutput) SetAcceleratorName added in v1.2.1

func (s *TosAPForGetJobOutput) SetAcceleratorName(v string) *TosAPForGetJobOutput

SetAcceleratorName sets the AcceleratorName field's value.

func (*TosAPForGetJobOutput) SetAccessPointId added in v1.2.1

func (s *TosAPForGetJobOutput) SetAccessPointId(v string) *TosAPForGetJobOutput

SetAccessPointId sets the AccessPointId field's value.

func (*TosAPForGetJobOutput) SetAccessPointName added in v1.2.1

func (s *TosAPForGetJobOutput) SetAccessPointName(v string) *TosAPForGetJobOutput

SetAccessPointName sets the AccessPointName field's value.

func (*TosAPForGetJobOutput) SetRegion added in v1.2.1

SetRegion sets the Region field's value.

func (*TosAPForGetJobOutput) SetServer added in v1.2.1

SetServer sets the Server field's value.

func (TosAPForGetJobOutput) String added in v1.2.1

func (s TosAPForGetJobOutput) String() string

String returns the string representation

type TosAPForListDevInstancesOutput added in v1.2.1

type TosAPForListDevInstancesOutput struct {
	AcceleratorId *string `type:"string" json:",omitempty"`

	AcceleratorName *string `type:"string" json:",omitempty"`

	AccessPointId *string `type:"string" json:",omitempty"`

	AccessPointName *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	Server *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosAPForListDevInstancesOutput) GoString added in v1.2.1

GoString returns the string representation

func (*TosAPForListDevInstancesOutput) SetAcceleratorId added in v1.2.1

SetAcceleratorId sets the AcceleratorId field's value.

func (*TosAPForListDevInstancesOutput) SetAcceleratorName added in v1.2.1

SetAcceleratorName sets the AcceleratorName field's value.

func (*TosAPForListDevInstancesOutput) SetAccessPointId added in v1.2.1

SetAccessPointId sets the AccessPointId field's value.

func (*TosAPForListDevInstancesOutput) SetAccessPointName added in v1.2.1

SetAccessPointName sets the AccessPointName field's value.

func (*TosAPForListDevInstancesOutput) SetRegion added in v1.2.1

SetRegion sets the Region field's value.

func (*TosAPForListDevInstancesOutput) SetServer added in v1.2.1

SetServer sets the Server field's value.

func (TosAPForListDevInstancesOutput) String added in v1.2.1

String returns the string representation

type TosAPForUpdateDeploymentInput added in v1.2.1

type TosAPForUpdateDeploymentInput struct {
	AcceleratorId *string `type:"string" json:",omitempty"`

	AcceleratorName *string `type:"string" json:",omitempty"`

	AccessPointId *string `type:"string" json:",omitempty"`

	AccessPointName *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	Server *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosAPForUpdateDeploymentInput) GoString added in v1.2.1

GoString returns the string representation

func (*TosAPForUpdateDeploymentInput) SetAcceleratorId added in v1.2.1

SetAcceleratorId sets the AcceleratorId field's value.

func (*TosAPForUpdateDeploymentInput) SetAcceleratorName added in v1.2.1

SetAcceleratorName sets the AcceleratorName field's value.

func (*TosAPForUpdateDeploymentInput) SetAccessPointId added in v1.2.1

SetAccessPointId sets the AccessPointId field's value.

func (*TosAPForUpdateDeploymentInput) SetAccessPointName added in v1.2.1

SetAccessPointName sets the AccessPointName field's value.

func (*TosAPForUpdateDeploymentInput) SetRegion added in v1.2.1

SetRegion sets the Region field's value.

func (*TosAPForUpdateDeploymentInput) SetServer added in v1.2.1

SetServer sets the Server field's value.

func (TosAPForUpdateDeploymentInput) String added in v1.2.1

String returns the string representation

type TosAPForUpdateDevInstanceInput added in v1.2.1

type TosAPForUpdateDevInstanceInput struct {
	AcceleratorId *string `type:"string" json:",omitempty"`

	AcceleratorName *string `type:"string" json:",omitempty"`

	AccessPointId *string `type:"string" json:",omitempty"`

	AccessPointName *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	Server *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosAPForUpdateDevInstanceInput) GoString added in v1.2.1

GoString returns the string representation

func (*TosAPForUpdateDevInstanceInput) SetAcceleratorId added in v1.2.1

SetAcceleratorId sets the AcceleratorId field's value.

func (*TosAPForUpdateDevInstanceInput) SetAcceleratorName added in v1.2.1

SetAcceleratorName sets the AcceleratorName field's value.

func (*TosAPForUpdateDevInstanceInput) SetAccessPointId added in v1.2.1

SetAccessPointId sets the AccessPointId field's value.

func (*TosAPForUpdateDevInstanceInput) SetAccessPointName added in v1.2.1

SetAccessPointName sets the AccessPointName field's value.

func (*TosAPForUpdateDevInstanceInput) SetRegion added in v1.2.1

SetRegion sets the Region field's value.

func (*TosAPForUpdateDevInstanceInput) SetServer added in v1.2.1

SetServer sets the Server field's value.

func (TosAPForUpdateDevInstanceInput) String added in v1.2.1

String returns the string representation

type TosForCreateDeploymentInput

type TosForCreateDeploymentInput struct {
	Bucket *string `type:"string" json:",omitempty"`

	Prefix *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosForCreateDeploymentInput) GoString

func (s TosForCreateDeploymentInput) GoString() string

GoString returns the string representation

func (*TosForCreateDeploymentInput) SetBucket

SetBucket sets the Bucket field's value.

func (*TosForCreateDeploymentInput) SetPrefix

SetPrefix sets the Prefix field's value.

func (TosForCreateDeploymentInput) String

String returns the string representation

type TosForCreateDevInstanceInput

type TosForCreateDevInstanceInput struct {
	Bucket *string `type:"string" json:",omitempty"`

	Prefix *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosForCreateDevInstanceInput) GoString

func (s TosForCreateDevInstanceInput) GoString() string

GoString returns the string representation

func (*TosForCreateDevInstanceInput) SetBucket

SetBucket sets the Bucket field's value.

func (*TosForCreateDevInstanceInput) SetPrefix

SetPrefix sets the Prefix field's value.

func (TosForCreateDevInstanceInput) String

String returns the string representation

type TosForCreateJobInput

type TosForCreateJobInput struct {
	Bucket *string `type:"string" json:",omitempty"`

	Prefix *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosForCreateJobInput) GoString

func (s TosForCreateJobInput) GoString() string

GoString returns the string representation

func (*TosForCreateJobInput) SetBucket

SetBucket sets the Bucket field's value.

func (*TosForCreateJobInput) SetPrefix

SetPrefix sets the Prefix field's value.

func (TosForCreateJobInput) String

func (s TosForCreateJobInput) String() string

String returns the string representation

type TosForGetDeploymentOutput

type TosForGetDeploymentOutput struct {
	Bucket *string `type:"string" json:",omitempty"`

	Prefix *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosForGetDeploymentOutput) GoString

func (s TosForGetDeploymentOutput) GoString() string

GoString returns the string representation

func (*TosForGetDeploymentOutput) SetBucket

SetBucket sets the Bucket field's value.

func (*TosForGetDeploymentOutput) SetPrefix

SetPrefix sets the Prefix field's value.

func (TosForGetDeploymentOutput) String

func (s TosForGetDeploymentOutput) String() string

String returns the string representation

type TosForGetDevInstanceOutput

type TosForGetDevInstanceOutput struct {
	Bucket *string `type:"string" json:",omitempty"`

	Prefix *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosForGetDevInstanceOutput) GoString

func (s TosForGetDevInstanceOutput) GoString() string

GoString returns the string representation

func (*TosForGetDevInstanceOutput) SetBucket

SetBucket sets the Bucket field's value.

func (*TosForGetDevInstanceOutput) SetPrefix

SetPrefix sets the Prefix field's value.

func (TosForGetDevInstanceOutput) String

String returns the string representation

type TosForGetJobOutput

type TosForGetJobOutput struct {
	Bucket *string `type:"string" json:",omitempty"`

	Prefix *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosForGetJobOutput) GoString

func (s TosForGetJobOutput) GoString() string

GoString returns the string representation

func (*TosForGetJobOutput) SetBucket

func (s *TosForGetJobOutput) SetBucket(v string) *TosForGetJobOutput

SetBucket sets the Bucket field's value.

func (*TosForGetJobOutput) SetPrefix

func (s *TosForGetJobOutput) SetPrefix(v string) *TosForGetJobOutput

SetPrefix sets the Prefix field's value.

func (TosForGetJobOutput) String

func (s TosForGetJobOutput) String() string

String returns the string representation

type TosForListDevInstancesOutput

type TosForListDevInstancesOutput struct {
	Bucket *string `type:"string" json:",omitempty"`

	Prefix *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosForListDevInstancesOutput) GoString

func (s TosForListDevInstancesOutput) GoString() string

GoString returns the string representation

func (*TosForListDevInstancesOutput) SetBucket

SetBucket sets the Bucket field's value.

func (*TosForListDevInstancesOutput) SetPrefix

SetPrefix sets the Prefix field's value.

func (TosForListDevInstancesOutput) String

String returns the string representation

type TosForUpdateDeploymentInput

type TosForUpdateDeploymentInput struct {
	Bucket *string `type:"string" json:",omitempty"`

	Prefix *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosForUpdateDeploymentInput) GoString

func (s TosForUpdateDeploymentInput) GoString() string

GoString returns the string representation

func (*TosForUpdateDeploymentInput) SetBucket

SetBucket sets the Bucket field's value.

func (*TosForUpdateDeploymentInput) SetPrefix

SetPrefix sets the Prefix field's value.

func (TosForUpdateDeploymentInput) String

String returns the string representation

type TosForUpdateDevInstanceInput

type TosForUpdateDevInstanceInput struct {
	Bucket *string `type:"string" json:",omitempty"`

	Prefix *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosForUpdateDevInstanceInput) GoString

func (s TosForUpdateDevInstanceInput) GoString() string

GoString returns the string representation

func (*TosForUpdateDevInstanceInput) SetBucket

SetBucket sets the Bucket field's value.

func (*TosForUpdateDevInstanceInput) SetPrefix

SetPrefix sets the Prefix field's value.

func (TosForUpdateDevInstanceInput) String

String returns the string representation

type TrafficConfigForCreateServiceInput

type TrafficConfigForCreateServiceInput struct {
	Enables []*string `type:"list" json:",omitempty"`

	MirrorTrafficPolicy *MirrorTrafficPolicyForCreateServiceInput `type:"structure" json:",omitempty"`

	Mode *string `type:"string" json:",omitempty" enum:"EnumOfModeForCreateServiceInput"`

	Weights []*ConvertWeightForCreateServiceInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TrafficConfigForCreateServiceInput) GoString

GoString returns the string representation

func (*TrafficConfigForCreateServiceInput) SetEnables

SetEnables sets the Enables field's value.

func (*TrafficConfigForCreateServiceInput) SetMirrorTrafficPolicy

SetMirrorTrafficPolicy sets the MirrorTrafficPolicy field's value.

func (*TrafficConfigForCreateServiceInput) SetMode

SetMode sets the Mode field's value.

func (*TrafficConfigForCreateServiceInput) SetWeights

SetWeights sets the Weights field's value.

func (TrafficConfigForCreateServiceInput) String

String returns the string representation

func (*TrafficConfigForCreateServiceInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type TrafficConfigForGetServiceOutput

type TrafficConfigForGetServiceOutput struct {
	Enables []*string `type:"list" json:",omitempty"`

	MirrorTrafficPolicy *MirrorTrafficPolicyForGetServiceOutput `type:"structure" json:",omitempty"`

	Mode *string `type:"string" json:",omitempty" enum:"EnumOfModeForGetServiceOutput"`

	Weights []*ConvertWeightForGetServiceOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TrafficConfigForGetServiceOutput) GoString

GoString returns the string representation

func (*TrafficConfigForGetServiceOutput) SetEnables

SetEnables sets the Enables field's value.

func (*TrafficConfigForGetServiceOutput) SetMirrorTrafficPolicy

SetMirrorTrafficPolicy sets the MirrorTrafficPolicy field's value.

func (*TrafficConfigForGetServiceOutput) SetMode

SetMode sets the Mode field's value.

func (*TrafficConfigForGetServiceOutput) SetWeights

SetWeights sets the Weights field's value.

func (TrafficConfigForGetServiceOutput) String

String returns the string representation

type TrafficConfigForUpdateServiceInput

type TrafficConfigForUpdateServiceInput struct {
	Enables []*string `type:"list" json:",omitempty"`

	MirrorTrafficPolicy *MirrorTrafficPolicyForUpdateServiceInput `type:"structure" json:",omitempty"`

	Mode *string `type:"string" json:",omitempty" enum:"EnumOfModeForUpdateServiceInput"`

	Weights []*ConvertWeightForUpdateServiceInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TrafficConfigForUpdateServiceInput) GoString

GoString returns the string representation

func (*TrafficConfigForUpdateServiceInput) SetEnables

SetEnables sets the Enables field's value.

func (*TrafficConfigForUpdateServiceInput) SetMirrorTrafficPolicy

SetMirrorTrafficPolicy sets the MirrorTrafficPolicy field's value.

func (*TrafficConfigForUpdateServiceInput) SetMode

SetMode sets the Mode field's value.

func (*TrafficConfigForUpdateServiceInput) SetWeights

SetWeights sets the Weights field's value.

func (TrafficConfigForUpdateServiceInput) String

String returns the string representation

func (*TrafficConfigForUpdateServiceInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type UpdateDeploymentInput

type UpdateDeploymentInput struct {
	AcceptServiceTraffic *bool `type:"boolean" json:",omitempty"`

	DeploymentName *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	DryRun *bool `type:"boolean" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	ResourceQueueId *string `type:"string" json:",omitempty"`

	Roles []*RoleForUpdateDeploymentInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateDeploymentInput) GoString

func (s UpdateDeploymentInput) GoString() string

GoString returns the string representation

func (*UpdateDeploymentInput) SetAcceptServiceTraffic

func (s *UpdateDeploymentInput) SetAcceptServiceTraffic(v bool) *UpdateDeploymentInput

SetAcceptServiceTraffic sets the AcceptServiceTraffic field's value.

func (*UpdateDeploymentInput) SetDeploymentName

func (s *UpdateDeploymentInput) SetDeploymentName(v string) *UpdateDeploymentInput

SetDeploymentName sets the DeploymentName field's value.

func (*UpdateDeploymentInput) SetDescription

func (s *UpdateDeploymentInput) SetDescription(v string) *UpdateDeploymentInput

SetDescription sets the Description field's value.

func (*UpdateDeploymentInput) SetDryRun

SetDryRun sets the DryRun field's value.

func (*UpdateDeploymentInput) SetId

SetId sets the Id field's value.

func (*UpdateDeploymentInput) SetResourceQueueId

func (s *UpdateDeploymentInput) SetResourceQueueId(v string) *UpdateDeploymentInput

SetResourceQueueId sets the ResourceQueueId field's value.

func (*UpdateDeploymentInput) SetRoles

SetRoles sets the Roles field's value.

func (UpdateDeploymentInput) String

func (s UpdateDeploymentInput) String() string

String returns the string representation

func (*UpdateDeploymentInput) Validate

func (s *UpdateDeploymentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateDeploymentOutput

type UpdateDeploymentOutput struct {
	Metadata *response.ResponseMetadata

	DeploymentId *string `type:"string" json:",omitempty"`

	DeploymentVersionId *string `type:"string" json:",omitempty"`

	ServiceId *string `type:"string" json:",omitempty"`

	Status *StatusForUpdateDeploymentOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateDeploymentOutput) GoString

func (s UpdateDeploymentOutput) GoString() string

GoString returns the string representation

func (*UpdateDeploymentOutput) SetDeploymentId

func (s *UpdateDeploymentOutput) SetDeploymentId(v string) *UpdateDeploymentOutput

SetDeploymentId sets the DeploymentId field's value.

func (*UpdateDeploymentOutput) SetDeploymentVersionId

func (s *UpdateDeploymentOutput) SetDeploymentVersionId(v string) *UpdateDeploymentOutput

SetDeploymentVersionId sets the DeploymentVersionId field's value.

func (*UpdateDeploymentOutput) SetServiceId

SetServiceId sets the ServiceId field's value.

func (*UpdateDeploymentOutput) SetStatus

SetStatus sets the Status field's value.

func (UpdateDeploymentOutput) String

func (s UpdateDeploymentOutput) String() string

String returns the string representation

type UpdateDevInstanceInput

type UpdateDevInstanceInput struct {
	Credential *CredentialForUpdateDevInstanceInput `type:"structure" json:",omitempty"`

	DefaultFolder *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	Name *string `type:"string" json:",omitempty"`

	NodeAffinitySpec *NodeAffinitySpecForUpdateDevInstanceInput `type:"structure" json:",omitempty"`

	NumaAffinity *string `type:"string" json:",omitempty"`

	Ports []*PortForUpdateDevInstanceInput `type:"list" json:",omitempty"`

	ResourceClaim *ResourceClaimForUpdateDevInstanceInput `type:"structure" json:",omitempty"`

	ResourceQueueId *string `type:"string" json:",omitempty"`

	ResourceReservationPlanId *string `type:"string" json:",omitempty"`

	SshPublicKey *string `type:"string" json:",omitempty"`

	Storages []*StorageForUpdateDevInstanceInput `type:"list" json:",omitempty"`

	VolumeSize *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateDevInstanceInput) GoString

func (s UpdateDevInstanceInput) GoString() string

GoString returns the string representation

func (*UpdateDevInstanceInput) SetCredential

SetCredential sets the Credential field's value.

func (*UpdateDevInstanceInput) SetDefaultFolder added in v1.1.33

func (s *UpdateDevInstanceInput) SetDefaultFolder(v string) *UpdateDevInstanceInput

SetDefaultFolder sets the DefaultFolder field's value.

func (*UpdateDevInstanceInput) SetDescription

SetDescription sets the Description field's value.

func (*UpdateDevInstanceInput) SetId

SetId sets the Id field's value.

func (*UpdateDevInstanceInput) SetName

SetName sets the Name field's value.

func (*UpdateDevInstanceInput) SetNodeAffinitySpec

SetNodeAffinitySpec sets the NodeAffinitySpec field's value.

func (*UpdateDevInstanceInput) SetNumaAffinity added in v1.1.19

func (s *UpdateDevInstanceInput) SetNumaAffinity(v string) *UpdateDevInstanceInput

SetNumaAffinity sets the NumaAffinity field's value.

func (*UpdateDevInstanceInput) SetPorts

SetPorts sets the Ports field's value.

func (*UpdateDevInstanceInput) SetResourceClaim

SetResourceClaim sets the ResourceClaim field's value.

func (*UpdateDevInstanceInput) SetResourceQueueId

func (s *UpdateDevInstanceInput) SetResourceQueueId(v string) *UpdateDevInstanceInput

SetResourceQueueId sets the ResourceQueueId field's value.

func (*UpdateDevInstanceInput) SetResourceReservationPlanId added in v1.1.33

func (s *UpdateDevInstanceInput) SetResourceReservationPlanId(v string) *UpdateDevInstanceInput

SetResourceReservationPlanId sets the ResourceReservationPlanId field's value.

func (*UpdateDevInstanceInput) SetSshPublicKey

func (s *UpdateDevInstanceInput) SetSshPublicKey(v string) *UpdateDevInstanceInput

SetSshPublicKey sets the SshPublicKey field's value.

func (*UpdateDevInstanceInput) SetStorages

SetStorages sets the Storages field's value.

func (*UpdateDevInstanceInput) SetVolumeSize

SetVolumeSize sets the VolumeSize field's value.

func (UpdateDevInstanceInput) String

func (s UpdateDevInstanceInput) String() string

String returns the string representation

func (*UpdateDevInstanceInput) Validate

func (s *UpdateDevInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateDevInstanceOutput

type UpdateDevInstanceOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateDevInstanceOutput) GoString

func (s UpdateDevInstanceOutput) GoString() string

GoString returns the string representation

func (*UpdateDevInstanceOutput) SetId

SetId sets the Id field's value.

func (UpdateDevInstanceOutput) String

func (s UpdateDevInstanceOutput) String() string

String returns the string representation

type UpdateJobInput

type UpdateJobInput struct {
	Description *string `type:"string" json:",omitempty"`

	DiagnoseConfig []*DiagnoseConfigForUpdateJobInput `type:"list" json:",omitempty"`

	DryRun *bool `type:"boolean" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	Name *string `type:"string" json:",omitempty"`

	ResourceConfig *ResourceConfigForUpdateJobInput `type:"structure" json:",omitempty"`

	RetryConfig *RetryConfigForUpdateJobInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateJobInput) GoString

func (s UpdateJobInput) GoString() string

GoString returns the string representation

func (*UpdateJobInput) SetDescription

func (s *UpdateJobInput) SetDescription(v string) *UpdateJobInput

SetDescription sets the Description field's value.

func (*UpdateJobInput) SetDiagnoseConfig

SetDiagnoseConfig sets the DiagnoseConfig field's value.

func (*UpdateJobInput) SetDryRun

func (s *UpdateJobInput) SetDryRun(v bool) *UpdateJobInput

SetDryRun sets the DryRun field's value.

func (*UpdateJobInput) SetId

func (s *UpdateJobInput) SetId(v string) *UpdateJobInput

SetId sets the Id field's value.

func (*UpdateJobInput) SetName

func (s *UpdateJobInput) SetName(v string) *UpdateJobInput

SetName sets the Name field's value.

func (*UpdateJobInput) SetResourceConfig

SetResourceConfig sets the ResourceConfig field's value.

func (*UpdateJobInput) SetRetryConfig

SetRetryConfig sets the RetryConfig field's value.

func (UpdateJobInput) String

func (s UpdateJobInput) String() string

String returns the string representation

func (*UpdateJobInput) Validate

func (s *UpdateJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateJobOutput

type UpdateJobOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateJobOutput) GoString

func (s UpdateJobOutput) GoString() string

GoString returns the string representation

func (*UpdateJobOutput) SetId

func (s *UpdateJobOutput) SetId(v string) *UpdateJobOutput

SetId sets the Id field's value.

func (UpdateJobOutput) String

func (s UpdateJobOutput) String() string

String returns the string representation

type UpdateResourceGroupInput

type UpdateResourceGroupInput struct {
	Description *string `min:"1" max:"500" type:"string" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	Name *string `min:"1" max:"200" type:"string" json:",omitempty"`

	ResourceConfig *ResourceConfigForUpdateResourceGroupInput `type:"structure" json:",omitempty"`

	StorageConfig *StorageConfigForUpdateResourceGroupInput `type:"structure" json:",omitempty"`

	WorkloadNetworkConfig *WorkloadNetworkConfigForUpdateResourceGroupInput `type:"structure" json:",omitempty"`

	WorkloadNetworkMode *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateResourceGroupInput) GoString

func (s UpdateResourceGroupInput) GoString() string

GoString returns the string representation

func (*UpdateResourceGroupInput) SetDescription

SetDescription sets the Description field's value.

func (*UpdateResourceGroupInput) SetId

SetId sets the Id field's value.

func (*UpdateResourceGroupInput) SetName

SetName sets the Name field's value.

func (*UpdateResourceGroupInput) SetResourceConfig

SetResourceConfig sets the ResourceConfig field's value.

func (*UpdateResourceGroupInput) SetStorageConfig

SetStorageConfig sets the StorageConfig field's value.

func (*UpdateResourceGroupInput) SetWorkloadNetworkConfig

SetWorkloadNetworkConfig sets the WorkloadNetworkConfig field's value.

func (*UpdateResourceGroupInput) SetWorkloadNetworkMode added in v1.1.19

func (s *UpdateResourceGroupInput) SetWorkloadNetworkMode(v string) *UpdateResourceGroupInput

SetWorkloadNetworkMode sets the WorkloadNetworkMode field's value.

func (UpdateResourceGroupInput) String

func (s UpdateResourceGroupInput) String() string

String returns the string representation

func (*UpdateResourceGroupInput) Validate

func (s *UpdateResourceGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateResourceGroupOutput

type UpdateResourceGroupOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateResourceGroupOutput) GoString

func (s UpdateResourceGroupOutput) GoString() string

GoString returns the string representation

func (*UpdateResourceGroupOutput) SetId

SetId sets the Id field's value.

func (UpdateResourceGroupOutput) String

func (s UpdateResourceGroupOutput) String() string

String returns the string representation

type UpdateResourceQueueInput

type UpdateResourceQueueInput struct {
	ComputeResources []*ComputeResourceForUpdateResourceQueueInput `type:"list" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	DryRun *bool `type:"boolean" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	Name *string `type:"string" json:",omitempty"`

	Quota *QuotaForUpdateResourceQueueInput `type:"structure" json:",omitempty"`

	Rules *RulesForUpdateResourceQueueInput `type:"structure" json:",omitempty"`

	Shareable *bool `type:"boolean" json:",omitempty"`

	VolumeResources []*VolumeResourceForUpdateResourceQueueInput `type:"list" json:",omitempty"`

	WorkloadInfos []*WorkloadInfoForUpdateResourceQueueInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateResourceQueueInput) GoString

func (s UpdateResourceQueueInput) GoString() string

GoString returns the string representation

func (*UpdateResourceQueueInput) SetComputeResources

SetComputeResources sets the ComputeResources field's value.

func (*UpdateResourceQueueInput) SetDescription

SetDescription sets the Description field's value.

func (*UpdateResourceQueueInput) SetDryRun

SetDryRun sets the DryRun field's value.

func (*UpdateResourceQueueInput) SetId

SetId sets the Id field's value.

func (*UpdateResourceQueueInput) SetName

SetName sets the Name field's value.

func (*UpdateResourceQueueInput) SetQuota

SetQuota sets the Quota field's value.

func (*UpdateResourceQueueInput) SetRules

SetRules sets the Rules field's value.

func (*UpdateResourceQueueInput) SetShareable

SetShareable sets the Shareable field's value.

func (*UpdateResourceQueueInput) SetVolumeResources

SetVolumeResources sets the VolumeResources field's value.

func (*UpdateResourceQueueInput) SetWorkloadInfos

SetWorkloadInfos sets the WorkloadInfos field's value.

func (UpdateResourceQueueInput) String

func (s UpdateResourceQueueInput) String() string

String returns the string representation

func (*UpdateResourceQueueInput) Validate

func (s *UpdateResourceQueueInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateResourceQueueOutput

type UpdateResourceQueueOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateResourceQueueOutput) GoString

func (s UpdateResourceQueueOutput) GoString() string

GoString returns the string representation

func (*UpdateResourceQueueOutput) SetId

SetId sets the Id field's value.

func (UpdateResourceQueueOutput) String

func (s UpdateResourceQueueOutput) String() string

String returns the string representation

type UpdateResourceReservationPlanInput added in v1.1.19

type UpdateResourceReservationPlanInput struct {
	ComputeResource *ComputeResourceForUpdateResourceReservationPlanInput `type:"structure" json:",omitempty"`

	Description *string `min:"1" max:"500" type:"string" json:",omitempty"`

	DryRun *bool `type:"boolean" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	MatchingReservationPlanTimeConfig *MatchingReservationPlanTimeConfigForUpdateResourceReservationPlanInput `type:"structure" json:",omitempty"`

	Name *string `min:"1" max:"200" type:"string" json:",omitempty"`

	ReservationConfig *ReservationConfigForUpdateResourceReservationPlanInput `type:"structure" json:",omitempty"`

	ScheduleConfig *ScheduleConfigForUpdateResourceReservationPlanInput `type:"structure" json:",omitempty"`

	StorageConfig *StorageConfigForUpdateResourceReservationPlanInput `type:"structure" json:",omitempty"`

	WorkloadNetworkConfig *WorkloadNetworkConfigForUpdateResourceReservationPlanInput `type:"structure" json:",omitempty"`

	WorkloadNetworkMode *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateResourceReservationPlanInput) GoString added in v1.1.19

GoString returns the string representation

func (*UpdateResourceReservationPlanInput) SetComputeResource added in v1.1.49

SetComputeResource sets the ComputeResource field's value.

func (*UpdateResourceReservationPlanInput) SetDescription added in v1.1.19

SetDescription sets the Description field's value.

func (*UpdateResourceReservationPlanInput) SetDryRun added in v1.1.19

SetDryRun sets the DryRun field's value.

func (*UpdateResourceReservationPlanInput) SetId added in v1.1.19

SetId sets the Id field's value.

func (*UpdateResourceReservationPlanInput) SetMatchingReservationPlanTimeConfig added in v1.1.48

SetMatchingReservationPlanTimeConfig sets the MatchingReservationPlanTimeConfig field's value.

func (*UpdateResourceReservationPlanInput) SetName added in v1.1.19

SetName sets the Name field's value.

func (*UpdateResourceReservationPlanInput) SetReservationConfig added in v1.1.49

SetReservationConfig sets the ReservationConfig field's value.

func (*UpdateResourceReservationPlanInput) SetScheduleConfig added in v1.1.33

SetScheduleConfig sets the ScheduleConfig field's value.

func (*UpdateResourceReservationPlanInput) SetStorageConfig added in v1.1.19

SetStorageConfig sets the StorageConfig field's value.

func (*UpdateResourceReservationPlanInput) SetWorkloadNetworkConfig added in v1.1.19

SetWorkloadNetworkConfig sets the WorkloadNetworkConfig field's value.

func (*UpdateResourceReservationPlanInput) SetWorkloadNetworkMode added in v1.1.33

SetWorkloadNetworkMode sets the WorkloadNetworkMode field's value.

func (UpdateResourceReservationPlanInput) String added in v1.1.19

String returns the string representation

func (*UpdateResourceReservationPlanInput) Validate added in v1.1.19

Validate inspects the fields of the type to determine if they are valid.

type UpdateResourceReservationPlanOutput added in v1.1.19

type UpdateResourceReservationPlanOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateResourceReservationPlanOutput) GoString added in v1.1.19

GoString returns the string representation

func (*UpdateResourceReservationPlanOutput) SetId added in v1.1.19

SetId sets the Id field's value.

func (UpdateResourceReservationPlanOutput) String added in v1.1.19

String returns the string representation

type UpdateServiceInput

type UpdateServiceInput struct {
	ApigConfig *ApigConfigForUpdateServiceInput `type:"structure" json:",omitempty"`

	CLBConfig *CLBConfigForUpdateServiceInput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	DryRun *bool `type:"boolean" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	Ports []*PortForUpdateServiceInput `type:"list" json:",omitempty"`

	ServiceName *string `type:"string" json:",omitempty"`

	TrafficConfig *TrafficConfigForUpdateServiceInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateServiceInput) GoString

func (s UpdateServiceInput) GoString() string

GoString returns the string representation

func (*UpdateServiceInput) SetApigConfig

SetApigConfig sets the ApigConfig field's value.

func (*UpdateServiceInput) SetCLBConfig

SetCLBConfig sets the CLBConfig field's value.

func (*UpdateServiceInput) SetDescription

func (s *UpdateServiceInput) SetDescription(v string) *UpdateServiceInput

SetDescription sets the Description field's value.

func (*UpdateServiceInput) SetDryRun

func (s *UpdateServiceInput) SetDryRun(v bool) *UpdateServiceInput

SetDryRun sets the DryRun field's value.

func (*UpdateServiceInput) SetId

SetId sets the Id field's value.

func (*UpdateServiceInput) SetPorts

SetPorts sets the Ports field's value.

func (*UpdateServiceInput) SetServiceName

func (s *UpdateServiceInput) SetServiceName(v string) *UpdateServiceInput

SetServiceName sets the ServiceName field's value.

func (*UpdateServiceInput) SetTrafficConfig

SetTrafficConfig sets the TrafficConfig field's value.

func (UpdateServiceInput) String

func (s UpdateServiceInput) String() string

String returns the string representation

func (*UpdateServiceInput) Validate

func (s *UpdateServiceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateServiceOutput

type UpdateServiceOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`

	Status *StatusForUpdateServiceOutput `type:"structure" json:",omitempty"`

	VersionId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateServiceOutput) GoString

func (s UpdateServiceOutput) GoString() string

GoString returns the string representation

func (*UpdateServiceOutput) SetId

SetId sets the Id field's value.

func (*UpdateServiceOutput) SetStatus

SetStatus sets the Status field's value.

func (*UpdateServiceOutput) SetVersionId

func (s *UpdateServiceOutput) SetVersionId(v string) *UpdateServiceOutput

SetVersionId sets the VersionId field's value.

func (UpdateServiceOutput) String

func (s UpdateServiceOutput) String() string

String returns the string representation

type UpstreamConfigForCreateDeploymentInput

type UpstreamConfigForCreateDeploymentInput struct {
	ConsistentHashConfig *ConsistentHashConfigForCreateDeploymentInput `type:"structure" json:",omitempty"`

	LoadBalancePolicy *string `type:"string" json:",omitempty" enum:"EnumOfLoadBalancePolicyForCreateDeploymentInput"`
	// contains filtered or unexported fields
}

func (UpstreamConfigForCreateDeploymentInput) GoString

GoString returns the string representation

func (*UpstreamConfigForCreateDeploymentInput) SetConsistentHashConfig

SetConsistentHashConfig sets the ConsistentHashConfig field's value.

func (*UpstreamConfigForCreateDeploymentInput) SetLoadBalancePolicy

SetLoadBalancePolicy sets the LoadBalancePolicy field's value.

func (UpstreamConfigForCreateDeploymentInput) String

String returns the string representation

type UpstreamConfigForCreateServiceInput

type UpstreamConfigForCreateServiceInput struct {
	ConsistentHashConfig *ConsistentHashConfigForCreateServiceInput `type:"structure" json:",omitempty"`

	LoadBalancePolicy *string `type:"string" json:",omitempty" enum:"EnumOfLoadBalancePolicyForCreateServiceInput"`
	// contains filtered or unexported fields
}

func (UpstreamConfigForCreateServiceInput) GoString

GoString returns the string representation

func (*UpstreamConfigForCreateServiceInput) SetConsistentHashConfig

SetConsistentHashConfig sets the ConsistentHashConfig field's value.

func (*UpstreamConfigForCreateServiceInput) SetLoadBalancePolicy

SetLoadBalancePolicy sets the LoadBalancePolicy field's value.

func (UpstreamConfigForCreateServiceInput) String

String returns the string representation

type UpstreamConfigForGetServiceOutput

type UpstreamConfigForGetServiceOutput struct {
	ConsistentHashConfig *ConsistentHashConfigForGetServiceOutput `type:"structure" json:",omitempty"`

	LoadBalancePolicy *string `type:"string" json:",omitempty" enum:"EnumOfLoadBalancePolicyForGetServiceOutput"`
	// contains filtered or unexported fields
}

func (UpstreamConfigForGetServiceOutput) GoString

GoString returns the string representation

func (*UpstreamConfigForGetServiceOutput) SetConsistentHashConfig

SetConsistentHashConfig sets the ConsistentHashConfig field's value.

func (*UpstreamConfigForGetServiceOutput) SetLoadBalancePolicy

SetLoadBalancePolicy sets the LoadBalancePolicy field's value.

func (UpstreamConfigForGetServiceOutput) String

String returns the string representation

type UpstreamConfigForUpdateServiceInput

type UpstreamConfigForUpdateServiceInput struct {
	ConsistentHashConfig *ConsistentHashConfigForUpdateServiceInput `type:"structure" json:",omitempty"`

	LoadBalancePolicy *string `type:"string" json:",omitempty" enum:"EnumOfLoadBalancePolicyForUpdateServiceInput"`
	// contains filtered or unexported fields
}

func (UpstreamConfigForUpdateServiceInput) GoString

GoString returns the string representation

func (*UpstreamConfigForUpdateServiceInput) SetConsistentHashConfig

SetConsistentHashConfig sets the ConsistentHashConfig field's value.

func (*UpstreamConfigForUpdateServiceInput) SetLoadBalancePolicy

SetLoadBalancePolicy sets the LoadBalancePolicy field's value.

func (UpstreamConfigForUpdateServiceInput) String

String returns the string representation

type VepfsAPForCreateDeploymentInput added in v1.1.33

type VepfsAPForCreateDeploymentInput struct {
	AccessPointId *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	UseEic *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsAPForCreateDeploymentInput) GoString added in v1.1.33

GoString returns the string representation

func (*VepfsAPForCreateDeploymentInput) SetAccessPointId added in v1.1.33

SetAccessPointId sets the AccessPointId field's value.

func (*VepfsAPForCreateDeploymentInput) SetId added in v1.1.33

SetId sets the Id field's value.

func (*VepfsAPForCreateDeploymentInput) SetUseEic added in v1.1.49

SetUseEic sets the UseEic field's value.

func (VepfsAPForCreateDeploymentInput) String added in v1.1.33

String returns the string representation

type VepfsAPForCreateDevInstanceInput added in v1.1.33

type VepfsAPForCreateDevInstanceInput struct {
	AccessPointId *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	UseEic *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsAPForCreateDevInstanceInput) GoString added in v1.1.33

GoString returns the string representation

func (*VepfsAPForCreateDevInstanceInput) SetAccessPointId added in v1.1.33

SetAccessPointId sets the AccessPointId field's value.

func (*VepfsAPForCreateDevInstanceInput) SetId added in v1.1.33

SetId sets the Id field's value.

func (*VepfsAPForCreateDevInstanceInput) SetUseEic added in v1.1.49

SetUseEic sets the UseEic field's value.

func (VepfsAPForCreateDevInstanceInput) String added in v1.1.33

String returns the string representation

type VepfsAPForCreateJobInput added in v1.1.33

type VepfsAPForCreateJobInput struct {
	AccessPointId *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	UseEic *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsAPForCreateJobInput) GoString added in v1.1.33

func (s VepfsAPForCreateJobInput) GoString() string

GoString returns the string representation

func (*VepfsAPForCreateJobInput) SetAccessPointId added in v1.1.33

SetAccessPointId sets the AccessPointId field's value.

func (*VepfsAPForCreateJobInput) SetId added in v1.1.33

SetId sets the Id field's value.

func (*VepfsAPForCreateJobInput) SetUseEic added in v1.1.49

SetUseEic sets the UseEic field's value.

func (VepfsAPForCreateJobInput) String added in v1.1.33

func (s VepfsAPForCreateJobInput) String() string

String returns the string representation

type VepfsAPForGetDeploymentOutput added in v1.1.33

type VepfsAPForGetDeploymentOutput struct {
	AccessPointId *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	UseEic *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsAPForGetDeploymentOutput) GoString added in v1.1.33

GoString returns the string representation

func (*VepfsAPForGetDeploymentOutput) SetAccessPointId added in v1.1.33

SetAccessPointId sets the AccessPointId field's value.

func (*VepfsAPForGetDeploymentOutput) SetId added in v1.1.33

SetId sets the Id field's value.

func (*VepfsAPForGetDeploymentOutput) SetUseEic added in v1.1.49

SetUseEic sets the UseEic field's value.

func (VepfsAPForGetDeploymentOutput) String added in v1.1.33

String returns the string representation

type VepfsAPForGetDevInstanceOutput added in v1.1.33

type VepfsAPForGetDevInstanceOutput struct {
	AccessPointId *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	UseEic *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsAPForGetDevInstanceOutput) GoString added in v1.1.33

GoString returns the string representation

func (*VepfsAPForGetDevInstanceOutput) SetAccessPointId added in v1.1.33

SetAccessPointId sets the AccessPointId field's value.

func (*VepfsAPForGetDevInstanceOutput) SetId added in v1.1.33

SetId sets the Id field's value.

func (*VepfsAPForGetDevInstanceOutput) SetUseEic added in v1.1.49

SetUseEic sets the UseEic field's value.

func (VepfsAPForGetDevInstanceOutput) String added in v1.1.33

String returns the string representation

type VepfsAPForGetJobOutput added in v1.1.33

type VepfsAPForGetJobOutput struct {
	AccessPointId *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	UseEic *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsAPForGetJobOutput) GoString added in v1.1.33

func (s VepfsAPForGetJobOutput) GoString() string

GoString returns the string representation

func (*VepfsAPForGetJobOutput) SetAccessPointId added in v1.1.33

func (s *VepfsAPForGetJobOutput) SetAccessPointId(v string) *VepfsAPForGetJobOutput

SetAccessPointId sets the AccessPointId field's value.

func (*VepfsAPForGetJobOutput) SetId added in v1.1.33

SetId sets the Id field's value.

func (*VepfsAPForGetJobOutput) SetUseEic added in v1.1.49

SetUseEic sets the UseEic field's value.

func (VepfsAPForGetJobOutput) String added in v1.1.33

func (s VepfsAPForGetJobOutput) String() string

String returns the string representation

type VepfsAPForListDevInstancesOutput added in v1.1.33

type VepfsAPForListDevInstancesOutput struct {
	AccessPointId *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	UseEic *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsAPForListDevInstancesOutput) GoString added in v1.1.33

GoString returns the string representation

func (*VepfsAPForListDevInstancesOutput) SetAccessPointId added in v1.1.33

SetAccessPointId sets the AccessPointId field's value.

func (*VepfsAPForListDevInstancesOutput) SetId added in v1.1.33

SetId sets the Id field's value.

func (*VepfsAPForListDevInstancesOutput) SetUseEic added in v1.1.49

SetUseEic sets the UseEic field's value.

func (VepfsAPForListDevInstancesOutput) String added in v1.1.33

String returns the string representation

type VepfsAPForUpdateDeploymentInput added in v1.1.33

type VepfsAPForUpdateDeploymentInput struct {
	AccessPointId *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	UseEic *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsAPForUpdateDeploymentInput) GoString added in v1.1.33

GoString returns the string representation

func (*VepfsAPForUpdateDeploymentInput) SetAccessPointId added in v1.1.33

SetAccessPointId sets the AccessPointId field's value.

func (*VepfsAPForUpdateDeploymentInput) SetId added in v1.1.33

SetId sets the Id field's value.

func (*VepfsAPForUpdateDeploymentInput) SetUseEic added in v1.1.49

SetUseEic sets the UseEic field's value.

func (VepfsAPForUpdateDeploymentInput) String added in v1.1.33

String returns the string representation

type VepfsAPForUpdateDevInstanceInput added in v1.1.33

type VepfsAPForUpdateDevInstanceInput struct {
	AccessPointId *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	UseEic *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsAPForUpdateDevInstanceInput) GoString added in v1.1.33

GoString returns the string representation

func (*VepfsAPForUpdateDevInstanceInput) SetAccessPointId added in v1.1.33

SetAccessPointId sets the AccessPointId field's value.

func (*VepfsAPForUpdateDevInstanceInput) SetId added in v1.1.33

SetId sets the Id field's value.

func (*VepfsAPForUpdateDevInstanceInput) SetUseEic added in v1.1.49

SetUseEic sets the UseEic field's value.

func (VepfsAPForUpdateDevInstanceInput) String added in v1.1.33

String returns the string representation

type VepfsForCreateDeploymentInput

type VepfsForCreateDeploymentInput struct {
	FileSystemName *string `type:"string" json:",omitempty"`

	HostPath *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	SubPath *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsForCreateDeploymentInput) GoString

GoString returns the string representation

func (*VepfsForCreateDeploymentInput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*VepfsForCreateDeploymentInput) SetHostPath

SetHostPath sets the HostPath field's value.

func (*VepfsForCreateDeploymentInput) SetId

SetId sets the Id field's value.

func (*VepfsForCreateDeploymentInput) SetSubPath

SetSubPath sets the SubPath field's value.

func (VepfsForCreateDeploymentInput) String

String returns the string representation

type VepfsForCreateDevInstanceInput

type VepfsForCreateDevInstanceInput struct {
	FileSystemName *string `type:"string" json:",omitempty"`

	HostPath *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	SubPath *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsForCreateDevInstanceInput) GoString

GoString returns the string representation

func (*VepfsForCreateDevInstanceInput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*VepfsForCreateDevInstanceInput) SetHostPath

SetHostPath sets the HostPath field's value.

func (*VepfsForCreateDevInstanceInput) SetId

SetId sets the Id field's value.

func (*VepfsForCreateDevInstanceInput) SetSubPath

SetSubPath sets the SubPath field's value.

func (VepfsForCreateDevInstanceInput) String

String returns the string representation

type VepfsForCreateJobInput

type VepfsForCreateJobInput struct {
	FileSystemName *string `type:"string" json:",omitempty"`

	HostPath *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	SubPath *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsForCreateJobInput) GoString

func (s VepfsForCreateJobInput) GoString() string

GoString returns the string representation

func (*VepfsForCreateJobInput) SetFileSystemName

func (s *VepfsForCreateJobInput) SetFileSystemName(v string) *VepfsForCreateJobInput

SetFileSystemName sets the FileSystemName field's value.

func (*VepfsForCreateJobInput) SetHostPath

SetHostPath sets the HostPath field's value.

func (*VepfsForCreateJobInput) SetId

SetId sets the Id field's value.

func (*VepfsForCreateJobInput) SetSubPath

SetSubPath sets the SubPath field's value.

func (VepfsForCreateJobInput) String

func (s VepfsForCreateJobInput) String() string

String returns the string representation

type VepfsForCreateResourceGroupInput

type VepfsForCreateResourceGroupInput struct {
	EnablePrefetch *bool `type:"boolean" json:",omitempty"`

	FileSystemIds []*string `type:"list" json:",omitempty"`

	MountServiceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsForCreateResourceGroupInput) GoString

GoString returns the string representation

func (*VepfsForCreateResourceGroupInput) SetEnablePrefetch

SetEnablePrefetch sets the EnablePrefetch field's value.

func (*VepfsForCreateResourceGroupInput) SetFileSystemIds

SetFileSystemIds sets the FileSystemIds field's value.

func (*VepfsForCreateResourceGroupInput) SetMountServiceId

SetMountServiceId sets the MountServiceId field's value.

func (VepfsForCreateResourceGroupInput) String

String returns the string representation

type VepfsForCreateResourceReservationPlanInput added in v1.1.19

type VepfsForCreateResourceReservationPlanInput struct {
	EnablePrefetch *bool `type:"boolean" json:",omitempty"`

	FileSystemIds []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsForCreateResourceReservationPlanInput) GoString added in v1.1.19

GoString returns the string representation

func (*VepfsForCreateResourceReservationPlanInput) SetEnablePrefetch added in v1.1.19

SetEnablePrefetch sets the EnablePrefetch field's value.

func (*VepfsForCreateResourceReservationPlanInput) SetFileSystemIds added in v1.1.19

SetFileSystemIds sets the FileSystemIds field's value.

func (VepfsForCreateResourceReservationPlanInput) String added in v1.1.19

String returns the string representation

type VepfsForGetDeploymentOutput

type VepfsForGetDeploymentOutput struct {
	FileSystemName *string `type:"string" json:",omitempty"`

	HostPath *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	SubPath *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsForGetDeploymentOutput) GoString

func (s VepfsForGetDeploymentOutput) GoString() string

GoString returns the string representation

func (*VepfsForGetDeploymentOutput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*VepfsForGetDeploymentOutput) SetHostPath

SetHostPath sets the HostPath field's value.

func (*VepfsForGetDeploymentOutput) SetId

SetId sets the Id field's value.

func (*VepfsForGetDeploymentOutput) SetSubPath

SetSubPath sets the SubPath field's value.

func (VepfsForGetDeploymentOutput) String

String returns the string representation

type VepfsForGetDevInstanceOutput

type VepfsForGetDevInstanceOutput struct {
	FileSystemName *string `type:"string" json:",omitempty"`

	HostPath *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	SubPath *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsForGetDevInstanceOutput) GoString

func (s VepfsForGetDevInstanceOutput) GoString() string

GoString returns the string representation

func (*VepfsForGetDevInstanceOutput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*VepfsForGetDevInstanceOutput) SetHostPath

SetHostPath sets the HostPath field's value.

func (*VepfsForGetDevInstanceOutput) SetId

SetId sets the Id field's value.

func (*VepfsForGetDevInstanceOutput) SetSubPath

SetSubPath sets the SubPath field's value.

func (VepfsForGetDevInstanceOutput) String

String returns the string representation

type VepfsForGetJobOutput

type VepfsForGetJobOutput struct {
	FileSystemName *string `type:"string" json:",omitempty"`

	HostPath *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	SubPath *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsForGetJobOutput) GoString

func (s VepfsForGetJobOutput) GoString() string

GoString returns the string representation

func (*VepfsForGetJobOutput) SetFileSystemName

func (s *VepfsForGetJobOutput) SetFileSystemName(v string) *VepfsForGetJobOutput

SetFileSystemName sets the FileSystemName field's value.

func (*VepfsForGetJobOutput) SetHostPath

SetHostPath sets the HostPath field's value.

func (*VepfsForGetJobOutput) SetId

SetId sets the Id field's value.

func (*VepfsForGetJobOutput) SetSubPath

SetSubPath sets the SubPath field's value.

func (VepfsForGetJobOutput) String

func (s VepfsForGetJobOutput) String() string

String returns the string representation

type VepfsForGetResourceGroupOutput

type VepfsForGetResourceGroupOutput struct {
	FileSystemIds []*string `type:"list" json:",omitempty"`

	MountServiceId *string `type:"string" json:",omitempty"`

	PrefetchEnabled *bool `type:"boolean" json:",omitempty"`

	UnavailableNodeCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsForGetResourceGroupOutput) GoString

GoString returns the string representation

func (*VepfsForGetResourceGroupOutput) SetFileSystemIds

SetFileSystemIds sets the FileSystemIds field's value.

func (*VepfsForGetResourceGroupOutput) SetMountServiceId

SetMountServiceId sets the MountServiceId field's value.

func (*VepfsForGetResourceGroupOutput) SetPrefetchEnabled

SetPrefetchEnabled sets the PrefetchEnabled field's value.

func (*VepfsForGetResourceGroupOutput) SetUnavailableNodeCount

SetUnavailableNodeCount sets the UnavailableNodeCount field's value.

func (VepfsForGetResourceGroupOutput) String

String returns the string representation

type VepfsForGetResourceReservationPlanOutput added in v1.1.19

type VepfsForGetResourceReservationPlanOutput struct {
	FileSystemIds []*string `type:"list" json:",omitempty"`

	PrefetchEnabled *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsForGetResourceReservationPlanOutput) GoString added in v1.1.19

GoString returns the string representation

func (*VepfsForGetResourceReservationPlanOutput) SetFileSystemIds added in v1.1.19

SetFileSystemIds sets the FileSystemIds field's value.

func (*VepfsForGetResourceReservationPlanOutput) SetPrefetchEnabled added in v1.1.19

SetPrefetchEnabled sets the PrefetchEnabled field's value.

func (VepfsForGetResourceReservationPlanOutput) String added in v1.1.19

String returns the string representation

type VepfsForListDevInstancesOutput

type VepfsForListDevInstancesOutput struct {
	FileSystemName *string `type:"string" json:",omitempty"`

	HostPath *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	SubPath *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsForListDevInstancesOutput) GoString

GoString returns the string representation

func (*VepfsForListDevInstancesOutput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*VepfsForListDevInstancesOutput) SetHostPath

SetHostPath sets the HostPath field's value.

func (*VepfsForListDevInstancesOutput) SetId

SetId sets the Id field's value.

func (*VepfsForListDevInstancesOutput) SetSubPath

SetSubPath sets the SubPath field's value.

func (VepfsForListDevInstancesOutput) String

String returns the string representation

type VepfsForListResourceGroupsOutput

type VepfsForListResourceGroupsOutput struct {
	FileSystemIds []*string `type:"list" json:",omitempty"`

	MountServiceId *string `type:"string" json:",omitempty"`

	PrefetchEnabled *bool `type:"boolean" json:",omitempty"`

	UnavailableNodeCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsForListResourceGroupsOutput) GoString

GoString returns the string representation

func (*VepfsForListResourceGroupsOutput) SetFileSystemIds

SetFileSystemIds sets the FileSystemIds field's value.

func (*VepfsForListResourceGroupsOutput) SetMountServiceId

SetMountServiceId sets the MountServiceId field's value.

func (*VepfsForListResourceGroupsOutput) SetPrefetchEnabled

SetPrefetchEnabled sets the PrefetchEnabled field's value.

func (*VepfsForListResourceGroupsOutput) SetUnavailableNodeCount

SetUnavailableNodeCount sets the UnavailableNodeCount field's value.

func (VepfsForListResourceGroupsOutput) String

String returns the string representation

type VepfsForListResourceReservationPlansOutput added in v1.1.19

type VepfsForListResourceReservationPlansOutput struct {
	FileSystemIds []*string `type:"list" json:",omitempty"`

	PrefetchEnabled *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsForListResourceReservationPlansOutput) GoString added in v1.1.19

GoString returns the string representation

func (*VepfsForListResourceReservationPlansOutput) SetFileSystemIds added in v1.1.19

SetFileSystemIds sets the FileSystemIds field's value.

func (*VepfsForListResourceReservationPlansOutput) SetPrefetchEnabled added in v1.1.19

SetPrefetchEnabled sets the PrefetchEnabled field's value.

func (VepfsForListResourceReservationPlansOutput) String added in v1.1.19

String returns the string representation

type VepfsForUpdateDeploymentInput

type VepfsForUpdateDeploymentInput struct {
	FileSystemName *string `type:"string" json:",omitempty"`

	HostPath *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	SubPath *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsForUpdateDeploymentInput) GoString

GoString returns the string representation

func (*VepfsForUpdateDeploymentInput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*VepfsForUpdateDeploymentInput) SetHostPath

SetHostPath sets the HostPath field's value.

func (*VepfsForUpdateDeploymentInput) SetId

SetId sets the Id field's value.

func (*VepfsForUpdateDeploymentInput) SetSubPath

SetSubPath sets the SubPath field's value.

func (VepfsForUpdateDeploymentInput) String

String returns the string representation

type VepfsForUpdateDevInstanceInput

type VepfsForUpdateDevInstanceInput struct {
	FileSystemName *string `type:"string" json:",omitempty"`

	HostPath *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	SubPath *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsForUpdateDevInstanceInput) GoString

GoString returns the string representation

func (*VepfsForUpdateDevInstanceInput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*VepfsForUpdateDevInstanceInput) SetHostPath

SetHostPath sets the HostPath field's value.

func (*VepfsForUpdateDevInstanceInput) SetId

SetId sets the Id field's value.

func (*VepfsForUpdateDevInstanceInput) SetSubPath

SetSubPath sets the SubPath field's value.

func (VepfsForUpdateDevInstanceInput) String

String returns the string representation

type VepfsForUpdateResourceGroupInput

type VepfsForUpdateResourceGroupInput struct {
	EnablePrefetch *bool `type:"boolean" json:",omitempty"`

	FileSystemIds []*string `type:"list" json:",omitempty"`

	MountServiceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VepfsForUpdateResourceGroupInput) GoString

GoString returns the string representation

func (*VepfsForUpdateResourceGroupInput) SetEnablePrefetch

SetEnablePrefetch sets the EnablePrefetch field's value.

func (*VepfsForUpdateResourceGroupInput) SetFileSystemIds

SetFileSystemIds sets the FileSystemIds field's value.

func (*VepfsForUpdateResourceGroupInput) SetMountServiceId

SetMountServiceId sets the MountServiceId field's value.

func (VepfsForUpdateResourceGroupInput) String

String returns the string representation

type VolumeForCreateDevInstanceInput

type VolumeForCreateDevInstanceInput struct {
	Size *int32 `type:"int32" json:",omitempty"`

	VolumeTypeId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VolumeForCreateDevInstanceInput) GoString

GoString returns the string representation

func (*VolumeForCreateDevInstanceInput) SetSize

SetSize sets the Size field's value.

func (*VolumeForCreateDevInstanceInput) SetVolumeTypeId

SetVolumeTypeId sets the VolumeTypeId field's value.

func (VolumeForCreateDevInstanceInput) String

String returns the string representation

type VolumeForGetDevInstanceOutput

type VolumeForGetDevInstanceOutput struct {
	Id *string `type:"string" json:",omitempty"`

	Size *int32 `type:"int32" json:",omitempty"`

	Status *StatusForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	Used *string `type:"string" json:",omitempty"`

	VolumeTypeId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VolumeForGetDevInstanceOutput) GoString

GoString returns the string representation

func (*VolumeForGetDevInstanceOutput) SetId

SetId sets the Id field's value.

func (*VolumeForGetDevInstanceOutput) SetSize

SetSize sets the Size field's value.

func (*VolumeForGetDevInstanceOutput) SetStatus

SetStatus sets the Status field's value.

func (*VolumeForGetDevInstanceOutput) SetUsed

SetUsed sets the Used field's value.

func (*VolumeForGetDevInstanceOutput) SetVolumeTypeId

SetVolumeTypeId sets the VolumeTypeId field's value.

func (VolumeForGetDevInstanceOutput) String

String returns the string representation

type VolumeForListDevInstancesOutput

type VolumeForListDevInstancesOutput struct {
	Id *string `type:"string" json:",omitempty"`

	Size *int32 `type:"int32" json:",omitempty"`

	Status *StatusForListDevInstancesOutput `type:"structure" json:",omitempty"`

	Used *string `type:"string" json:",omitempty"`

	VolumeTypeId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VolumeForListDevInstancesOutput) GoString

GoString returns the string representation

func (*VolumeForListDevInstancesOutput) SetId

SetId sets the Id field's value.

func (*VolumeForListDevInstancesOutput) SetSize

SetSize sets the Size field's value.

func (*VolumeForListDevInstancesOutput) SetStatus

SetStatus sets the Status field's value.

func (*VolumeForListDevInstancesOutput) SetUsed

SetUsed sets the Used field's value.

func (*VolumeForListDevInstancesOutput) SetVolumeTypeId

SetVolumeTypeId sets the VolumeTypeId field's value.

func (VolumeForListDevInstancesOutput) String

String returns the string representation

type VolumeResourceForCreateResourceGroupInput

type VolumeResourceForCreateResourceGroupInput struct {
	Size *int32 `type:"int32" json:",omitempty"`

	VolumeTypeId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VolumeResourceForCreateResourceGroupInput) GoString

GoString returns the string representation

func (*VolumeResourceForCreateResourceGroupInput) SetSize

SetSize sets the Size field's value.

func (*VolumeResourceForCreateResourceGroupInput) SetVolumeTypeId

SetVolumeTypeId sets the VolumeTypeId field's value.

func (*VolumeResourceForCreateResourceGroupInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (VolumeResourceForCreateResourceGroupInput) String

String returns the string representation

type VolumeResourceForCreateResourceQueueInput

type VolumeResourceForCreateResourceQueueInput struct {
	Size *int32 `type:"int32" json:",omitempty"`

	VolumeTypeId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VolumeResourceForCreateResourceQueueInput) GoString

GoString returns the string representation

func (*VolumeResourceForCreateResourceQueueInput) SetSize

SetSize sets the Size field's value.

func (*VolumeResourceForCreateResourceQueueInput) SetVolumeTypeId

SetVolumeTypeId sets the VolumeTypeId field's value.

func (*VolumeResourceForCreateResourceQueueInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (VolumeResourceForCreateResourceQueueInput) String

String returns the string representation

type VolumeResourceForGetResourceGroupOutput

type VolumeResourceForGetResourceGroupOutput struct {
	Size *int32 `type:"int32" json:",omitempty"`

	VolumeTypeId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VolumeResourceForGetResourceGroupOutput) GoString

GoString returns the string representation

func (*VolumeResourceForGetResourceGroupOutput) SetSize

SetSize sets the Size field's value.

func (*VolumeResourceForGetResourceGroupOutput) SetVolumeTypeId

SetVolumeTypeId sets the VolumeTypeId field's value.

func (*VolumeResourceForGetResourceGroupOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (VolumeResourceForGetResourceGroupOutput) String

String returns the string representation

type VolumeResourceForGetResourceQueueOutput

type VolumeResourceForGetResourceQueueOutput struct {
	Size *int32 `type:"int32" json:",omitempty"`

	VolumeTypeId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VolumeResourceForGetResourceQueueOutput) GoString

GoString returns the string representation

func (*VolumeResourceForGetResourceQueueOutput) SetSize

SetSize sets the Size field's value.

func (*VolumeResourceForGetResourceQueueOutput) SetVolumeTypeId

SetVolumeTypeId sets the VolumeTypeId field's value.

func (*VolumeResourceForGetResourceQueueOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (VolumeResourceForGetResourceQueueOutput) String

String returns the string representation

type VolumeResourceForListResourceGroupsOutput

type VolumeResourceForListResourceGroupsOutput struct {
	Size *int32 `type:"int32" json:",omitempty"`

	VolumeTypeId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VolumeResourceForListResourceGroupsOutput) GoString

GoString returns the string representation

func (*VolumeResourceForListResourceGroupsOutput) SetSize

SetSize sets the Size field's value.

func (*VolumeResourceForListResourceGroupsOutput) SetVolumeTypeId

SetVolumeTypeId sets the VolumeTypeId field's value.

func (*VolumeResourceForListResourceGroupsOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (VolumeResourceForListResourceGroupsOutput) String

String returns the string representation

type VolumeResourceForListResourceQueuesOutput

type VolumeResourceForListResourceQueuesOutput struct {
	Size *int32 `type:"int32" json:",omitempty"`

	VolumeTypeId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VolumeResourceForListResourceQueuesOutput) GoString

GoString returns the string representation

func (*VolumeResourceForListResourceQueuesOutput) SetSize

SetSize sets the Size field's value.

func (*VolumeResourceForListResourceQueuesOutput) SetVolumeTypeId

SetVolumeTypeId sets the VolumeTypeId field's value.

func (*VolumeResourceForListResourceQueuesOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (VolumeResourceForListResourceQueuesOutput) String

String returns the string representation

type VolumeResourceForUpdateResourceGroupInput

type VolumeResourceForUpdateResourceGroupInput struct {
	Size *int32 `type:"int32" json:",omitempty"`

	VolumeTypeId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VolumeResourceForUpdateResourceGroupInput) GoString

GoString returns the string representation

func (*VolumeResourceForUpdateResourceGroupInput) SetSize

SetSize sets the Size field's value.

func (*VolumeResourceForUpdateResourceGroupInput) SetVolumeTypeId

SetVolumeTypeId sets the VolumeTypeId field's value.

func (*VolumeResourceForUpdateResourceGroupInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (VolumeResourceForUpdateResourceGroupInput) String

String returns the string representation

type VolumeResourceForUpdateResourceQueueInput

type VolumeResourceForUpdateResourceQueueInput struct {
	Size *int32 `type:"int32" json:",omitempty"`

	VolumeTypeId *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VolumeResourceForUpdateResourceQueueInput) GoString

GoString returns the string representation

func (*VolumeResourceForUpdateResourceQueueInput) SetSize

SetSize sets the Size field's value.

func (*VolumeResourceForUpdateResourceQueueInput) SetVolumeTypeId

SetVolumeTypeId sets the VolumeTypeId field's value.

func (*VolumeResourceForUpdateResourceQueueInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (VolumeResourceForUpdateResourceQueueInput) String

String returns the string representation

type VolumeSizeInfoForGetResourceQueueOutput

type VolumeSizeInfoForGetResourceQueueOutput struct {
	SizeGiB *int64 `type:"int64" json:",omitempty"`

	VolumeType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VolumeSizeInfoForGetResourceQueueOutput) GoString

GoString returns the string representation

func (*VolumeSizeInfoForGetResourceQueueOutput) SetSizeGiB

SetSizeGiB sets the SizeGiB field's value.

func (*VolumeSizeInfoForGetResourceQueueOutput) SetVolumeType

SetVolumeType sets the VolumeType field's value.

func (VolumeSizeInfoForGetResourceQueueOutput) String

String returns the string representation

type VolumeSizeInfoForListResourceQueuesOutput

type VolumeSizeInfoForListResourceQueuesOutput struct {
	SizeGiB *int64 `type:"int64" json:",omitempty"`

	VolumeType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VolumeSizeInfoForListResourceQueuesOutput) GoString

GoString returns the string representation

func (*VolumeSizeInfoForListResourceQueuesOutput) SetSizeGiB

SetSizeGiB sets the SizeGiB field's value.

func (*VolumeSizeInfoForListResourceQueuesOutput) SetVolumeType

SetVolumeType sets the VolumeType field's value.

func (VolumeSizeInfoForListResourceQueuesOutput) String

String returns the string representation

type WorkloadInfoForCreateResourceQueueInput

type WorkloadInfoForCreateResourceQueueInput struct {
	DefaultPriority *int32 `type:"int32" json:",omitempty"`

	WorkloadType *string `type:"string" json:",omitempty" enum:"EnumOfWorkloadTypeForCreateResourceQueueInput"`
	// contains filtered or unexported fields
}

func (WorkloadInfoForCreateResourceQueueInput) GoString

GoString returns the string representation

func (*WorkloadInfoForCreateResourceQueueInput) SetDefaultPriority

SetDefaultPriority sets the DefaultPriority field's value.

func (*WorkloadInfoForCreateResourceQueueInput) SetWorkloadType

SetWorkloadType sets the WorkloadType field's value.

func (WorkloadInfoForCreateResourceQueueInput) String

String returns the string representation

type WorkloadInfoForGetResourceQueueOutput

type WorkloadInfoForGetResourceQueueOutput struct {
	DefaultPriority *int32 `type:"int32" json:",omitempty"`

	WorkloadType *string `type:"string" json:",omitempty" enum:"EnumOfWorkloadTypeForGetResourceQueueOutput"`
	// contains filtered or unexported fields
}

func (WorkloadInfoForGetResourceQueueOutput) GoString

GoString returns the string representation

func (*WorkloadInfoForGetResourceQueueOutput) SetDefaultPriority

SetDefaultPriority sets the DefaultPriority field's value.

func (*WorkloadInfoForGetResourceQueueOutput) SetWorkloadType

SetWorkloadType sets the WorkloadType field's value.

func (WorkloadInfoForGetResourceQueueOutput) String

String returns the string representation

type WorkloadInfoForListResourceQueuesOutput

type WorkloadInfoForListResourceQueuesOutput struct {
	DefaultPriority *int32 `type:"int32" json:",omitempty"`

	WorkloadType *string `type:"string" json:",omitempty" enum:"EnumOfWorkloadTypeForListResourceQueuesOutput"`
	// contains filtered or unexported fields
}

func (WorkloadInfoForListResourceQueuesOutput) GoString

GoString returns the string representation

func (*WorkloadInfoForListResourceQueuesOutput) SetDefaultPriority

SetDefaultPriority sets the DefaultPriority field's value.

func (*WorkloadInfoForListResourceQueuesOutput) SetWorkloadType

SetWorkloadType sets the WorkloadType field's value.

func (WorkloadInfoForListResourceQueuesOutput) String

String returns the string representation

type WorkloadInfoForUpdateResourceQueueInput

type WorkloadInfoForUpdateResourceQueueInput struct {
	DefaultPriority *int32 `type:"int32" json:",omitempty"`

	WorkloadType *string `type:"string" json:",omitempty" enum:"EnumOfWorkloadTypeForUpdateResourceQueueInput"`
	// contains filtered or unexported fields
}

func (WorkloadInfoForUpdateResourceQueueInput) GoString

GoString returns the string representation

func (*WorkloadInfoForUpdateResourceQueueInput) SetDefaultPriority

SetDefaultPriority sets the DefaultPriority field's value.

func (*WorkloadInfoForUpdateResourceQueueInput) SetWorkloadType

SetWorkloadType sets the WorkloadType field's value.

func (WorkloadInfoForUpdateResourceQueueInput) String

String returns the string representation

type WorkloadNetworkConfigForCreateResourceGroupInput

type WorkloadNetworkConfigForCreateResourceGroupInput struct {
	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	SubnetIds []*string `type:"list" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (WorkloadNetworkConfigForCreateResourceGroupInput) GoString

GoString returns the string representation

func (*WorkloadNetworkConfigForCreateResourceGroupInput) SetSecurityGroupIds

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*WorkloadNetworkConfigForCreateResourceGroupInput) SetSubnetIds

SetSubnetIds sets the SubnetIds field's value.

func (*WorkloadNetworkConfigForCreateResourceGroupInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (WorkloadNetworkConfigForCreateResourceGroupInput) String

String returns the string representation

type WorkloadNetworkConfigForCreateResourceReservationPlanInput added in v1.1.19

type WorkloadNetworkConfigForCreateResourceReservationPlanInput struct {
	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	SubnetIds []*string `type:"list" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (WorkloadNetworkConfigForCreateResourceReservationPlanInput) GoString added in v1.1.19

GoString returns the string representation

func (*WorkloadNetworkConfigForCreateResourceReservationPlanInput) SetSecurityGroupIds added in v1.1.19

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*WorkloadNetworkConfigForCreateResourceReservationPlanInput) SetSubnetIds added in v1.1.19

SetSubnetIds sets the SubnetIds field's value.

func (*WorkloadNetworkConfigForCreateResourceReservationPlanInput) SetVpcId added in v1.1.19

SetVpcId sets the VpcId field's value.

func (WorkloadNetworkConfigForCreateResourceReservationPlanInput) String added in v1.1.19

String returns the string representation

type WorkloadNetworkConfigForGetResourceGroupOutput

type WorkloadNetworkConfigForGetResourceGroupOutput struct {
	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	SubnetIds []*string `type:"list" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (WorkloadNetworkConfigForGetResourceGroupOutput) GoString

GoString returns the string representation

func (*WorkloadNetworkConfigForGetResourceGroupOutput) SetSecurityGroupIds

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*WorkloadNetworkConfigForGetResourceGroupOutput) SetSubnetIds

SetSubnetIds sets the SubnetIds field's value.

func (*WorkloadNetworkConfigForGetResourceGroupOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (WorkloadNetworkConfigForGetResourceGroupOutput) String

String returns the string representation

type WorkloadNetworkConfigForGetResourceReservationPlanOutput added in v1.1.19

type WorkloadNetworkConfigForGetResourceReservationPlanOutput struct {
	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	SubnetIds []*string `type:"list" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (WorkloadNetworkConfigForGetResourceReservationPlanOutput) GoString added in v1.1.19

GoString returns the string representation

func (*WorkloadNetworkConfigForGetResourceReservationPlanOutput) SetSecurityGroupIds added in v1.1.19

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*WorkloadNetworkConfigForGetResourceReservationPlanOutput) SetSubnetIds added in v1.1.19

SetSubnetIds sets the SubnetIds field's value.

func (*WorkloadNetworkConfigForGetResourceReservationPlanOutput) SetVpcId added in v1.1.19

SetVpcId sets the VpcId field's value.

func (WorkloadNetworkConfigForGetResourceReservationPlanOutput) String added in v1.1.19

String returns the string representation

type WorkloadNetworkConfigForListResourceGroupsOutput

type WorkloadNetworkConfigForListResourceGroupsOutput struct {
	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	SubnetIds []*string `type:"list" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (WorkloadNetworkConfigForListResourceGroupsOutput) GoString

GoString returns the string representation

func (*WorkloadNetworkConfigForListResourceGroupsOutput) SetSecurityGroupIds

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*WorkloadNetworkConfigForListResourceGroupsOutput) SetSubnetIds

SetSubnetIds sets the SubnetIds field's value.

func (*WorkloadNetworkConfigForListResourceGroupsOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (WorkloadNetworkConfigForListResourceGroupsOutput) String

String returns the string representation

type WorkloadNetworkConfigForListResourceReservationPlansOutput added in v1.1.19

type WorkloadNetworkConfigForListResourceReservationPlansOutput struct {
	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	SubnetIds []*string `type:"list" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (WorkloadNetworkConfigForListResourceReservationPlansOutput) GoString added in v1.1.19

GoString returns the string representation

func (*WorkloadNetworkConfigForListResourceReservationPlansOutput) SetSecurityGroupIds added in v1.1.19

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*WorkloadNetworkConfigForListResourceReservationPlansOutput) SetSubnetIds added in v1.1.19

SetSubnetIds sets the SubnetIds field's value.

func (*WorkloadNetworkConfigForListResourceReservationPlansOutput) SetVpcId added in v1.1.19

SetVpcId sets the VpcId field's value.

func (WorkloadNetworkConfigForListResourceReservationPlansOutput) String added in v1.1.19

String returns the string representation

type WorkloadNetworkConfigForUpdateResourceGroupInput

type WorkloadNetworkConfigForUpdateResourceGroupInput struct {
	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	SubnetIds []*string `type:"list" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (WorkloadNetworkConfigForUpdateResourceGroupInput) GoString

GoString returns the string representation

func (*WorkloadNetworkConfigForUpdateResourceGroupInput) SetSecurityGroupIds

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*WorkloadNetworkConfigForUpdateResourceGroupInput) SetSubnetIds

SetSubnetIds sets the SubnetIds field's value.

func (*WorkloadNetworkConfigForUpdateResourceGroupInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (WorkloadNetworkConfigForUpdateResourceGroupInput) String

String returns the string representation

type WorkloadNetworkConfigForUpdateResourceReservationPlanInput added in v1.1.19

type WorkloadNetworkConfigForUpdateResourceReservationPlanInput struct {
	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	SubnetIds []*string `type:"list" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (WorkloadNetworkConfigForUpdateResourceReservationPlanInput) GoString added in v1.1.19

GoString returns the string representation

func (*WorkloadNetworkConfigForUpdateResourceReservationPlanInput) SetSecurityGroupIds added in v1.1.19

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*WorkloadNetworkConfigForUpdateResourceReservationPlanInput) SetSubnetIds added in v1.1.19

SetSubnetIds sets the SubnetIds field's value.

func (*WorkloadNetworkConfigForUpdateResourceReservationPlanInput) SetVpcId added in v1.1.19

SetVpcId sets the VpcId field's value.

func (WorkloadNetworkConfigForUpdateResourceReservationPlanInput) String added in v1.1.19

String returns the string representation

type ZoneInfoForGetInstanceTypeOutput

type ZoneInfoForGetInstanceTypeOutput struct {
	ReservationPlanSupportStatus *string `type:"string" json:",omitempty" enum:"EnumOfReservationPlanSupportStatusForGetInstanceTypeOutput"`

	SupportStatus *string `type:"string" json:",omitempty" enum:"EnumOfSupportStatusForGetInstanceTypeOutput"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ZoneInfoForGetInstanceTypeOutput) GoString

GoString returns the string representation

func (*ZoneInfoForGetInstanceTypeOutput) SetReservationPlanSupportStatus added in v1.1.19

func (s *ZoneInfoForGetInstanceTypeOutput) SetReservationPlanSupportStatus(v string) *ZoneInfoForGetInstanceTypeOutput

SetReservationPlanSupportStatus sets the ReservationPlanSupportStatus field's value.

func (*ZoneInfoForGetInstanceTypeOutput) SetSupportStatus

SetSupportStatus sets the SupportStatus field's value.

func (*ZoneInfoForGetInstanceTypeOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ZoneInfoForGetInstanceTypeOutput) String

String returns the string representation

type ZoneInfoForListInstanceTypesOutput

type ZoneInfoForListInstanceTypesOutput struct {
	ReservationPlanSupportStatus *string `type:"string" json:",omitempty" enum:"EnumOfReservationPlanSupportStatusForListInstanceTypesOutput"`

	SupportStatus *string `type:"string" json:",omitempty" enum:"EnumOfSupportStatusForListInstanceTypesOutput"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ZoneInfoForListInstanceTypesOutput) GoString

GoString returns the string representation

func (*ZoneInfoForListInstanceTypesOutput) SetReservationPlanSupportStatus added in v1.1.19

func (s *ZoneInfoForListInstanceTypesOutput) SetReservationPlanSupportStatus(v string) *ZoneInfoForListInstanceTypesOutput

SetReservationPlanSupportStatus sets the ReservationPlanSupportStatus field's value.

func (*ZoneInfoForListInstanceTypesOutput) SetSupportStatus

SetSupportStatus sets the SupportStatus field's value.

func (*ZoneInfoForListInstanceTypesOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ZoneInfoForListInstanceTypesOutput) String

String returns the string representation

type ZoneInfoForListResourceClaimOptionsOutput

type ZoneInfoForListResourceClaimOptionsOutput struct {
	PriceByHour *float64 `type:"double" json:",omitempty"`

	StockStatus *string `type:"string" json:",omitempty" enum:"EnumOfStockStatusForListResourceClaimOptionsOutput"`

	SupportStatus *string `type:"string" json:",omitempty" enum:"EnumOfSupportStatusForListResourceClaimOptionsOutput"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ZoneInfoForListResourceClaimOptionsOutput) GoString

GoString returns the string representation

func (*ZoneInfoForListResourceClaimOptionsOutput) SetPriceByHour

SetPriceByHour sets the PriceByHour field's value.

func (*ZoneInfoForListResourceClaimOptionsOutput) SetStockStatus

SetStockStatus sets the StockStatus field's value.

func (*ZoneInfoForListResourceClaimOptionsOutput) SetSupportStatus

SetSupportStatus sets the SupportStatus field's value.

func (*ZoneInfoForListResourceClaimOptionsOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ZoneInfoForListResourceClaimOptionsOutput) String

String returns the string representation

Source Files

Jump to

Keyboard shortcuts

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