C# Class GoogleCloudExtension.FirewallManagement.PortModel

This class is the model for the checkbox to enable/disable ports in the firwall.
Inheritance: Model
显示文件 Open project: GoogleCloudPlatform/google-cloud-visualstudio

Public Methods

Method Description
PortModel ( PortInfo port, bool enabled ) : GoogleCloudExtension.Utils

Method Details

PortModel() public method

public PortModel ( PortInfo port, bool enabled ) : GoogleCloudExtension.Utils
port PortInfo
enabled bool
return GoogleCloudExtension.Utils