ConoHaNet.OpenStackMember.SetDbServiceBackup C# (CSharp) Method

SetDbServiceBackup() public method

public SetDbServiceBackup ( string serviceId, bool enabled ) : bool
serviceId string
enabled bool
return bool
        public bool SetDbServiceBackup(string serviceId, bool enabled)
        {
            return DatabaseProvider.SetDbServiceBackup(serviceId, enabled, this.DefaultRegion, this.Identity);
        }
OpenStackMember