Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 4.23 KB

UpdateInstanceRequest.md

File metadata and controls

31 lines (27 loc) · 4.23 KB

Org.OpenAPITools.Model.UpdateInstanceRequest

Properties

Name Type Description Notes
AppId int Reinstall the instance with this Application id. [optional]
ImageId string Reinstall the instance with this Application image_id. [optional]
Backups string Enable automatic backups for the instance. * enabled * disabled [optional]
FirewallGroupId string The Firewall Group id to attach to this Instance. [optional]
EnableIpv6 bool Enable IPv6. * true [optional]
OsId string Reinstall the instance with this ISO id. [optional]
UserData string The user-supplied, base64 encoded user data to attach to this instance. [optional]
Tag string Use `tags` instead. The user-supplied tag. [optional]
Plan string Upgrade the instance with this Plan id. [optional]
DdosProtection bool Enable DDoS Protection (there is an additional charge for this). * true * false [optional]
AttachPrivateNetwork List<string> Use `attach_vpc` instead. An array of Private Network ids to attach to this Instance. This parameter takes precedence over `enable_private_network`. Please choose one parameter. [optional]
AttachVpc List<string> An array of VPC IDs to attach to this Instance. This parameter takes precedence over `enable_vpc`. Please choose one parameter. [optional]
AttachVpc2 List<string> An array of VPC IDs to attach to this Instance. This parameter takes precedence over `enable_vpc2`. Please choose one parameter. [optional]
DetachPrivateNetwork List<string> Use `detach_vpc` instead. An array of Private Network ids to detach from this Instance. This parameter takes precedence over `enable_private_network`. [optional]
DetachVpc List<string> An array of VPC IDs to detach from this Instance. This parameter takes precedence over `enable_vpc`. [optional]
DetachVpc2 List<string> An array of VPC IDs to detach from this Instance. This parameter takes precedence over `enable_vpc2`. [optional]
EnablePrivateNetwork bool Use `enable_vpc` instead. If `true`, private networking support will be added to the new server. This parameter attaches a single network. When no network exists in the region, it will be automatically created. If there are multiple private networks in the instance's region, use `attach_private_network` instead to specify a network. [optional]
EnableVpc bool If `true`, VPC support will be added to the new server. This parameter attaches a single VPC. When no VPC exists in the region, it will be automatically created. If there are multiple VPCs in the instance's region, use `attach_vpc` instead to specify a VPC. [optional]
EnableVpc2 bool If `true`, VPC 2.0 support will be added to the new server. This parameter attaches a single VPC 2.0 netowrk. When no VPC 2.0 network exists in the region, it will be automatically created. If there are multiple VPC 2.0 networks in the instance's region, use `attach_vpc2` instead to specify a VPC 2.0 network. [optional]
Label string The user supplied label. [optional]
Tags List<string> Tags to apply to the instance. [optional]
UserScheme string Linux-only: The user scheme used for logging into this instance. The instance must be reinstalled for this change to take effect. * root * limited [optional]

[Back to Model list] [Back to API list] [Back to README]