ContainerGroupPropertiesInstanceView Class
- java.
lang. Object - com.
azure. resourcemanager. containerinstance. models. ContainerGroupPropertiesInstanceView
- com.
Implements
public final class ContainerGroupPropertiesInstanceView
implements JsonSerializable<ContainerGroupPropertiesInstanceView>
The instance view of the container group. Only valid in response.
Constructor Summary
| Constructor | Description |
|---|---|
| ContainerGroupPropertiesInstanceView() |
Creates an instance of Container |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<Event> |
events()
Get the events property: The events of this container group. |
|
static
Container |
fromJson(JsonReader jsonReader)
Reads an instance of Container |
| String |
state()
Get the state property: The state of the container group. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ContainerGroupPropertiesInstanceView
public ContainerGroupPropertiesInstanceView()
Creates an instance of ContainerGroupPropertiesInstanceView class.
Method Details
events
public List<Event> events()
Get the events property: The events of this container group.
Returns:
fromJson
public static ContainerGroupPropertiesInstanceView fromJson(JsonReader jsonReader)
Reads an instance of ContainerGroupPropertiesInstanceView from the JsonReader.
Parameters:
Returns:
Throws:
state
public String state()
Get the state property: The state of the container group. Only valid in response.
Returns:
toJson
validate
public void validate()
Validates the instance.