105 строки
6.2 KiB
YAML
105 строки
6.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.chaos.models.ActionStatus"
|
|
fullName: "com.azure.resourcemanager.chaos.models.ActionStatus"
|
|
name: "ActionStatus"
|
|
nameWithType: "ActionStatus"
|
|
summary: "Model that represents the an action and its status."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **ActionStatus**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.chaos.models.ActionStatus.ActionStatus()"
|
|
fullName: "com.azure.resourcemanager.chaos.models.ActionStatus.ActionStatus()"
|
|
name: "ActionStatus()"
|
|
nameWithType: "ActionStatus.ActionStatus()"
|
|
summary: "Creates an instance of Action<wbr>Status class."
|
|
syntax: "public ActionStatus()"
|
|
desc: "Creates an instance of ActionStatus class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.chaos.models.ActionStatus.actionId()"
|
|
fullName: "com.azure.resourcemanager.chaos.models.ActionStatus.actionId()"
|
|
name: "actionId()"
|
|
nameWithType: "ActionStatus.actionId()"
|
|
summary: "Get the action<wbr>Id property: The id of the action status."
|
|
syntax: "public String actionId()"
|
|
desc: "Get the actionId property: The id of the action status."
|
|
returns:
|
|
description: "the actionId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.chaos.models.ActionStatus.actionName()"
|
|
fullName: "com.azure.resourcemanager.chaos.models.ActionStatus.actionName()"
|
|
name: "actionName()"
|
|
nameWithType: "ActionStatus.actionName()"
|
|
summary: "Get the action<wbr>Name property: The name of the action status."
|
|
syntax: "public String actionName()"
|
|
desc: "Get the actionName property: The name of the action status."
|
|
returns:
|
|
description: "the actionName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.chaos.models.ActionStatus.endTime()"
|
|
fullName: "com.azure.resourcemanager.chaos.models.ActionStatus.endTime()"
|
|
name: "endTime()"
|
|
nameWithType: "ActionStatus.endTime()"
|
|
summary: "Get the end<wbr>Time property: String that represents the end time of the action."
|
|
syntax: "public OffsetDateTime endTime()"
|
|
desc: "Get the endTime property: String that represents the end time of the action."
|
|
returns:
|
|
description: "the endTime value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.chaos.models.ActionStatus.startTime()"
|
|
fullName: "com.azure.resourcemanager.chaos.models.ActionStatus.startTime()"
|
|
name: "startTime()"
|
|
nameWithType: "ActionStatus.startTime()"
|
|
summary: "Get the start<wbr>Time property: String that represents the start time of the action."
|
|
syntax: "public OffsetDateTime startTime()"
|
|
desc: "Get the startTime property: String that represents the start time of the action."
|
|
returns:
|
|
description: "the startTime value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.chaos.models.ActionStatus.status()"
|
|
fullName: "com.azure.resourcemanager.chaos.models.ActionStatus.status()"
|
|
name: "status()"
|
|
nameWithType: "ActionStatus.status()"
|
|
summary: "Get the status property: The status of the action."
|
|
syntax: "public String status()"
|
|
desc: "Get the status property: The status of the action."
|
|
returns:
|
|
description: "the status value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.chaos.models.ActionStatus.targets()"
|
|
fullName: "com.azure.resourcemanager.chaos.models.ActionStatus.targets()"
|
|
name: "targets()"
|
|
nameWithType: "ActionStatus.targets()"
|
|
summary: "Get the targets property: The array of targets."
|
|
syntax: "public List<ExperimentExecutionActionTargetDetailsProperties> targets()"
|
|
desc: "Get the targets property: The array of targets."
|
|
returns:
|
|
description: "the targets value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.chaos.models.ExperimentExecutionActionTargetDetailsProperties?alt=com.azure.resourcemanager.chaos.models.ExperimentExecutionActionTargetDetailsProperties&text=ExperimentExecutionActionTargetDetailsProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.chaos.models.ActionStatus.validate()"
|
|
fullName: "com.azure.resourcemanager.chaos.models.ActionStatus.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ActionStatus.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
type: "class"
|
|
desc: "Model that represents the an action and its status."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.chaos.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-chaos:1.1.0
|