NvaInVnetSubnetReferenceProperties Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. NvaInVnetSubnetReferenceProperties
- com.
Implements
public final class NvaInVnetSubnetReferenceProperties
implements JsonSerializable<NvaInVnetSubnetReferenceProperties>
Subnet references where the NVA NICS will be deployed The resource URI of the subnets where the NVA NICS will be deployed.
Constructor Summary
| Constructor | Description |
|---|---|
| NvaInVnetSubnetReferenceProperties() |
Creates an instance of Nva |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Nva |
fromJson(JsonReader jsonReader)
Reads an instance of Nva |
| String |
id()
Get the id property: Resource Uri of Subnet. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Nva |
withId(String id)
Set the id property: Resource Uri of Subnet. |
Methods inherited from java.lang.Object
Constructor Details
NvaInVnetSubnetReferenceProperties
public NvaInVnetSubnetReferenceProperties()
Creates an instance of NvaInVnetSubnetReferenceProperties class.
Method Details
fromJson
public static NvaInVnetSubnetReferenceProperties fromJson(JsonReader jsonReader)
Reads an instance of NvaInVnetSubnetReferenceProperties from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource Uri of Subnet.
Returns:
toJson
validate
public void validate()
Validates the instance.
withId
public NvaInVnetSubnetReferenceProperties withId(String id)
Set the id property: Resource Uri of Subnet.
Parameters:
Returns: