C# Class GoogleCloudExtension.DataSources.FirewallPort

This class represents a port that needs to be opened in the firewall.
Mostrar archivo Open project: GoogleCloudPlatform/google-cloud-visualstudio Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
FirewallPort ( string name, int port, PortProtocol protocol = PortProtocol.Tcp ) : System

Method Details

FirewallPort() public method

public FirewallPort ( string name, int port, PortProtocol protocol = PortProtocol.Tcp ) : System
name string
port int
protocol PortProtocol
return System