NetworkInterfaceTapConfigurationPropertiesFormatInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. NetworkInterfaceTapConfigurationPropertiesFormatInner
- com.
Implements
public final class NetworkInterfaceTapConfigurationPropertiesFormatInner
implements JsonSerializable<NetworkInterfaceTapConfigurationPropertiesFormatInner>
Properties of Virtual Network Tap configuration.
Constructor Summary
| Constructor | Description |
|---|---|
| NetworkInterfaceTapConfigurationPropertiesFormatInner() |
Creates an instance of Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Virtual |
virtualNetworkTap()
Get the virtual |
|
Network |
withVirtualNetworkTap(VirtualNetworkTapInner virtualNetworkTap)
Set the virtual |
Methods inherited from java.lang.Object
Constructor Details
NetworkInterfaceTapConfigurationPropertiesFormatInner
public NetworkInterfaceTapConfigurationPropertiesFormatInner()
Creates an instance of NetworkInterfaceTapConfigurationPropertiesFormatInner class.
Method Details
fromJson
public static NetworkInterfaceTapConfigurationPropertiesFormatInner fromJson(JsonReader jsonReader)
Reads an instance of NetworkInterfaceTapConfigurationPropertiesFormatInner from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the network interface tap configuration resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
virtualNetworkTap
public VirtualNetworkTapInner virtualNetworkTap()
Get the virtualNetworkTap property: The reference to the Virtual Network Tap resource.
Returns:
withVirtualNetworkTap
public NetworkInterfaceTapConfigurationPropertiesFormatInner withVirtualNetworkTap(VirtualNetworkTapInner virtualNetworkTap)
Set the virtualNetworkTap property: The reference to the Virtual Network Tap resource.
Parameters:
Returns: