Skip to content

SpotPriceLimitProperty

Initializer

import { SpotPriceLimitProperty } from '@alicloud/ros-cdk-cs'
const spotPriceLimitProperty: SpotPriceLimitProperty = { ... }

Properties

Name Type Description
instanceType string | @alicloud/ros-cdk-core.IResolvable No description.
priceLimit number | @alicloud/ros-cdk-core.IResolvable No description.

instanceTypeRequired

public readonly instanceType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

priceLimitRequired

public readonly priceLimit: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable