Home
last modified time | relevance | path

Searched refs:OnDemandAllocationStrategy (Results 1 – 25 of 141) sorted by relevance

123456

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/source/model/
H A DOnDemandAllocationStrategy.cpp27 OnDemandAllocationStrategy GetOnDemandAllocationStrategyForName(const Aws::String& name) in GetOnDemandAllocationStrategyForName()
32 return OnDemandAllocationStrategy::lowestPrice; in GetOnDemandAllocationStrategyForName()
36 return OnDemandAllocationStrategy::prioritized; in GetOnDemandAllocationStrategyForName()
42 return static_cast<OnDemandAllocationStrategy>(hashCode); in GetOnDemandAllocationStrategyForName()
45 return OnDemandAllocationStrategy::NOT_SET; in GetOnDemandAllocationStrategyForName()
48 Aws::String GetNameForOnDemandAllocationStrategy(OnDemandAllocationStrategy enumValue) in GetNameForOnDemandAllocationStrategy()
52 case OnDemandAllocationStrategy::lowestPrice: in GetNameForOnDemandAllocationStrategy()
54 case OnDemandAllocationStrategy::prioritized: in GetNameForOnDemandAllocationStrategy()
H A DSpotFleetRequestConfigData.cpp26 m_onDemandAllocationStrategy(OnDemandAllocationStrategy::NOT_SET), in SpotFleetRequestConfigData()
67 m_onDemandAllocationStrategy(OnDemandAllocationStrategy::NOT_SET), in SpotFleetRequestConfigData()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/include/aws/ec2/model/
H A DOnDemandAllocationStrategy.h16 enum class OnDemandAllocationStrategy enum
25 AWS_EC2_API OnDemandAllocationStrategy GetOnDemandAllocationStrategyForName(const Aws::String& name…
27 AWS_EC2_API Aws::String GetNameForOnDemandAllocationStrategy(OnDemandAllocationStrategy value);
H A DSpotFleetRequestConfigData.h196 …inline const OnDemandAllocationStrategy& GetOnDemandAllocationStrategy() const{ return m_onDemandA… in GetOnDemandAllocationStrategy()
216 …inline void SetOnDemandAllocationStrategy(const OnDemandAllocationStrategy& value) { m_onDemandAll… in SetOnDemandAllocationStrategy()
226 …inline void SetOnDemandAllocationStrategy(OnDemandAllocationStrategy&& value) { m_onDemandAllocati… in SetOnDemandAllocationStrategy()
236 …otFleetRequestConfigData& WithOnDemandAllocationStrategy(const OnDemandAllocationStrategy& value) … in WithOnDemandAllocationStrategy()
246 …inline SpotFleetRequestConfigData& WithOnDemandAllocationStrategy(OnDemandAllocationStrategy&& val… in WithOnDemandAllocationStrategy()
1586 OnDemandAllocationStrategy m_onDemandAllocationStrategy;
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ecs/
H A Dcreate_fleet.go100OnDemandAllocationStrategy string `position:"Query" name:"OnDema… member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/autoscaling/types/
H A Dtypes.go592 OnDemandAllocationStrategy *string member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/autoscaling/types/
H A Dtypes.go592 OnDemandAllocationStrategy *string member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/autoscaling/types/
H A Dtypes.go592 OnDemandAllocationStrategy *string member
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/autoscaling/types/
H A Dtypes.go679 OnDemandAllocationStrategy *string member
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/autoscaling/types/
H A Dtypes.go679 OnDemandAllocationStrategy *string member
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/autoscaling/types/
H A Dtypes.go679 OnDemandAllocationStrategy *string member
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/autoscaling/types/
H A Dtypes.go679 OnDemandAllocationStrategy *string member
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/ec2/types/
H A Denums.go3438 type OnDemandAllocationStrategy string type
3442 OnDemandAllocationStrategyLowestPrice OnDemandAllocationStrategy = "lowestPrice"
3443 OnDemandAllocationStrategyPrioritized OnDemandAllocationStrategy = "prioritized"
3449 func (OnDemandAllocationStrategy) Values() []OnDemandAllocationStrategy {
3450 return []OnDemandAllocationStrategy{
H A Dtypes.go9152 OnDemandAllocationStrategy OnDemandAllocationStrategy member
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/ec2/types/
H A Denums.go3438 type OnDemandAllocationStrategy string type
3442 OnDemandAllocationStrategyLowestPrice OnDemandAllocationStrategy = "lowestPrice"
3443 OnDemandAllocationStrategyPrioritized OnDemandAllocationStrategy = "prioritized"
3449 func (OnDemandAllocationStrategy) Values() []OnDemandAllocationStrategy {
3450 return []OnDemandAllocationStrategy{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/ec2/types/
H A Denums.go3364 type OnDemandAllocationStrategy string type
3368 OnDemandAllocationStrategyLowestPrice OnDemandAllocationStrategy = "lowestPrice"
3369 OnDemandAllocationStrategyPrioritized OnDemandAllocationStrategy = "prioritized"
3375 func (OnDemandAllocationStrategy) Values() []OnDemandAllocationStrategy {
3376 return []OnDemandAllocationStrategy{
H A Dtypes.go9002 OnDemandAllocationStrategy OnDemandAllocationStrategy member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/ec2/types/
H A Denums.go3364 type OnDemandAllocationStrategy string type
3368 OnDemandAllocationStrategyLowestPrice OnDemandAllocationStrategy = "lowestPrice"
3369 OnDemandAllocationStrategyPrioritized OnDemandAllocationStrategy = "prioritized"
3375 func (OnDemandAllocationStrategy) Values() []OnDemandAllocationStrategy {
3376 return []OnDemandAllocationStrategy{
H A Dtypes.go9002 OnDemandAllocationStrategy OnDemandAllocationStrategy member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/ec2/types/
H A Denums.go3604 type OnDemandAllocationStrategy string type
3608 OnDemandAllocationStrategyLowestPrice OnDemandAllocationStrategy = "lowestPrice"
3609 OnDemandAllocationStrategyPrioritized OnDemandAllocationStrategy = "prioritized"
3615 func (OnDemandAllocationStrategy) Values() []OnDemandAllocationStrategy {
3616 return []OnDemandAllocationStrategy{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/ec2/types/
H A Denums.go3364 type OnDemandAllocationStrategy string type
3368 OnDemandAllocationStrategyLowestPrice OnDemandAllocationStrategy = "lowestPrice"
3369 OnDemandAllocationStrategyPrioritized OnDemandAllocationStrategy = "prioritized"
3375 func (OnDemandAllocationStrategy) Values() []OnDemandAllocationStrategy {
3376 return []OnDemandAllocationStrategy{
H A Dtypes.go9002 OnDemandAllocationStrategy OnDemandAllocationStrategy member
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/ec2/types/
H A Denums.go3446 type OnDemandAllocationStrategy string type
3450 OnDemandAllocationStrategyLowestPrice OnDemandAllocationStrategy = "lowestPrice"
3451 OnDemandAllocationStrategyPrioritized OnDemandAllocationStrategy = "prioritized"
3457 func (OnDemandAllocationStrategy) Values() []OnDemandAllocationStrategy {
3458 return []OnDemandAllocationStrategy{
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/ec2/types/
H A Denums.go3438 type OnDemandAllocationStrategy string type
3442 OnDemandAllocationStrategyLowestPrice OnDemandAllocationStrategy = "lowestPrice"
3443 OnDemandAllocationStrategyPrioritized OnDemandAllocationStrategy = "prioritized"
3449 func (OnDemandAllocationStrategy) Values() []OnDemandAllocationStrategy {
3450 return []OnDemandAllocationStrategy{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/autoscaling/types/
H A Dtypes.go790 OnDemandAllocationStrategy *string member

123456