CloudApplianceConfiguration interface

The cloud appliance configuration

Extends

Properties

acsConfiguration

The ACS configuration.

cloudPlatform

The cloud platform.

modelNumber

The model number.

supportedRegions

The supported regions.

supportedStorageAccountTypes

The supported storage account types.

supportedVmImages

The supported virtual machine images.

supportedVmTypes

The supported virtual machine types.

Inherited Properties

id

The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.

kind

The Kind of the object. Currently only Series8000 is supported

name

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

type

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

Property Details

acsConfiguration

The ACS configuration.

acsConfiguration: AcsConfiguration

Property Value

cloudPlatform

The cloud platform.

cloudPlatform: string

Property Value

string

modelNumber

The model number.

modelNumber: string

Property Value

string

supportedRegions

The supported regions.

supportedRegions: string[]

Property Value

string[]

supportedStorageAccountTypes

The supported storage account types.

supportedStorageAccountTypes: string[]

Property Value

string[]

supportedVmImages

The supported virtual machine images.

supportedVmImages: VmImage[]

Property Value

supportedVmTypes

The supported virtual machine types.

supportedVmTypes: string[]

Property Value

string[]

Inherited Property Details

id

The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From BaseModel.id

kind

The Kind of the object. Currently only Series8000 is supported

kind?: "Series8000"

Property Value

"Series8000"

Inherited From BaseModel.kind

name

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

name?: string

Property Value

string

Inherited From BaseModel.name

type

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

type?: string

Property Value

string

Inherited From BaseModel.type