Uses of Class
com.azure.compute.batch.models.InboundEndpointProtocol
Packages that use InboundEndpointProtocol
-
Uses of InboundEndpointProtocol in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as InboundEndpointProtocolModifier and TypeFieldDescriptionstatic final InboundEndpointProtocolInboundEndpointProtocol.TCPUse TCP for the endpoint.static final InboundEndpointProtocolInboundEndpointProtocol.UDPUse UDP for the endpoint.Methods in com.azure.compute.batch.models that return InboundEndpointProtocolModifier and TypeMethodDescriptionstatic InboundEndpointProtocolInboundEndpointProtocol.fromString(String name) Creates or finds a InboundEndpointProtocol from its string representation.InboundEndpoint.getProtocol()Get the protocol property: The protocol of the endpoint.InboundNatPool.getProtocol()Get the protocol property: The protocol of the endpoint.Methods in com.azure.compute.batch.models that return types with arguments of type InboundEndpointProtocolModifier and TypeMethodDescriptionstatic Collection<InboundEndpointProtocol> InboundEndpointProtocol.values()Gets known InboundEndpointProtocol values.Constructors in com.azure.compute.batch.models with parameters of type InboundEndpointProtocolModifierConstructorDescriptionInboundNatPool(String name, InboundEndpointProtocol protocol, int backendPort, int frontendPortRangeStart, int frontendPortRangeEnd) Creates an instance of InboundNatPool class.