C# Class GoogleCloudExtension.DataSources.DatabaseInstanceExtensions

ファイルを表示 Open project: GoogleCloudPlatform/google-cloud-visualstudio

Public Methods

Method 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

Method 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 method

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
return void