HorizonDbClusterProperties interface
Properties of a HorizonDb cluster.
Properties
| administrator |
The administrator login name. |
| administrator |
The administrator login password. |
| create |
The mode to create a new HorizonDb cluster. |
| fully |
The fully qualified domain name of the cluster. |
| network | The network related info. |
| parameter |
Defines connection to a parameter group. |
| point |
Restore point creation time specifying the time to restore from. |
| pool |
The pool name for restore or replica operations. |
| processor |
The processor type for the HorizonDb cluster. |
| provisioning |
The provisioning state of the cluster. |
| readonly |
The fully qualified domain name used for readonly endpoint for the cluster. |
| replica |
Number of replicas. |
| source |
The source cluster resource ID for restore or replica creation. |
| state | Current state of the cluster. |
| v |
Number of vCores. |
| version | The version of the HorizonDb cluster. |
| zone |
Defines how replicas are placed across availability zones. |
Property Details
administratorLogin
The administrator login name.
administratorLogin: string
Property Value
string
administratorLoginPassword
The administrator login password.
administratorLoginPassword?: string
Property Value
string
createMode
The mode to create a new HorizonDb cluster.
createMode?: string
Property Value
string
fullyQualifiedDomainName
The fully qualified domain name of the cluster.
fullyQualifiedDomainName?: string
Property Value
string
network
parameterGroup
Defines connection to a parameter group.
parameterGroup?: HorizonDbClusterParameterGroupConnectionProperties
Property Value
pointInTimeUTC
Restore point creation time specifying the time to restore from.
pointInTimeUTC?: Date
Property Value
Date
poolName
The pool name for restore or replica operations.
poolName?: string
Property Value
string
processorType
The processor type for the HorizonDb cluster.
processorType?: string
Property Value
string
provisioningState
The provisioning state of the cluster.
provisioningState?: string
Property Value
string
readonlyEndpoint
The fully qualified domain name used for readonly endpoint for the cluster.
readonlyEndpoint?: string
Property Value
string
replicaCount
Number of replicas.
replicaCount?: number
Property Value
number
sourceClusterResourceId
The source cluster resource ID for restore or replica creation.
sourceClusterResourceId?: string
Property Value
string
state
Current state of the cluster.
state?: string
Property Value
string
vCores
Number of vCores.
vCores?: number
Property Value
number
version
The version of the HorizonDb cluster.
version?: string
Property Value
string
zonePlacementPolicy
Defines how replicas are placed across availability zones.
zonePlacementPolicy?: string
Property Value
string