C# Class GoogleCloudExtension.AuthorizedNetworkManagement.AuthorizedNetworkModel

This class is the model for the an authorized network (AclEntry>) for a Cloud SQL instance.
Inheritance: Model
Mostra file Open project: GoogleCloudPlatform/google-cloud-visualstudio

Public Methods

Method Description
AuthorizedNetworkModel ( AclEntry acl, bool newNetwork = false ) : Google.Apis.SQLAdmin.v1beta4.Data
ToString ( ) : string

Private Methods

Method Description
OnDeleteCommand ( ) : void

Sets the Deleted state to true.

OnUndoDeleteCommand ( ) : void

Sets the Deleted state to false.

Method Details

AuthorizedNetworkModel() public method

public AuthorizedNetworkModel ( AclEntry acl, bool newNetwork = false ) : Google.Apis.SQLAdmin.v1beta4.Data
acl AclEntry
newNetwork bool
return Google.Apis.SQLAdmin.v1beta4.Data

ToString() public method

public ToString ( ) : string
return string