C# Class GoogleCloudExtension.FirewallManagement.PortManagerWindow

This class is the dialog to use to prompt the user for firewall changes for the given instance.
Inheritance: GoogleCloudExtension.Theming.CommonDialogWindowBase
Show file Open project: GoogleCloudPlatform/google-cloud-visualstudio Class Usage Examples

Private Properties

Property Type Description
PortManagerWindow Google.Apis.Compute.v1.Data

Public Methods

Method Description
PromptUser ( Instance instance ) : PortChanges

Shows the dialog to the user and returns the changes requested.

Private Methods

Method Description
PortManagerWindow ( Instance instance ) : Google.Apis.Compute.v1.Data

Method Details

PromptUser() public static method

Shows the dialog to the user and returns the changes requested.
public static PromptUser ( Instance instance ) : PortChanges
instance Instance The instance on which open/close ports.
return PortChanges