Struct ClusterDescriptionChangedEvent
Occurs when a cluster has changed.
public struct ClusterDescriptionChangedEvent
- Inherited Members
Constructors
ClusterDescriptionChangedEvent(ClusterDescription, ClusterDescription)
Initializes a new instance of the ClusterDescriptionChangedEvent struct.
public ClusterDescriptionChangedEvent(ClusterDescription oldDescription, ClusterDescription newDescription)
Parameters
oldDescription
ClusterDescriptionThe old description.
newDescription
ClusterDescriptionThe new description.
Properties
ClusterId
Gets the cluster identifier.
public ClusterId ClusterId { get; }
Property Value
NewDescription
Gets the new description.
public ClusterDescription NewDescription { get; }
Property Value
OldDescription
Gets the old description.
public ClusterDescription OldDescription { get; }
Property Value
Timestamp
Gets the timestamp.
public DateTime Timestamp { get; }