IntentContent Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. IntentContent
- com.
Implements
public final class IntentContent
implements JsonSerializable<IntentContent>
Intent information.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: The description property. |
| String |
destinationResourceId()
Get the destination |
|
static
Intent |
fromJson(JsonReader jsonReader)
Reads an instance of Intent |
|
Ip |
ipTraffic()
Get the ip |
| String |
sourceResourceId()
Get the source |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
description
public String description()
Get the description property: The description property.
Returns:
destinationResourceId
public String destinationResourceId()
Get the destinationResourceId property: Destination resource id of the intent.
Returns:
fromJson
public static IntentContent fromJson(JsonReader jsonReader)
Reads an instance of IntentContent from the JsonReader.
Parameters:
Returns:
Throws:
ipTraffic
public IpTraffic ipTraffic()
Get the ipTraffic property: IP traffic information.
Returns:
sourceResourceId
public String sourceResourceId()
Get the sourceResourceId property: Source resource id of the intent.
Returns:
toJson
validate
public void validate()
Validates the instance.