sqladmin  v1beta4
Properties | List of all members
Google.Apis.SQLAdmin.v1beta4.Data.Settings Class Reference

Database instance settings. More...

Inheritance diagram for Google.Apis.SQLAdmin.v1beta4.Data.Settings:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string ActivationPolicy [get, set]
 The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. Valid values: ALWAYS: The instance is on, and remains so even in the absence of connection requests. NEVER: The instance is off; it is not activated, even if a connection request arrives. ON_DEMAND: First Generation instances only. The instance responds to incoming requests, and turns itself off when not in use. Instances with PER_USE pricing turn off after 15 minutes of inactivity. Instances with PER_PACKAGE pricing turn off after 12 hours of inactivity. More...
 
virtual System.Collections.Generic.IList< string > AuthorizedGaeApplications [get, set]
 The App Engine app IDs that can access this instance. First Generation instances only. More...
 
virtual string AvailabilityType [get, set]
 Availability type (PostgreSQL instances only). Potential values: ZONAL: The instance serves data from only one zone. Outages in that zone affect data accessibility. REGIONAL: The instance can serve data from more than one zone in a region (it is highly available). For more information, see Overview of the High Availability Configuration. More...
 
virtual BackupConfiguration BackupConfiguration [get, set]
 The daily backup configuration for the instance. More...
 
virtual System.Nullable< bool > CrashSafeReplicationEnabled [get, set]
 Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property is only applicable to First Generation instances. More...
 
virtual System.Nullable< long > DataDiskSizeGb [get, set]
 The size of data disk, in GB. The data disk size minimum is 10GB. Not used for First Generation instances. More...
 
virtual string DataDiskType [get, set]
 The type of data disk: PD_SSD (default) or PD_HDD. Not used for First Generation instances. More...
 
virtual System.Collections.Generic.IList< DatabaseFlagsDatabaseFlags [get, set]
 The database flags passed to the instance at startup. More...
 
virtual System.Nullable< bool > DatabaseReplicationEnabled [get, set]
 Configuration specific to read replica instances. Indicates whether replication is enabled or not. More...
 
virtual IpConfiguration IpConfiguration [get, set]
 The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled for Second Generation instances. More...
 
virtual string Kind [get, set]
 This is always sql::settings. More...
 
virtual LocationPreference LocationPreference [get, set]
 The location preference settings. This allows the instance to be located as near as possible to either an App Engine app or Compute Engine zone for better performance. App Engine co-location is only applicable to First Generation instances. More...
 
virtual MaintenanceWindow MaintenanceWindow [get, set]
 The maintenance window for this instance. This specifies when the instance can be restarted for maintenance purposes. Not used for First Generation instances. More...
 
virtual string PricingPlan [get, set]
 The pricing plan for this instance. This can be either PER_USE or PACKAGE. Only PER_USE is supported for Second Generation instances. More...
 
virtual string ReplicationType [get, set]
 The type of replication this instance uses. This can be either ASYNCHRONOUS or SYNCHRONOUS. This property is only applicable to First Generation instances. More...
 
virtual System.Nullable< long > SettingsVersion [get, set]
 The version of instance settings. This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value. More...
 
virtual System.Nullable< bool > StorageAutoResize [get, set]
 Configuration to increase storage size automatically. The default value is true. Not used for First Generation instances. More...
 
virtual System.Nullable< long > StorageAutoResizeLimit [get, set]
 The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit. Not used for First Generation instances. More...
 
virtual string Tier [get, set]
 The tier (or machine type) for this instance, for example db-n1-standard-1 (MySQL instances) or db- custom-1-3840 (PostgreSQL instances). For MySQL instances, this property determines whether the instance is First or Second Generation. For more information, see Instance Settings. More...
 
virtual System.Collections.Generic.IDictionary< string, string > UserLabels [get, set]
 User-provided labels, represented as a dictionary where each label is a single key value pair. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Database instance settings.

Property Documentation

◆ ActivationPolicy

virtual string Google.Apis.SQLAdmin.v1beta4.Data.Settings.ActivationPolicy
getset

The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. Valid values: ALWAYS: The instance is on, and remains so even in the absence of connection requests. NEVER: The instance is off; it is not activated, even if a connection request arrives. ON_DEMAND: First Generation instances only. The instance responds to incoming requests, and turns itself off when not in use. Instances with PER_USE pricing turn off after 15 minutes of inactivity. Instances with PER_PACKAGE pricing turn off after 12 hours of inactivity.

◆ AuthorizedGaeApplications

virtual System.Collections.Generic.IList<string> Google.Apis.SQLAdmin.v1beta4.Data.Settings.AuthorizedGaeApplications
getset

