Click or drag to resize

DatacenterConfig Class

The data center configurations available
Inheritance Hierarchy
SystemObject
  Aruba.Cloud.Provisioning.EntitiesDatacenterConfig

Namespace:  Aruba.Cloud.Provisioning.Entities
Assembly:  Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class DatacenterConfig

The DatacenterConfig type exposes the following members.

Constructors
  NameDescription
Public methodDatacenterConfig
Initializes a new instance of the DatacenterConfig class
Top
Properties
  NameDescription
Public propertyAdminPanelBaseUrl
Admin panel base url
Public propertyCountry
The country
Public propertyDatacenterId
The datacenter id
Public propertyDataCenterType
The data center type DataCenterTypes of the config
Public propertyName
Name of the configuration
Public propertyOpenStackProEnabled
True if OpenStackPro enabled
Public propertyOpenStackVPSEnabled
True if OpenStackVPS enabled
Public propertyOpenStackVPSLowCostEnabled
True if OpenStackVPSLowCost enabled
Public propertyPriority
Priority
Public propertyPrivateCloudEnabled
True if PrivateCloud enabled
Public propertySharedStorageEnabled
True if SharedStorage enabled
Public propertySmartVMWareEnabled
True if SmartVMWare enabled
Public propertyStatus
The DatacenterConfigStatus of the config
Public propertyWsBaseUrl
Ws base url
Top
See Also