Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CloudApplianceConfiguration

Package version

interface

An interface representing CloudApplianceConfiguration. The cloud appliance configuration

extends

BaseModel

Hierarchy

Index

Properties

acsConfiguration

acsConfiguration: AcsConfiguration
member

{AcsConfiguration} acsConfiguration The ACS configuration.

cloudPlatform

cloudPlatform: string
member

{string} cloudPlatform The cloud platform.

Optional id

id: undefined | string
member

{string} [id] The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.

Optional kind

kind: Kind
member

{Kind} [kind] The Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000'

modelNumber

modelNumber: string
member

{string} modelNumber The model number.

Optional name

name: undefined | string
member

{string} [name] The name of the object. NOTE: This property will not be serialized. It can only be populated by the server.

supportedRegions

supportedRegions: string[]
member

{string[]} supportedRegions The supported regions.

supportedStorageAccountTypes

supportedStorageAccountTypes: string[]
member

{string[]} supportedStorageAccountTypes The supported storage account types.

supportedVmImages

supportedVmImages: VmImage[]
member

{VmImage[]} supportedVmImages The supported virtual machine images.

supportedVmTypes

supportedVmTypes: string[]
member

{string[]} supportedVmTypes The supported virtual machine types.

Optional type

type: undefined | string
member

{string} [type] The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc