C# Class GoogleCloudExtension.DataSources.DatabaseInstanceExtensions

Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-visualstudio

Méthodes publiques

Méthode Description
UpdateAuthorizedNetworks ( DatabaseInstance instance, IList acls ) : void

Update the authorized networks of a instance. This completely replaces the current list of networks with the new list.

Private Methods

Méthode Description
EnsureAuthorizedNetworksInitialized ( DatabaseInstance instance ) : void

Ensure the Authorized Networks field and all of its parents are initialized for an instance.

Method Details

UpdateAuthorizedNetworks() public static méthode

Update the authorized networks of a instance. This completely replaces the current list of networks with the new list.
public static UpdateAuthorizedNetworks ( DatabaseInstance instance, IList acls ) : void
instance DatabaseInstance
acls IList
Résultat void