174 строки
12 KiB
YAML
174 строки
12 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.containerservice.models.EndpointDetail"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.EndpointDetail"
|
|
name: "EndpointDetail"
|
|
nameWithType: "EndpointDetail"
|
|
summary: "connect information from the AKS agent nodes to a single endpoint."
|
|
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 **EndpointDetail**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.containerservice.models.EndpointDetail?alt=com.azure.resourcemanager.containerservice.models.EndpointDetail&text=EndpointDetail\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.containerservice.models.EndpointDetail.EndpointDetail()"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.EndpointDetail.EndpointDetail()"
|
|
name: "EndpointDetail()"
|
|
nameWithType: "EndpointDetail.EndpointDetail()"
|
|
summary: "Creates an instance of Endpoint<wbr>Detail class."
|
|
syntax: "public EndpointDetail()"
|
|
desc: "Creates an instance of EndpointDetail class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.containerservice.models.EndpointDetail.description()"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.EndpointDetail.description()"
|
|
name: "description()"
|
|
nameWithType: "EndpointDetail.description()"
|
|
summary: "Get the description property: Description of the detail."
|
|
syntax: "public String description()"
|
|
desc: "Get the description property: Description of the detail."
|
|
returns:
|
|
description: "the description value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.containerservice.models.EndpointDetail.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.EndpointDetail.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "EndpointDetail.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Endpoint<wbr>Detail from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static EndpointDetail fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the EndpointDetail."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of EndpointDetail from the JsonReader."
|
|
returns:
|
|
description: "An instance of EndpointDetail if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.EndpointDetail?alt=com.azure.resourcemanager.containerservice.models.EndpointDetail&text=EndpointDetail\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.containerservice.models.EndpointDetail.ipAddress()"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.EndpointDetail.ipAddress()"
|
|
name: "ipAddress()"
|
|
nameWithType: "EndpointDetail.ipAddress()"
|
|
summary: "Get the ip<wbr>Address property: An IP Address that Domain Name currently resolves to."
|
|
syntax: "public String ipAddress()"
|
|
desc: "Get the ipAddress property: An IP Address that Domain Name currently resolves to."
|
|
returns:
|
|
description: "the ipAddress value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.containerservice.models.EndpointDetail.port()"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.EndpointDetail.port()"
|
|
name: "port()"
|
|
nameWithType: "EndpointDetail.port()"
|
|
summary: "Get the port property: The port an endpoint is connected to."
|
|
syntax: "public Integer port()"
|
|
desc: "Get the port property: The port an endpoint is connected to."
|
|
returns:
|
|
description: "the port value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.containerservice.models.EndpointDetail.protocol()"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.EndpointDetail.protocol()"
|
|
name: "protocol()"
|
|
nameWithType: "EndpointDetail.protocol()"
|
|
summary: "Get the protocol property: The protocol used for connection."
|
|
syntax: "public String protocol()"
|
|
desc: "Get the protocol property: The protocol used for connection."
|
|
returns:
|
|
description: "the protocol value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.containerservice.models.EndpointDetail.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.EndpointDetail.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "EndpointDetail.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.containerservice.models.EndpointDetail.validate()"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.EndpointDetail.validate()"
|
|
name: "validate()"
|
|
nameWithType: "EndpointDetail.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.containerservice.models.EndpointDetail.withDescription(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.EndpointDetail.withDescription(String description)"
|
|
name: "withDescription(String description)"
|
|
nameWithType: "EndpointDetail.withDescription(String description)"
|
|
summary: "Set the description property: Description of the detail."
|
|
parameters:
|
|
- description: "the description value to set."
|
|
name: "description"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public EndpointDetail withDescription(String description)"
|
|
desc: "Set the description property: Description of the detail."
|
|
returns:
|
|
description: "the EndpointDetail object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.EndpointDetail?alt=com.azure.resourcemanager.containerservice.models.EndpointDetail&text=EndpointDetail\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.containerservice.models.EndpointDetail.withIpAddress(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.EndpointDetail.withIpAddress(String ipAddress)"
|
|
name: "withIpAddress(String ipAddress)"
|
|
nameWithType: "EndpointDetail.withIpAddress(String ipAddress)"
|
|
summary: "Set the ip<wbr>Address property: An IP Address that Domain Name currently resolves to."
|
|
parameters:
|
|
- description: "the ipAddress value to set."
|
|
name: "ipAddress"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public EndpointDetail withIpAddress(String ipAddress)"
|
|
desc: "Set the ipAddress property: An IP Address that Domain Name currently resolves to."
|
|
returns:
|
|
description: "the EndpointDetail object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.EndpointDetail?alt=com.azure.resourcemanager.containerservice.models.EndpointDetail&text=EndpointDetail\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.containerservice.models.EndpointDetail.withPort(java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.EndpointDetail.withPort(Integer port)"
|
|
name: "withPort(Integer port)"
|
|
nameWithType: "EndpointDetail.withPort(Integer port)"
|
|
summary: "Set the port property: The port an endpoint is connected to."
|
|
parameters:
|
|
- description: "the port value to set."
|
|
name: "port"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public EndpointDetail withPort(Integer port)"
|
|
desc: "Set the port property: The port an endpoint is connected to."
|
|
returns:
|
|
description: "the EndpointDetail object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.EndpointDetail?alt=com.azure.resourcemanager.containerservice.models.EndpointDetail&text=EndpointDetail\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.containerservice.models.EndpointDetail.withProtocol(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.EndpointDetail.withProtocol(String protocol)"
|
|
name: "withProtocol(String protocol)"
|
|
nameWithType: "EndpointDetail.withProtocol(String protocol)"
|
|
summary: "Set the protocol property: The protocol used for connection."
|
|
parameters:
|
|
- description: "the protocol value to set."
|
|
name: "protocol"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public EndpointDetail withProtocol(String protocol)"
|
|
desc: "Set the protocol property: The protocol used for connection."
|
|
returns:
|
|
description: "the EndpointDetail object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.EndpointDetail?alt=com.azure.resourcemanager.containerservice.models.EndpointDetail&text=EndpointDetail\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "connect information from the AKS agent nodes to a single endpoint."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.containerservice.models.EndpointDetail?alt=com.azure.resourcemanager.containerservice.models.EndpointDetail&text=EndpointDetail\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.containerservice.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-containerservice:2.44.0
|