< Back

New-OAOServerWithFlavor

Sat Jan 18, 2020 5:57 pm

NAME New-OAOServerWithFlavor



SYNTAX

New-OAOServerWithFlavor [-Name] <string> [[-Description] <string>] [-FixedInstanceSizeId] <string> [-ApplianceId]

<string> [[-Password] <string>] [[-RegionId] <string>] [[-PowerOn] <bool>] [[-FirewallPolicyId] <string>] [[-IpId]

<string>] [[-LoadrBalancerId] <string>] [[-MonitoringPolicyId] <string>] [<CommonParameters>]





PARAMETERS

-ApplianceId <string>

Image will be installed on server.



Required? true

Position? 3

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



-Description <string>

The Description of the server.



Required? false

Position? 1

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



-FirewallPolicyId <string>

Firewall policy's ID to attach



Required? false

Position? 7

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



-FixedInstanceSizeId <string>

The id of the desired hardware flavour



Required? true

Position? 2

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



-IpId <string>

IP's ID



Required? false

Position? 8

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



-LoadrBalancerId <string>

Load balancer's ID



Required? false

Position? 9

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



-MonitoringPolicyId <string>

Monitoring policy's ID



Required? false

Position? 10

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



-Name <string>

The hostname of the server.



Required? true

Position? 0

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



-Password <string>

Password of the server. Password must contain more than 8 characters using uppercase letters, numbers and

other special symbols. minLength: 8,maxLength: 64.



Required? false

Position? 4

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



-PowerOn <bool>

Power on server after creation



Required? false

Position? 6

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



-RegionId <string>

ID of the region where the server will be created



Required? false

Position? 5

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).





INPUTS

System.String

System.Boolean





OUTPUTS

OneAndOne.POCO.Response.Servers.CreateServerResponse





ALIASES

None





REMARKS

None