EdgeNodeInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. cdn. fluent. models. EdgeNodeInner
- com.
- com.
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 Edge |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Edge |
fromJson(JsonReader jsonReader)
Reads an instance of Edge |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
List<Ip |
ipAddressGroups()
Get the ip |
String |
name()
Get the name property: The name of the resource. |
System |
systemData()
Get the system |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Edge |
withIpAddressGroups(List<IpAddressGroup> ipAddressGroups)
Set the ip |
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:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
EdgeNodeInner.id()Returns:
ipAddressGroups
public List
Get the ipAddressGroups property: List of ip address groups.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
EdgeNodeInner.name()Returns:
systemData
public SystemData systemData()
Get the systemData property: Read only system data.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
EdgeNodeInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
EdgeNodeInner.type()Returns:
validate
public void validate()
Validates the instance.
withIpAddressGroups
public EdgeNodeInner withIpAddressGroups(List
Set the ipAddressGroups property: List of ip address groups.
Parameters:
Returns:
Applies to
Azure SDK for Java