Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.types.rev200630.Transport
-
-
Uses of Transport in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121 that return Transport Modifier and Type Method Description TransportOpenflowConnectionsConfig. getTransport()Return transport, ornullif it is not present.default @NonNull TransportOpenflowConnectionsConfig. requireTransport()Return transport, guaranteed to be non-null. -
Uses of Transport in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections.connection
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections.connection that return Transport Modifier and Type Method Description TransportConfigBuilder. getTransport()Return current value associated with the property corresponding toOpenflowConnectionsConfig.getTransport().TransportStateBuilder. getTransport()Return current value associated with the property corresponding toOpenflowConnectionsConfig.getTransport().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections.connection with parameters of type Transport Modifier and Type Method Description ConfigBuilderConfigBuilder. setTransport(Transport value)Set the property corresponding toOpenflowConnectionsConfig.getTransport()to the specified value.StateBuilderStateBuilder. setTransport(Transport value)Set the property corresponding toOpenflowConnectionsConfig.getTransport()to the specified value. -
Uses of Transport in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.types.rev200630
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.types.rev200630 that return Transport Modifier and Type Method Description static TransportTransport. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.static TransportTransport. valueOf(String name)Returns the enum constant of this type with the specified name.static Transport[]Transport. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.types.rev200630 that return types with arguments of type Transport Modifier and Type Method Description static Optional<Transport>Transport. forName(String name)Return the enumeration member whosegetName()matches specified value.
-