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.

36 lines (35 loc) 861 B
/** * DedicatedNetwork * @targetNSAlias `tns` * @targetNamespace `http://schemas.datacontract.org/2004/07/Aruba.Cloud.Provisioning.Entities.PrivateCloud` */ export interface DedicatedNetwork { /** xs:string */ CAP?: string; /** xs:string */ CognomeReferente?: string; /** xs:string */ Comune?: string; /** xs:int */ ConnectionTypeID?: number; /** xs:int */ CountryID?: number; /** xs:int */ FirewallProductID?: number; /** xs:string */ Indirizzo?: string; /** xs:string */ IndirizzoEmailPerAbusi?: string; /** xs:string */ NomeReferente?: string; /** xs:string */ NumeroDiFax?: string; /** xs:string */ NumeroDiTelefono?: string; /** xs:int */ ProductID?: number; /** xs:string */ Provincia?: string; /** xs:string */ RagioneSociale?: string; }