Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.session.tls.PathType
Packages that use PathType
Package
Description
-
Uses of PathType 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 PathTypeModifier and TypeMethodDescriptionPcepSessionTls.getKeystorePathType()Return keystorePathType, ornullif it is not present.PcepSessionTls.getTruststorePathType()Return truststorePathType, ornullif it is not present.default @NonNull PathTypePcepSessionTls.requireKeystorePathType()Return keystorePathType, guaranteed to be non-null.default @NonNull PathTypePcepSessionTls.requireTruststorePathType()Return truststorePathType, guaranteed to be non-null. -
Uses of PathType 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 PathTypeModifier and TypeMethodDescriptionTlsBuilder.getKeystorePathType()Return current value associated with the property corresponding toPcepSessionTls.getKeystorePathType().TlsBuilder.getTruststorePathType()Return current value associated with the property corresponding toPcepSessionTls.getTruststorePathType().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.config.session.config with parameters of type PathTypeModifier and TypeMethodDescriptionTlsBuilder.setKeystorePathType(PathType value) Set the property corresponding toPcepSessionTls.getKeystorePathType()to the specified value.TlsBuilder.setTruststorePathType(PathType value) Set the property corresponding toPcepSessionTls.getTruststorePathType()to the specified value. -
Uses of PathType 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 PathTypeModifier and TypeMethodDescriptionstatic @Nullable PathTypeReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable PathTypePathType.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static @NonNull PathTypeReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull PathTypePathType.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static PathTypeReturns the enum constant of this class with the specified name.static PathType[]PathType.values()Returns an array containing the constants of this enum class, in the order they are declared.