HanaInstance interface
HANA instance info on Azure (ARM properties and HANA properties)
- Extends
Properties
hana |
Specifies the HANA instance unique ID. NOTE: This property will not be serialized. It can only be populated by the server. |
hardware |
Specifies the hardware settings for the HANA instance. |
hw |
Hardware revision of a HANA instance NOTE: This property will not be serialized. It can only be populated by the server. |
network |
Specifies the network settings for the HANA instance. |
os |
Specifies the operating system settings for the HANA instance. |
partner |
ARM ID of another HanaInstance that will share a network with this HanaInstance |
power |
Resource power state. Possible values include: 'starting', 'started', 'stopping', 'stopped', 'restarting', 'unknown' NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
State of provisioning of the HanaInstance. Possible values include: 'Accepted', 'Creating', 'Updating', 'Failed', 'Succeeded', 'Deleting', 'Migrating' NOTE: This property will not be serialized. It can only be populated by the server. |
proximity |
Resource proximity placement group NOTE: This property will not be serialized. It can only be populated by the server. |
storage |
Specifies the storage settings for the HANA instance disks. |
Inherited Properties
id | Resource ID NOTE: This property will not be serialized. It can only be populated by the server. |
location | Resource location |
name | Resource name NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
hanaInstanceId
Specifies the HANA instance unique ID. NOTE: This property will not be serialized. It can only be populated by the server.
hanaInstanceId?: string
Property Value
string
hardwareProfile
Specifies the hardware settings for the HANA instance.
hardwareProfile?: HardwareProfile
Property Value
hwRevision
Hardware revision of a HANA instance NOTE: This property will not be serialized. It can only be populated by the server.
hwRevision?: string
Property Value
string
networkProfile
Specifies the network settings for the HANA instance.
networkProfile?: NetworkProfile
Property Value
osProfile
Specifies the operating system settings for the HANA instance.
osProfile?: OSProfile
Property Value
partnerNodeId
ARM ID of another HanaInstance that will share a network with this HanaInstance
partnerNodeId?: string
Property Value
string
powerState
Resource power state. Possible values include: 'starting', 'started', 'stopping', 'stopped', 'restarting', 'unknown' NOTE: This property will not be serialized. It can only be populated by the server.
powerState?: HanaInstancePowerStateEnum
Property Value
provisioningState
State of provisioning of the HanaInstance. Possible values include: 'Accepted', 'Creating', 'Updating', 'Failed', 'Succeeded', 'Deleting', 'Migrating' NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: HanaProvisioningStatesEnum
Property Value
proximityPlacementGroup
Resource proximity placement group NOTE: This property will not be serialized. It can only be populated by the server.
proximityPlacementGroup?: string
Property Value
string
storageProfile
Specifies the storage settings for the HANA instance disks.
storageProfile?: StorageProfile
Property Value
Inherited Property Details
id
Resource ID NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
name
Resource name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
Resource tags NOTE: This property will not be serialized. It can only be populated by the server.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type