Class ConnectionResetSharedKeyInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.ConnectionResetSharedKeyInner
-
public final class ConnectionResetSharedKeyInner extends Object
The virtual network connection reset shared key.
-
-
Constructor Summary
Constructors Constructor Description ConnectionResetSharedKeyInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intkeyLength()Get the keyLength property: The virtual network connection reset shared key length, should between 1 and 128.voidvalidate()Validates the instance.ConnectionResetSharedKeyInnerwithKeyLength(int keyLength)Set the keyLength property: The virtual network connection reset shared key length, should between 1 and 128.
-
-
-
Method Detail
-
keyLength
public int keyLength()
Get the keyLength property: The virtual network connection reset shared key length, should between 1 and 128.- Returns:
- the keyLength value.
-
withKeyLength
public ConnectionResetSharedKeyInner withKeyLength(int keyLength)
Set the keyLength property: The virtual network connection reset shared key length, should between 1 and 128.- Parameters:
keyLength- the keyLength value to set.- Returns:
- the ConnectionResetSharedKeyInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-