C# Класс GoogleCloudExtension.FirewallManagement.PortInfo

This class contains the information about a firewall port.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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