ClusterProperties Class
Event Hubs Cluster properties supplied in responses in List or Get operations.
Constructor
ClusterProperties(*args: Any, **kwargs: Any)
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
|
|
|
zone_redundant
|
A value that indicates whether the cluster is zone redundant. |
Attributes
created_at
The UTC time when the Event Hubs Cluster was created.
created_at: str | None
metric_id
The metric ID of the cluster resource. Provided by the service and not modifiable by the user.
metric_id: str | None
platform_capabilities
platform_capabilities: _models.PlatformCapabilities | None
provisioning_state
"Unknown", "Creating", "Deleting", "Scaling", "Active", "Failed", "Succeeded", and "Canceled".
provisioning_state: str | _models.ProvisioningState | None
status
Status of the Cluster resource.
status: str | None
supports_scaling
A value that indicates whether Scaling is Supported.
supports_scaling: bool | None
updated_at
The UTC time when the Event Hubs Cluster was last updated.
updated_at: str | None
zone_redundant
A value that indicates whether the cluster is zone redundant.
zone_redundant: bool | None