UNPKG

aruba-admin

Version:

A TypeScript/Node.js library for interacting with Aruba Cloud's SOAP API with full type support and multi-region connectivity.

22 lines (21 loc) 542 B
/** * request * @targetNSAlias `q29` * @targetNamespace `http://schemas.datacontract.org/2004/07/Aruba.Cloud.Provisioning.Entities.SmartVMWare` */ export interface Request11 { /** xs:string */ AdministratorPassword?: string; /** xs:boolean */ ConfigureIPv4ForVPSStarter?: boolean; /** xs:boolean */ ConfigureIPv6?: boolean; /** xs:int */ OSTemplateId?: number; /** xs:int */ ServerId?: number; /** xs:string */ SshKey?: string; /** xs:boolean */ SshPasswordAuthAllowed?: boolean; }