C# Класс Amazon.EC2.Model.SpotPlacement

Describes Spot instance placement.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SpotPlacement ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

SpotPlacement ( string availabilityZone ) : System

Instantiates SpotPlacement with the parameterized properties

Приватные методы

Метод Описание
IsSetAvailabilityZone ( ) : bool
IsSetGroupName ( ) : bool

Описание методов

SpotPlacement() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public SpotPlacement ( ) : System
Результат System

SpotPlacement() публичный Метод

Instantiates SpotPlacement with the parameterized properties
public SpotPlacement ( string availabilityZone ) : System
availabilityZone string The Availability Zone. [Spot fleet only] To specify multiple Availability Zones, separate them using commas; for example, "us-west-2a, us-west-2b".
Результат System