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
Map<String, String> getTags()

Edge node tags.

String id()

Edge node resource ID string.

List<IpAddressGroup> ipAddressGroups()

Get the ipAddressGroups value.

String location()

Edge node location string.

String name()

Edge node resource name.

String type()

Edge node type string.

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

getTags

public Map getTags()

Edge node tags.

Returns:

the tags of edge node

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

location

public String location()

Edge node location string.

Returns:

the resource location string

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