C# Class GoogleCloudExtension.AuthorizedNetworkManagement.AuthorizedNetworkModel

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

Méthodes publiques

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

Private Methods

Méthode Description
OnDeleteCommand ( ) : void

Sets the Deleted state to true.

OnUndoDeleteCommand ( ) : void

Sets the Deleted state to false.

Method Details

AuthorizedNetworkModel() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string