Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.session.tls.StoreType
Packages that use StoreType
Package
Description
-
Uses of StoreType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112 that return StoreTypeModifier and TypeMethodDescriptionPcepSessionTls.getKeystoreType()Return keystoreType, ornullif it is not present.PcepSessionTls.getTruststoreType()Return truststoreType, ornullif it is not present.default @NonNull StoreTypePcepSessionTls.requireKeystoreType()Return keystoreType, guaranteed to be non-null.default @NonNull StoreTypePcepSessionTls.requireTruststoreType()Return truststoreType, guaranteed to be non-null. -
Uses of StoreType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.config.session.config
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.config.session.config that return StoreTypeModifier and TypeMethodDescriptionTlsBuilder.getKeystoreType()Return current value associated with the property corresponding toPcepSessionTls.getKeystoreType().TlsBuilder.getTruststoreType()Return current value associated with the property corresponding toPcepSessionTls.getTruststoreType().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.config.session.config with parameters of type StoreTypeModifier and TypeMethodDescriptionTlsBuilder.setKeystoreType(StoreType value) Set the property corresponding toPcepSessionTls.getKeystoreType()to the specified value.TlsBuilder.setTruststoreType(StoreType value) Set the property corresponding toPcepSessionTls.getTruststoreType()to the specified value. -
Uses of StoreType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.session.tls
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.session.tls that return StoreTypeModifier and TypeMethodDescriptionstatic @Nullable StoreTypeReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable StoreTypeStoreType.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static @NonNull StoreTypeReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull StoreTypeStoreType.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static StoreTypeReturns the enum constant of this class with the specified name.static StoreType[]StoreType.values()Returns an array containing the constants of this enum class, in the order they are declared.