azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.h...

141 строка
8.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.hybridnetwork.models.PodEvent"
fullName: "com.azure.resourcemanager.hybridnetwork.models.PodEvent"
name: "PodEvent"
nameWithType: "PodEvent"
summary: "Pod Event properties."
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 **PodEvent**"
constructors:
- uid: "com.azure.resourcemanager.hybridnetwork.models.PodEvent.PodEvent()"
fullName: "com.azure.resourcemanager.hybridnetwork.models.PodEvent.PodEvent()"
name: "PodEvent()"
nameWithType: "PodEvent.PodEvent()"
summary: "Creates an instance of Pod<wbr>Event class."
syntax: "public PodEvent()"
desc: "Creates an instance of PodEvent class."
methods:
- uid: "com.azure.resourcemanager.hybridnetwork.models.PodEvent.lastSeenTime()"
fullName: "com.azure.resourcemanager.hybridnetwork.models.PodEvent.lastSeenTime()"
name: "lastSeenTime()"
nameWithType: "PodEvent.lastSeenTime()"
summary: "Get the last<wbr>Seen<wbr>Time property: Event Last seen."
syntax: "public OffsetDateTime lastSeenTime()"
desc: "Get the lastSeenTime property: Event Last seen."
returns:
description: "the lastSeenTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.hybridnetwork.models.PodEvent.message()"
fullName: "com.azure.resourcemanager.hybridnetwork.models.PodEvent.message()"
name: "message()"
nameWithType: "PodEvent.message()"
summary: "Get the message property: Event message."
syntax: "public String message()"
desc: "Get the message property: Event message."
returns:
description: "the message value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.hybridnetwork.models.PodEvent.reason()"
fullName: "com.azure.resourcemanager.hybridnetwork.models.PodEvent.reason()"
name: "reason()"
nameWithType: "PodEvent.reason()"
summary: "Get the reason property: Event reason."
syntax: "public String reason()"
desc: "Get the reason property: Event reason."
returns:
description: "the reason value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.hybridnetwork.models.PodEvent.type()"
fullName: "com.azure.resourcemanager.hybridnetwork.models.PodEvent.type()"
name: "type()"
nameWithType: "PodEvent.type()"
summary: "Get the type property: The type of pod event."
syntax: "public PodEventType type()"
desc: "Get the type property: The type of pod event."
returns:
description: "the type value."
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.PodEventType?alt=com.azure.resourcemanager.hybridnetwork.models.PodEventType&text=PodEventType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hybridnetwork.models.PodEvent.validate()"
fullName: "com.azure.resourcemanager.hybridnetwork.models.PodEvent.validate()"
name: "validate()"
nameWithType: "PodEvent.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.hybridnetwork.models.PodEvent.withLastSeenTime(java.time.OffsetDateTime)"
fullName: "com.azure.resourcemanager.hybridnetwork.models.PodEvent.withLastSeenTime(OffsetDateTime lastSeenTime)"
name: "withLastSeenTime(OffsetDateTime lastSeenTime)"
nameWithType: "PodEvent.withLastSeenTime(OffsetDateTime lastSeenTime)"
summary: "Set the last<wbr>Seen<wbr>Time property: Event Last seen."
parameters:
- description: "the lastSeenTime value to set."
name: "lastSeenTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public PodEvent withLastSeenTime(OffsetDateTime lastSeenTime)"
desc: "Set the lastSeenTime property: Event Last seen."
returns:
description: "the PodEvent object itself."
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.PodEvent?alt=com.azure.resourcemanager.hybridnetwork.models.PodEvent&text=PodEvent\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hybridnetwork.models.PodEvent.withMessage(java.lang.String)"
fullName: "com.azure.resourcemanager.hybridnetwork.models.PodEvent.withMessage(String message)"
name: "withMessage(String message)"
nameWithType: "PodEvent.withMessage(String message)"
summary: "Set the message property: Event message."
parameters:
- description: "the message value to set."
name: "message"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PodEvent withMessage(String message)"
desc: "Set the message property: Event message."
returns:
description: "the PodEvent object itself."
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.PodEvent?alt=com.azure.resourcemanager.hybridnetwork.models.PodEvent&text=PodEvent\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hybridnetwork.models.PodEvent.withReason(java.lang.String)"
fullName: "com.azure.resourcemanager.hybridnetwork.models.PodEvent.withReason(String reason)"
name: "withReason(String reason)"
nameWithType: "PodEvent.withReason(String reason)"
summary: "Set the reason property: Event reason."
parameters:
- description: "the reason value to set."
name: "reason"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PodEvent withReason(String reason)"
desc: "Set the reason property: Event reason."
returns:
description: "the PodEvent object itself."
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.PodEvent?alt=com.azure.resourcemanager.hybridnetwork.models.PodEvent&text=PodEvent\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hybridnetwork.models.PodEvent.withType(com.azure.resourcemanager.hybridnetwork.models.PodEventType)"
fullName: "com.azure.resourcemanager.hybridnetwork.models.PodEvent.withType(PodEventType type)"
name: "withType(PodEventType type)"
nameWithType: "PodEvent.withType(PodEventType type)"
summary: "Set the type property: The type of pod event."
parameters:
- description: "the type value to set."
name: "type"
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.PodEventType?alt=com.azure.resourcemanager.hybridnetwork.models.PodEventType&text=PodEventType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PodEvent withType(PodEventType type)"
desc: "Set the type property: The type of pod event."
returns:
description: "the PodEvent object itself."
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.PodEvent?alt=com.azure.resourcemanager.hybridnetwork.models.PodEvent&text=PodEvent\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Pod Event properties."
metadata: {}
package: "com.azure.resourcemanager.hybridnetwork.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-hybridnetwork:1.0.0