C# Класс Amazon.OpsWorksCM.Model.CreateServerRequest

Container for the parameters to the CreateServer operation. Creates and immedately starts a new Server. The server can be used once it has reached the HEALTHY state.

This operation is asnychronous.

A LimitExceededException is thrown then the maximum number of server backup is reached. A ResourceAlreadyExistsException is raise when a server with the same name already exists in the account. A ResourceNotFoundException is thrown when a backupId is passed, but the backup does not exist. A ValidationException is thrown when parameters of the request are not valid.

By default 10 servers can be created. A LimitExceededException is raised when the limit is exceeded.

When no security groups are provided by using SecurityGroupIds, AWS OpsWorks creates a new security group. This security group opens the Chef server to the world on TCP port 443. If a KeyName is present, SSH access is enabled. SSH is also open to the world on TCP port 22.

By default, the Chef Server is accessible from any IP address. We recommend that you update your security group rules to allow access from known IP addresses and address ranges only. To edit security group rules, open Security Groups in the navigation pane of the EC2 management console.

Наследование: AmazonOpsWorksCMRequest
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
IsSetBackupId ( ) : bool
IsSetBackupRetentionCount ( ) : bool
IsSetDisableAutomatedBackup ( ) : bool
IsSetEngine ( ) : bool
IsSetEngineAttributes ( ) : bool
IsSetEngineModel ( ) : bool
IsSetEngineVersion ( ) : bool
IsSetInstanceProfileArn ( ) : bool
IsSetInstanceType ( ) : bool
IsSetKeyPair ( ) : bool
IsSetPreferredBackupWindow ( ) : bool
IsSetPreferredMaintenanceWindow ( ) : bool
IsSetSecurityGroupIds ( ) : bool
IsSetServerName ( ) : bool
IsSetServiceRoleArn ( ) : bool
IsSetSubnetIds ( ) : bool