The App Engine app IDs that can access this instance. First Generation instances only.

◆ AvailabilityType

virtual string Google.Apis.SQLAdmin.v1beta4.Data.Settings.AvailabilityType
getset

Availability type (PostgreSQL instances only). Potential values: ZONAL: The instance serves data from only one zone. Outages in that zone affect data accessibility. REGIONAL: The instance can serve data from more than one zone in a region (it is highly available). For more information, see Overview of the High Availability Configuration.

◆ BackupConfiguration

virtual BackupConfiguration Google.Apis.SQLAdmin.v1beta4.Data.Settings.BackupConfiguration
getset

The daily backup configuration for the instance.

◆ CrashSafeReplicationEnabled

virtual System.Nullable<bool> Google.Apis.SQLAdmin.v1beta4.Data.Settings.CrashSafeReplicationEnabled
getset

Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property is only applicable to First Generation instances.

◆ DatabaseFlags

virtual System.Collections.Generic.IList<DatabaseFlags> Google.Apis.SQLAdmin.v1beta4.Data.Settings.DatabaseFlags
getset

The database flags passed to the instance at startup.

◆ DatabaseReplicationEnabled

virtual System.Nullable<bool> Google.Apis.SQLAdmin.v1beta4.Data.Settings.DatabaseReplicationEnabled
getset

Configuration specific to read replica instances. Indicates whether replication is enabled or not.

◆ DataDiskSizeGb

virtual System.Nullable<long> Google.Apis.SQLAdmin.v1beta4.Data.Settings.DataDiskSizeGb
getset

The size of data disk, in GB. The data disk size minimum is 10GB. Not used for First Generation instances.

◆ DataDiskType

virtual string Google.Apis.SQLAdmin.v1beta4.Data.Settings.DataDiskType
getset

The type of data disk: PD_SSD (default) or PD_HDD. Not used for First Generation instances.

◆ ETag

virtual string Google.Apis.SQLAdmin.v1beta4.Data.Settings.ETag
getset

The ETag of the item.

◆ IpConfiguration

virtual IpConfiguration Google.Apis.SQLAdmin.v1beta4.Data.Settings.IpConfiguration
getset

The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled for Second Generation instances.

◆ Kind

virtual string Google.Apis.SQLAdmin.v1beta4.Data.Settings.Kind
getset

This is always sql::settings.

◆ LocationPreference

virtual LocationPreference Google.Apis.SQLAdmin.v1beta4.Data.Settings.LocationPreference
getset

The location preference settings. This allows the instance to be located as near as possible to either an App Engine app or Compute Engine zone for better performance. App Engine co-location is only applicable to First Generation instances.

◆ MaintenanceWindow

virtual MaintenanceWindow Google.Apis.SQLAdmin.v1beta4.Data.Settings.MaintenanceWindow
getset

The maintenance window for this instance. This specifies when the instance can be restarted for maintenance purposes. Not used for First Generation instances.

◆ PricingPlan

virtual string Google.Apis.SQLAdmin.v1beta4.Data.Settings.PricingPlan
getset

The pricing plan for this instance. This can be either PER_USE or PACKAGE. Only PER_USE is supported for Second Generation instances.

◆ ReplicationType

virtual string Google.Apis.SQLAdmin.v1beta4.Data.Settings.ReplicationType
getset

The type of replication this instance uses. This can be either ASYNCHRONOUS or SYNCHRONOUS. This property is only applicable to First Generation instances.

◆ SettingsVersion

virtual System.Nullable<long> Google.Apis.SQLAdmin.v1beta4.Data.Settings.SettingsVersion
getset

The version of instance settings. This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value.

◆ StorageAutoResize

virtual System.Nullable<bool> Google.Apis.SQLAdmin.v1beta4.Data.Settings.StorageAutoResize
getset

Configuration to increase storage size automatically. The default value is true. Not used for First Generation instances.

◆ StorageAutoResizeLimit

virtual System.Nullable<long> Google.Apis.SQLAdmin.v1beta4.Data.Settings.StorageAutoResizeLimit
getset

The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit. Not used for First Generation instances.

◆ Tier

virtual string Google.Apis.SQLAdmin.v1beta4.Data.Settings.Tier
getset

The tier (or machine type) for this instance, for example db-n1-standard-1 (MySQL instances) or db- custom-1-3840 (PostgreSQL instances). For MySQL instances, this property determines whether the instance is First or Second Generation. For more information, see Instance Settings.

◆ UserLabels

virtual System.Collections.Generic.IDictionary<string,string> Google.Apis.SQLAdmin.v1beta4.Data.Settings.UserLabels
getset

User-provided labels, represented as a dictionary where each label is a single key value pair.


The documentation for this class was generated from the following file: