Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static MacsecState |
MacsecState.create(String key) |
MacsecState |
MacsecProperties.getState()
Indicates whether or not MACsec is enabled.
|
MacsecState |
CreateMacsecProperties.getState()
Indicates whether or not MACsec is enabled.
|
MacsecState |
UpdateMacsecProperties.getState()
Indicates whether or not MACsec is enabled.
|
static MacsecState |
MacsecState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacsecState[] |
MacsecState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MacsecProperties.Builder |
MacsecProperties.Builder.state(MacsecState state)
Indicates whether or not MACsec is enabled.
|
CreateMacsecProperties.Builder |
CreateMacsecProperties.Builder.state(MacsecState state)
Indicates whether or not MACsec is enabled.
|
UpdateMacsecProperties.Builder |
UpdateMacsecProperties.Builder.state(MacsecState state)
Indicates whether or not MACsec is enabled.
|
Constructor and Description |
---|
CreateMacsecProperties(MacsecState state,
CreateMacsecKey primaryKey,
MacsecEncryptionCipher encryptionCipher)
Deprecated.
|
MacsecProperties(MacsecState state,
MacsecKey primaryKey,
MacsecEncryptionCipher encryptionCipher)
Deprecated.
|
UpdateMacsecProperties(MacsecState state,
UpdateMacsecKey primaryKey,
MacsecEncryptionCipher encryptionCipher)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.