AvsClusterEventData Class
- java.
lang. Object - com.
azure. messaging. eventgrid. systemevents. AvsClusterEventData
- com.
Implements
public class AvsClusterEventData
implements JsonSerializable<AvsClusterEventData>
Schema of the Data property of an EventGridEvent for Microsoft.AVS/clusters events.
Constructor | Description |
---|---|
Avs |
Creates an instance of Avs |
Modifier and Type | Method and Description |
---|---|
static
Avs |
from Reads an instance of Avs |
List<String> |
get Get the added |
List<String> |
get Get the in |
String |
get Get the operation |
List<String> |
get Get the removed |
Avs |
set Set the added |
Avs |
set Set the in |
Avs |
set Set the operation |
Avs |
set Set the removed |
Json |
to |
Methods inherited from java.lang.Object
AvsClusterEventData
public AvsClusterEventData()
Creates an instance of AvsClusterEventData class.
fromJson
public static AvsClusterEventData fromJson(JsonReader jsonReader)
Reads an instance of AvsClusterEventData from the JsonReader.
Parameters:
Returns:
Throws:
getAddedHostNames
public List
Get the addedHostNames property: Hosts added to the cluster in this event, if any.
Returns:
getInMaintenanceHostNames
public List
Get the inMaintenanceHostNames property: Hosts in Maintenance mode in the cluster, if any.
Returns:
getOperationId
public String getOperationId()
Get the operationId property: Id of the operation that caused this event.
Returns:
getRemovedHostNames
public List
Get the removedHostNames property: Hosts removed to the cluster in this event, if any.
Returns:
setAddedHostNames
public AvsClusterEventData setAddedHostNames(List
Set the addedHostNames property: Hosts added to the cluster in this event, if any.
Parameters:
Returns:
setInMaintenanceHostNames
public AvsClusterEventData setInMaintenanceHostNames(List
Set the inMaintenanceHostNames property: Hosts in Maintenance mode in the cluster, if any.
Parameters:
Returns:
setOperationId
public AvsClusterEventData setOperationId(String operationId)
Set the operationId property: Id of the operation that caused this event.
Parameters:
Returns:
setRemovedHostNames
public AvsClusterEventData setRemovedHostNames(List
Set the removedHostNames property: Hosts removed to the cluster in this event, if any.
Parameters:
Returns:
toJson
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: