ClusterProperties Class
Event Hubs Cluster properties supplied in responses in List or Get operations.
Constructor
ClusterProperties()
Variables
| Name | Description |
|---|---|
|
created_at
|
The UTC time when the Event Hubs Cluster was created. |
|
provisioning_state
|
Provisioning state of the Cluster. Known values are: "Unknown", "Creating", "Deleting", "Scaling", "Active", "Failed", "Succeeded", and "Canceled". |
|
updated_at
|
The UTC time when the Event Hubs Cluster was last updated. |
|
metric_id
|
The metric ID of the cluster resource. Provided by the service and not modifiable by the user. |
|
status
|
Status of the Cluster resource. |
|
supports_scaling
|
A value that indicates whether Scaling is Supported. |
|
platform_capabilities
|
<xref:<xref:"PlatformCapabilities">>
|
|
zone_redundant
|
A value that indicates whether the cluster is zone redundant. |
Attributes
createdAt
The UTC time when the Event Hubs Cluster was created.
createdAt: str
metricId
The metric ID of the cluster resource. Provided by the service and not modifiable by the user.
metricId: str
provisioningState
"Unknown", "Creating", "Deleting", "Scaling", "Active", "Failed", "Succeeded", and "Canceled".
provisioningState: str | ProvisioningState
status
Status of the Cluster resource.
status: str
supportsScaling
A value that indicates whether Scaling is Supported.
supportsScaling: bool
updatedAt
The UTC time when the Event Hubs Cluster was last updated.
updatedAt: str
zoneRedundant
A value that indicates whether the cluster is zone redundant.
zoneRedundant: bool
platformCapabilities
platformCapabilities: PlatformCapabilities