C# 클래스 GoogleCloudExtension.FirewallManagement.PortInfo

This class contains the information about a firewall port.
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
GetTag ( Instance instance ) : string

Returns the tag to be used for the port for the given instance.

PortInfo ( string name, int port, string description = null ) : Google.Apis.Compute.v1.Data

메소드 상세

GetTag() 공개 메소드

Returns the tag to be used for the port for the given instance.
public GetTag ( Instance instance ) : string
instance Instance The instance that is going to be affected by the port.
리턴 string

PortInfo() 공개 메소드

public PortInfo ( string name, int port, string description = null ) : Google.Apis.Compute.v1.Data
name string
port int
description string
리턴 Google.Apis.Compute.v1.Data