NetworkInterfaceTapConfigurationInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. models. SubResourceModel - com.
azure. resourcemanager. network. fluent. models. NetworkInterfaceTapConfigurationInner
- com.
- com.
- com.
public final class NetworkInterfaceTapConfigurationInner
extends SubResourceModel
Tap configuration in a Network Interface.
Constructor Summary
| Constructor | Description |
|---|---|
| NetworkInterfaceTapConfigurationInner() |
Creates an instance of Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated. |
|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Resource type. |
| void |
validate()
Validates the instance. |
|
Virtual |
virtualNetworkTap()
Get the virtual |
|
Network |
withId(String id) |
|
Network |
withName(String name)
Set the name property: Name of the resource. |
|
Network |
withVirtualNetworkTap(VirtualNetworkTapInner virtualNetworkTap)
Set the virtual |
Methods inherited from SubResource
Methods inherited from SubResourceModel
Methods inherited from java.lang.Object
Constructor Details
NetworkInterfaceTapConfigurationInner
public NetworkInterfaceTapConfigurationInner()
Creates an instance of NetworkInterfaceTapConfigurationInner class.
Method Details
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Returns:
fromJson
public static NetworkInterfaceTapConfigurationInner fromJson(JsonReader jsonReader)
Reads an instance of NetworkInterfaceTapConfigurationInner 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
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
NetworkInterfaceTapConfigurationInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Resource type.
Overrides:
NetworkInterfaceTapConfigurationInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
NetworkInterfaceTapConfigurationInner.validate()virtualNetworkTap
public VirtualNetworkTapInner virtualNetworkTap()
Get the virtualNetworkTap property: The reference to the Virtual Network Tap resource.
Returns:
withId
public NetworkInterfaceTapConfigurationInner withId(String id)
Overrides:
NetworkInterfaceTapConfigurationInner.withId(String id)Parameters:
withName
public NetworkInterfaceTapConfigurationInner withName(String name)
Set the name property: Name of the resource.
Overrides:
NetworkInterfaceTapConfigurationInner.withName(String name)Parameters:
withVirtualNetworkTap
public NetworkInterfaceTapConfigurationInner withVirtualNetworkTap(VirtualNetworkTapInner virtualNetworkTap)
Set the virtualNetworkTap property: The reference to the Virtual Network Tap resource.
Parameters:
Returns: