Dela via


EdgeNodeInner Class

public final class EdgeNodeInner
extends ProxyResource

Edgenode is a global Point of Presence (POP) location used to deliver CDN content to end users.

Constructor Summary

Constructor Description
EdgeNodeInner()

Creates an instance of EdgeNodeInner class.

Method Summary

Modifier and Type Method and Description
static EdgeNodeInner fromJson(JsonReader jsonReader)

Reads an instance of EdgeNodeInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

List<IpAddressGroup> ipAddressGroups()

Get the ipAddressGroups property: List of ip address groups.

String name()

Get the name property: The name of the resource.

SystemData systemData()

Get the systemData property: Read only system data.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

EdgeNodeInner withIpAddressGroups(List<IpAddressGroup> ipAddressGroups)

Set the ipAddressGroups property: List of ip address groups.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

EdgeNodeInner

public EdgeNodeInner()

Creates an instance of EdgeNodeInner class.

Method Details

fromJson

public static EdgeNodeInner fromJson(JsonReader jsonReader)

Reads an instance of EdgeNodeInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of EdgeNodeInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

EdgeNodeInner.id()

Returns:

the id value.

ipAddressGroups

public List ipAddressGroups()

Get the ipAddressGroups property: List of ip address groups.

Returns:

the ipAddressGroups value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

EdgeNodeInner.name()

Returns:

the name value.

systemData

public SystemData systemData()

Get the systemData property: Read only system data.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

EdgeNodeInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

EdgeNodeInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

withIpAddressGroups

public EdgeNodeInner withIpAddressGroups(List ipAddressGroups)

Set the ipAddressGroups property: List of ip address groups.

Parameters:

ipAddressGroups - the ipAddressGroups value to set.

Returns:

the EdgeNodeInner object itself.

Applies to