EdgeNode Class

  • java.lang.Object
    • com.microsoft.azure.management.cdn.EdgeNode

public class EdgeNode

Provides information about edge node of CDN service.

Constructor Summary

Constructor Description
EdgeNode(EdgeNodeInner inner)

Construct edge node object from server response object.

Method Summary

Modifier and Type Method and Description
java.lang.String id()

Edge node resource ID string.

java.util.List<IpAddressGroup> ipAddressGroups()

Get the ipAddressGroups value.

java.lang.String name()

Edge node resource name.

java.lang.String type()

Edge node type string.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

EdgeNode

public EdgeNode(EdgeNodeInner inner)

Construct edge node object from server response object.

Parameters:

inner - server response object containing edge nodes.

Method Details

id

public String id()

Edge node resource ID string.

Returns:

the resource ID string

ipAddressGroups

public List ipAddressGroups()

Get the ipAddressGroups value.

Returns:

the ipAddressGroups value

name

public String name()

Edge node resource name.

Returns:

the name of the resource

type

public String type()

Edge node type string.

Returns:

the type of the resource

Applies to