Uses of Class
com.oracle.bmc.vnmonitoring.model.MacsecState
-
Packages that use MacsecState Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of MacsecState in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return MacsecState Modifier and Type Method Description static MacsecState
MacsecState. create(String key)
MacsecState
CreateMacsecProperties. getState()
Indicates whether or not MACsec is enabled.MacsecState
MacsecProperties. 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.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type MacsecState Modifier and Type Method Description CreateMacsecProperties.Builder
CreateMacsecProperties.Builder. state(MacsecState state)
Indicates whether or not MACsec is enabled.MacsecProperties.Builder
MacsecProperties.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.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type MacsecState Constructor 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.
-