GarnetClusterResourceProperties interface
Properties of a Garnet cache cluster.
Properties
| allocation |
Allocation state of the cluster and data center resources. Active implies the virtual machines of the cluster are allocated, deallocated implies virtual machines and resources are deallocated. |
| availability |
If the data center has Availability Zone support, apply it to the Virtual Machine ScaleSet that host the garnet cluster virtual machines. |
| cluster |
Type of the cluster. If set to Production, some operations might not be permitted on cluster. |
| end |
Endpoints for clients to connect to the cluster. |
| extensions | Extensions to be added or updated on cluster. |
| node |
Number of nodes. |
| node |
Virtual Machine SKU used for clusters. Default value is Standard_DS14_v2. |
| provision |
Error related to resource provisioning. |
| provisioning |
The provisioning state of the resource. |
| replication |
Number of copies of data maintained by the cluster. |
| subnet |
Resource id of a subnet that this cluster's management service should have its network interface attached to. The subnet must be routable to all subnets that will be delegated to data centers. The resource id must be of the form '/subscriptions/<subscription id>/resourceGroups/<resource group>/providers/Microsoft.Network/virtualNetworks/<virtual network>/subnets/<subnet>' |
Property Details
allocationState
Allocation state of the cluster and data center resources. Active implies the virtual machines of the cluster are allocated, deallocated implies virtual machines and resources are deallocated.
allocationState?: string
Property Value
string
availabilityZone
If the data center has Availability Zone support, apply it to the Virtual Machine ScaleSet that host the garnet cluster virtual machines.
availabilityZone?: boolean
Property Value
boolean
clusterType
Type of the cluster. If set to Production, some operations might not be permitted on cluster.
clusterType?: string
Property Value
string
endPoints
Endpoints for clients to connect to the cluster.
endPoints?: GarnetClusterResourcePropertiesEndPointsItem[]
Property Value
extensions
Extensions to be added or updated on cluster.
extensions?: string[]
Property Value
string[]
nodeCount
Number of nodes.
nodeCount?: number
Property Value
number
nodeSku
Virtual Machine SKU used for clusters. Default value is Standard_DS14_v2.
nodeSku?: string
Property Value
string
provisionError
provisioningState
The provisioning state of the resource.
provisioningState?: string
Property Value
string
replicationFactor
Number of copies of data maintained by the cluster.
replicationFactor?: number
Property Value
number
subnetId
Resource id of a subnet that this cluster's management service should have its network interface attached to. The subnet must be routable to all subnets that will be delegated to data centers. The resource id must be of the form '/subscriptions/<subscription id>/resourceGroups/<resource group>/providers/Microsoft.Network/virtualNetworks/<virtual network>/subnets/<subnet>'
subnetId?: string
Property Value
string