C# Class GoogleCloudExtension.FirewallManagement.PortInfo

This class contains the information about a firewall port.
Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-visualstudio Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

GetTag() public méthode

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.
Résultat string

PortInfo() public méthode

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