C# 클래스 GoogleCloudExtension.DataSources.FirewallPort

This class represents a port that needs to be opened in the firewall.
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FirewallPort ( string name, int port, PortProtocol protocol = PortProtocol.Tcp ) : System

메소드 상세

FirewallPort() 공개 메소드

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