NetworkInterfaceTapConfigurationInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. fluent. models. NetworkInterfaceTapConfigurationInner
- com.
- com.
public final class NetworkInterfaceTapConfigurationInner
extends SubResource
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 |
| String |
name()
Get the name property: The name of the resource that is unique within a resource group. |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Sub Resource type. |
| void |
validate()
Validates the instance. |
|
Virtual |
virtualNetworkTap()
Get the virtual |
|
Network |
withId(String id) |
|
Network |
withName(String name)
Set the name property: The name of the resource that is unique within a resource group. |
|
Network |
withVirtualNetworkTap(VirtualNetworkTapInner virtualNetworkTap)
Set the virtual |
Methods inherited from SubResource
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:
name
public String name()
Get the name property: The name of the resource that is unique within a resource group. This name can be used to access the resource.
Returns:
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: Sub Resource type.
Returns:
validate
public void validate()
Validates the instance.
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: The name of the resource that is unique within a resource group. This name can be used to access the resource.
Parameters:
Returns:
withVirtualNetworkTap
public NetworkInterfaceTapConfigurationInner withVirtualNetworkTap(VirtualNetworkTapInner virtualNetworkTap)
Set the virtualNetworkTap property: The reference to the Virtual Network Tap resource.
Parameters:
Returns: