Movatterモバイル変換


[0]ホーム

URL:


oracledatabase

package
v0.257.0Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 2, 2025 License:BSD-3-ClauseImports:18Imported by:0

Details

Repository

github.com/googleapis/google-api-go-client

Links

Documentation

Overview

Package oracledatabase provides access to the Oracle Database@Google Cloud API.

For product documentation, see:https://cloud.google.com/oracle/database/docs

Library status

These client libraries are officially supported by Google. However, thislibrary is considered complete and is in maintenance mode. This meansthat we will address critical bugs and security issues but will not addany new features.

When possible, we recommend using our newer[Cloud Client Libraries for Go](https://pkg.go.dev/cloud.google.com/go)that are still actively being worked and iterated on.

Creating a client

Usage example:

import "google.golang.org/api/oracledatabase/v1"...ctx := context.Background()oracledatabaseService, err := oracledatabase.NewService(ctx)

In this example, Google Application Default Credentials are used forauthentication. For information on how to create and obtain ApplicationDefault Credentials, seehttps://developers.google.com/identity/protocols/application-default-credentials.

Other authentication options

To use an API key for authentication (note: some APIs do not support APIkeys), usegoogle.golang.org/api/option.WithAPIKey:

oracledatabaseService, err := oracledatabase.NewService(ctx, option.WithAPIKey("AIza..."))

To use an OAuth token (e.g., a user token obtained via a three-legged OAuthflow, usegoogle.golang.org/api/option.WithTokenSource:

config := &oauth2.Config{...}// ...token, err := config.Exchange(ctx, ...)oracledatabaseService, err := oracledatabase.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))

Seegoogle.golang.org/api/option.ClientOption for details on options.

Index

Constants

View Source
const (// See, edit, configure, and delete your Google Cloud data and see the email// address for your Google Account.CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform")

OAuth2 scopes used by this API.

Variables

This section is empty.

Functions

This section is empty.

Types

typeAllConnectionStrings

type AllConnectionStrings struct {// High: Output only. The database service provides the highest level of// resources to each SQL statement.Highstring `json:"high,omitempty"`// Low: Output only. The database service provides the least level of resources// to each SQL statement.Lowstring `json:"low,omitempty"`// Medium: Output only. The database service provides a lower level of// resources to each SQL statement.Mediumstring `json:"medium,omitempty"`// ForceSendFields is a list of field names (e.g. "High") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "High") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AllConnectionStrings: A list of all connection strings that can be used toconnect to the Autonomous Database.

func (AllConnectionStrings)MarshalJSON

func (sAllConnectionStrings) MarshalJSON() ([]byte,error)

typeAutonomousDatabase

type AutonomousDatabase struct {// AdminPassword: Optional. The password for the default ADMIN user.AdminPasswordstring `json:"adminPassword,omitempty"`// Cidr: Optional. The subnet CIDR range for the Autonomous Database.Cidrstring `json:"cidr,omitempty"`// CreateTime: Output only. The date and time that the Autonomous Database was// created.CreateTimestring `json:"createTime,omitempty"`// Database: Optional. The name of the Autonomous Database. The database name// must be unique in the project. The name must begin with a letter and can// contain a maximum of 30 alphanumeric characters.Databasestring `json:"database,omitempty"`// DisasterRecoverySupportedLocations: Output only. List of supported GCP// region to clone the Autonomous Database for disaster recovery. Format:// `project/{project}/locations/{location}`.DisasterRecoverySupportedLocations []string `json:"disasterRecoverySupportedLocations,omitempty"`// DisplayName: Optional. The display name for the Autonomous Database. The// name does not have to be unique within your project.DisplayNamestring `json:"displayName,omitempty"`// EntitlementId: Output only. The ID of the subscription entitlement// associated with the Autonomous Database.EntitlementIdstring `json:"entitlementId,omitempty"`// Labels: Optional. The labels or tags associated with the Autonomous// Database.Labels map[string]string `json:"labels,omitempty"`// Name: Identifier. The name of the Autonomous Database resource in the// following format:// projects/{project}/locations/{region}/autonomousDatabases/{autonomous_databas// e}Namestring `json:"name,omitempty"`// Network: Optional. The name of the VPC network used by the Autonomous// Database in the following format:// projects/{project}/global/networks/{network}Networkstring `json:"network,omitempty"`// OdbNetwork: Optional. The name of the OdbNetwork associated with the// Autonomous Database. Format:// projects/{project}/locations/{location}/odbNetworks/{odb_network} It is// optional but if specified, this should match the parent ODBNetwork of the// OdbSubnet.OdbNetworkstring `json:"odbNetwork,omitempty"`// OdbSubnet: Optional. The name of the OdbSubnet associated with the// Autonomous Database. Format:// projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/// {odb_subnet}OdbSubnetstring `json:"odbSubnet,omitempty"`// PeerAutonomousDatabases: Output only. The peer Autonomous Database names of// the given Autonomous Database.PeerAutonomousDatabases []string `json:"peerAutonomousDatabases,omitempty"`// Properties: Optional. The properties of the Autonomous Database.Properties *AutonomousDatabaseProperties `json:"properties,omitempty"`// SourceConfig: Optional. The source Autonomous Database configuration for the// standby Autonomous Database. The source Autonomous Database is configured// while creating the Peer Autonomous Database and can't be updated after// creation.SourceConfig *SourceConfig `json:"sourceConfig,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "AdminPassword") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AdminPassword") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AutonomousDatabase: Details of the Autonomous Database resource.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabase/

func (AutonomousDatabase)MarshalJSON

func (sAutonomousDatabase) MarshalJSON() ([]byte,error)

typeAutonomousDatabaseApex

type AutonomousDatabaseApex struct {// ApexVersion: Output only. The Oracle APEX Application Development version.ApexVersionstring `json:"apexVersion,omitempty"`// OrdsVersion: Output only. The Oracle REST Data Services (ORDS) version.OrdsVersionstring `json:"ordsVersion,omitempty"`// ForceSendFields is a list of field names (e.g. "ApexVersion") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ApexVersion") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AutonomousDatabaseApex: Oracle APEX Application Development.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex

func (AutonomousDatabaseApex)MarshalJSON

func (sAutonomousDatabaseApex) MarshalJSON() ([]byte,error)

typeAutonomousDatabaseBackup

type AutonomousDatabaseBackup struct {// AutonomousDatabase: Required. The name of the Autonomous Database resource// for which the backup is being created. Format:// projects/{project}/locations/{region}/autonomousDatabases/{autonomous_databas// e}AutonomousDatabasestring `json:"autonomousDatabase,omitempty"`// DisplayName: Optional. User friendly name for the Backup. The name does not// have to be unique.DisplayNamestring `json:"displayName,omitempty"`// Labels: Optional. labels or tags associated with the resource.Labels map[string]string `json:"labels,omitempty"`// Name: Identifier. The name of the Autonomous Database Backup resource with// the format:// projects/{project}/locations/{region}/autonomousDatabaseBackups/{autonomous_d// atabase_backup}Namestring `json:"name,omitempty"`// Properties: Optional. Various properties of the backup.Properties *AutonomousDatabaseBackupProperties `json:"properties,omitempty"`// ForceSendFields is a list of field names (e.g. "AutonomousDatabase") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AutonomousDatabase") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AutonomousDatabaseBackup: Details of the Autonomous Database Backupresource.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseBackup/

func (AutonomousDatabaseBackup)MarshalJSON

func (sAutonomousDatabaseBackup) MarshalJSON() ([]byte,error)

typeAutonomousDatabaseBackupProperties

type AutonomousDatabaseBackupProperties struct {// AvailableTillTime: Output only. Timestamp until when the backup will be// available.AvailableTillTimestring `json:"availableTillTime,omitempty"`// CompartmentId: Output only. The OCID of the compartment.CompartmentIdstring `json:"compartmentId,omitempty"`// DatabaseSizeTb: Output only. The quantity of data in the database, in// terabytes.DatabaseSizeTbfloat64 `json:"databaseSizeTb,omitempty"`// DbVersion: Output only. A valid Oracle Database version for Autonomous// Database.DbVersionstring `json:"dbVersion,omitempty"`// EndTime: Output only. The date and time the backup completed.EndTimestring `json:"endTime,omitempty"`// IsAutomaticBackup: Output only. Indicates if the backup is automatic or user// initiated.IsAutomaticBackupbool `json:"isAutomaticBackup,omitempty"`// IsLongTermBackup: Output only. Indicates if the backup is long term backup.IsLongTermBackupbool `json:"isLongTermBackup,omitempty"`// IsRestorable: Output only. Indicates if the backup can be used to restore// the Autonomous Database.IsRestorablebool `json:"isRestorable,omitempty"`// KeyStoreId: Optional. The OCID of the key store of Oracle Vault.KeyStoreIdstring `json:"keyStoreId,omitempty"`// KeyStoreWallet: Optional. The wallet name for Oracle Key Vault.KeyStoreWalletstring `json:"keyStoreWallet,omitempty"`// KmsKeyId: Optional. The OCID of the key container that is used as the master// encryption key in database transparent data encryption (TDE) operations.KmsKeyIdstring `json:"kmsKeyId,omitempty"`// KmsKeyVersionId: Optional. The OCID of the key container version that is// used in database transparent data encryption (TDE) operations KMS Key can// have multiple key versions. If none is specified, the current key version// (latest) of the Key Id is used for the operation. Autonomous Database// Serverless does not use key versions, hence is not applicable for Autonomous// Database Serverless instances.KmsKeyVersionIdstring `json:"kmsKeyVersionId,omitempty"`// LifecycleDetails: Output only. Additional information about the current// lifecycle state.LifecycleDetailsstring `json:"lifecycleDetails,omitempty"`// LifecycleState: Output only. The lifecycle state of the backup.//// Possible values://   "STATE_UNSPECIFIED" - Default unspecified value.//   "CREATING" - Indicates that the resource is in creating state.//   "ACTIVE" - Indicates that the resource is in active state.//   "DELETING" - Indicates that the resource is in deleting state.//   "DELETED" - Indicates that the resource is in deleted state.//   "FAILED" - Indicates that the resource is in failed state.//   "UPDATING" - Indicates that the resource is in updating state.LifecycleStatestring `json:"lifecycleState,omitempty"`// Ocid: Output only. OCID of the Autonomous Database backup.//https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#OracleOcidstring `json:"ocid,omitempty"`// RetentionPeriodDays: Optional. Retention period in days for the backup.RetentionPeriodDaysint64 `json:"retentionPeriodDays,omitempty"`// SizeTb: Output only. The backup size in terabytes.SizeTbfloat64 `json:"sizeTb,omitempty"`// StartTime: Output only. The date and time the backup started.StartTimestring `json:"startTime,omitempty"`// Type: Output only. The type of the backup.//// Possible values://   "TYPE_UNSPECIFIED" - Default unspecified value.//   "INCREMENTAL" - Incremental backups.//   "FULL" - Full backups.//   "LONG_TERM" - Long term backups.Typestring `json:"type,omitempty"`// VaultId: Optional. The OCID of the vault.VaultIdstring `json:"vaultId,omitempty"`// ForceSendFields is a list of field names (e.g. "AvailableTillTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AvailableTillTime") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AutonomousDatabaseBackupProperties: Properties of the Autonomous DatabaseBackup resource.

func (AutonomousDatabaseBackupProperties)MarshalJSON

func (*AutonomousDatabaseBackupProperties)UnmarshalJSON

func (s *AutonomousDatabaseBackupProperties) UnmarshalJSON(data []byte)error

typeAutonomousDatabaseCharacterSet

type AutonomousDatabaseCharacterSet struct {// CharacterSet: Output only. The character set name for the Autonomous// Database which is the ID in the resource name.CharacterSetstring `json:"characterSet,omitempty"`// CharacterSetType: Output only. The character set type for the Autonomous// Database.//// Possible values://   "CHARACTER_SET_TYPE_UNSPECIFIED" - Character set type is not specified.//   "DATABASE" - Character set type is set to database.//   "NATIONAL" - Character set type is set to national.CharacterSetTypestring `json:"characterSetType,omitempty"`// Name: Identifier. The name of the Autonomous Database Character Set resource// in the following format:// projects/{project}/locations/{region}/autonomousDatabaseCharacterSets/{autono// mous_database_character_set}Namestring `json:"name,omitempty"`// ForceSendFields is a list of field names (e.g. "CharacterSet") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CharacterSet") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AutonomousDatabaseCharacterSet: Details of the Autonomous Database characterset resource.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseCharacterSets/

func (AutonomousDatabaseCharacterSet)MarshalJSON

func (sAutonomousDatabaseCharacterSet) MarshalJSON() ([]byte,error)

typeAutonomousDatabaseConnectionStrings

type AutonomousDatabaseConnectionStrings struct {// AllConnectionStrings: Output only. Returns all connection strings that can// be used to connect to the Autonomous Database.AllConnectionStrings *AllConnectionStrings `json:"allConnectionStrings,omitempty"`// Dedicated: Output only. The database service provides the least level of// resources to each SQL statement, but supports the most number of concurrent// SQL statements.Dedicatedstring `json:"dedicated,omitempty"`// High: Output only. The database service provides the highest level of// resources to each SQL statement.Highstring `json:"high,omitempty"`// Low: Output only. The database service provides the least level of resources// to each SQL statement.Lowstring `json:"low,omitempty"`// Medium: Output only. The database service provides a lower level of// resources to each SQL statement.Mediumstring `json:"medium,omitempty"`// Profiles: Output only. A list of connection string profiles to allow clients// to group, filter, and select values based on the structured metadata.Profiles []*DatabaseConnectionStringProfile `json:"profiles,omitempty"`// ForceSendFields is a list of field names (e.g. "AllConnectionStrings") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AllConnectionStrings") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AutonomousDatabaseConnectionStrings: The connection string used to connectto the Autonomous Database.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings

func (AutonomousDatabaseConnectionStrings)MarshalJSON

typeAutonomousDatabaseConnectionUrls

type AutonomousDatabaseConnectionUrls struct {// ApexUri: Output only. Oracle Application Express (APEX) URL.ApexUristring `json:"apexUri,omitempty"`// DatabaseTransformsUri: Output only. The URL of the Database Transforms for// the Autonomous Database.DatabaseTransformsUristring `json:"databaseTransformsUri,omitempty"`// GraphStudioUri: Output only. The URL of the Graph Studio for the Autonomous// Database.GraphStudioUristring `json:"graphStudioUri,omitempty"`// MachineLearningNotebookUri: Output only. The URL of the Oracle Machine// Learning (OML) Notebook for the Autonomous Database.MachineLearningNotebookUristring `json:"machineLearningNotebookUri,omitempty"`// MachineLearningUserManagementUri: Output only. The URL of Machine Learning// user management the Autonomous Database.MachineLearningUserManagementUristring `json:"machineLearningUserManagementUri,omitempty"`// MongoDbUri: Output only. The URL of the MongoDB API for the Autonomous// Database.MongoDbUristring `json:"mongoDbUri,omitempty"`// OrdsUri: Output only. The Oracle REST Data Services (ORDS) URL of the Web// Access for the Autonomous Database.OrdsUristring `json:"ordsUri,omitempty"`// SqlDevWebUri: Output only. The URL of the Oracle SQL Developer Web for the// Autonomous Database.SqlDevWebUristring `json:"sqlDevWebUri,omitempty"`// ForceSendFields is a list of field names (e.g. "ApexUri") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ApexUri") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AutonomousDatabaseConnectionUrls: The URLs for accessing Oracle ApplicationExpress (APEX) and SQL Developer Web with a browser from a Compute instance.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionUrls

func (AutonomousDatabaseConnectionUrls)MarshalJSON

func (sAutonomousDatabaseConnectionUrls) MarshalJSON() ([]byte,error)

typeAutonomousDatabaseProperties

type AutonomousDatabaseProperties struct {// ActualUsedDataStorageSizeTb: Output only. The amount of storage currently// being used for user and system data, in terabytes.ActualUsedDataStorageSizeTbfloat64 `json:"actualUsedDataStorageSizeTb,omitempty"`// AllocatedStorageSizeTb: Output only. The amount of storage currently// allocated for the database tables and billed for, rounded up in terabytes.AllocatedStorageSizeTbfloat64 `json:"allocatedStorageSizeTb,omitempty"`// AllowlistedIps: Optional. The list of allowlisted IP addresses for the// Autonomous Database.AllowlistedIps []string `json:"allowlistedIps,omitempty"`// ApexDetails: Output only. The details for the Oracle APEX Application// Development.ApexDetails *AutonomousDatabaseApex `json:"apexDetails,omitempty"`// ArePrimaryAllowlistedIpsUsed: Output only. This field indicates the status// of Data Guard and Access control for the Autonomous Database. The field's// value is null if Data Guard is disabled or Access Control is disabled. The// field's value is TRUE if both Data Guard and Access Control are enabled, and// the Autonomous Database is using primary IP access control list (ACL) for// standby. The field's value is FALSE if both Data Guard and Access Control// are enabled, and the Autonomous Database is using a different IP access// control list (ACL) for standby compared to primary.ArePrimaryAllowlistedIpsUsedbool `json:"arePrimaryAllowlistedIpsUsed,omitempty"`// AutonomousContainerDatabaseId: Output only. The Autonomous Container// Database OCID.AutonomousContainerDatabaseIdstring `json:"autonomousContainerDatabaseId,omitempty"`// AvailableUpgradeVersions: Output only. The list of available Oracle Database// upgrade versions for an Autonomous Database.AvailableUpgradeVersions []string `json:"availableUpgradeVersions,omitempty"`// BackupRetentionPeriodDays: Optional. The retention period for the Autonomous// Database. This field is specified in days, can range from 1 day to 60 days,// and has a default value of 60 days.BackupRetentionPeriodDaysint64 `json:"backupRetentionPeriodDays,omitempty"`// CharacterSet: Optional. The character set for the Autonomous Database. The// default is AL32UTF8.CharacterSetstring `json:"characterSet,omitempty"`// ComputeCount: Optional. The number of compute servers for the Autonomous// Database.ComputeCountfloat64 `json:"computeCount,omitempty"`// ConnectionStrings: Output only. The connection strings used to connect to an// Autonomous Database.ConnectionStrings *AutonomousDatabaseConnectionStrings `json:"connectionStrings,omitempty"`// ConnectionUrls: Output only. The Oracle Connection URLs for an Autonomous// Database.ConnectionUrls *AutonomousDatabaseConnectionUrls `json:"connectionUrls,omitempty"`// CpuCoreCount: Optional. The number of CPU cores to be made available to the// database.CpuCoreCountint64 `json:"cpuCoreCount,omitempty"`// CustomerContacts: Optional. The list of customer contacts.CustomerContacts []*CustomerContact `json:"customerContacts,omitempty"`// DataGuardRoleChangedTime: Output only. The date and time the Autonomous Data// Guard role was changed for the standby Autonomous Database.DataGuardRoleChangedTimestring `json:"dataGuardRoleChangedTime,omitempty"`// DataSafeState: Output only. The current state of the Data Safe registration// for the Autonomous Database.//// Possible values://   "DATA_SAFE_STATE_UNSPECIFIED" - Default unspecified value.//   "REGISTERING" - Registering data safe state.//   "REGISTERED" - Registered data safe state.//   "DEREGISTERING" - Deregistering data safe state.//   "NOT_REGISTERED" - Not registered data safe state.//   "FAILED" - Failed data safe state.DataSafeStatestring `json:"dataSafeState,omitempty"`// DataStorageSizeGb: Optional. The size of the data stored in the database, in// gigabytes.DataStorageSizeGbint64 `json:"dataStorageSizeGb,omitempty"`// DataStorageSizeTb: Optional. The size of the data stored in the database, in// terabytes.DataStorageSizeTbint64 `json:"dataStorageSizeTb,omitempty"`// DatabaseManagementState: Output only. The current state of database// management for the Autonomous Database.//// Possible values://   "DATABASE_MANAGEMENT_STATE_UNSPECIFIED" - Default unspecified value.//   "ENABLING" - Enabling Database Management state//   "ENABLED" - Enabled Database Management state//   "DISABLING" - Disabling Database Management state//   "NOT_ENABLED" - Not Enabled Database Management state//   "FAILED_ENABLING" - Failed enabling Database Management state//   "FAILED_DISABLING" - Failed disabling Database Management stateDatabaseManagementStatestring `json:"databaseManagementState,omitempty"`// DbEdition: Optional. The edition of the Autonomous Databases.//// Possible values://   "DATABASE_EDITION_UNSPECIFIED" - Default unspecified value.//   "STANDARD_EDITION" - Standard Database Edition//   "ENTERPRISE_EDITION" - Enterprise Database EditionDbEditionstring `json:"dbEdition,omitempty"`// DbVersion: Optional. The Oracle Database version for the Autonomous// Database.DbVersionstring `json:"dbVersion,omitempty"`// DbWorkload: Required. The workload type of the Autonomous Database.//// Possible values://   "DB_WORKLOAD_UNSPECIFIED" - Default unspecified value.//   "OLTP" - Autonomous Transaction Processing database.//   "DW" - Autonomous Data Warehouse database.//   "AJD" - Autonomous JSON Database.//   "APEX" - Autonomous Database with the Oracle APEX Application Development// workload type.DbWorkloadstring `json:"dbWorkload,omitempty"`// DisasterRecoveryRoleChangedTime: Output only. The date and time the Disaster// Recovery role was changed for the standby Autonomous Database.DisasterRecoveryRoleChangedTimestring `json:"disasterRecoveryRoleChangedTime,omitempty"`// EncryptionKey: Optional. The encryption key used to encrypt the Autonomous// Database. Updating this field will add a new entry in the// `encryption_key_history_entries` field with the former version.EncryptionKey *EncryptionKey `json:"encryptionKey,omitempty"`// EncryptionKeyHistoryEntries: Output only. The history of the encryption keys// used to encrypt the Autonomous Database.EncryptionKeyHistoryEntries []*EncryptionKeyHistoryEntry `json:"encryptionKeyHistoryEntries,omitempty"`// FailedDataRecoveryDuration: Output only. This field indicates the number of// seconds of data loss during a Data Guard failover.FailedDataRecoveryDurationstring `json:"failedDataRecoveryDuration,omitempty"`// IsAutoScalingEnabled: Optional. This field indicates if auto scaling is// enabled for the Autonomous Database CPU core count.IsAutoScalingEnabledbool `json:"isAutoScalingEnabled,omitempty"`// IsLocalDataGuardEnabled: Output only. This field indicates whether the// Autonomous Database has local (in-region) Data Guard enabled.IsLocalDataGuardEnabledbool `json:"isLocalDataGuardEnabled,omitempty"`// IsStorageAutoScalingEnabled: Optional. This field indicates if auto scaling// is enabled for the Autonomous Database storage.IsStorageAutoScalingEnabledbool `json:"isStorageAutoScalingEnabled,omitempty"`// LicenseType: Required. The license type used for the Autonomous Database.//// Possible values://   "LICENSE_TYPE_UNSPECIFIED" - Unspecified//   "LICENSE_INCLUDED" - License included part of offer//   "BRING_YOUR_OWN_LICENSE" - Bring your own licenseLicenseTypestring `json:"licenseType,omitempty"`// LifecycleDetails: Output only. The details of the current lifestyle state of// the Autonomous Database.LifecycleDetailsstring `json:"lifecycleDetails,omitempty"`// LocalAdgAutoFailoverMaxDataLossLimit: Output only. This field indicates the// maximum data loss limit for an Autonomous Database, in seconds.LocalAdgAutoFailoverMaxDataLossLimitint64 `json:"localAdgAutoFailoverMaxDataLossLimit,omitempty"`// LocalDisasterRecoveryType: Output only. This field indicates the local// disaster recovery (DR) type of an Autonomous Database.//// Possible values://   "LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED" - Default unspecified value.//   "ADG" - Autonomous Data Guard recovery.//   "BACKUP_BASED" - Backup based recovery.LocalDisasterRecoveryTypestring `json:"localDisasterRecoveryType,omitempty"`// LocalStandbyDb: Output only. The details of the Autonomous Data Guard// standby database.LocalStandbyDb *AutonomousDatabaseStandbySummary `json:"localStandbyDb,omitempty"`// MaintenanceBeginTime: Output only. The date and time when maintenance will// begin.MaintenanceBeginTimestring `json:"maintenanceBeginTime,omitempty"`// MaintenanceEndTime: Output only. The date and time when maintenance will// end.MaintenanceEndTimestring `json:"maintenanceEndTime,omitempty"`// MaintenanceScheduleType: Optional. The maintenance schedule of the// Autonomous Database.//// Possible values://   "MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED" - Default unspecified value.//   "EARLY" - An EARLY maintenance schedule patches the database before the// regular scheduled maintenance.//   "REGULAR" - A REGULAR maintenance schedule follows the normal maintenance// cycle.MaintenanceScheduleTypestring `json:"maintenanceScheduleType,omitempty"`// MemoryPerOracleComputeUnitGbs: Output only. The amount of memory enabled per// ECPU, in gigabytes.MemoryPerOracleComputeUnitGbsint64 `json:"memoryPerOracleComputeUnitGbs,omitempty"`// MemoryTableGbs: Output only. The memory assigned to in-memory tables in an// Autonomous Database.MemoryTableGbsint64 `json:"memoryTableGbs,omitempty"`// MtlsConnectionRequired: Optional. This field specifies if the Autonomous// Database requires mTLS connections.MtlsConnectionRequiredbool `json:"mtlsConnectionRequired,omitempty"`// NCharacterSet: Optional. The national character set for the Autonomous// Database. The default is AL16UTF16.NCharacterSetstring `json:"nCharacterSet,omitempty"`// NextLongTermBackupTime: Output only. The long term backup schedule of the// Autonomous Database.NextLongTermBackupTimestring `json:"nextLongTermBackupTime,omitempty"`// OciUrl: Output only. The Oracle Cloud Infrastructure link for the Autonomous// Database.OciUrlstring `json:"ociUrl,omitempty"`// Ocid: Output only. OCID of the Autonomous Database.//https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#OracleOcidstring `json:"ocid,omitempty"`// OpenMode: Output only. This field indicates the current mode of the// Autonomous Database.//// Possible values://   "OPEN_MODE_UNSPECIFIED" - Default unspecified value.//   "READ_ONLY" - Read Only Mode//   "READ_WRITE" - Read Write ModeOpenModestring `json:"openMode,omitempty"`// OperationsInsightsState: Output only. This field indicates the state of// Operations Insights for the Autonomous Database.//// Possible values://   "OPERATIONS_INSIGHTS_STATE_UNSPECIFIED" - Default unspecified value.//   "ENABLING" - Enabling status for operation insights.//   "ENABLED" - Enabled status for operation insights.//   "DISABLING" - Disabling status for operation insights.//   "NOT_ENABLED" - Not Enabled status for operation insights.//   "FAILED_ENABLING" - Failed enabling status for operation insights.//   "FAILED_DISABLING" - Failed disabling status for operation insights.OperationsInsightsStatestring `json:"operationsInsightsState,omitempty"`// PeerDbIds: Output only. The list of OCIDs of standby databases located in// Autonomous Data Guard remote regions that are associated with the source// database.PeerDbIds []string `json:"peerDbIds,omitempty"`// PermissionLevel: Output only. The permission level of the Autonomous// Database.//// Possible values://   "PERMISSION_LEVEL_UNSPECIFIED" - Default unspecified value.//   "RESTRICTED" - Restricted mode allows access only by admin users.//   "UNRESTRICTED" - Normal access.PermissionLevelstring `json:"permissionLevel,omitempty"`// PrivateEndpoint: Output only. The private endpoint for the Autonomous// Database.PrivateEndpointstring `json:"privateEndpoint,omitempty"`// PrivateEndpointIp: Optional. The private endpoint IP address for the// Autonomous Database.PrivateEndpointIpstring `json:"privateEndpointIp,omitempty"`// PrivateEndpointLabel: Optional. The private endpoint label for the// Autonomous Database.PrivateEndpointLabelstring `json:"privateEndpointLabel,omitempty"`// RefreshableMode: Output only. The refresh mode of the cloned Autonomous// Database.//// Possible values://   "REFRESHABLE_MODE_UNSPECIFIED" - The default unspecified value.//   "AUTOMATIC" - AUTOMATIC indicates that the cloned database is// automatically refreshed with data from the source Autonomous Database.//   "MANUAL" - MANUAL indicates that the cloned database is manually refreshed// with data from the source Autonomous Database.RefreshableModestring `json:"refreshableMode,omitempty"`// RefreshableState: Output only. The refresh State of the clone.//// Possible values://   "REFRESHABLE_STATE_UNSPECIFIED" - Default unspecified value.//   "REFRESHING" - Refreshing//   "NOT_REFRESHING" - Not refreshedRefreshableStatestring `json:"refreshableState,omitempty"`// Role: Output only. The Data Guard role of the Autonomous Database.//// Possible values://   "ROLE_UNSPECIFIED" - Default unspecified value.//   "PRIMARY" - Primary role//   "STANDBY" - Standby role//   "DISABLED_STANDBY" - Disabled standby role//   "BACKUP_COPY" - Backup copy role//   "SNAPSHOT_STANDBY" - Snapshot standby roleRolestring `json:"role,omitempty"`// ScheduledOperationDetails: Output only. The list and details of the// scheduled operations of the Autonomous Database.ScheduledOperationDetails []*ScheduledOperationDetails `json:"scheduledOperationDetails,omitempty"`// SecretId: Optional. The ID of the Oracle Cloud Infrastructure vault secret.SecretIdstring `json:"secretId,omitempty"`// ServiceAgentEmail: Output only. An Oracle-managed Google Cloud service// account on which customers can grant roles to access resources in the// customer project.ServiceAgentEmailstring `json:"serviceAgentEmail,omitempty"`// SqlWebDeveloperUrl: Output only. The SQL Web Developer URL for the// Autonomous Database.SqlWebDeveloperUrlstring `json:"sqlWebDeveloperUrl,omitempty"`// State: Output only. The current lifecycle state of the Autonomous Database.//// Possible values://   "STATE_UNSPECIFIED" - Default unspecified value.//   "PROVISIONING" - Indicates that the Autonomous Database is in provisioning// state.//   "AVAILABLE" - Indicates that the Autonomous Database is in available// state.//   "STOPPING" - Indicates that the Autonomous Database is in stopping state.//   "STOPPED" - Indicates that the Autonomous Database is in stopped state.//   "STARTING" - Indicates that the Autonomous Database is in starting state.//   "TERMINATING" - Indicates that the Autonomous Database is in terminating// state.//   "TERMINATED" - Indicates that the Autonomous Database is in terminated// state.//   "UNAVAILABLE" - Indicates that the Autonomous Database is in unavailable// state.//   "RESTORE_IN_PROGRESS" - Indicates that the Autonomous Database restore is// in progress.//   "RESTORE_FAILED" - Indicates that the Autonomous Database failed to// restore.//   "BACKUP_IN_PROGRESS" - Indicates that the Autonomous Database backup is in// progress.//   "SCALE_IN_PROGRESS" - Indicates that the Autonomous Database scale is in// progress.//   "AVAILABLE_NEEDS_ATTENTION" - Indicates that the Autonomous Database is// available but needs attention state.//   "UPDATING" - Indicates that the Autonomous Database is in updating state.//   "MAINTENANCE_IN_PROGRESS" - Indicates that the Autonomous Database's// maintenance is in progress state.//   "RESTARTING" - Indicates that the Autonomous Database is in restarting// state.//   "RECREATING" - Indicates that the Autonomous Database is in recreating// state.//   "ROLE_CHANGE_IN_PROGRESS" - Indicates that the Autonomous Database's role// change is in progress state.//   "UPGRADING" - Indicates that the Autonomous Database is in upgrading// state.//   "INACCESSIBLE" - Indicates that the Autonomous Database is in inaccessible// state.//   "STANDBY" - Indicates that the Autonomous Database is in standby state.Statestring `json:"state,omitempty"`// SupportedCloneRegions: Output only. The list of available regions that can// be used to create a clone for the Autonomous Database.SupportedCloneRegions []string `json:"supportedCloneRegions,omitempty"`// TotalAutoBackupStorageSizeGbs: Output only. The storage space used by// automatic backups of Autonomous Database, in gigabytes.TotalAutoBackupStorageSizeGbsfloat64 `json:"totalAutoBackupStorageSizeGbs,omitempty"`// UsedDataStorageSizeTbs: Output only. The storage space used by Autonomous// Database, in gigabytes.UsedDataStorageSizeTbsint64 `json:"usedDataStorageSizeTbs,omitempty"`// VaultId: Optional. The ID of the Oracle Cloud Infrastructure vault.VaultIdstring `json:"vaultId,omitempty"`// ForceSendFields is a list of field names (e.g.// "ActualUsedDataStorageSizeTb") to unconditionally include in API requests.// By default, fields with empty or default values are omitted from API// requests. Seehttps://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields// for more details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ActualUsedDataStorageSizeTb") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AutonomousDatabaseProperties: The properties of an Autonomous Database.

func (AutonomousDatabaseProperties)MarshalJSON

func (sAutonomousDatabaseProperties) MarshalJSON() ([]byte,error)

func (*AutonomousDatabaseProperties)UnmarshalJSON

func (s *AutonomousDatabaseProperties) UnmarshalJSON(data []byte)error

typeAutonomousDatabaseStandbySummary

type AutonomousDatabaseStandbySummary struct {// DataGuardRoleChangedTime: Output only. The date and time the Autonomous Data// Guard role was switched for the standby Autonomous Database.DataGuardRoleChangedTimestring `json:"dataGuardRoleChangedTime,omitempty"`// DisasterRecoveryRoleChangedTime: Output only. The date and time the Disaster// Recovery role was switched for the standby Autonomous Database.DisasterRecoveryRoleChangedTimestring `json:"disasterRecoveryRoleChangedTime,omitempty"`// LagTimeDuration: Output only. The amount of time, in seconds, that the data// of the standby database lags in comparison to the data of the primary// database.LagTimeDurationstring `json:"lagTimeDuration,omitempty"`// LifecycleDetails: Output only. The additional details about the current// lifecycle state of the Autonomous Database.LifecycleDetailsstring `json:"lifecycleDetails,omitempty"`// State: Output only. The current lifecycle state of the Autonomous Database.//// Possible values://   "STATE_UNSPECIFIED" - Default unspecified value.//   "PROVISIONING" - Indicates that the Autonomous Database is in provisioning// state.//   "AVAILABLE" - Indicates that the Autonomous Database is in available// state.//   "STOPPING" - Indicates that the Autonomous Database is in stopping state.//   "STOPPED" - Indicates that the Autonomous Database is in stopped state.//   "STARTING" - Indicates that the Autonomous Database is in starting state.//   "TERMINATING" - Indicates that the Autonomous Database is in terminating// state.//   "TERMINATED" - Indicates that the Autonomous Database is in terminated// state.//   "UNAVAILABLE" - Indicates that the Autonomous Database is in unavailable// state.//   "RESTORE_IN_PROGRESS" - Indicates that the Autonomous Database restore is// in progress.//   "RESTORE_FAILED" - Indicates that the Autonomous Database failed to// restore.//   "BACKUP_IN_PROGRESS" - Indicates that the Autonomous Database backup is in// progress.//   "SCALE_IN_PROGRESS" - Indicates that the Autonomous Database scale is in// progress.//   "AVAILABLE_NEEDS_ATTENTION" - Indicates that the Autonomous Database is// available but needs attention state.//   "UPDATING" - Indicates that the Autonomous Database is in updating state.//   "MAINTENANCE_IN_PROGRESS" - Indicates that the Autonomous Database's// maintenance is in progress state.//   "RESTARTING" - Indicates that the Autonomous Database is in restarting// state.//   "RECREATING" - Indicates that the Autonomous Database is in recreating// state.//   "ROLE_CHANGE_IN_PROGRESS" - Indicates that the Autonomous Database's role// change is in progress state.//   "UPGRADING" - Indicates that the Autonomous Database is in upgrading// state.//   "INACCESSIBLE" - Indicates that the Autonomous Database is in inaccessible// state.//   "STANDBY" - Indicates that the Autonomous Database is in standby state.Statestring `json:"state,omitempty"`// ForceSendFields is a list of field names (e.g. "DataGuardRoleChangedTime")// to unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DataGuardRoleChangedTime") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AutonomousDatabaseStandbySummary: Autonomous Data Guard standby databasedetails.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary

func (AutonomousDatabaseStandbySummary)MarshalJSON

func (sAutonomousDatabaseStandbySummary) MarshalJSON() ([]byte,error)

typeAutonomousDbVersion

type AutonomousDbVersion struct {// DbWorkload: Output only. The Autonomous Database workload type.//// Possible values://   "DB_WORKLOAD_UNSPECIFIED" - Default unspecified value.//   "OLTP" - Autonomous Transaction Processing database.//   "DW" - Autonomous Data Warehouse database.//   "AJD" - Autonomous JSON Database.//   "APEX" - Autonomous Database with the Oracle APEX Application Development// workload type.DbWorkloadstring `json:"dbWorkload,omitempty"`// Name: Identifier. The name of the Autonomous Database Version resource with// the format:// projects/{project}/locations/{region}/autonomousDbVersions/{autonomous_db_ver// sion}Namestring `json:"name,omitempty"`// Version: Output only. An Oracle Database version for Autonomous Database.Versionstring `json:"version,omitempty"`// WorkloadUri: Output only. A URL that points to a detailed description of the// Autonomous Database version.WorkloadUristring `json:"workloadUri,omitempty"`// ForceSendFields is a list of field names (e.g. "DbWorkload") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DbWorkload") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AutonomousDbVersion: Details of the Autonomous Database version.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDbVersionSummary/

func (AutonomousDbVersion)MarshalJSON

func (sAutonomousDbVersion) MarshalJSON() ([]byte,error)

typeBackupDestinationDetailsadded inv0.250.0

type BackupDestinationDetails struct {// Type: Optional. The type of the database backup destination.//// Possible values://   "BACKUP_DESTINATION_TYPE_UNSPECIFIED" - Default unspecified value.//   "NFS" - Backup destination type is NFS.//   "RECOVERY_APPLIANCE" - Backup destination type is Recovery Appliance.//   "OBJECT_STORE" - Backup destination type is Object Store.//   "LOCAL" - Backup destination type is Local.//   "DBRS" - Backup destination type is DBRS.Typestring `json:"type,omitempty"`// ForceSendFields is a list of field names (e.g. "Type") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Type") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

BackupDestinationDetails: The details of the database backup destination.

func (BackupDestinationDetails)MarshalJSONadded inv0.250.0

func (sBackupDestinationDetails) MarshalJSON() ([]byte,error)

typeCancelOperationRequest

type CancelOperationRequest struct {}

CancelOperationRequest: The request message for Operations.CancelOperation.

typeCloudAccountDetails

type CloudAccountDetails struct {// AccountCreationUri: Output only. URL to create a new account and link.AccountCreationUristring `json:"accountCreationUri,omitempty"`// CloudAccount: Output only. OCI account name.CloudAccountstring `json:"cloudAccount,omitempty"`// CloudAccountHomeRegion: Output only. OCI account home region.CloudAccountHomeRegionstring `json:"cloudAccountHomeRegion,omitempty"`// LinkExistingAccountUri: Output only. URL to link an existing account.LinkExistingAccountUristring `json:"linkExistingAccountUri,omitempty"`// ForceSendFields is a list of field names (e.g. "AccountCreationUri") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AccountCreationUri") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

CloudAccountDetails: Details of the OCI Cloud Account.

func (CloudAccountDetails)MarshalJSON

func (sCloudAccountDetails) MarshalJSON() ([]byte,error)

typeCloudExadataInfrastructure

type CloudExadataInfrastructure struct {// CreateTime: Output only. The date and time that the Exadata Infrastructure// was created.CreateTimestring `json:"createTime,omitempty"`// DisplayName: Optional. User friendly name for this resource.DisplayNamestring `json:"displayName,omitempty"`// EntitlementId: Output only. Entitlement ID of the private offer against// which this infrastructure resource is provisioned.EntitlementIdstring `json:"entitlementId,omitempty"`// GcpOracleZone: Optional. The GCP Oracle zone where Oracle Exadata// Infrastructure is hosted. Example: us-east4-b-r2. If not specified, the// system will pick a zone based on availability.GcpOracleZonestring `json:"gcpOracleZone,omitempty"`// Labels: Optional. Labels or tags associated with the resource.Labels map[string]string `json:"labels,omitempty"`// Name: Identifier. The name of the Exadata Infrastructure resource with the// format:// projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exad// ata_infrastructure}Namestring `json:"name,omitempty"`// Properties: Optional. Various properties of the infra.Properties *CloudExadataInfrastructureProperties `json:"properties,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "CreateTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CreateTime") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

CloudExadataInfrastructure: Represents CloudExadataInfrastructure resource.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/

func (CloudExadataInfrastructure)MarshalJSON

func (sCloudExadataInfrastructure) MarshalJSON() ([]byte,error)

typeCloudExadataInfrastructureProperties

type CloudExadataInfrastructureProperties struct {// ActivatedStorageCount: Output only. The requested number of additional// storage servers activated for the Exadata Infrastructure.ActivatedStorageCountint64 `json:"activatedStorageCount,omitempty"`// AdditionalStorageCount: Output only. The requested number of additional// storage servers for the Exadata Infrastructure.AdditionalStorageCountint64 `json:"additionalStorageCount,omitempty"`// AvailableStorageSizeGb: Output only. The available storage can be allocated// to the Exadata Infrastructure resource, in gigabytes (GB).AvailableStorageSizeGbint64 `json:"availableStorageSizeGb,omitempty"`// ComputeCount: Optional. The number of compute servers for the Exadata// Infrastructure.ComputeCountint64 `json:"computeCount,omitempty"`// ComputeModel: Output only. The compute model of the Exadata Infrastructure.//// Possible values://   "COMPUTE_MODEL_UNSPECIFIED" - Unspecified compute model.//   "COMPUTE_MODEL_ECPU" - Abstract measure of compute resources. ECPUs are// based on the number of cores elastically allocated from a pool of compute// and storage servers.//   "COMPUTE_MODEL_OCPU" - Physical measure of compute resources. OCPUs are// based on the physical core of a processor.ComputeModelstring `json:"computeModel,omitempty"`// CpuCount: Output only. The number of enabled CPU cores.CpuCountint64 `json:"cpuCount,omitempty"`// CustomerContacts: Optional. The list of customer contacts.CustomerContacts []*CustomerContact `json:"customerContacts,omitempty"`// DataStorageSizeTb: Output only. Size, in terabytes, of the DATA disk group.DataStorageSizeTbfloat64 `json:"dataStorageSizeTb,omitempty"`// DatabaseServerType: Output only. The database server type of the Exadata// Infrastructure.DatabaseServerTypestring `json:"databaseServerType,omitempty"`// DbNodeStorageSizeGb: Output only. The local node storage allocated in GBs.DbNodeStorageSizeGbint64 `json:"dbNodeStorageSizeGb,omitempty"`// DbServerVersion: Output only. The software version of the database servers// (dom0) in the Exadata Infrastructure.DbServerVersionstring `json:"dbServerVersion,omitempty"`// MaintenanceWindow: Optional. Maintenance window for repair.MaintenanceWindow *MaintenanceWindow `json:"maintenanceWindow,omitempty"`// MaxCpuCount: Output only. The total number of CPU cores available.MaxCpuCountint64 `json:"maxCpuCount,omitempty"`// MaxDataStorageTb: Output only. The total available DATA disk group size.MaxDataStorageTbfloat64 `json:"maxDataStorageTb,omitempty"`// MaxDbNodeStorageSizeGb: Output only. The total local node storage available// in GBs.MaxDbNodeStorageSizeGbint64 `json:"maxDbNodeStorageSizeGb,omitempty"`// MaxMemoryGb: Output only. The total memory available in GBs.MaxMemoryGbint64 `json:"maxMemoryGb,omitempty"`// MemorySizeGb: Output only. The memory allocated in GBs.MemorySizeGbint64 `json:"memorySizeGb,omitempty"`// MonthlyDbServerVersion: Output only. The monthly software version of the// database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15MonthlyDbServerVersionstring `json:"monthlyDbServerVersion,omitempty"`// MonthlyStorageServerVersion: Output only. The monthly software version of// the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15MonthlyStorageServerVersionstring `json:"monthlyStorageServerVersion,omitempty"`// NextMaintenanceRunId: Output only. The OCID of the next maintenance run.NextMaintenanceRunIdstring `json:"nextMaintenanceRunId,omitempty"`// NextMaintenanceRunTime: Output only. The time when the next maintenance run// will occur.NextMaintenanceRunTimestring `json:"nextMaintenanceRunTime,omitempty"`// NextSecurityMaintenanceRunTime: Output only. The time when the next security// maintenance run will occur.NextSecurityMaintenanceRunTimestring `json:"nextSecurityMaintenanceRunTime,omitempty"`// OciUrl: Output only. Deep link to the OCI console to view this resource.OciUrlstring `json:"ociUrl,omitempty"`// Ocid: Output only. OCID of created infra.//https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#OracleOcidstring `json:"ocid,omitempty"`// Shape: Required. The shape of the Exadata Infrastructure. The shape// determines the amount of CPU, storage, and memory resources allocated to the// instance.Shapestring `json:"shape,omitempty"`// State: Output only. The current lifecycle state of the Exadata// Infrastructure.//// Possible values://   "STATE_UNSPECIFIED" - Default unspecified value.//   "PROVISIONING" - The Exadata Infrastructure is being provisioned.//   "AVAILABLE" - The Exadata Infrastructure is available for use.//   "UPDATING" - The Exadata Infrastructure is being updated.//   "TERMINATING" - The Exadata Infrastructure is being terminated.//   "TERMINATED" - The Exadata Infrastructure is terminated.//   "FAILED" - The Exadata Infrastructure is in failed state.//   "MAINTENANCE_IN_PROGRESS" - The Exadata Infrastructure is in maintenance.Statestring `json:"state,omitempty"`// StorageCount: Optional. The number of Cloud Exadata storage servers for the// Exadata Infrastructure.StorageCountint64 `json:"storageCount,omitempty"`// StorageServerType: Output only. The storage server type of the Exadata// Infrastructure.StorageServerTypestring `json:"storageServerType,omitempty"`// StorageServerVersion: Output only. The software version of the storage// servers (cells) in the Exadata Infrastructure.StorageServerVersionstring `json:"storageServerVersion,omitempty"`// TotalStorageSizeGb: Optional. The total storage allocated to the Exadata// Infrastructure resource, in gigabytes (GB).TotalStorageSizeGbint64 `json:"totalStorageSizeGb,omitempty"`// ForceSendFields is a list of field names (e.g. "ActivatedStorageCount") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ActivatedStorageCount") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

CloudExadataInfrastructureProperties: Various properties of ExadataInfrastructure.

func (CloudExadataInfrastructureProperties)MarshalJSON

func (*CloudExadataInfrastructureProperties)UnmarshalJSON

func (s *CloudExadataInfrastructureProperties) UnmarshalJSON(data []byte)error

typeCloudVmCluster

type CloudVmCluster struct {// BackupOdbSubnet: Optional. The name of the backup OdbSubnet associated with// the VM Cluster. Format:// projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/// {odb_subnet}BackupOdbSubnetstring `json:"backupOdbSubnet,omitempty"`// BackupSubnetCidr: Optional. CIDR range of the backup subnet.BackupSubnetCidrstring `json:"backupSubnetCidr,omitempty"`// Cidr: Optional. Network settings. CIDR to use for cluster IP allocation.Cidrstring `json:"cidr,omitempty"`// CreateTime: Output only. The date and time that the VM cluster was created.CreateTimestring `json:"createTime,omitempty"`// DisplayName: Optional. User friendly name for this resource.DisplayNamestring `json:"displayName,omitempty"`// ExadataInfrastructure: Required. The name of the Exadata Infrastructure// resource on which VM cluster resource is created, in the following format:// projects/{project}/locations/{region}/cloudExadataInfrastuctures/{cloud_extra// data_infrastructure}ExadataInfrastructurestring `json:"exadataInfrastructure,omitempty"`// GcpOracleZone: Output only. The GCP Oracle zone where Oracle CloudVmCluster// is hosted. This will be the same as the gcp_oracle_zone of the// CloudExadataInfrastructure. Example: us-east4-b-r2.GcpOracleZonestring `json:"gcpOracleZone,omitempty"`// IdentityConnector: Output only. The identity connector details which will// allow OCI to securely access the resources in the customer project.IdentityConnector *IdentityConnector `json:"identityConnector,omitempty"`// Labels: Optional. Labels or tags associated with the VM Cluster.Labels map[string]string `json:"labels,omitempty"`// Name: Identifier. The name of the VM Cluster resource with the format:// projects/{project}/locations/{region}/cloudVmClusters/{cloud_vm_cluster}Namestring `json:"name,omitempty"`// Network: Optional. The name of the VPC network. Format:// projects/{project}/global/networks/{network}Networkstring `json:"network,omitempty"`// OdbNetwork: Optional. The name of the OdbNetwork associated with the VM// Cluster. Format:// projects/{project}/locations/{location}/odbNetworks/{odb_network} It is// optional but if specified, this should match the parent ODBNetwork of the// odb_subnet and backup_odb_subnet.OdbNetworkstring `json:"odbNetwork,omitempty"`// OdbSubnet: Optional. The name of the OdbSubnet associated with the VM// Cluster for IP allocation. Format:// projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/// {odb_subnet}OdbSubnetstring `json:"odbSubnet,omitempty"`// Properties: Optional. Various properties of the VM Cluster.Properties *CloudVmClusterProperties `json:"properties,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "BackupOdbSubnet") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "BackupOdbSubnet") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

CloudVmCluster: Details of the Cloud VM Cluster resource.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/CloudVmCluster/

func (CloudVmCluster)MarshalJSON

func (sCloudVmCluster) MarshalJSON() ([]byte,error)

typeCloudVmClusterProperties

type CloudVmClusterProperties struct {// ClusterName: Optional. OCI Cluster name.ClusterNamestring `json:"clusterName,omitempty"`// CompartmentId: Output only. Compartment ID of cluster.CompartmentIdstring `json:"compartmentId,omitempty"`// ComputeModel: Output only. The compute model of the VM Cluster.//// Possible values://   "COMPUTE_MODEL_UNSPECIFIED" - Unspecified compute model.//   "COMPUTE_MODEL_ECPU" - Abstract measure of compute resources. ECPUs are// based on the number of cores elastically allocated from a pool of compute// and storage servers.//   "COMPUTE_MODEL_OCPU" - Physical measure of compute resources. OCPUs are// based on the physical core of a processor.ComputeModelstring `json:"computeModel,omitempty"`// CpuCoreCount: Required. Number of enabled CPU cores.CpuCoreCountint64 `json:"cpuCoreCount,omitempty"`// DataStorageSizeTb: Optional. The data disk group size to be allocated in// TBs.DataStorageSizeTbfloat64 `json:"dataStorageSizeTb,omitempty"`// DbNodeStorageSizeGb: Optional. Local storage per VM.DbNodeStorageSizeGbint64 `json:"dbNodeStorageSizeGb,omitempty"`// DbServerOcids: Optional. OCID of database servers.DbServerOcids []string `json:"dbServerOcids,omitempty"`// DiagnosticsDataCollectionOptions: Optional. Data collection options for// diagnostics.DiagnosticsDataCollectionOptions *DataCollectionOptions `json:"diagnosticsDataCollectionOptions,omitempty"`// DiskRedundancy: Optional. The type of redundancy.//// Possible values://   "DISK_REDUNDANCY_UNSPECIFIED" - Unspecified.//   "HIGH" - High - 3 way mirror.//   "NORMAL" - Normal - 2 way mirror.DiskRedundancystring `json:"diskRedundancy,omitempty"`// DnsListenerIp: Output only. DNS listener IP.DnsListenerIpstring `json:"dnsListenerIp,omitempty"`// Domain: Output only. Parent DNS domain where SCAN DNS and hosts names are// qualified. ex: ocispdelegated.ocisp10jvnet.oraclevcn.comDomainstring `json:"domain,omitempty"`// GiVersion: Optional. Grid Infrastructure Version.GiVersionstring `json:"giVersion,omitempty"`// Hostname: Output only. host name without domain. format: "-" with some// suffix. ex: sp2-yi0xq where "sp2" is the hostname_prefix.Hostnamestring `json:"hostname,omitempty"`// HostnamePrefix: Optional. Prefix for VM cluster host names.HostnamePrefixstring `json:"hostnamePrefix,omitempty"`// LicenseType: Required. License type of VM Cluster.//// Possible values://   "LICENSE_TYPE_UNSPECIFIED" - Unspecified//   "LICENSE_INCLUDED" - License included part of offer//   "BRING_YOUR_OWN_LICENSE" - Bring your own licenseLicenseTypestring `json:"licenseType,omitempty"`// LocalBackupEnabled: Optional. Use local backup.LocalBackupEnabledbool `json:"localBackupEnabled,omitempty"`// MemorySizeGb: Optional. Memory allocated in GBs.MemorySizeGbint64 `json:"memorySizeGb,omitempty"`// NodeCount: Optional. Number of database servers.NodeCountint64 `json:"nodeCount,omitempty"`// OciUrl: Output only. Deep link to the OCI console to view this resource.OciUrlstring `json:"ociUrl,omitempty"`// Ocid: Output only. Oracle Cloud Infrastructure ID of VM Cluster.Ocidstring `json:"ocid,omitempty"`// OcpuCount: Optional. OCPU count per VM. Minimum is 0.1.OcpuCountfloat64 `json:"ocpuCount,omitempty"`// ScanDns: Output only. SCAN DNS name. ex:// sp2-yi0xq-scan.ocispdelegated.ocisp10jvnet.oraclevcn.comScanDnsstring `json:"scanDns,omitempty"`// ScanDnsRecordId: Output only. OCID of scan DNS record.ScanDnsRecordIdstring `json:"scanDnsRecordId,omitempty"`// ScanIpIds: Output only. OCIDs of scan IPs.ScanIpIds []string `json:"scanIpIds,omitempty"`// ScanListenerPortTcp: Output only. SCAN listener port - TCPScanListenerPortTcpint64 `json:"scanListenerPortTcp,omitempty"`// ScanListenerPortTcpSsl: Output only. SCAN listener port - TLSScanListenerPortTcpSslint64 `json:"scanListenerPortTcpSsl,omitempty"`// Shape: Output only. Shape of VM Cluster.Shapestring `json:"shape,omitempty"`// SparseDiskgroupEnabled: Optional. Use exadata sparse snapshots.SparseDiskgroupEnabledbool `json:"sparseDiskgroupEnabled,omitempty"`// SshPublicKeys: Optional. SSH public keys to be stored with cluster.SshPublicKeys []string `json:"sshPublicKeys,omitempty"`// State: Output only. State of the cluster.//// Possible values://   "STATE_UNSPECIFIED" - Default unspecified value.//   "PROVISIONING" - Indicates that the resource is in provisioning state.//   "AVAILABLE" - Indicates that the resource is in available state.//   "UPDATING" - Indicates that the resource is in updating state.//   "TERMINATING" - Indicates that the resource is in terminating state.//   "TERMINATED" - Indicates that the resource is in terminated state.//   "FAILED" - Indicates that the resource is in failed state.//   "MAINTENANCE_IN_PROGRESS" - Indicates that the resource is in maintenance// in progress state.Statestring `json:"state,omitempty"`// StorageSizeGb: Output only. The storage allocation for the disk group, in// gigabytes (GB).StorageSizeGbint64 `json:"storageSizeGb,omitempty"`// SystemVersion: Optional. Operating system version of the image.SystemVersionstring `json:"systemVersion,omitempty"`// TimeZone: Optional. Time zone of VM Cluster to set. Defaults to UTC if not// specified.TimeZone *TimeZone `json:"timeZone,omitempty"`// ForceSendFields is a list of field names (e.g. "ClusterName") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ClusterName") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

CloudVmClusterProperties: Various properties and settings associated withExadata VM cluster.

func (CloudVmClusterProperties)MarshalJSON

func (sCloudVmClusterProperties) MarshalJSON() ([]byte,error)

func (*CloudVmClusterProperties)UnmarshalJSON

func (s *CloudVmClusterProperties) UnmarshalJSON(data []byte)error

typeCustomerContact

type CustomerContact struct {// Email: Required. The email address used by Oracle to send notifications// regarding databases and infrastructure.Emailstring `json:"email,omitempty"`// ForceSendFields is a list of field names (e.g. "Email") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Email") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

CustomerContact: The CustomerContact reference as defined by Oracle.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/CustomerContact

func (CustomerContact)MarshalJSON

func (sCustomerContact) MarshalJSON() ([]byte,error)

typeDataCollectionOptions

type DataCollectionOptions struct {// DiagnosticsEventsEnabled: Optional. Indicates whether diagnostic collection// is enabled for the VM clusterDiagnosticsEventsEnabledbool `json:"diagnosticsEventsEnabled,omitempty"`// HealthMonitoringEnabled: Optional. Indicates whether health monitoring is// enabled for the VM clusterHealthMonitoringEnabledbool `json:"healthMonitoringEnabled,omitempty"`// IncidentLogsEnabled: Optional. Indicates whether incident logs and trace// collection are enabled for the VM clusterIncidentLogsEnabledbool `json:"incidentLogsEnabled,omitempty"`// ForceSendFields is a list of field names (e.g. "DiagnosticsEventsEnabled")// to unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DiagnosticsEventsEnabled") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DataCollectionOptions: Data collection options for diagnostics.

func (DataCollectionOptions)MarshalJSON

func (sDataCollectionOptions) MarshalJSON() ([]byte,error)

typeDataCollectionOptionsCommonadded inv0.250.0

type DataCollectionOptionsCommon struct {// IsDiagnosticsEventsEnabled: Optional. Indicates whether to enable data// collection for diagnostics.IsDiagnosticsEventsEnabledbool `json:"isDiagnosticsEventsEnabled,omitempty"`// IsHealthMonitoringEnabled: Optional. Indicates whether to enable health// monitoring.IsHealthMonitoringEnabledbool `json:"isHealthMonitoringEnabled,omitempty"`// IsIncidentLogsEnabled: Optional. Indicates whether to enable incident logs// and trace collection.IsIncidentLogsEnabledbool `json:"isIncidentLogsEnabled,omitempty"`// ForceSendFields is a list of field names (e.g. "IsDiagnosticsEventsEnabled")// to unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "IsDiagnosticsEventsEnabled") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DataCollectionOptionsCommon: Data collection options for diagnostics.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/DataCollectionOptions

func (DataCollectionOptionsCommon)MarshalJSONadded inv0.250.0

func (sDataCollectionOptionsCommon) MarshalJSON() ([]byte,error)

typeDataCollectionOptionsDbSystemadded inv0.250.0

type DataCollectionOptionsDbSystem struct {// IsDiagnosticsEventsEnabled: Optional. Indicates whether to enable data// collection for diagnostics.IsDiagnosticsEventsEnabledbool `json:"isDiagnosticsEventsEnabled,omitempty"`// IsIncidentLogsEnabled: Optional. Indicates whether to enable incident logs// and trace collection.IsIncidentLogsEnabledbool `json:"isIncidentLogsEnabled,omitempty"`// ForceSendFields is a list of field names (e.g. "IsDiagnosticsEventsEnabled")// to unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "IsDiagnosticsEventsEnabled") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DataCollectionOptionsDbSystem: Data collection options for DbSystem.

func (DataCollectionOptionsDbSystem)MarshalJSONadded inv0.250.0

func (sDataCollectionOptionsDbSystem) MarshalJSON() ([]byte,error)

typeDatabaseadded inv0.250.0

type Database struct {// AdminPassword: Required. The password for the default ADMIN user.AdminPasswordstring `json:"adminPassword,omitempty"`// CharacterSet: Optional. The character set for the database. The default is// AL32UTF8.CharacterSetstring `json:"characterSet,omitempty"`// CreateTime: Output only. The date and time that the Database was created.CreateTimestring `json:"createTime,omitempty"`// DatabaseId: Optional. The database ID of the Database.DatabaseIdstring `json:"databaseId,omitempty"`// DbHomeName: Optional. The name of the DbHome resource associated with the// Database.DbHomeNamestring `json:"dbHomeName,omitempty"`// DbName: Optional. The database name. The name must begin with an alphabetic// character and can contain a maximum of eight alphanumeric characters.// Special characters are not permitted.DbNamestring `json:"dbName,omitempty"`// DbUniqueName: Optional. The DB_UNIQUE_NAME of the Oracle Database being// backed up.DbUniqueNamestring `json:"dbUniqueName,omitempty"`// GcpOracleZone: Output only. The GCP Oracle zone where the Database is// created.GcpOracleZonestring `json:"gcpOracleZone,omitempty"`// Name: Identifier. The name of the Database resource in the following format:// projects/{project}/locations/{region}/databases/{database}Namestring `json:"name,omitempty"`// NcharacterSet: Optional. The national character set for the database. The// default is AL16UTF16.NcharacterSetstring `json:"ncharacterSet,omitempty"`// OciUrl: Output only. HTTPS link to OCI resources exposed to Customer via UI// Interface.OciUrlstring `json:"ociUrl,omitempty"`// OpsInsightsStatus: Output only. The Status of Operations Insights for this// Database.//// Possible values://   "OPERATIONS_INSIGHTS_STATUS_UNSPECIFIED" - Default unspecified value.//   "ENABLING" - Indicates that the operations insights are being enabled.//   "ENABLED" - Indicates that the operations insights are enabled.//   "DISABLING" - Indicates that the operations insights are being disabled.//   "NOT_ENABLED" - Indicates that the operations insights are not enabled.//   "FAILED_ENABLING" - Indicates that the operations insights failed to// enable.//   "FAILED_DISABLING" - Indicates that the operations insights failed to// disable.OpsInsightsStatusstring `json:"opsInsightsStatus,omitempty"`// Properties: Optional. The properties of the Database.Properties *DatabaseProperties `json:"properties,omitempty"`// TdeWalletPassword: Optional. The TDE wallet password for the database.TdeWalletPasswordstring `json:"tdeWalletPassword,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "AdminPassword") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AdminPassword") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Database: Details of the Database resource.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/Database/

func (Database)MarshalJSONadded inv0.250.0

func (sDatabase) MarshalJSON() ([]byte,error)

typeDatabaseCharacterSetadded inv0.250.0

type DatabaseCharacterSet struct {// CharacterSet: Output only. The character set name for the Database which is// the ID in the resource name.CharacterSetstring `json:"characterSet,omitempty"`// CharacterSetType: Output only. The character set type for the Database.//// Possible values://   "CHARACTER_SET_TYPE_UNSPECIFIED" - Character set type is not specified.//   "DATABASE" - Character set type is set to database.//   "NATIONAL" - Character set type is set to national.CharacterSetTypestring `json:"characterSetType,omitempty"`// Name: Identifier. The name of the Database Character Set resource in the// following format:// projects/{project}/locations/{region}/databaseCharacterSets/{database_charact// er_set}Namestring `json:"name,omitempty"`// ForceSendFields is a list of field names (e.g. "CharacterSet") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CharacterSet") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DatabaseCharacterSet: Details of the Database character set resource.

func (DatabaseCharacterSet)MarshalJSONadded inv0.250.0

func (sDatabaseCharacterSet) MarshalJSON() ([]byte,error)

typeDatabaseConnectionStringProfile

type DatabaseConnectionStringProfile struct {// ConsumerGroup: Output only. The current consumer group being used by the// connection.//// Possible values://   "CONSUMER_GROUP_UNSPECIFIED" - Default unspecified value.//   "HIGH" - High consumer group.//   "MEDIUM" - Medium consumer group.//   "LOW" - Low consumer group.//   "TP" - TP consumer group.//   "TPURGENT" - TPURGENT consumer group.ConsumerGroupstring `json:"consumerGroup,omitempty"`// DisplayName: Output only. The display name for the database connection.DisplayNamestring `json:"displayName,omitempty"`// HostFormat: Output only. The host name format being currently used in// connection string.//// Possible values://   "HOST_FORMAT_UNSPECIFIED" - Default unspecified value.//   "FQDN" - FQDN//   "IP" - IPHostFormatstring `json:"hostFormat,omitempty"`// IsRegional: Output only. This field indicates if the connection string is// regional and is only applicable for cross-region Data Guard.IsRegionalbool `json:"isRegional,omitempty"`// Protocol: Output only. The protocol being used by the connection.//// Possible values://   "PROTOCOL_UNSPECIFIED" - Default unspecified value.//   "TCP" - Tcp//   "TCPS" - TcpsProtocolstring `json:"protocol,omitempty"`// SessionMode: Output only. The current session mode of the connection.//// Possible values://   "SESSION_MODE_UNSPECIFIED" - Default unspecified value.//   "DIRECT" - Direct//   "INDIRECT" - IndirectSessionModestring `json:"sessionMode,omitempty"`// SyntaxFormat: Output only. The syntax of the connection string.//// Possible values://   "SYNTAX_FORMAT_UNSPECIFIED" - Default unspecified value.//   "LONG" - Long//   "EZCONNECT" - Ezconnect//   "EZCONNECTPLUS" - EzconnectplusSyntaxFormatstring `json:"syntaxFormat,omitempty"`// TlsAuthentication: Output only. This field indicates the TLS authentication// type of the connection.//// Possible values://   "TLS_AUTHENTICATION_UNSPECIFIED" - Default unspecified value.//   "SERVER" - Server//   "MUTUAL" - MutualTlsAuthenticationstring `json:"tlsAuthentication,omitempty"`// Value: Output only. The value of the connection string.Valuestring `json:"value,omitempty"`// ForceSendFields is a list of field names (e.g. "ConsumerGroup") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ConsumerGroup") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DatabaseConnectionStringProfile: The connection string profile to allowclients to group.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/DatabaseConnectionStringProfile

func (DatabaseConnectionStringProfile)MarshalJSON

func (sDatabaseConnectionStringProfile) MarshalJSON() ([]byte,error)

typeDatabaseManagementConfigadded inv0.250.0

type DatabaseManagementConfig struct {// ManagementState: Output only. The status of the Database Management service.//// Possible values://   "MANAGEMENT_STATE_UNSPECIFIED" - The status is not specified.//   "ENABLING" - The Database Management service is enabling.//   "ENABLED" - The Database Management service is enabled.//   "DISABLING" - The Database Management service is disabling.//   "DISABLED" - The Database Management service is disabled.//   "UPDATING" - The Database Management service is updating.//   "FAILED_ENABLING" - The Database Management service failed to enable.//   "FAILED_DISABLING" - The Database Management service failed to disable.//   "FAILED_UPDATING" - The Database Management service failed to update.ManagementStatestring `json:"managementState,omitempty"`// ManagementType: Output only. The Database Management type.//// Possible values://   "MANAGEMENT_TYPE_UNSPECIFIED" - The type is not specified.//   "BASIC" - Basic Database Management.//   "ADVANCED" - Advanced Database Management.ManagementTypestring `json:"managementType,omitempty"`// ForceSendFields is a list of field names (e.g. "ManagementState") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ManagementState") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DatabaseManagementConfig: The configuration of the Database Managementservice.

func (DatabaseManagementConfig)MarshalJSONadded inv0.250.0

func (sDatabaseManagementConfig) MarshalJSON() ([]byte,error)

typeDatabasePropertiesadded inv0.250.0

type DatabaseProperties struct {// DatabaseManagementConfig: Output only. The Database Management config.DatabaseManagementConfig *DatabaseManagementConfig `json:"databaseManagementConfig,omitempty"`// DbBackupConfig: Optional. Backup options for the Database.DbBackupConfig *DbBackupConfig `json:"dbBackupConfig,omitempty"`// DbVersion: Required. The Oracle Database version.DbVersionstring `json:"dbVersion,omitempty"`// State: Output only. State of the Database.//// Possible values://   "DATABASE_LIFECYCLE_STATE_UNSPECIFIED" - Default unspecified value.//   "PROVISIONING" - Indicates that the resource is in provisioning state.//   "AVAILABLE" - Indicates that the resource is in available state.//   "UPDATING" - Indicates that the resource is in updating state.//   "BACKUP_IN_PROGRESS" - Indicates that the resource is in backup in// progress state.//   "UPGRADING" - Indicates that the resource is in upgrading state.//   "CONVERTING" - Indicates that the resource is in converting state.//   "TERMINATING" - Indicates that the resource is in terminating state.//   "TERMINATED" - Indicates that the resource is in terminated state.//   "RESTORE_FAILED" - Indicates that the resource is in restore failed state.//   "FAILED" - Indicates that the resource is in failed state.Statestring `json:"state,omitempty"`// ForceSendFields is a list of field names (e.g. "DatabaseManagementConfig")// to unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DatabaseManagementConfig") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DatabaseProperties: The properties of a Database.

func (DatabaseProperties)MarshalJSONadded inv0.250.0

func (sDatabaseProperties) MarshalJSON() ([]byte,error)

typeDbBackupConfigadded inv0.250.0

type DbBackupConfig struct {// AutoBackupEnabled: Optional. If set to true, enables automatic backups on// the database.AutoBackupEnabledbool `json:"autoBackupEnabled,omitempty"`// AutoFullBackupDay: Optional. The day of the week on which the full backup// should be performed on the database. If no value is provided, it will// default to Sunday.//// Possible values://   "DAY_OF_WEEK_UNSPECIFIED" - The day of the week is unspecified.//   "MONDAY" - Monday//   "TUESDAY" - Tuesday//   "WEDNESDAY" - Wednesday//   "THURSDAY" - Thursday//   "FRIDAY" - Friday//   "SATURDAY" - Saturday//   "SUNDAY" - SundayAutoFullBackupDaystring `json:"autoFullBackupDay,omitempty"`// AutoFullBackupWindow: Optional. The window in which the full backup should// be performed on the database. If no value is provided, the default is// anytime.//// Possible values://   "BACKUP_WINDOW_UNSPECIFIED" - Default unspecified value.//   "SLOT_ONE" - 12:00 AM - 2:00 AM//   "SLOT_TWO" - 2:00 AM - 4:00 AM//   "SLOT_THREE" - 4:00 AM - 6:00 AM//   "SLOT_FOUR" - 6:00 AM - 8:00 AM//   "SLOT_FIVE" - 8:00 AM - 10:00 AM//   "SLOT_SIX" - 10:00 AM - 12:00 PM//   "SLOT_SEVEN" - 12:00 PM - 2:00 PM//   "SLOT_EIGHT" - 2:00 PM - 4:00 PM//   "SLOT_NINE" - 4:00 PM - 6:00 PM//   "SLOT_TEN" - 6:00 PM - 8:00 PM//   "SLOT_ELEVEN" - 8:00 PM - 10:00 PM//   "SLOT_TWELVE" - 10:00 PM - 12:00 AMAutoFullBackupWindowstring `json:"autoFullBackupWindow,omitempty"`// AutoIncrementalBackupWindow: Optional. The window in which the incremental// backup should be performed on the database. If no value is provided, the// default is anytime except the auto full backup day.//// Possible values://   "BACKUP_WINDOW_UNSPECIFIED" - Default unspecified value.//   "SLOT_ONE" - 12:00 AM - 2:00 AM//   "SLOT_TWO" - 2:00 AM - 4:00 AM//   "SLOT_THREE" - 4:00 AM - 6:00 AM//   "SLOT_FOUR" - 6:00 AM - 8:00 AM//   "SLOT_FIVE" - 8:00 AM - 10:00 AM//   "SLOT_SIX" - 10:00 AM - 12:00 PM//   "SLOT_SEVEN" - 12:00 PM - 2:00 PM//   "SLOT_EIGHT" - 2:00 PM - 4:00 PM//   "SLOT_NINE" - 4:00 PM - 6:00 PM//   "SLOT_TEN" - 6:00 PM - 8:00 PM//   "SLOT_ELEVEN" - 8:00 PM - 10:00 PM//   "SLOT_TWELVE" - 10:00 PM - 12:00 AMAutoIncrementalBackupWindowstring `json:"autoIncrementalBackupWindow,omitempty"`// BackupDeletionPolicy: Optional. This defines when the backups will be// deleted after Database termination.//// Possible values://   "BACKUP_DELETION_POLICY_UNSPECIFIED" - Default unspecified value.//   "DELETE_IMMEDIATELY" - Keeps the backup for predefined time i.e. 72 hours// and then delete permanently.//   "DELETE_AFTER_RETENTION_PERIOD" - Keeps the backups as per the policy// defined for database backups.BackupDeletionPolicystring `json:"backupDeletionPolicy,omitempty"`// BackupDestinationDetails: Optional. Details of the database backup// destinations.BackupDestinationDetails []*BackupDestinationDetails `json:"backupDestinationDetails,omitempty"`// RetentionPeriodDays: Optional. The number of days an automatic backup is// retained before being automatically deleted. This value determines the// earliest point in time to which a database can be restored. Min: 1, Max: 60.RetentionPeriodDaysint64 `json:"retentionPeriodDays,omitempty"`// ForceSendFields is a list of field names (e.g. "AutoBackupEnabled") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AutoBackupEnabled") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DbBackupConfig: Backup Options for the Database.

func (DbBackupConfig)MarshalJSONadded inv0.250.0

func (sDbBackupConfig) MarshalJSON() ([]byte,error)

typeDbHomeadded inv0.250.0

type DbHome struct {// Database: Required. The Database resource.Database *Database `json:"database,omitempty"`// DbVersion: Required. A valid Oracle Database version. For a list of// supported versions, use the ListDbVersions operation.DbVersionstring `json:"dbVersion,omitempty"`// DisplayName: Optional. The display name for the Database Home. The name does// not have to be unique within your project.DisplayNamestring `json:"displayName,omitempty"`// IsUnifiedAuditingEnabled: Optional. Whether unified auditing is enabled for// the Database Home.IsUnifiedAuditingEnabledbool `json:"isUnifiedAuditingEnabled,omitempty"`// ForceSendFields is a list of field names (e.g. "Database") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Database") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DbHome: Details of the Database Home resource.

func (DbHome)MarshalJSONadded inv0.250.0

func (sDbHome) MarshalJSON() ([]byte,error)

typeDbNode

type DbNode struct {// Name: Identifier. The name of the database node resource in the following// format:// projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}/db// Nodes/{db_node}Namestring `json:"name,omitempty"`// Properties: Optional. Various properties of the database node.Properties *DbNodeProperties `json:"properties,omitempty"`// ForceSendFields is a list of field names (e.g. "Name") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Name") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DbNode: Details of the database node resource.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbNode/

func (DbNode)MarshalJSON

func (sDbNode) MarshalJSON() ([]byte,error)

typeDbNodeProperties

type DbNodeProperties struct {// CreateTime: Output only. The date and time that the database node was// created.CreateTimestring `json:"createTime,omitempty"`// DbNodeStorageSizeGb: Optional. Local storage per database node.DbNodeStorageSizeGbint64 `json:"dbNodeStorageSizeGb,omitempty"`// DbServerOcid: Optional. Database server OCID.DbServerOcidstring `json:"dbServerOcid,omitempty"`// Hostname: Optional. DNSHostnamestring `json:"hostname,omitempty"`// MemorySizeGb: Memory allocated in GBs.MemorySizeGbint64 `json:"memorySizeGb,omitempty"`// Ocid: Output only. OCID of database node.Ocidstring `json:"ocid,omitempty"`// OcpuCount: Optional. OCPU count per database node.OcpuCountint64 `json:"ocpuCount,omitempty"`// State: Output only. State of the database node.//// Possible values://   "STATE_UNSPECIFIED" - Default unspecified value.//   "PROVISIONING" - Indicates that the resource is in provisioning state.//   "AVAILABLE" - Indicates that the resource is in available state.//   "UPDATING" - Indicates that the resource is in updating state.//   "STOPPING" - Indicates that the resource is in stopping state.//   "STOPPED" - Indicates that the resource is in stopped state.//   "STARTING" - Indicates that the resource is in starting state.//   "TERMINATING" - Indicates that the resource is in terminating state.//   "TERMINATED" - Indicates that the resource is in terminated state.//   "FAILED" - Indicates that the resource is in failed state.Statestring `json:"state,omitempty"`// TotalCpuCoreCount: Total CPU core count of the database node.TotalCpuCoreCountint64 `json:"totalCpuCoreCount,omitempty"`// ForceSendFields is a list of field names (e.g. "CreateTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CreateTime") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DbNodeProperties: Various properties and settings associated with Db node.

func (DbNodeProperties)MarshalJSON

func (sDbNodeProperties) MarshalJSON() ([]byte,error)

typeDbServer

type DbServer struct {// DisplayName: Optional. User friendly name for this resource.DisplayNamestring `json:"displayName,omitempty"`// Name: Identifier. The name of the database server resource with the format:// projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_ex// adata_infrastructure}/dbServers/{db_server}Namestring `json:"name,omitempty"`// Properties: Optional. Various properties of the database server.Properties *DbServerProperties `json:"properties,omitempty"`// ForceSendFields is a list of field names (e.g. "DisplayName") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DisplayName") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DbServer: Details of the database server resource.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbServer/

func (DbServer)MarshalJSON

func (sDbServer) MarshalJSON() ([]byte,error)

typeDbServerProperties

type DbServerProperties struct {// DbNodeIds: Output only. OCID of database nodes associated with the database// server.DbNodeIds []string `json:"dbNodeIds,omitempty"`// DbNodeStorageSizeGb: Optional. Local storage per VM.DbNodeStorageSizeGbint64 `json:"dbNodeStorageSizeGb,omitempty"`// MaxDbNodeStorageSizeGb: Optional. Maximum local storage per VM.MaxDbNodeStorageSizeGbint64 `json:"maxDbNodeStorageSizeGb,omitempty"`// MaxMemorySizeGb: Optional. Maximum memory allocated in GBs.MaxMemorySizeGbint64 `json:"maxMemorySizeGb,omitempty"`// MaxOcpuCount: Optional. Maximum OCPU count per database.MaxOcpuCountint64 `json:"maxOcpuCount,omitempty"`// MemorySizeGb: Optional. Memory allocated in GBs.MemorySizeGbint64 `json:"memorySizeGb,omitempty"`// Ocid: Output only. OCID of database server.Ocidstring `json:"ocid,omitempty"`// OcpuCount: Optional. OCPU count per database.OcpuCountint64 `json:"ocpuCount,omitempty"`// State: Output only. State of the database server.//// Possible values://   "STATE_UNSPECIFIED" - Default unspecified value.//   "CREATING" - Indicates that the resource is in creating state.//   "AVAILABLE" - Indicates that the resource is in available state.//   "UNAVAILABLE" - Indicates that the resource is in unavailable state.//   "DELETING" - Indicates that the resource is in deleting state.//   "DELETED" - Indicates that the resource is in deleted state.Statestring `json:"state,omitempty"`// VmCount: Optional. Vm count per database.VmCountint64 `json:"vmCount,omitempty"`// ForceSendFields is a list of field names (e.g. "DbNodeIds") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DbNodeIds") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DbServerProperties: Various properties and settings associated with Exadatadatabase server.

func (DbServerProperties)MarshalJSON

func (sDbServerProperties) MarshalJSON() ([]byte,error)

typeDbSystemadded inv0.250.0

type DbSystem struct {// CreateTime: Output only. The date and time that the DbSystem was created.CreateTimestring `json:"createTime,omitempty"`// DisplayName: Required. The display name for the System db. The name does not// have to be unique within your project.DisplayNamestring `json:"displayName,omitempty"`// EntitlementId: Output only. The ID of the subscription entitlement// associated with the DbSystemEntitlementIdstring `json:"entitlementId,omitempty"`// GcpOracleZone: Optional. The GCP Oracle zone where Oracle DbSystem is// hosted. Example: us-east4-b-r2. If not specified, the system will pick a// zone based on availability.GcpOracleZonestring `json:"gcpOracleZone,omitempty"`// Labels: Optional. The labels or tags associated with the DbSystem.Labels map[string]string `json:"labels,omitempty"`// Name: Identifier. The name of the DbSystem resource in the following format:// projects/{project}/locations/{region}/dbSystems/{db_system}Namestring `json:"name,omitempty"`// OciUrl: Output only. HTTPS link to OCI resources exposed to Customer via UI// Interface.OciUrlstring `json:"ociUrl,omitempty"`// OdbNetwork: Optional. The name of the OdbNetwork associated with the// DbSystem. Format:// projects/{project}/locations/{location}/odbNetworks/{odb_network} It is// optional but if specified, this should match the parent ODBNetwork of the// OdbSubnet.OdbNetworkstring `json:"odbNetwork,omitempty"`// OdbSubnet: Required. The name of the OdbSubnet associated with the DbSystem// for IP allocation. Format:// projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/// {odb_subnet}OdbSubnetstring `json:"odbSubnet,omitempty"`// Properties: Optional. The properties of the DbSystem.Properties *DbSystemProperties `json:"properties,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "CreateTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CreateTime") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DbSystem: Details of the DbSystem (BaseDB) resource.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbSystem/

func (DbSystem)MarshalJSONadded inv0.250.0

func (sDbSystem) MarshalJSON() ([]byte,error)

typeDbSystemInitialStorageSizeadded inv0.250.0

type DbSystemInitialStorageSize struct {// Name: Output only. The name of the resource.Namestring `json:"name,omitempty"`// Properties: Output only. The properties of the DbSystem initial storage size// summary.Properties *DbSystemInitialStorageSizeProperties `json:"properties,omitempty"`// ForceSendFields is a list of field names (e.g. "Name") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Name") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DbSystemInitialStorageSize: Summary of the DbSystem initial storage size.

func (DbSystemInitialStorageSize)MarshalJSONadded inv0.250.0

func (sDbSystemInitialStorageSize) MarshalJSON() ([]byte,error)

typeDbSystemInitialStorageSizePropertiesadded inv0.250.0

type DbSystemInitialStorageSizeProperties struct {// LaunchFromBackupStorageSizeDetails: Output only. List of storage disk// details available for launches from backup.LaunchFromBackupStorageSizeDetails []*StorageSizeDetails `json:"launchFromBackupStorageSizeDetails,omitempty"`// ShapeType: Output only. VM shape platform type//// Possible values://   "SHAPE_TYPE_UNSPECIFIED" - Unspecified shape type.//   "STANDARD_X86" - Standard X86.ShapeTypestring `json:"shapeType,omitempty"`// StorageManagement: Output only. The storage option used in DB system.//// Possible values://   "STORAGE_MANAGEMENT_UNSPECIFIED" - Unspecified storage management.//   "ASM" - Automatic Storage Management.//   "LVM" - Logical Volume Management.StorageManagementstring `json:"storageManagement,omitempty"`// StorageSizeDetails: Output only. List of storage disk details.StorageSizeDetails []*StorageSizeDetails `json:"storageSizeDetails,omitempty"`// ForceSendFields is a list of field names (e.g.// "LaunchFromBackupStorageSizeDetails") to unconditionally include in API// requests. By default, fields with empty or default values are omitted from// API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g.// "LaunchFromBackupStorageSizeDetails") to include in API requests with the// JSON null value. By default, fields with empty values are omitted from API// requests. Seehttps://pkg.go.dev/google.golang.org/api#hdr-NullFields for// more details.NullFields []string `json:"-"`}

DbSystemInitialStorageSizeProperties: The properties of a DbSystem initialstorage size summary.

func (DbSystemInitialStorageSizeProperties)MarshalJSONadded inv0.250.0

typeDbSystemOptionsadded inv0.250.0

type DbSystemOptions struct {// StorageManagement: Optional. The storage option used in DB system.//// Possible values://   "STORAGE_MANAGEMENT_UNSPECIFIED" - The storage management is unspecified.//   "ASM" - Automatic storage management.//   "LVM" - Logical Volume management.StorageManagementstring `json:"storageManagement,omitempty"`// ForceSendFields is a list of field names (e.g. "StorageManagement") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "StorageManagement") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DbSystemOptions: Details of the DbSystem Options.

func (DbSystemOptions)MarshalJSONadded inv0.250.0

func (sDbSystemOptions) MarshalJSON() ([]byte,error)

typeDbSystemPropertiesadded inv0.250.0

type DbSystemProperties struct {// ComputeCount: Required. The number of CPU cores to enable for the DbSystem.ComputeCountint64 `json:"computeCount,omitempty"`// ComputeModel: Optional. The compute model of the DbSystem.//// Possible values://   "COMPUTE_MODEL_UNSPECIFIED" - The compute model is unspecified.//   "ECPU" - The compute model is virtual.//   "OCPU" - The compute model is physical.ComputeModelstring `json:"computeModel,omitempty"`// DataCollectionOptions: Optional. Data collection options for diagnostics.DataCollectionOptions *DataCollectionOptionsDbSystem `json:"dataCollectionOptions,omitempty"`// DataStorageSizeGb: Optional. The data storage size in GB that is currently// available to DbSystems.DataStorageSizeGbint64 `json:"dataStorageSizeGb,omitempty"`// DatabaseEdition: Required. The database edition of the DbSystem.//// Possible values://   "DB_SYSTEM_DATABASE_EDITION_UNSPECIFIED" - The database edition is// unspecified.//   "STANDARD_EDITION" - The database edition is Standard.//   "ENTERPRISE_EDITION" - The database edition is Enterprise.//   "ENTERPRISE_EDITION_HIGH_PERFORMANCE" - The database edition is Enterprise// Edition.DatabaseEditionstring `json:"databaseEdition,omitempty"`// DbHome: Optional. Details for creating a Database Home.DbHome *DbHome `json:"dbHome,omitempty"`// DbSystemOptions: Optional. The options for the DbSystem.DbSystemOptions *DbSystemOptions `json:"dbSystemOptions,omitempty"`// Domain: Optional. The host domain name of the DbSystem.Domainstring `json:"domain,omitempty"`// Hostname: Output only. The hostname of the DbSystem.Hostnamestring `json:"hostname,omitempty"`// HostnamePrefix: Optional. Prefix for DB System host names.HostnamePrefixstring `json:"hostnamePrefix,omitempty"`// InitialDataStorageSizeGb: Required. The initial data storage size in GB.InitialDataStorageSizeGbint64 `json:"initialDataStorageSizeGb,omitempty"`// LicenseModel: Required. The license model of the DbSystem.//// Possible values://   "LICENSE_MODEL_UNSPECIFIED" - The license model is unspecified.//   "LICENSE_INCLUDED" - The license model is included.//   "BRING_YOUR_OWN_LICENSE" - The license model is bring your own license.LicenseModelstring `json:"licenseModel,omitempty"`// LifecycleState: Output only. State of the DbSystem.//// Possible values://   "DB_SYSTEM_LIFECYCLE_STATE_UNSPECIFIED" - Default unspecified value.//   "PROVISIONING" - Indicates that the resource is in provisioning state.//   "AVAILABLE" - Indicates that the resource is in available state.//   "UPDATING" - Indicates that the resource is in updating state.//   "TERMINATING" - Indicates that the resource is in terminating state.//   "TERMINATED" - Indicates that the resource is in terminated state.//   "FAILED" - Indicates that the resource is in failed state.//   "MIGRATED" - Indicates that the resource has been migrated.//   "MAINTENANCE_IN_PROGRESS" - Indicates that the resource is in maintenance// in progress state.//   "NEEDS_ATTENTION" - Indicates that the resource needs attention.//   "UPGRADING" - Indicates that the resource is upgrading.LifecycleStatestring `json:"lifecycleState,omitempty"`// MemorySizeGb: Optional. The memory size in GB.MemorySizeGbint64 `json:"memorySizeGb,omitempty"`// NodeCount: Optional. The number of nodes in the DbSystem.NodeCountint64 `json:"nodeCount,omitempty"`// Ocid: Output only. OCID of the DbSystem.Ocidstring `json:"ocid,omitempty"`// PrivateIp: Optional. The private IP address of the DbSystem.PrivateIpstring `json:"privateIp,omitempty"`// RecoStorageSizeGb: Optional. The reco/redo storage size in GB.RecoStorageSizeGbint64 `json:"recoStorageSizeGb,omitempty"`// Shape: Required. Shape of DB System.Shapestring `json:"shape,omitempty"`// SshPublicKeys: Required. SSH public keys to be stored with the DbSystem.SshPublicKeys []string `json:"sshPublicKeys,omitempty"`// TimeZone: Optional. Time zone of the DbSystem.TimeZone *TimeZone `json:"timeZone,omitempty"`// ForceSendFields is a list of field names (e.g. "ComputeCount") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ComputeCount") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DbSystemProperties: The properties of a DbSystem.

func (DbSystemProperties)MarshalJSONadded inv0.250.0

func (sDbSystemProperties) MarshalJSON() ([]byte,error)

typeDbSystemShape

type DbSystemShape struct {// AvailableCoreCountPerNode: Optional. Number of cores per node.AvailableCoreCountPerNodeint64 `json:"availableCoreCountPerNode,omitempty"`// AvailableDataStorageTb: Optional. Storage per storage server in terabytes.AvailableDataStorageTbint64 `json:"availableDataStorageTb,omitempty"`// AvailableMemoryPerNodeGb: Optional. Memory per database server node in// gigabytes.AvailableMemoryPerNodeGbint64 `json:"availableMemoryPerNodeGb,omitempty"`// MaxNodeCount: Optional. Maximum number of database servers.MaxNodeCountint64 `json:"maxNodeCount,omitempty"`// MaxStorageCount: Optional. Maximum number of storage servers.MaxStorageCountint64 `json:"maxStorageCount,omitempty"`// MinCoreCountPerNode: Optional. Minimum core count per node.MinCoreCountPerNodeint64 `json:"minCoreCountPerNode,omitempty"`// MinDbNodeStoragePerNodeGb: Optional. Minimum node storage per database// server in gigabytes.MinDbNodeStoragePerNodeGbint64 `json:"minDbNodeStoragePerNodeGb,omitempty"`// MinMemoryPerNodeGb: Optional. Minimum memory per node in gigabytes.MinMemoryPerNodeGbint64 `json:"minMemoryPerNodeGb,omitempty"`// MinNodeCount: Optional. Minimum number of database servers.MinNodeCountint64 `json:"minNodeCount,omitempty"`// MinStorageCount: Optional. Minimum number of storage servers.MinStorageCountint64 `json:"minStorageCount,omitempty"`// Name: Identifier. The name of the Database System Shape resource with the// format:// projects/{project}/locations/{region}/dbSystemShapes/{db_system_shape}Namestring `json:"name,omitempty"`// Shape: Optional. shapeShapestring `json:"shape,omitempty"`// ForceSendFields is a list of field names (e.g. "AvailableCoreCountPerNode")// to unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AvailableCoreCountPerNode") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DbSystemShape: Details of the Database System Shapes resource.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbSystemShapeSummary/

func (DbSystemShape)MarshalJSON

func (sDbSystemShape) MarshalJSON() ([]byte,error)

typeDbVersionadded inv0.250.0

type DbVersion struct {// Name: Output only. The name of the DbVersion resource in the following// format: projects/{project}/locations/{region}/dbVersions/{db_version}Namestring `json:"name,omitempty"`// Properties: Output only. The properties of the DbVersion.Properties *DbVersionProperties `json:"properties,omitempty"`// ForceSendFields is a list of field names (e.g. "Name") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Name") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DbVersion: A valid Oracle Database version.

func (DbVersion)MarshalJSONadded inv0.250.0

func (sDbVersion) MarshalJSON() ([]byte,error)

typeDbVersionPropertiesadded inv0.250.0

type DbVersionProperties struct {// IsLatestForMajorVersion: Output only. True if this version of the Oracle// Database software is the latest version for a release.IsLatestForMajorVersionbool `json:"isLatestForMajorVersion,omitempty"`// IsPreviewDbVersion: Output only. True if this version of the Oracle Database// software is the preview version.IsPreviewDbVersionbool `json:"isPreviewDbVersion,omitempty"`// IsUpgradeSupported: Output only. True if this version of the Oracle Database// software is supported for Upgrade.IsUpgradeSupportedbool `json:"isUpgradeSupported,omitempty"`// SupportsPdb: Output only. True if this version of the Oracle Database// software supports pluggable databases.SupportsPdbbool `json:"supportsPdb,omitempty"`// Version: Output only. A valid Oracle Database version.Versionstring `json:"version,omitempty"`// ForceSendFields is a list of field names (e.g. "IsLatestForMajorVersion") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "IsLatestForMajorVersion") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DbVersionProperties: The properties of a DbVersion.

func (DbVersionProperties)MarshalJSONadded inv0.250.0

func (sDbVersionProperties) MarshalJSON() ([]byte,error)

typeDefinedTagValueadded inv0.250.0

type DefinedTagValue struct {// Tags: The tags within the namespace.Tags map[string]string `json:"tags,omitempty"`// ForceSendFields is a list of field names (e.g. "Tags") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Tags") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DefinedTagValue: Wrapper message for the value of a defined tag.

func (DefinedTagValue)MarshalJSONadded inv0.250.0

func (sDefinedTagValue) MarshalJSON() ([]byte,error)

typeEmpty

type Empty struct {// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`}

Empty: A generic empty message that you can re-use to avoid definingduplicated empty messages in your APIs. A typical example is to use it asthe request or the response type of an API method. For instance: service Foo{ rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }

typeEncryptionKeyadded inv0.251.0

type EncryptionKey struct {// KmsKey: Optional. The KMS key used to encrypt the Autonomous Database. This// field is required if the provider is GOOGLE_MANAGED. The name of the KMS key// resource in the following format:// `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{cryp// to_key}`.KmsKeystring `json:"kmsKey,omitempty"`// Provider: Optional. The provider of the encryption key.//// Possible values://   "PROVIDER_UNSPECIFIED" - Default unspecified value.//   "GOOGLE_MANAGED" - Google Managed KMS key, if selected, please provide the// KMS key name.//   "ORACLE_MANAGED" - Oracle Managed.Providerstring `json:"provider,omitempty"`// ForceSendFields is a list of field names (e.g. "KmsKey") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "KmsKey") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

EncryptionKey: The encryption key used to encrypt the Autonomous Database.

func (EncryptionKey)MarshalJSONadded inv0.251.0

func (sEncryptionKey) MarshalJSON() ([]byte,error)

typeEncryptionKeyHistoryEntryadded inv0.251.0

type EncryptionKeyHistoryEntry struct {// ActivationTime: Output only. The date and time when the encryption key was// activated on the Autonomous Database..ActivationTimestring `json:"activationTime,omitempty"`// EncryptionKey: Output only. The encryption key used to encrypt the// Autonomous Database.EncryptionKey *EncryptionKey `json:"encryptionKey,omitempty"`// ForceSendFields is a list of field names (e.g. "ActivationTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ActivationTime") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

EncryptionKeyHistoryEntry: The history of the encryption keys used toencrypt the Autonomous Database.

func (EncryptionKeyHistoryEntry)MarshalJSONadded inv0.251.0

func (sEncryptionKeyHistoryEntry) MarshalJSON() ([]byte,error)

typeEntitlement

type Entitlement struct {// CloudAccountDetails: Details of the OCI Cloud Account.CloudAccountDetails *CloudAccountDetails `json:"cloudAccountDetails,omitempty"`// EntitlementId: Output only. Google Cloud Marketplace order ID (aka// entitlement ID)EntitlementIdstring `json:"entitlementId,omitempty"`// Name: Identifier. The name of the Entitlement resource with the format:// projects/{project}/locations/{region}/entitlements/{entitlement}Namestring `json:"name,omitempty"`// State: Output only. Entitlement State.//// Possible values://   "STATE_UNSPECIFIED" - Default unspecified value.//   "ACCOUNT_NOT_LINKED" - Account not linked.//   "ACCOUNT_NOT_ACTIVE" - Account is linked but not active.//   "ACTIVE" - Entitlement and Account are active.//   "ACCOUNT_SUSPENDED" - Account is suspended.//   "NOT_APPROVED_IN_PRIVATE_MARKETPLACE" - Entitlement is not approved in// private marketplace.Statestring `json:"state,omitempty"`// ForceSendFields is a list of field names (e.g. "CloudAccountDetails") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CloudAccountDetails") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Entitlement: Details of the Entitlement resource.

func (Entitlement)MarshalJSON

func (sEntitlement) MarshalJSON() ([]byte,error)

typeExadbVmClusteradded inv0.250.0

type ExadbVmCluster struct {// BackupOdbSubnet: Required. Immutable. The name of the backup OdbSubnet// associated with the ExadbVmCluster. Format:// projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/// {odb_subnet}BackupOdbSubnetstring `json:"backupOdbSubnet,omitempty"`// CreateTime: Output only. The date and time that the ExadbVmCluster was// created.CreateTimestring `json:"createTime,omitempty"`// DisplayName: Required. Immutable. The display name for the ExadbVmCluster.// The name does not have to be unique within your project. The name must be// 1-255 characters long and can only contain alphanumeric characters.DisplayNamestring `json:"displayName,omitempty"`// EntitlementId: Output only. The ID of the subscription entitlement// associated with the ExadbVmCluster.EntitlementIdstring `json:"entitlementId,omitempty"`// GcpOracleZone: Output only. Immutable. The GCP Oracle zone where Oracle// ExadbVmCluster is hosted. Example: us-east4-b-r2. During creation, the// system will pick the zone assigned to the ExascaleDbStorageVault.GcpOracleZonestring `json:"gcpOracleZone,omitempty"`// Labels: Optional. The labels or tags associated with the ExadbVmCluster.Labels map[string]string `json:"labels,omitempty"`// Name: Identifier. The name of the ExadbVmCluster resource in the following// format:// projects/{project}/locations/{region}/exadbVmClusters/{exadb_vm_cluster}Namestring `json:"name,omitempty"`// OdbNetwork: Optional. Immutable. The name of the OdbNetwork associated with// the ExadbVmCluster. Format:// projects/{project}/locations/{location}/odbNetworks/{odb_network} It is// optional but if specified, this should match the parent ODBNetwork of the// OdbSubnet.OdbNetworkstring `json:"odbNetwork,omitempty"`// OdbSubnet: Required. Immutable. The name of the OdbSubnet associated with// the ExadbVmCluster for IP allocation. Format:// projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/// {odb_subnet}OdbSubnetstring `json:"odbSubnet,omitempty"`// Properties: Required. The properties of the ExadbVmCluster.Properties *ExadbVmClusterProperties `json:"properties,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "BackupOdbSubnet") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "BackupOdbSubnet") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ExadbVmCluster: ExadbVmCluster represents a cluster of VMs that are used torun Exadata workloads.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/ExadbVmCluster/

func (ExadbVmCluster)MarshalJSONadded inv0.250.0

func (sExadbVmCluster) MarshalJSON() ([]byte,error)

typeExadbVmClusterPropertiesadded inv0.250.0

type ExadbVmClusterProperties struct {// AdditionalEcpuCountPerNode: Optional. Immutable. The number of additional// ECPUs per node for an Exadata VM cluster on exascale infrastructure.AdditionalEcpuCountPerNodeint64 `json:"additionalEcpuCountPerNode,omitempty"`// ClusterName: Optional. Immutable. The cluster name for Exascale vm cluster.// The cluster name must begin with an alphabetic character and may contain// hyphens(-) but can not contain underscores(_). It should be not more than 11// characters and is not case sensitive. OCI Cluster name.ClusterNamestring `json:"clusterName,omitempty"`// DataCollectionOptions: Optional. Immutable. Indicates user preference for// data collection options.DataCollectionOptions *DataCollectionOptionsCommon `json:"dataCollectionOptions,omitempty"`// EnabledEcpuCountPerNode: Required. Immutable. The number of ECPUs enabled// per node for an exadata vm cluster on exascale infrastructure.EnabledEcpuCountPerNodeint64 `json:"enabledEcpuCountPerNode,omitempty"`// ExascaleDbStorageVault: Required. Immutable. The name of// ExascaleDbStorageVault associated with the ExadbVmCluster. It can refer to// an existing ExascaleDbStorageVault. Or a new one can be created during the// ExadbVmCluster creation (requires storage_vault_properties to be set).// Format:// projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_// storage_vault}ExascaleDbStorageVaultstring `json:"exascaleDbStorageVault,omitempty"`// GiVersion: Output only. The Oracle Grid Infrastructure (GI) software// version.GiVersionstring `json:"giVersion,omitempty"`// GridImageId: Required. Immutable. Grid Infrastructure Version.GridImageIdstring `json:"gridImageId,omitempty"`// Hostname: Output only. The hostname of the ExadbVmCluster.Hostnamestring `json:"hostname,omitempty"`// HostnamePrefix: Required. Immutable. Prefix for VM cluster host names.HostnamePrefixstring `json:"hostnamePrefix,omitempty"`// LicenseModel: Optional. Immutable. The license type of the ExadbVmCluster.//// Possible values://   "LICENSE_MODEL_UNSPECIFIED" - Unspecified.//   "LICENSE_INCLUDED" - Default is license included.//   "BRING_YOUR_OWN_LICENSE" - Bring your own license.LicenseModelstring `json:"licenseModel,omitempty"`// LifecycleState: Output only. State of the cluster.//// Possible values://   "EXADB_VM_CLUSTER_LIFECYCLE_STATE_UNSPECIFIED" - Default unspecified// value.//   "PROVISIONING" - Indicates that the resource is in provisioning state.//   "AVAILABLE" - Indicates that the resource is in available state.//   "UPDATING" - Indicates that the resource is in updating state.//   "TERMINATING" - Indicates that the resource is in terminating state.//   "TERMINATED" - Indicates that the resource is in terminated state.//   "FAILED" - Indicates that the resource is in failed state.//   "MAINTENANCE_IN_PROGRESS" - Indicates that the resource is in maintenance// in progress state.LifecycleStatestring `json:"lifecycleState,omitempty"`// MemorySizeGb: Output only. Memory per VM (GB) (Read-only): Shows the amount// of memory allocated to each VM. Memory is calculated based on 2.75 GB per// Total ECPUs.MemorySizeGbint64 `json:"memorySizeGb,omitempty"`// NodeCount: Required. The number of nodes/VMs in the ExadbVmCluster.NodeCountint64 `json:"nodeCount,omitempty"`// OciUri: Output only. Deep link to the OCI console to view this resource.OciUristring `json:"ociUri,omitempty"`// ScanListenerPortTcp: Optional. Immutable. SCAN listener port - TCPScanListenerPortTcpint64 `json:"scanListenerPortTcp,omitempty"`// ShapeAttribute: Required. Immutable. The shape attribute of the VM cluster.// The type of Exascale storage used for Exadata VM cluster. The default is// SMART_STORAGE which supports Oracle Database 23ai and later//// Possible values://   "SHAPE_ATTRIBUTE_UNSPECIFIED" - Default unspecified value.//   "SMART_STORAGE" - Indicates that the resource is in smart storage.//   "BLOCK_STORAGE" - Indicates that the resource is in block storage.ShapeAttributestring `json:"shapeAttribute,omitempty"`// SshPublicKeys: Required. Immutable. The SSH public keys for the// ExadbVmCluster.SshPublicKeys []string `json:"sshPublicKeys,omitempty"`// TimeZone: Optional. Immutable. The time zone of the ExadbVmCluster.TimeZone *TimeZone `json:"timeZone,omitempty"`// VmFileSystemStorage: Required. Immutable. Total storage details for the// ExadbVmCluster.VmFileSystemStorage *ExadbVmClusterStorageDetails `json:"vmFileSystemStorage,omitempty"`// ForceSendFields is a list of field names (e.g. "AdditionalEcpuCountPerNode")// to unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AdditionalEcpuCountPerNode") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ExadbVmClusterProperties: The properties of an ExadbVmCluster.

func (ExadbVmClusterProperties)MarshalJSONadded inv0.250.0

func (sExadbVmClusterProperties) MarshalJSON() ([]byte,error)

typeExadbVmClusterStorageDetailsadded inv0.250.0

type ExadbVmClusterStorageDetails struct {// SizeInGbsPerNode: Required. The storage allocation for the exadbvmcluster// per node, in gigabytes (GB). This field is used to calculate the total// storage allocation for the exadbvmcluster.SizeInGbsPerNodeint64 `json:"sizeInGbsPerNode,omitempty"`// ForceSendFields is a list of field names (e.g. "SizeInGbsPerNode") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "SizeInGbsPerNode") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ExadbVmClusterStorageDetails: The storage allocation for the exadbvmcluster,in gigabytes (GB).

func (ExadbVmClusterStorageDetails)MarshalJSONadded inv0.250.0

func (sExadbVmClusterStorageDetails) MarshalJSON() ([]byte,error)

typeExascaleDbStorageDetailsadded inv0.250.0

type ExascaleDbStorageDetails struct {// AvailableSizeGbs: Output only. The available storage capacity for the// ExascaleDbStorageVault, in gigabytes (GB).AvailableSizeGbsint64 `json:"availableSizeGbs,omitempty"`// TotalSizeGbs: Required. The total storage allocation for the// ExascaleDbStorageVault, in gigabytes (GB).TotalSizeGbsint64 `json:"totalSizeGbs,omitempty"`// ForceSendFields is a list of field names (e.g. "AvailableSizeGbs") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AvailableSizeGbs") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ExascaleDbStorageDetails: The storage details of the ExascaleDbStorageVault.

func (ExascaleDbStorageDetails)MarshalJSONadded inv0.250.0

func (sExascaleDbStorageDetails) MarshalJSON() ([]byte,error)

typeExascaleDbStorageVaultadded inv0.250.0

type ExascaleDbStorageVault struct {// CreateTime: Output only. The date and time when the ExascaleDbStorageVault// was created.CreateTimestring `json:"createTime,omitempty"`// DisplayName: Required. The display name for the ExascaleDbStorageVault. The// name does not have to be unique within your project. The name must be 1-255// characters long and can only contain alphanumeric characters.DisplayNamestring `json:"displayName,omitempty"`// EntitlementId: Output only. The ID of the subscription entitlement// associated with the ExascaleDbStorageVault.EntitlementIdstring `json:"entitlementId,omitempty"`// GcpOracleZone: Optional. The GCP Oracle zone where Oracle// ExascaleDbStorageVault is hosted. Example: us-east4-b-r2. If not specified,// the system will pick a zone based on availability.GcpOracleZonestring `json:"gcpOracleZone,omitempty"`// Labels: Optional. The labels or tags associated with the// ExascaleDbStorageVault.Labels map[string]string `json:"labels,omitempty"`// Name: Identifier. The resource name of the ExascaleDbStorageVault. Format:// projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_// storage_vault}Namestring `json:"name,omitempty"`// Properties: Required. The properties of the ExascaleDbStorageVault.Properties *ExascaleDbStorageVaultProperties `json:"properties,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "CreateTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CreateTime") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ExascaleDbStorageVault: ExascaleDbStorageVault represents a storage vaultexadb vm cluster resource.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/ExascaleDbStorageVault/

func (ExascaleDbStorageVault)MarshalJSONadded inv0.250.0

func (sExascaleDbStorageVault) MarshalJSON() ([]byte,error)

typeExascaleDbStorageVaultPropertiesadded inv0.250.0

type ExascaleDbStorageVaultProperties struct {// AdditionalFlashCachePercent: Optional. The size of additional flash cache in// percentage of high capacity database storage.AdditionalFlashCachePercentint64 `json:"additionalFlashCachePercent,omitempty"`// AttachedShapeAttributes: Output only. The shape attributes of the VM// clusters attached to the ExascaleDbStorageVault.//// Possible values://   "SHAPE_ATTRIBUTE_UNSPECIFIED" - Default unspecified value.//   "SMART_STORAGE" - Indicates that the resource is in smart storage.//   "BLOCK_STORAGE" - Indicates that the resource is in block storage.AttachedShapeAttributes []string `json:"attachedShapeAttributes,omitempty"`// AvailableShapeAttributes: Output only. The shape attributes available for// the VM clusters to be attached to the ExascaleDbStorageVault.//// Possible values://   "SHAPE_ATTRIBUTE_UNSPECIFIED" - Default unspecified value.//   "SMART_STORAGE" - Indicates that the resource is in smart storage.//   "BLOCK_STORAGE" - Indicates that the resource is in block storage.AvailableShapeAttributes []string `json:"availableShapeAttributes,omitempty"`// Description: Optional. The description of the ExascaleDbStorageVault.Descriptionstring `json:"description,omitempty"`// ExascaleDbStorageDetails: Required. The storage details of the// ExascaleDbStorageVault.ExascaleDbStorageDetails *ExascaleDbStorageDetails `json:"exascaleDbStorageDetails,omitempty"`// OciUri: Output only. Deep link to the OCI console to view this resource.OciUristring `json:"ociUri,omitempty"`// Ocid: Output only. The OCID for the ExascaleDbStorageVault.Ocidstring `json:"ocid,omitempty"`// State: Output only. The state of the ExascaleDbStorageVault.//// Possible values://   "STATE_UNSPECIFIED" - The state of the ExascaleDbStorageVault is// unspecified.//   "PROVISIONING" - The ExascaleDbStorageVault is being provisioned.//   "AVAILABLE" - The ExascaleDbStorageVault is available.//   "UPDATING" - The ExascaleDbStorageVault is being updated.//   "TERMINATING" - The ExascaleDbStorageVault is being deleted.//   "TERMINATED" - The ExascaleDbStorageVault has been deleted.//   "FAILED" - The ExascaleDbStorageVault has failed.Statestring `json:"state,omitempty"`// TimeZone: Output only. The time zone of the ExascaleDbStorageVault.TimeZone *TimeZone `json:"timeZone,omitempty"`// VmClusterCount: Output only. The number of VM clusters associated with the// ExascaleDbStorageVault.VmClusterCountint64 `json:"vmClusterCount,omitempty"`// VmClusterIds: Output only. The list of VM cluster OCIDs associated with the// ExascaleDbStorageVault.VmClusterIds []string `json:"vmClusterIds,omitempty"`// ForceSendFields is a list of field names (e.g.// "AdditionalFlashCachePercent") to unconditionally include in API requests.// By default, fields with empty or default values are omitted from API// requests. Seehttps://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields// for more details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AdditionalFlashCachePercent") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ExascaleDbStorageVaultProperties: The properties of theExascaleDbStorageVault. next ID: 12

func (ExascaleDbStorageVaultProperties)MarshalJSONadded inv0.250.0

func (sExascaleDbStorageVaultProperties) MarshalJSON() ([]byte,error)

typeFailoverAutonomousDatabaseRequestadded inv0.250.0

type FailoverAutonomousDatabaseRequest struct {// PeerAutonomousDatabase: Required. The peer database name to fail over to.PeerAutonomousDatabasestring `json:"peerAutonomousDatabase,omitempty"`// ForceSendFields is a list of field names (e.g. "PeerAutonomousDatabase") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "PeerAutonomousDatabase") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

FailoverAutonomousDatabaseRequest: The request for`OracleDatabase.FailoverAutonomousDatabase`.

func (FailoverAutonomousDatabaseRequest)MarshalJSONadded inv0.250.0

func (sFailoverAutonomousDatabaseRequest) MarshalJSON() ([]byte,error)

typeGenerateAutonomousDatabaseWalletRequest

type GenerateAutonomousDatabaseWalletRequest struct {// IsRegional: Optional. True when requesting regional connection strings in// PDB connect info, applicable to cross-region Data Guard only.IsRegionalbool `json:"isRegional,omitempty"`// Password: Required. The password used to encrypt the keys inside the wallet.// The password must be a minimum of 8 characters.Passwordstring `json:"password,omitempty"`// Type: Optional. The type of wallet generation for the Autonomous Database.// The default value is SINGLE.//// Possible values://   "GENERATE_TYPE_UNSPECIFIED" - Default unspecified value.//   "ALL" - Used to generate wallet for all databases in the region.//   "SINGLE" - Used to generate wallet for a single database.Typestring `json:"type,omitempty"`// ForceSendFields is a list of field names (e.g. "IsRegional") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "IsRegional") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

GenerateAutonomousDatabaseWalletRequest: The request for`AutonomousDatabase.GenerateWallet`.

func (GenerateAutonomousDatabaseWalletRequest)MarshalJSON

typeGenerateAutonomousDatabaseWalletResponse

type GenerateAutonomousDatabaseWalletResponse struct {// ArchiveContent: Output only. The base64 encoded wallet files.ArchiveContentstring `json:"archiveContent,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "ArchiveContent") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ArchiveContent") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

GenerateAutonomousDatabaseWalletResponse: The response for`AutonomousDatabase.GenerateWallet`.

func (GenerateAutonomousDatabaseWalletResponse)MarshalJSON

typeGiVersion

type GiVersion struct {// Name: Identifier. The name of the Oracle Grid Infrastructure (GI) version// resource with the format:// projects/{project}/locations/{region}/giVersions/{gi_versions}Namestring `json:"name,omitempty"`// Version: Optional. versionVersionstring `json:"version,omitempty"`// ForceSendFields is a list of field names (e.g. "Name") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Name") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

GiVersion: Details of the Oracle Grid Infrastructure (GI) version resource.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/GiVersionSummary/

func (GiVersion)MarshalJSON

func (sGiVersion) MarshalJSON() ([]byte,error)

typeIdentityConnectoradded inv0.249.0

type IdentityConnector struct {// ConnectionState: Output only. The connection state of the identity// connector.//// Possible values://   "CONNECTION_STATE_UNSPECIFIED" - Default unspecified value.//   "CONNECTED" - The identity pool connection is connected.//   "PARTIALLY_CONNECTED" - The identity pool connection is partially// connected.//   "DISCONNECTED" - The identity pool connection is disconnected.//   "UNKNOWN" - The identity pool connection is in an unknown state.ConnectionStatestring `json:"connectionState,omitempty"`// ServiceAgentEmail: Output only. A google managed service account on which// customers can grant roles to access resources in the customer project.// Example: `p176944527254-55-75119d87fd8f@gcp-sa-oci.iam.gserviceaccount.com`ServiceAgentEmailstring `json:"serviceAgentEmail,omitempty"`// ForceSendFields is a list of field names (e.g. "ConnectionState") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ConnectionState") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

IdentityConnector: The identity connector details which will allow OCI tosecurely access the resources in the customer project.

func (IdentityConnector)MarshalJSONadded inv0.249.0

func (sIdentityConnector) MarshalJSON() ([]byte,error)

typeListAutonomousDatabaseBackupsResponse

type ListAutonomousDatabaseBackupsResponse struct {// AutonomousDatabaseBackups: The list of Autonomous Database Backups.AutonomousDatabaseBackups []*AutonomousDatabaseBackup `json:"autonomousDatabaseBackups,omitempty"`// NextPageToken: A token identifying a page of results the server should// return.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "AutonomousDatabaseBackups")// to unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AutonomousDatabaseBackups") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListAutonomousDatabaseBackupsResponse: The response for`AutonomousDatabaseBackup.List`.

func (ListAutonomousDatabaseBackupsResponse)MarshalJSON

typeListAutonomousDatabaseCharacterSetsResponse

type ListAutonomousDatabaseCharacterSetsResponse struct {// AutonomousDatabaseCharacterSets: The list of Autonomous Database Character// Sets.AutonomousDatabaseCharacterSets []*AutonomousDatabaseCharacterSet `json:"autonomousDatabaseCharacterSets,omitempty"`// NextPageToken: A token identifying a page of results the server should// return.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g.// "AutonomousDatabaseCharacterSets") to unconditionally include in API// requests. By default, fields with empty or default values are omitted from// API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AutonomousDatabaseCharacterSets")// to include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListAutonomousDatabaseCharacterSetsResponse: The response for`AutonomousDatabaseCharacterSet.List`.

func (ListAutonomousDatabaseCharacterSetsResponse)MarshalJSON

typeListAutonomousDatabasesResponse

type ListAutonomousDatabasesResponse struct {// AutonomousDatabases: The list of Autonomous Databases.AutonomousDatabases []*AutonomousDatabase `json:"autonomousDatabases,omitempty"`// NextPageToken: A token identifying a page of results the server should// return.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "AutonomousDatabases") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AutonomousDatabases") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListAutonomousDatabasesResponse: The response for `AutonomousDatabase.List`.

func (ListAutonomousDatabasesResponse)MarshalJSON

func (sListAutonomousDatabasesResponse) MarshalJSON() ([]byte,error)

typeListAutonomousDbVersionsResponse

type ListAutonomousDbVersionsResponse struct {// AutonomousDbVersions: The list of Autonomous Database versions.AutonomousDbVersions []*AutonomousDbVersion `json:"autonomousDbVersions,omitempty"`// NextPageToken: A token identifying a page of results the server should// return.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "AutonomousDbVersions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AutonomousDbVersions") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListAutonomousDbVersionsResponse: The response for`AutonomousDbVersion.List`.

func (ListAutonomousDbVersionsResponse)MarshalJSON

func (sListAutonomousDbVersionsResponse) MarshalJSON() ([]byte,error)

typeListCloudExadataInfrastructuresResponse

type ListCloudExadataInfrastructuresResponse struct {// CloudExadataInfrastructures: The list of Exadata Infrastructures.CloudExadataInfrastructures []*CloudExadataInfrastructure `json:"cloudExadataInfrastructures,omitempty"`// NextPageToken: A token for fetching next page of response.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g.// "CloudExadataInfrastructures") to unconditionally include in API requests.// By default, fields with empty or default values are omitted from API// requests. Seehttps://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields// for more details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CloudExadataInfrastructures") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListCloudExadataInfrastructuresResponse: The response for`CloudExadataInfrastructures.list`.

func (ListCloudExadataInfrastructuresResponse)MarshalJSON

typeListCloudVmClustersResponse

type ListCloudVmClustersResponse struct {// CloudVmClusters: The list of VM Clusters.CloudVmClusters []*CloudVmCluster `json:"cloudVmClusters,omitempty"`// NextPageToken: A token to fetch the next page of results.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "CloudVmClusters") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CloudVmClusters") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListCloudVmClustersResponse: The response for `CloudVmCluster.List`.

func (ListCloudVmClustersResponse)MarshalJSON

func (sListCloudVmClustersResponse) MarshalJSON() ([]byte,error)

typeListDatabaseCharacterSetsResponseadded inv0.250.0

type ListDatabaseCharacterSetsResponse struct {// DatabaseCharacterSets: The list of DatabaseCharacterSets.DatabaseCharacterSets []*DatabaseCharacterSet `json:"databaseCharacterSets,omitempty"`// NextPageToken: A token identifying a page of results the server should// return.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "DatabaseCharacterSets") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DatabaseCharacterSets") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListDatabaseCharacterSetsResponse: The response for`DatabaseCharacterSet.List`.

func (ListDatabaseCharacterSetsResponse)MarshalJSONadded inv0.250.0

func (sListDatabaseCharacterSetsResponse) MarshalJSON() ([]byte,error)

typeListDatabasesResponseadded inv0.250.0

type ListDatabasesResponse struct {// Databases: The list of Databases.Databases []*Database `json:"databases,omitempty"`// NextPageToken: A token identifying a page of results the server should// return.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Databases") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Databases") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListDatabasesResponse: The response for `Database.List`.

func (ListDatabasesResponse)MarshalJSONadded inv0.250.0

func (sListDatabasesResponse) MarshalJSON() ([]byte,error)

typeListDbNodesResponse

type ListDbNodesResponse struct {// DbNodes: The list of DB NodesDbNodes []*DbNode `json:"dbNodes,omitempty"`// NextPageToken: A token identifying a page of results the node should return.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "DbNodes") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DbNodes") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListDbNodesResponse: The response for `DbNode.List`.

func (ListDbNodesResponse)MarshalJSON

func (sListDbNodesResponse) MarshalJSON() ([]byte,error)

typeListDbServersResponse

type ListDbServersResponse struct {// DbServers: The list of database servers.DbServers []*DbServer `json:"dbServers,omitempty"`// NextPageToken: A token identifying a page of results the server should// return.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "DbServers") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DbServers") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListDbServersResponse: The response for `DbServer.List`.

func (ListDbServersResponse)MarshalJSON

func (sListDbServersResponse) MarshalJSON() ([]byte,error)

typeListDbSystemInitialStorageSizesResponseadded inv0.250.0

type ListDbSystemInitialStorageSizesResponse struct {// DbSystemInitialStorageSizes: The list of DbSystemInitialStorageSizes.DbSystemInitialStorageSizes []*DbSystemInitialStorageSize `json:"dbSystemInitialStorageSizes,omitempty"`// NextPageToken: A token identifying a page of results the server should// return.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g.// "DbSystemInitialStorageSizes") to unconditionally include in API requests.// By default, fields with empty or default values are omitted from API// requests. Seehttps://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields// for more details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DbSystemInitialStorageSizes") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListDbSystemInitialStorageSizesResponse: The response for`DbSystemInitialStorageSizes.List`.

func (ListDbSystemInitialStorageSizesResponse)MarshalJSONadded inv0.250.0

typeListDbSystemShapesResponse

type ListDbSystemShapesResponse struct {// DbSystemShapes: The list of Database System shapes.DbSystemShapes []*DbSystemShape `json:"dbSystemShapes,omitempty"`// NextPageToken: A token identifying a page of results the server should// return.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "DbSystemShapes") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DbSystemShapes") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListDbSystemShapesResponse: The response for `DbSystemShape.List`.

func (ListDbSystemShapesResponse)MarshalJSON

func (sListDbSystemShapesResponse) MarshalJSON() ([]byte,error)

typeListDbSystemsResponseadded inv0.250.0

type ListDbSystemsResponse struct {// DbSystems: The list of DbSystems.DbSystems []*DbSystem `json:"dbSystems,omitempty"`// NextPageToken: A token identifying a page of results the server should// return.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "DbSystems") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DbSystems") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListDbSystemsResponse: The response for `DbSystem.List`.

func (ListDbSystemsResponse)MarshalJSONadded inv0.250.0

func (sListDbSystemsResponse) MarshalJSON() ([]byte,error)

typeListDbVersionsResponseadded inv0.250.0

type ListDbVersionsResponse struct {// DbVersions: The list of DbVersions.DbVersions []*DbVersion `json:"dbVersions,omitempty"`// NextPageToken: A token identifying a page of results the server should// return.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "DbVersions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DbVersions") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListDbVersionsResponse: The response for `DbVersions.List`.

func (ListDbVersionsResponse)MarshalJSONadded inv0.250.0

func (sListDbVersionsResponse) MarshalJSON() ([]byte,error)

typeListEntitlementsResponse

type ListEntitlementsResponse struct {// Entitlements: The list of EntitlementsEntitlements []*Entitlement `json:"entitlements,omitempty"`// NextPageToken: A token identifying a page of results the server should// return.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Entitlements") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Entitlements") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListEntitlementsResponse: The response for `Entitlement.List`.

func (ListEntitlementsResponse)MarshalJSON

func (sListEntitlementsResponse) MarshalJSON() ([]byte,error)

typeListExadbVmClustersResponseadded inv0.250.0

type ListExadbVmClustersResponse struct {// ExadbVmClusters: The list of ExadbVmClusters.ExadbVmClusters []*ExadbVmCluster `json:"exadbVmClusters,omitempty"`// NextPageToken: A token identifying a page of results the server should// return.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "ExadbVmClusters") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ExadbVmClusters") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListExadbVmClustersResponse: The response for `ExadbVmCluster.List`.

func (ListExadbVmClustersResponse)MarshalJSONadded inv0.250.0

func (sListExadbVmClustersResponse) MarshalJSON() ([]byte,error)

typeListExascaleDbStorageVaultsResponseadded inv0.250.0

type ListExascaleDbStorageVaultsResponse struct {// ExascaleDbStorageVaults: The ExascaleDbStorageVaults.ExascaleDbStorageVaults []*ExascaleDbStorageVault `json:"exascaleDbStorageVaults,omitempty"`// NextPageToken: A token identifying a page of results the server should// return. If present, the next page token can be provided to a subsequent// ListExascaleDbStorageVaults call to list the next page. If empty, there are// no more pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "ExascaleDbStorageVaults") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ExascaleDbStorageVaults") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListExascaleDbStorageVaultsResponse: The response for`ExascaleDbStorageVault.List`.

func (ListExascaleDbStorageVaultsResponse)MarshalJSONadded inv0.250.0

typeListGiVersionsResponse

type ListGiVersionsResponse struct {// GiVersions: The list of Oracle Grid Infrastructure (GI) versions.GiVersions []*GiVersion `json:"giVersions,omitempty"`// NextPageToken: A token identifying a page of results the server should// return.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "GiVersions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "GiVersions") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListGiVersionsResponse: The response for `GiVersion.List`.

func (ListGiVersionsResponse)MarshalJSON

func (sListGiVersionsResponse) MarshalJSON() ([]byte,error)

typeListLocationsResponse

type ListLocationsResponse struct {// Locations: A list of locations that matches the specified filter in the// request.Locations []*Location `json:"locations,omitempty"`// NextPageToken: The standard List next-page token.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Locations") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Locations") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListLocationsResponse: The response message for Locations.ListLocations.

func (ListLocationsResponse)MarshalJSON

func (sListLocationsResponse) MarshalJSON() ([]byte,error)

typeListMinorVersionsResponseadded inv0.250.0

type ListMinorVersionsResponse struct {// MinorVersions: The list of MinorVersions.MinorVersions []*MinorVersion `json:"minorVersions,omitempty"`// NextPageToken: A token identifying a page of results the server should// return.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "MinorVersions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "MinorVersions") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListMinorVersionsResponse: The response for `MinorVersion.List`.

func (ListMinorVersionsResponse)MarshalJSONadded inv0.250.0

func (sListMinorVersionsResponse) MarshalJSON() ([]byte,error)

typeListOdbNetworksResponseadded inv0.243.0

type ListOdbNetworksResponse struct {// NextPageToken: A token identifying a page of results the server should// return.NextPageTokenstring `json:"nextPageToken,omitempty"`// OdbNetworks: The list of ODB Networks.OdbNetworks []*OdbNetwork `json:"odbNetworks,omitempty"`// Unreachable: Unreachable locations when listing resources across all// locations using wildcard location '-'.Unreachable []string `json:"unreachable,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListOdbNetworksResponse: The response for `OdbNetwork.List`.

func (ListOdbNetworksResponse)MarshalJSONadded inv0.243.0

func (sListOdbNetworksResponse) MarshalJSON() ([]byte,error)

typeListOdbSubnetsResponseadded inv0.243.0

type ListOdbSubnetsResponse struct {// NextPageToken: A token identifying a page of results the server should// return.NextPageTokenstring `json:"nextPageToken,omitempty"`// OdbSubnets: The list of ODB Subnets.OdbSubnets []*OdbSubnet `json:"odbSubnets,omitempty"`// Unreachable: Unreachable locations when listing resources across all// locations using wildcard location '-'.Unreachable []string `json:"unreachable,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListOdbSubnetsResponse: The response for `OdbSubnet.List`.

func (ListOdbSubnetsResponse)MarshalJSONadded inv0.243.0

func (sListOdbSubnetsResponse) MarshalJSON() ([]byte,error)

typeListOperationsResponse

type ListOperationsResponse struct {// NextPageToken: The standard List next-page token.NextPageTokenstring `json:"nextPageToken,omitempty"`// Operations: A list of operations that matches the specified filter in the// request.Operations []*Operation `json:"operations,omitempty"`// Unreachable: Unordered list. Unreachable resources. Populated when the// request sets `ListOperationsRequest.return_partial_success` and reads across// collections. For example, when attempting to list all resources across all// supported locations.Unreachable []string `json:"unreachable,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListOperationsResponse: The response message for Operations.ListOperations.

func (ListOperationsResponse)MarshalJSON

func (sListOperationsResponse) MarshalJSON() ([]byte,error)

typeListPluggableDatabasesResponseadded inv0.250.0

type ListPluggableDatabasesResponse struct {// NextPageToken: A token identifying a page of results the server should// return.NextPageTokenstring `json:"nextPageToken,omitempty"`// PluggableDatabases: The list of PluggableDatabases.PluggableDatabases []*PluggableDatabase `json:"pluggableDatabases,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListPluggableDatabasesResponse: The response for `PluggableDatabase.List`.

func (ListPluggableDatabasesResponse)MarshalJSONadded inv0.250.0

func (sListPluggableDatabasesResponse) MarshalJSON() ([]byte,error)

typeLocation

type Location struct {// DisplayName: The friendly name for this location, typically a nearby city// name. For example, "Tokyo".DisplayNamestring `json:"displayName,omitempty"`// Labels: Cross-service attributes for the location. For example// {"cloud.googleapis.com/region": "us-east1"}Labels map[string]string `json:"labels,omitempty"`// LocationId: The canonical id for this location. For example: "us-east1".LocationIdstring `json:"locationId,omitempty"`// Metadata: Service-specific metadata. For example the available capacity at// the given location.Metadatagoogleapi.RawMessage `json:"metadata,omitempty"`// Name: Resource name for the location, which may vary between// implementations. For example:// "projects/example-project/locations/us-east1"Namestring `json:"name,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "DisplayName") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DisplayName") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Location: A resource that represents a Google Cloud location.

func (Location)MarshalJSON

func (sLocation) MarshalJSON() ([]byte,error)

typeLocationMetadata

type LocationMetadata struct {// GcpOracleZones: Output only. Google Cloud Platform Oracle zones in a// location.GcpOracleZones []string `json:"gcpOracleZones,omitempty"`// ForceSendFields is a list of field names (e.g. "GcpOracleZones") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "GcpOracleZones") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

LocationMetadata: Metadata for a given Location.

func (LocationMetadata)MarshalJSON

func (sLocationMetadata) MarshalJSON() ([]byte,error)

typeMaintenanceWindow

type MaintenanceWindow struct {// CustomActionTimeoutMins: Optional. Determines the amount of time the system// will wait before the start of each database server patching operation.// Custom action timeout is in minutes and valid value is between 15 to 120// (inclusive).CustomActionTimeoutMinsint64 `json:"customActionTimeoutMins,omitempty"`// DaysOfWeek: Optional. Days during the week when maintenance should be// performed.//// Possible values://   "DAY_OF_WEEK_UNSPECIFIED" - The day of the week is unspecified.//   "MONDAY" - Monday//   "TUESDAY" - Tuesday//   "WEDNESDAY" - Wednesday//   "THURSDAY" - Thursday//   "FRIDAY" - Friday//   "SATURDAY" - Saturday//   "SUNDAY" - SundayDaysOfWeek []string `json:"daysOfWeek,omitempty"`// HoursOfDay: Optional. The window of hours during the day when maintenance// should be performed. The window is a 4 hour slot. Valid values are: 0 -// represents time slot 0:00 - 3:59 UTC 4 - represents time slot 4:00 - 7:59// UTC 8 - represents time slot 8:00 - 11:59 UTC 12 - represents time slot// 12:00 - 15:59 UTC 16 - represents time slot 16:00 - 19:59 UTC 20 -// represents time slot 20:00 - 23:59 UTCHoursOfDay []int64 `json:"hoursOfDay,omitempty"`// IsCustomActionTimeoutEnabled: Optional. If true, enables the configuration// of a custom action timeout (waiting period) between database server patching// operations.IsCustomActionTimeoutEnabledbool `json:"isCustomActionTimeoutEnabled,omitempty"`// LeadTimeWeek: Optional. Lead time window allows user to set a lead time to// prepare for a down time. The lead time is in weeks and valid value is// between 1 to 4.LeadTimeWeekint64 `json:"leadTimeWeek,omitempty"`// Months: Optional. Months during the year when maintenance should be// performed.//// Possible values://   "MONTH_UNSPECIFIED" - The unspecified month.//   "JANUARY" - The month of January.//   "FEBRUARY" - The month of February.//   "MARCH" - The month of March.//   "APRIL" - The month of April.//   "MAY" - The month of May.//   "JUNE" - The month of June.//   "JULY" - The month of July.//   "AUGUST" - The month of August.//   "SEPTEMBER" - The month of September.//   "OCTOBER" - The month of October.//   "NOVEMBER" - The month of November.//   "DECEMBER" - The month of December.Months []string `json:"months,omitempty"`// PatchingMode: Optional. Cloud CloudExadataInfrastructure node patching// method, either "ROLLING" or "NONROLLING". Default value is ROLLING.//// Possible values://   "PATCHING_MODE_UNSPECIFIED" - Default unspecified value.//   "ROLLING" - Updates the Cloud Exadata database server hosts in a rolling// fashion.//   "NON_ROLLING" - The non-rolling maintenance method first updates your// storage servers at the same time, then your database servers at the same// time.PatchingModestring `json:"patchingMode,omitempty"`// Preference: Optional. The maintenance window scheduling preference.//// Possible values://   "MAINTENANCE_WINDOW_PREFERENCE_UNSPECIFIED" - Default unspecified value.//   "CUSTOM_PREFERENCE" - Custom preference.//   "NO_PREFERENCE" - No preference.Preferencestring `json:"preference,omitempty"`// WeeksOfMonth: Optional. Weeks during the month when maintenance should be// performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month,// and have a duration of 7 days. Weeks start and end based on calendar dates,// not days of the week.WeeksOfMonth []int64 `json:"weeksOfMonth,omitempty"`// ForceSendFields is a list of field names (e.g. "CustomActionTimeoutMins") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CustomActionTimeoutMins") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

MaintenanceWindow: Maintenance window as defined by Oracle.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow

func (MaintenanceWindow)MarshalJSON

func (sMaintenanceWindow) MarshalJSON() ([]byte,error)

typeMinorVersionadded inv0.250.0

type MinorVersion struct {// GridImageId: Optional. The ID of the Grid Image.GridImageIdstring `json:"gridImageId,omitempty"`// Name: Identifier. The name of the MinorVersion resource with the format:// projects/{project}/locations/{region}/giVersions/{gi_version}/minorVersions/{// minor_version}Namestring `json:"name,omitempty"`// Version: Optional. The valid Oracle grid infrastructure software version.Versionstring `json:"version,omitempty"`// ForceSendFields is a list of field names (e.g. "GridImageId") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "GridImageId") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

MinorVersion: MinorVersion represents a minor version of a GI.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/GiMinorVersionSummary/

func (MinorVersion)MarshalJSONadded inv0.250.0

func (sMinorVersion) MarshalJSON() ([]byte,error)

typeOdbNetworkadded inv0.243.0

type OdbNetwork struct {// CreateTime: Output only. The date and time that the OdbNetwork was created.CreateTimestring `json:"createTime,omitempty"`// EntitlementId: Output only. The ID of the subscription entitlement// associated with the OdbNetwork.EntitlementIdstring `json:"entitlementId,omitempty"`// GcpOracleZone: Optional. The GCP Oracle zone where OdbNetwork is hosted.// Example: us-east4-b-r2. If not specified, the system will pick a zone based// on availability.GcpOracleZonestring `json:"gcpOracleZone,omitempty"`// Labels: Optional. Labels or tags associated with the resource.Labels map[string]string `json:"labels,omitempty"`// Name: Identifier. The name of the OdbNetwork resource in the following// format: projects/{project}/locations/{region}/odbNetworks/{odb_network}Namestring `json:"name,omitempty"`// Network: Required. The name of the VPC network in the following format:// projects/{project}/global/networks/{network}Networkstring `json:"network,omitempty"`// State: Output only. State of the ODB Network.//// Possible values://   "STATE_UNSPECIFIED" - Default unspecified value.//   "PROVISIONING" - Indicates that the resource is in provisioning state.//   "AVAILABLE" - Indicates that the resource is in available state.//   "TERMINATING" - Indicates that the resource is in terminating state.//   "FAILED" - Indicates that the resource is in failed state.Statestring `json:"state,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "CreateTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CreateTime") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

OdbNetwork: Represents OdbNetwork resource.

func (OdbNetwork)MarshalJSONadded inv0.243.0

func (sOdbNetwork) MarshalJSON() ([]byte,error)

typeOdbSubnetadded inv0.243.0

type OdbSubnet struct {// CidrRange: Required. The CIDR range of the subnet.CidrRangestring `json:"cidrRange,omitempty"`// CreateTime: Output only. The date and time that the OdbNetwork was created.CreateTimestring `json:"createTime,omitempty"`// Labels: Optional. Labels or tags associated with the resource.Labels map[string]string `json:"labels,omitempty"`// Name: Identifier. The name of the OdbSubnet resource in the following// format:// projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/// {odb_subnet}Namestring `json:"name,omitempty"`// Purpose: Required. Purpose of the subnet.//// Possible values://   "PURPOSE_UNSPECIFIED" - Default unspecified value.//   "CLIENT_SUBNET" - Subnet to be used for client connections.//   "BACKUP_SUBNET" - Subnet to be used for backup.Purposestring `json:"purpose,omitempty"`// State: Output only. State of the ODB Subnet.//// Possible values://   "STATE_UNSPECIFIED" - Default unspecified value.//   "PROVISIONING" - Indicates that the resource is in provisioning state.//   "AVAILABLE" - Indicates that the resource is in available state.//   "TERMINATING" - Indicates that the resource is in terminating state.//   "FAILED" - Indicates that the resource is in failed state.Statestring `json:"state,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "CidrRange") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CidrRange") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

OdbSubnet: Represents OdbSubnet resource.

func (OdbSubnet)MarshalJSONadded inv0.243.0

func (sOdbSubnet) MarshalJSON() ([]byte,error)

typeOperation

type Operation struct {// Done: If the value is `false`, it means the operation is still in progress.// If `true`, the operation is completed, and either `error` or `response` is// available.Donebool `json:"done,omitempty"`// Error: The error result of the operation in case of failure or cancellation.Error *Status `json:"error,omitempty"`// Metadata: Service-specific metadata associated with the operation. It// typically contains progress information and common metadata such as create// time. Some services might not provide such metadata. Any method that returns// a long-running operation should document the metadata type, if any.Metadatagoogleapi.RawMessage `json:"metadata,omitempty"`// Name: The server-assigned name, which is only unique within the same service// that originally returns it. If you use the default HTTP mapping, the `name`// should be a resource name ending with `operations/{unique_id}`.Namestring `json:"name,omitempty"`// Response: The normal, successful response of the operation. If the original// method returns no data on success, such as `Delete`, the response is// `google.protobuf.Empty`. If the original method is standard// `Get`/`Create`/`Update`, the response should be the resource. For other// methods, the response should have the type `XxxResponse`, where `Xxx` is the// original method name. For example, if the original method name is// `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.Responsegoogleapi.RawMessage `json:"response,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Done") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Done") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Operation: This resource represents a long-running operation that is theresult of a network API call.

func (Operation)MarshalJSON

func (sOperation) MarshalJSON() ([]byte,error)

typeOperationMetadata

type OperationMetadata struct {// ApiVersion: Output only. API version used to start the operation.ApiVersionstring `json:"apiVersion,omitempty"`// CreateTime: Output only. The time the operation was created.CreateTimestring `json:"createTime,omitempty"`// EndTime: Output only. The time the operation finished running.EndTimestring `json:"endTime,omitempty"`// PercentComplete: Output only. An estimated percentage of the operation that// has been completed at a given moment of time, between 0 and 100.PercentCompletefloat64 `json:"percentComplete,omitempty"`// RequestedCancellation: Output only. Identifies whether the user has// requested cancellation of the operation. Operations that have been cancelled// successfully have Operation.error value with a google.rpc.Status.code of 1,// corresponding to `Code.CANCELLED`.RequestedCancellationbool `json:"requestedCancellation,omitempty"`// StatusMessage: Output only. The status of the operation.StatusMessagestring `json:"statusMessage,omitempty"`// Target: Output only. Server-defined resource path for the target of the// operation.Targetstring `json:"target,omitempty"`// Verb: Output only. Name of the verb executed by the operation.Verbstring `json:"verb,omitempty"`// ForceSendFields is a list of field names (e.g. "ApiVersion") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ApiVersion") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

OperationMetadata: Represents the metadata of the long-running operation.

func (OperationMetadata)MarshalJSON

func (sOperationMetadata) MarshalJSON() ([]byte,error)

func (*OperationMetadata)UnmarshalJSON

func (s *OperationMetadata) UnmarshalJSON(data []byte)error

typePluggableDatabaseadded inv0.250.0

type PluggableDatabase struct {// CreateTime: Output only. The date and time that the PluggableDatabase was// created.CreateTimestring `json:"createTime,omitempty"`// Name: Identifier. The name of the PluggableDatabase resource in the// following format:// projects/{project}/locations/{region}/pluggableDatabases/{pluggable_database}Namestring `json:"name,omitempty"`// OciUrl: Output only. HTTPS link to OCI resources exposed to Customer via UI// Interface.OciUrlstring `json:"ociUrl,omitempty"`// Properties: Optional. The properties of the PluggableDatabase.Properties *PluggableDatabaseProperties `json:"properties,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "CreateTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CreateTime") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

PluggableDatabase: The PluggableDatabase resource.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/PluggableDatabase/

func (PluggableDatabase)MarshalJSONadded inv0.250.0

func (sPluggableDatabase) MarshalJSON() ([]byte,error)

typePluggableDatabaseConnectionStringsadded inv0.250.0

type PluggableDatabaseConnectionStrings struct {// AllConnectionStrings: Optional. All connection strings to use to connect to// the pluggable database.AllConnectionStrings map[string]string `json:"allConnectionStrings,omitempty"`// PdbDefault: Optional. The default connection string to use to connect to the// pluggable database.PdbDefaultstring `json:"pdbDefault,omitempty"`// PdbIpDefault: Optional. The default connection string to use to connect to// the pluggable database using IP.PdbIpDefaultstring `json:"pdbIpDefault,omitempty"`// ForceSendFields is a list of field names (e.g. "AllConnectionStrings") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AllConnectionStrings") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

PluggableDatabaseConnectionStrings: The connection strings used to connectto the Oracle Database.

func (PluggableDatabaseConnectionStrings)MarshalJSONadded inv0.250.0

typePluggableDatabaseNodeLevelDetailsadded inv0.250.0

type PluggableDatabaseNodeLevelDetails struct {// NodeName: Required. The Node name of the Database home.NodeNamestring `json:"nodeName,omitempty"`// OpenMode: Required. The mode that the pluggable database is in to open it.//// Possible values://   "PLUGGABLE_DATABASE_OPEN_MODE_UNSPECIFIED" - The open mode is unspecified.//   "READ_ONLY" - The pluggable database is opened in read-only mode.//   "READ_WRITE" - The pluggable database is opened in read-write mode.//   "MOUNTED" - The pluggable database is mounted.//   "MIGRATE" - The pluggable database is migrated.OpenModestring `json:"openMode,omitempty"`// PluggableDatabaseId: Required. The OCID of the Pluggable Database.PluggableDatabaseIdstring `json:"pluggableDatabaseId,omitempty"`// ForceSendFields is a list of field names (e.g. "NodeName") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NodeName") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

PluggableDatabaseNodeLevelDetails: The Pluggable Database Node LevelDetails.

func (PluggableDatabaseNodeLevelDetails)MarshalJSONadded inv0.250.0

func (sPluggableDatabaseNodeLevelDetails) MarshalJSON() ([]byte,error)

typePluggableDatabasePropertiesadded inv0.250.0

type PluggableDatabaseProperties struct {// CompartmentId: Required. The OCID of the compartment.CompartmentIdstring `json:"compartmentId,omitempty"`// ConnectionStrings: Optional. The Connection strings used to connect to the// Oracle Database.ConnectionStrings *PluggableDatabaseConnectionStrings `json:"connectionStrings,omitempty"`// ContainerDatabaseOcid: Required. The OCID of the CDB.ContainerDatabaseOcidstring `json:"containerDatabaseOcid,omitempty"`// DatabaseManagementConfig: Output only. The configuration of the Database// Management service.DatabaseManagementConfig *DatabaseManagementConfig `json:"databaseManagementConfig,omitempty"`// DefinedTags: Optional. Defined tags for this resource. Each key is// predefined and scoped to a namespace.DefinedTags map[string]DefinedTagValue `json:"definedTags,omitempty"`// FreeformTags: Optional. Free-form tags for this resource. Each tag is a// simple key-value pair with no predefined name, type, or namespace.FreeformTags map[string]string `json:"freeformTags,omitempty"`// IsRestricted: Optional. The restricted mode of the pluggable database. If a// pluggable database is opened in restricted mode, the user needs both create// a session and have restricted session privileges to connect to it.IsRestrictedbool `json:"isRestricted,omitempty"`// LifecycleDetails: Output only. Additional information about the current// lifecycle state.LifecycleDetailsstring `json:"lifecycleDetails,omitempty"`// LifecycleState: Output only. The current state of the pluggable database.//// Possible values://   "PLUGGABLE_DATABASE_LIFECYCLE_STATE_UNSPECIFIED" - The lifecycle state is// unspecified.//   "PROVISIONING" - The pluggable database is provisioning.//   "AVAILABLE" - The pluggable database is available.//   "TERMINATING" - The pluggable database is terminating.//   "TERMINATED" - The pluggable database is terminated.//   "UPDATING" - The pluggable database is updating.//   "FAILED" - The pluggable database is in a failed state.//   "RELOCATING" - The pluggable database is relocating.//   "RELOCATED" - The pluggable database is relocated.//   "REFRESHING" - The pluggable database is refreshing.//   "RESTORE_IN_PROGRESS" - The pluggable database is restoring.//   "RESTORE_FAILED" - The pluggable database restore failed.//   "BACKUP_IN_PROGRESS" - The pluggable database is backing up.//   "DISABLED" - The pluggable database is disabled.LifecycleStatestring `json:"lifecycleState,omitempty"`// Ocid: Output only. The OCID of the pluggable database.Ocidstring `json:"ocid,omitempty"`// OperationsInsightsState: Output only. The status of Operations Insights for// this Database.//// Possible values://   "OPERATIONS_INSIGHTS_STATE_UNSPECIFIED" - The status is not specified.//   "ENABLING" - Operations Insights is enabling.//   "ENABLED" - Operations Insights is enabled.//   "DISABLING" - Operations Insights is disabling.//   "NOT_ENABLED" - Operations Insights is not enabled.//   "FAILED_ENABLING" - Operations Insights failed to enable.//   "FAILED_DISABLING" - Operations Insights failed to disable.OperationsInsightsStatestring `json:"operationsInsightsState,omitempty"`// PdbName: Required. The database name.PdbNamestring `json:"pdbName,omitempty"`// PdbNodeLevelDetails: Optional. Pluggable Database Node Level DetailsPdbNodeLevelDetails []*PluggableDatabaseNodeLevelDetails `json:"pdbNodeLevelDetails,omitempty"`// ForceSendFields is a list of field names (e.g. "CompartmentId") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CompartmentId") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

PluggableDatabaseProperties: The properties of a PluggableDatabase.

func (PluggableDatabaseProperties)MarshalJSONadded inv0.250.0

func (sPluggableDatabaseProperties) MarshalJSON() ([]byte,error)

typeProjectsLocationsAutonomousDatabaseBackupsListCall

type ProjectsLocationsAutonomousDatabaseBackupsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsAutonomousDatabaseBackupsListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAutonomousDatabaseBackupsListCall)Do

Do executes the "oracledatabase.projects.locations.autonomousDatabaseBackups.list" call.Any non-2xx status code is an error. Response headers are in either*ListAutonomousDatabaseBackupsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsAutonomousDatabaseBackupsListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsAutonomousDatabaseBackupsListCall)Filter

Filter sets the optional parameter "filter": An expression for filtering theresults of the request. Only the **autonomous_database_id** field issupported in the following format:`autonomous_database_id="{autonomous_database_id}". The accepted valuesmust be a valid Autonomous Database ID, limited to the naming restrictionsof the ID: ^a-z ([a-z0-9-]{0,61}[a-z0-9])?$). The ID must start with aletter, end with a letter or a number, and be a maximum of 63 characters.

func (*ProjectsLocationsAutonomousDatabaseBackupsListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsAutonomousDatabaseBackupsListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsAutonomousDatabaseBackupsListCall)PageSize

PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. If unspecified, at most 50 Autonomous DB Backups will bereturned. The maximum value is 1000; values above 1000 will be coerced to1000.

func (*ProjectsLocationsAutonomousDatabaseBackupsListCall)PageToken

PageToken sets the optional parameter "pageToken": A token identifying apage of results the server should return.

func (*ProjectsLocationsAutonomousDatabaseBackupsListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsAutonomousDatabaseBackupsService

type ProjectsLocationsAutonomousDatabaseBackupsService struct {// contains filtered or unexported fields}

func (*ProjectsLocationsAutonomousDatabaseBackupsService)List

List: Lists the long-term and automatic backups of an Autonomous Database.

  • parent: The parent value for ListAutonomousDatabaseBackups in thefollowing format: projects/{project}/locations/{location}.

typeProjectsLocationsAutonomousDatabaseCharacterSetsListCall

type ProjectsLocationsAutonomousDatabaseCharacterSetsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsAutonomousDatabaseCharacterSetsListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAutonomousDatabaseCharacterSetsListCall)Do

Do executes the "oracledatabase.projects.locations.autonomousDatabaseCharacterSets.list" call.Any non-2xx status code is an error. Response headers are in either*ListAutonomousDatabaseCharacterSetsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsAutonomousDatabaseCharacterSetsListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsAutonomousDatabaseCharacterSetsListCall)Filter

Filter sets the optional parameter "filter": An expression for filtering theresults of the request. Only the **character_set_type** field is supportedin the following format: `character_set_type="{characterSetType}". Acceptedvalues include `DATABASE` and `NATIONAL`.

func (*ProjectsLocationsAutonomousDatabaseCharacterSetsListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsAutonomousDatabaseCharacterSetsListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsAutonomousDatabaseCharacterSetsListCall)PageSize

PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. If unspecified, at most 50 Autonomous DB Character Sets will bereturned. The maximum value is 1000; values above 1000 will be coerced to1000.

func (*ProjectsLocationsAutonomousDatabaseCharacterSetsListCall)PageToken

PageToken sets the optional parameter "pageToken": A token identifying apage of results the server should return.

func (*ProjectsLocationsAutonomousDatabaseCharacterSetsListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsAutonomousDatabaseCharacterSetsService

type ProjectsLocationsAutonomousDatabaseCharacterSetsService struct {// contains filtered or unexported fields}

func (*ProjectsLocationsAutonomousDatabaseCharacterSetsService)List

List: Lists Autonomous Database Character Sets in a given project andlocation.

  • parent: The parent value for the Autonomous Database in the followingformat: projects/{project}/locations/{location}.

typeProjectsLocationsAutonomousDatabasesCreateCall

type ProjectsLocationsAutonomousDatabasesCreateCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsAutonomousDatabasesCreateCall)AutonomousDatabaseId

AutonomousDatabaseId sets the optional parameter "autonomousDatabaseId":Required. The ID of the Autonomous Database to create. This value isrestricted to (^a-z ([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63characters in length. The value must start with a letter and end with aletter or a number.

func (*ProjectsLocationsAutonomousDatabasesCreateCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAutonomousDatabasesCreateCall)Do

Do executes the "oracledatabase.projects.locations.autonomousDatabases.create" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsAutonomousDatabasesCreateCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsAutonomousDatabasesCreateCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsAutonomousDatabasesCreateCall)RequestId

RequestId sets the optional parameter "requestId": An optional ID toidentify the request. This value is used to identify duplicate requests. Ifyou make a request with the same request ID and the original request isstill in progress or completed, the server ignores the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsAutonomousDatabasesDeleteCall

type ProjectsLocationsAutonomousDatabasesDeleteCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsAutonomousDatabasesDeleteCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAutonomousDatabasesDeleteCall)Do

Do executes the "oracledatabase.projects.locations.autonomousDatabases.delete" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsAutonomousDatabasesDeleteCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsAutonomousDatabasesDeleteCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsAutonomousDatabasesDeleteCall)RequestId

RequestId sets the optional parameter "requestId": An optional ID toidentify the request. This value is used to identify duplicate requests. Ifyou make a request with the same request ID and the original request isstill in progress or completed, the server ignores the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsAutonomousDatabasesFailoverCalladded inv0.250.0

type ProjectsLocationsAutonomousDatabasesFailoverCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsAutonomousDatabasesFailoverCall)Contextadded inv0.250.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAutonomousDatabasesFailoverCall)Doadded inv0.250.0

Do executes the "oracledatabase.projects.locations.autonomousDatabases.failover" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsAutonomousDatabasesFailoverCall)Fieldsadded inv0.250.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsAutonomousDatabasesFailoverCall)Headeradded inv0.250.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsAutonomousDatabasesGenerateWalletCall

type ProjectsLocationsAutonomousDatabasesGenerateWalletCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsAutonomousDatabasesGenerateWalletCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAutonomousDatabasesGenerateWalletCall)Do

Do executes the "oracledatabase.projects.locations.autonomousDatabases.generateWallet" call.Any non-2xx status code is an error. Response headers are in either*GenerateAutonomousDatabaseWalletResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsAutonomousDatabasesGenerateWalletCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsAutonomousDatabasesGenerateWalletCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsAutonomousDatabasesGetCall

type ProjectsLocationsAutonomousDatabasesGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsAutonomousDatabasesGetCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAutonomousDatabasesGetCall)Do

Do executes the "oracledatabase.projects.locations.autonomousDatabases.get" call.Any non-2xx status code is an error. Response headers are in either*AutonomousDatabase.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsAutonomousDatabasesGetCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsAutonomousDatabasesGetCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsAutonomousDatabasesGetCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsAutonomousDatabasesListCall

type ProjectsLocationsAutonomousDatabasesListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsAutonomousDatabasesListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAutonomousDatabasesListCall)Do

Do executes the "oracledatabase.projects.locations.autonomousDatabases.list" call.Any non-2xx status code is an error. Response headers are in either*ListAutonomousDatabasesResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsAutonomousDatabasesListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsAutonomousDatabasesListCall)Filter

Filter sets the optional parameter "filter": An expression for filtering theresults of the request.

func (*ProjectsLocationsAutonomousDatabasesListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsAutonomousDatabasesListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsAutonomousDatabasesListCall)OrderBy

OrderBy sets the optional parameter "orderBy": An expression for orderingthe results of the request.

func (*ProjectsLocationsAutonomousDatabasesListCall)PageSize

PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. If unspecified, at most 50 Autonomous Database will be returned.The maximum value is 1000; values above 1000 will be coerced to 1000.

func (*ProjectsLocationsAutonomousDatabasesListCall)PageToken

PageToken sets the optional parameter "pageToken": A token identifying apage of results the server should return.

func (*ProjectsLocationsAutonomousDatabasesListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsAutonomousDatabasesPatchCalladded inv0.251.0

type ProjectsLocationsAutonomousDatabasesPatchCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsAutonomousDatabasesPatchCall)Contextadded inv0.251.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAutonomousDatabasesPatchCall)Doadded inv0.251.0

Do executes the "oracledatabase.projects.locations.autonomousDatabases.patch" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsAutonomousDatabasesPatchCall)Fieldsadded inv0.251.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsAutonomousDatabasesPatchCall)Headeradded inv0.251.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsAutonomousDatabasesPatchCall)RequestIdadded inv0.251.0

RequestId sets the optional parameter "requestId": An optional ID toidentify the request. This value is used to identify duplicate requests. Ifyou make a request with the same request ID and the original request isstill in progress or completed, the server ignores the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

func (*ProjectsLocationsAutonomousDatabasesPatchCall)UpdateMaskadded inv0.251.0

UpdateMask sets the optional parameter "updateMask": Field mask is used tospecify the fields to be overwritten in the Exadata resource by the update.The fields specified in the update_mask are relative to the resource, notthe full request. A field will be overwritten if it is in the mask. If theuser does not provide a mask then all fields will be overwritten.

typeProjectsLocationsAutonomousDatabasesRestartCalladded inv0.227.0

type ProjectsLocationsAutonomousDatabasesRestartCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsAutonomousDatabasesRestartCall)Contextadded inv0.227.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAutonomousDatabasesRestartCall)Doadded inv0.227.0

Do executes the "oracledatabase.projects.locations.autonomousDatabases.restart" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsAutonomousDatabasesRestartCall)Fieldsadded inv0.227.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsAutonomousDatabasesRestartCall)Headeradded inv0.227.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsAutonomousDatabasesRestoreCall

type ProjectsLocationsAutonomousDatabasesRestoreCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsAutonomousDatabasesRestoreCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAutonomousDatabasesRestoreCall)Do

Do executes the "oracledatabase.projects.locations.autonomousDatabases.restore" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsAutonomousDatabasesRestoreCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsAutonomousDatabasesRestoreCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsAutonomousDatabasesService

type ProjectsLocationsAutonomousDatabasesService struct {// contains filtered or unexported fields}

func (*ProjectsLocationsAutonomousDatabasesService)Create

Create: Creates a new Autonomous Database in a given project and location.

  • parent: The name of the parent in the following format:projects/{project}/locations/{location}.

func (*ProjectsLocationsAutonomousDatabasesService)Delete

Delete: Deletes a single Autonomous Database.

  • name: The name of the resource in the following format:projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.

func (*ProjectsLocationsAutonomousDatabasesService)Failoveradded inv0.250.0

Failover: Initiates a failover to target autonomous database from theassociated primary database.

  • name: The name of the Autonomous Database in the following format:projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.

func (*ProjectsLocationsAutonomousDatabasesService)GenerateWallet

GenerateWallet: Generates a wallet for an Autonomous Database.

  • name: The name of the Autonomous Database in the following format:projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.

func (*ProjectsLocationsAutonomousDatabasesService)Get

Get: Gets the details of a single Autonomous Database.

  • name: The name of the Autonomous Database in the following format:projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.

func (*ProjectsLocationsAutonomousDatabasesService)List

List: Lists the Autonomous Databases in a given project and location.

  • parent: The parent value for the Autonomous Database in the followingformat: projects/{project}/locations/{location}.

func (*ProjectsLocationsAutonomousDatabasesService)Patchadded inv0.251.0

Patch: Updates the parameters of a single Autonomous Database.

  • name: Identifier. The name of the Autonomous Database resource in thefollowing format:projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}.

func (*ProjectsLocationsAutonomousDatabasesService)Restartadded inv0.227.0

Restart: Restarts an Autonomous Database.

  • name: The name of the Autonomous Database in the following format:projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.

func (*ProjectsLocationsAutonomousDatabasesService)Restore

Restore: Restores a single Autonomous Database.

  • name: The name of the Autonomous Database in the following format:projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.

func (*ProjectsLocationsAutonomousDatabasesService)Startadded inv0.227.0

Start: Starts an Autonomous Database.

  • name: The name of the Autonomous Database in the following format:projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.

func (*ProjectsLocationsAutonomousDatabasesService)Stopadded inv0.227.0

Stop: Stops an Autonomous Database.

  • name: The name of the Autonomous Database in the following format:projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.

func (*ProjectsLocationsAutonomousDatabasesService)Switchoveradded inv0.229.0

Switchover: Initiates a switchover of specified autonomous database to theassociated peer database.

  • name: The name of the Autonomous Database in the following format:projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.

typeProjectsLocationsAutonomousDatabasesStartCalladded inv0.227.0

type ProjectsLocationsAutonomousDatabasesStartCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsAutonomousDatabasesStartCall)Contextadded inv0.227.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAutonomousDatabasesStartCall)Doadded inv0.227.0

Do executes the "oracledatabase.projects.locations.autonomousDatabases.start" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsAutonomousDatabasesStartCall)Fieldsadded inv0.227.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsAutonomousDatabasesStartCall)Headeradded inv0.227.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsAutonomousDatabasesStopCalladded inv0.227.0

type ProjectsLocationsAutonomousDatabasesStopCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsAutonomousDatabasesStopCall)Contextadded inv0.227.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAutonomousDatabasesStopCall)Doadded inv0.227.0

Do executes the "oracledatabase.projects.locations.autonomousDatabases.stop" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsAutonomousDatabasesStopCall)Fieldsadded inv0.227.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsAutonomousDatabasesStopCall)Headeradded inv0.227.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsAutonomousDatabasesSwitchoverCalladded inv0.229.0

type ProjectsLocationsAutonomousDatabasesSwitchoverCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsAutonomousDatabasesSwitchoverCall)Contextadded inv0.229.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAutonomousDatabasesSwitchoverCall)Doadded inv0.229.0

Do executes the "oracledatabase.projects.locations.autonomousDatabases.switchover" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsAutonomousDatabasesSwitchoverCall)Fieldsadded inv0.229.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsAutonomousDatabasesSwitchoverCall)Headeradded inv0.229.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsAutonomousDbVersionsListCall

type ProjectsLocationsAutonomousDbVersionsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsAutonomousDbVersionsListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsAutonomousDbVersionsListCall)Do

Do executes the "oracledatabase.projects.locations.autonomousDbVersions.list" call.Any non-2xx status code is an error. Response headers are in either*ListAutonomousDbVersionsResponse.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsAutonomousDbVersionsListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsAutonomousDbVersionsListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsAutonomousDbVersionsListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsAutonomousDbVersionsListCall)PageSize

PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. If unspecified, at most 50 Autonomous DB Versions will bereturned. The maximum value is 1000; values above 1000 will be coerced to1000.

func (*ProjectsLocationsAutonomousDbVersionsListCall)PageToken

PageToken sets the optional parameter "pageToken": A token identifying apage of results the server should return.

func (*ProjectsLocationsAutonomousDbVersionsListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsAutonomousDbVersionsService

type ProjectsLocationsAutonomousDbVersionsService struct {// contains filtered or unexported fields}

func (*ProjectsLocationsAutonomousDbVersionsService)List

List: Lists all the available Autonomous Database versions for a project andlocation.

  • parent: The parent value for the Autonomous Database in the followingformat: projects/{project}/locations/{location}.

typeProjectsLocationsCloudExadataInfrastructuresCreateCall

type ProjectsLocationsCloudExadataInfrastructuresCreateCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsCloudExadataInfrastructuresCreateCall)CloudExadataInfrastructureId

CloudExadataInfrastructureId sets the optional parameter"cloudExadataInfrastructureId": Required. The ID of the ExadataInfrastructure to create. This value is restricted to (^a-z([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters inlength. The value must start with a letter and end with a letter or anumber.

func (*ProjectsLocationsCloudExadataInfrastructuresCreateCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCloudExadataInfrastructuresCreateCall)Do

Do executes the "oracledatabase.projects.locations.cloudExadataInfrastructures.create" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCloudExadataInfrastructuresCreateCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsCloudExadataInfrastructuresCreateCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsCloudExadataInfrastructuresCreateCall)RequestId

RequestId sets the optional parameter "requestId": An optional ID toidentify the request. This value is used to identify duplicate requests. Ifyou make a request with the same request ID and the original request isstill in progress or completed, the server ignores the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsCloudExadataInfrastructuresDbServersListCall

type ProjectsLocationsCloudExadataInfrastructuresDbServersListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsCloudExadataInfrastructuresDbServersListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCloudExadataInfrastructuresDbServersListCall)Do

Do executes the "oracledatabase.projects.locations.cloudExadataInfrastructures.dbServers.list" call.Any non-2xx status code is an error. Response headers are in either*ListDbServersResponse.ServerResponse.Header or (if a response was returnedat all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsCloudExadataInfrastructuresDbServersListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsCloudExadataInfrastructuresDbServersListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsCloudExadataInfrastructuresDbServersListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsCloudExadataInfrastructuresDbServersListCall)PageSize

PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. If unspecified, a maximum of 50 db servers will be returned. Themaximum value is 1000; values above 1000 will be reset to 1000.

func (*ProjectsLocationsCloudExadataInfrastructuresDbServersListCall)PageToken

PageToken sets the optional parameter "pageToken": A token identifying apage of results the server should return.

func (*ProjectsLocationsCloudExadataInfrastructuresDbServersListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsCloudExadataInfrastructuresDbServersService

type ProjectsLocationsCloudExadataInfrastructuresDbServersService struct {// contains filtered or unexported fields}

func (*ProjectsLocationsCloudExadataInfrastructuresDbServersService)List

List: Lists the database servers of an Exadata Infrastructure instance.

  • parent: The parent value for database server in the following format:projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloudExadataInfrastructure}.

typeProjectsLocationsCloudExadataInfrastructuresDeleteCall

type ProjectsLocationsCloudExadataInfrastructuresDeleteCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsCloudExadataInfrastructuresDeleteCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCloudExadataInfrastructuresDeleteCall)Do

Do executes the "oracledatabase.projects.locations.cloudExadataInfrastructures.delete" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCloudExadataInfrastructuresDeleteCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsCloudExadataInfrastructuresDeleteCall)Force

Force sets the optional parameter "force": If set to true, all VM clustersfor this Exadata Infrastructure will be deleted. An Exadata Infrastructurecan only be deleted once all its VM clusters have been deleted.

func (*ProjectsLocationsCloudExadataInfrastructuresDeleteCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsCloudExadataInfrastructuresDeleteCall)RequestId

RequestId sets the optional parameter "requestId": An optional ID toidentify the request. This value is used to identify duplicate requests. Ifyou make a request with the same request ID and the original request isstill in progress or completed, the server ignores the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsCloudExadataInfrastructuresGetCall

type ProjectsLocationsCloudExadataInfrastructuresGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsCloudExadataInfrastructuresGetCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCloudExadataInfrastructuresGetCall)Do

Do executes the "oracledatabase.projects.locations.cloudExadataInfrastructures.get" call.Any non-2xx status code is an error. Response headers are in either*CloudExadataInfrastructure.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsCloudExadataInfrastructuresGetCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsCloudExadataInfrastructuresGetCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsCloudExadataInfrastructuresGetCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsCloudExadataInfrastructuresListCall

type ProjectsLocationsCloudExadataInfrastructuresListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsCloudExadataInfrastructuresListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCloudExadataInfrastructuresListCall)Do

Do executes the "oracledatabase.projects.locations.cloudExadataInfrastructures.list" call.Any non-2xx status code is an error. Response headers are in either*ListCloudExadataInfrastructuresResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsCloudExadataInfrastructuresListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsCloudExadataInfrastructuresListCall)Filteradded inv0.250.0

Filter sets the optional parameter "filter": An expression for filtering theresults of the request.

func (*ProjectsLocationsCloudExadataInfrastructuresListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsCloudExadataInfrastructuresListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsCloudExadataInfrastructuresListCall)OrderByadded inv0.250.0

OrderBy sets the optional parameter "orderBy": An expression for orderingthe results of the request.

func (*ProjectsLocationsCloudExadataInfrastructuresListCall)PageSize

PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. If unspecified, at most 50 Exadata infrastructures will bereturned. The maximum value is 1000; values above 1000 will be coerced to1000.

func (*ProjectsLocationsCloudExadataInfrastructuresListCall)PageToken

PageToken sets the optional parameter "pageToken": A token identifying apage of results the server should return.

func (*ProjectsLocationsCloudExadataInfrastructuresListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsCloudExadataInfrastructuresService

type ProjectsLocationsCloudExadataInfrastructuresService struct {DbServers *ProjectsLocationsCloudExadataInfrastructuresDbServersService// contains filtered or unexported fields}

func (*ProjectsLocationsCloudExadataInfrastructuresService)Create

Create: Creates a new Exadata Infrastructure in a given project andlocation.

  • parent: The parent value for CloudExadataInfrastructure in the followingformat: projects/{project}/locations/{location}.

func (*ProjectsLocationsCloudExadataInfrastructuresService)Delete

Delete: Deletes a single Exadata Infrastructure.

  • name: The name of the Cloud Exadata Infrastructure in the followingformat:projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}.

func (*ProjectsLocationsCloudExadataInfrastructuresService)Get

Get: Gets details of a single Exadata Infrastructure.

  • name: The name of the Cloud Exadata Infrastructure in the followingformat:projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}.

func (*ProjectsLocationsCloudExadataInfrastructuresService)List

List: Lists Exadata Infrastructures in a given project and location.

  • parent: The parent value for CloudExadataInfrastructure in the followingformat: projects/{project}/locations/{location}.

typeProjectsLocationsCloudVmClustersCreateCall

type ProjectsLocationsCloudVmClustersCreateCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsCloudVmClustersCreateCall)CloudVmClusterId

CloudVmClusterId sets the optional parameter "cloudVmClusterId": Required.The ID of the VM Cluster to create. This value is restricted to (^a-z([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters inlength. The value must start with a letter and end with a letter or anumber.

func (*ProjectsLocationsCloudVmClustersCreateCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCloudVmClustersCreateCall)Do

Do executes the "oracledatabase.projects.locations.cloudVmClusters.create" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCloudVmClustersCreateCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsCloudVmClustersCreateCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsCloudVmClustersCreateCall)RequestId

RequestId sets the optional parameter "requestId": An optional ID toidentify the request. This value is used to identify duplicate requests. Ifyou make a request with the same request ID and the original request isstill in progress or completed, the server ignores the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsCloudVmClustersDbNodesListCall

type ProjectsLocationsCloudVmClustersDbNodesListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsCloudVmClustersDbNodesListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCloudVmClustersDbNodesListCall)Do

Do executes the "oracledatabase.projects.locations.cloudVmClusters.dbNodes.list" call.Any non-2xx status code is an error. Response headers are in either*ListDbNodesResponse.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsCloudVmClustersDbNodesListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsCloudVmClustersDbNodesListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsCloudVmClustersDbNodesListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsCloudVmClustersDbNodesListCall)PageSize

PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. If unspecified, at most 50 db nodes will be returned. The maximumvalue is 1000; values above 1000 will be coerced to 1000.

func (*ProjectsLocationsCloudVmClustersDbNodesListCall)PageToken

PageToken sets the optional parameter "pageToken": A token identifying apage of results the node should return.

func (*ProjectsLocationsCloudVmClustersDbNodesListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsCloudVmClustersDbNodesService

type ProjectsLocationsCloudVmClustersDbNodesService struct {// contains filtered or unexported fields}

func (*ProjectsLocationsCloudVmClustersDbNodesService)List

List: Lists the database nodes of a VM Cluster.

  • parent: The parent value for database node in the following format:projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}..

typeProjectsLocationsCloudVmClustersDeleteCall

type ProjectsLocationsCloudVmClustersDeleteCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsCloudVmClustersDeleteCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCloudVmClustersDeleteCall)Do

Do executes the "oracledatabase.projects.locations.cloudVmClusters.delete" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCloudVmClustersDeleteCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsCloudVmClustersDeleteCall)Force

Force sets the optional parameter "force": If set to true, all childresources for the VM Cluster will be deleted. A VM Cluster can only bedeleted once all its child resources have been deleted.

func (*ProjectsLocationsCloudVmClustersDeleteCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsCloudVmClustersDeleteCall)RequestId

RequestId sets the optional parameter "requestId": An optional ID toidentify the request. This value is used to identify duplicate requests. Ifyou make a request with the same request ID and the original request isstill in progress or completed, the server ignores the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsCloudVmClustersGetCall

type ProjectsLocationsCloudVmClustersGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsCloudVmClustersGetCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCloudVmClustersGetCall)Do

Do executes the "oracledatabase.projects.locations.cloudVmClusters.get" call.Any non-2xx status code is an error. Response headers are in either*CloudVmCluster.ServerResponse.Header or (if a response was returned at all)in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCloudVmClustersGetCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsCloudVmClustersGetCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsCloudVmClustersGetCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsCloudVmClustersListCall

type ProjectsLocationsCloudVmClustersListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsCloudVmClustersListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCloudVmClustersListCall)Do

Do executes the "oracledatabase.projects.locations.cloudVmClusters.list" call.Any non-2xx status code is an error. Response headers are in either*ListCloudVmClustersResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsCloudVmClustersListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsCloudVmClustersListCall)Filter

Filter sets the optional parameter "filter": An expression for filtering theresults of the request.

func (*ProjectsLocationsCloudVmClustersListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsCloudVmClustersListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsCloudVmClustersListCall)PageSize

PageSize sets the optional parameter "pageSize": The number of VM clustersto return. If unspecified, at most 50 VM clusters will be returned. Themaximum value is 1,000.

func (*ProjectsLocationsCloudVmClustersListCall)PageToken

PageToken sets the optional parameter "pageToken": A token identifying thepage of results the server returns.

func (*ProjectsLocationsCloudVmClustersListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsCloudVmClustersService

type ProjectsLocationsCloudVmClustersService struct {DbNodes *ProjectsLocationsCloudVmClustersDbNodesService// contains filtered or unexported fields}

func (*ProjectsLocationsCloudVmClustersService)Create

Create: Creates a new VM Cluster in a given project and location.

  • parent: The name of the parent in the following format:projects/{project}/locations/{location}.

func (*ProjectsLocationsCloudVmClustersService)Delete

Delete: Deletes a single VM Cluster.

  • name: The name of the Cloud VM Cluster in the following format:projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}.

func (*ProjectsLocationsCloudVmClustersService)Get

Get: Gets details of a single VM Cluster.

  • name: The name of the Cloud VM Cluster in the following format:projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}.

func (*ProjectsLocationsCloudVmClustersService)List

List: Lists the VM Clusters in a given project and location.

  • parent: The name of the parent in the following format:projects/{project}/locations/{location}.

typeProjectsLocationsDatabaseCharacterSetsListCalladded inv0.250.0

type ProjectsLocationsDatabaseCharacterSetsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsDatabaseCharacterSetsListCall)Contextadded inv0.250.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatabaseCharacterSetsListCall)Doadded inv0.250.0

Do executes the "oracledatabase.projects.locations.databaseCharacterSets.list" call.Any non-2xx status code is an error. Response headers are in either*ListDatabaseCharacterSetsResponse.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsDatabaseCharacterSetsListCall)Fieldsadded inv0.250.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsDatabaseCharacterSetsListCall)Filteradded inv0.250.0

Filter sets the optional parameter "filter": An expression for filtering theresults of the request. Only the **character_set_type** field is supportedin the following format: `character_set_type="{characterSetType}". Acceptedvalues include `DATABASE` and `NATIONAL`.

func (*ProjectsLocationsDatabaseCharacterSetsListCall)Headeradded inv0.250.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsDatabaseCharacterSetsListCall)IfNoneMatchadded inv0.250.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsDatabaseCharacterSetsListCall)PageSizeadded inv0.250.0

PageSize sets the optional parameter "pageSize": The maximum number ofDatabaseCharacterSets to return. The service may return fewer than thisvalue. If unspecified, at most 50 DatabaseCharacterSets will be returned.The maximum value is 1000; values above 1000 will be coerced to 1000.

func (*ProjectsLocationsDatabaseCharacterSetsListCall)PageTokenadded inv0.250.0

PageToken sets the optional parameter "pageToken": A page token, receivedfrom a previous `ListDatabaseCharacterSets` call. Provide this to retrievethe subsequent page. When paginating, all other parameters provided to`ListDatabaseCharacterSets` must match the call that provided the pagetoken.

func (*ProjectsLocationsDatabaseCharacterSetsListCall)Pagesadded inv0.250.0

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsDatabaseCharacterSetsServiceadded inv0.250.0

type ProjectsLocationsDatabaseCharacterSetsService struct {// contains filtered or unexported fields}

funcNewProjectsLocationsDatabaseCharacterSetsServiceadded inv0.250.0

func NewProjectsLocationsDatabaseCharacterSetsService(s *Service) *ProjectsLocationsDatabaseCharacterSetsService

func (*ProjectsLocationsDatabaseCharacterSetsService)Listadded inv0.250.0

List: List DatabaseCharacterSets for the given project and location.

  • parent: The parent value for DatabaseCharacterSets in the followingformat: projects/{project}/locations/{location}.

typeProjectsLocationsDatabasesGetCalladded inv0.250.0

type ProjectsLocationsDatabasesGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsDatabasesGetCall)Contextadded inv0.250.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatabasesGetCall)Doadded inv0.250.0

Do executes the "oracledatabase.projects.locations.databases.get" call.Any non-2xx status code is an error. Response headers are in either*Database.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDatabasesGetCall)Fieldsadded inv0.250.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsDatabasesGetCall)Headeradded inv0.250.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsDatabasesGetCall)IfNoneMatchadded inv0.250.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsDatabasesListCalladded inv0.250.0

type ProjectsLocationsDatabasesListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsDatabasesListCall)Contextadded inv0.250.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDatabasesListCall)Doadded inv0.250.0

Do executes the "oracledatabase.projects.locations.databases.list" call.Any non-2xx status code is an error. Response headers are in either*ListDatabasesResponse.ServerResponse.Header or (if a response was returnedat all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsDatabasesListCall)Fieldsadded inv0.250.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsDatabasesListCall)Filteradded inv0.250.0

Filter sets the optional parameter "filter": An expression for filtering theresults of the request. list for container databases is supported only witha valid dbSystem (full resource name) filter in this format:`dbSystem="projects/{project}/locations/{location}/dbSystems/{dbSystemId}"

func (*ProjectsLocationsDatabasesListCall)Headeradded inv0.250.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsDatabasesListCall)IfNoneMatchadded inv0.250.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsDatabasesListCall)PageSizeadded inv0.250.0

PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. If unspecified, a maximum of 50 Databases will be returned. Themaximum value is 1000; values above 1000 will be reset to 1000.

func (*ProjectsLocationsDatabasesListCall)PageTokenadded inv0.250.0

PageToken sets the optional parameter "pageToken": A token identifying therequested page of results to return. All fields except the filter shouldremain the same as in the request that provided this page token.

func (*ProjectsLocationsDatabasesListCall)Pagesadded inv0.250.0

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsDatabasesServiceadded inv0.250.0

type ProjectsLocationsDatabasesService struct {// contains filtered or unexported fields}

funcNewProjectsLocationsDatabasesServiceadded inv0.250.0

func NewProjectsLocationsDatabasesService(s *Service) *ProjectsLocationsDatabasesService

func (*ProjectsLocationsDatabasesService)Getadded inv0.250.0

Get: Gets details of a single Database.

  • name: The name of the Database resource in the following format:projects/{project}/locations/{region}/databases/{database}.

func (*ProjectsLocationsDatabasesService)Listadded inv0.250.0

List: Lists all the Databases for the given project, location and DbSystem.

  • parent: The parent resource name in the following format:projects/{project}/locations/{region}.

typeProjectsLocationsDbSystemInitialStorageSizesListCalladded inv0.250.0

type ProjectsLocationsDbSystemInitialStorageSizesListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsDbSystemInitialStorageSizesListCall)Contextadded inv0.250.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDbSystemInitialStorageSizesListCall)Doadded inv0.250.0

Do executes the "oracledatabase.projects.locations.dbSystemInitialStorageSizes.list" call.Any non-2xx status code is an error. Response headers are in either*ListDbSystemInitialStorageSizesResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsDbSystemInitialStorageSizesListCall)Fieldsadded inv0.250.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsDbSystemInitialStorageSizesListCall)Headeradded inv0.250.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsDbSystemInitialStorageSizesListCall)IfNoneMatchadded inv0.250.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsDbSystemInitialStorageSizesListCall)PageSizeadded inv0.250.0

PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. If unspecified, a maximum of 50 DbSystemInitialStorageSizes willbe returned. The maximum value is 1000; values above 1000 will be reset to1000.

func (*ProjectsLocationsDbSystemInitialStorageSizesListCall)PageTokenadded inv0.250.0

PageToken sets the optional parameter "pageToken": A token identifying therequested page of results to return. All fields except the filter shouldremain the same as in the request that provided this page token.

func (*ProjectsLocationsDbSystemInitialStorageSizesListCall)Pagesadded inv0.250.0

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsDbSystemInitialStorageSizesServiceadded inv0.250.0

type ProjectsLocationsDbSystemInitialStorageSizesService struct {// contains filtered or unexported fields}

funcNewProjectsLocationsDbSystemInitialStorageSizesServiceadded inv0.250.0

func NewProjectsLocationsDbSystemInitialStorageSizesService(s *Service) *ProjectsLocationsDbSystemInitialStorageSizesService

func (*ProjectsLocationsDbSystemInitialStorageSizesService)Listadded inv0.250.0

List: Lists all the DbSystemInitialStorageSizes for the given project andlocation.

  • parent: The parent value for the DbSystemInitialStorageSize resource withthe format: projects/{project}/locations/{location}.

typeProjectsLocationsDbSystemShapesListCall

type ProjectsLocationsDbSystemShapesListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsDbSystemShapesListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDbSystemShapesListCall)Do

Do executes the "oracledatabase.projects.locations.dbSystemShapes.list" call.Any non-2xx status code is an error. Response headers are in either*ListDbSystemShapesResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsDbSystemShapesListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsDbSystemShapesListCall)Filteradded inv0.250.0

Filter sets the optional parameter "filter": An expression for filtering theresults of the request. Only the gcp_oracle_zone_id field is supported inthis format: `gcp_oracle_zone_id="{gcp_oracle_zone_id}".

func (*ProjectsLocationsDbSystemShapesListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsDbSystemShapesListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsDbSystemShapesListCall)PageSize

PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. If unspecified, at most 50 database system shapes will bereturned. The maximum value is 1000; values above 1000 will be coerced to1000.

func (*ProjectsLocationsDbSystemShapesListCall)PageToken

PageToken sets the optional parameter "pageToken": A token identifying apage of results the server should return.

func (*ProjectsLocationsDbSystemShapesListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsDbSystemShapesService

type ProjectsLocationsDbSystemShapesService struct {// contains filtered or unexported fields}

func (*ProjectsLocationsDbSystemShapesService)List

List: Lists the database system shapes available for the project andlocation.

  • parent: The parent value for Database System Shapes in the followingformat: projects/{project}/locations/{location}.

typeProjectsLocationsDbSystemsCreateCalladded inv0.250.0

type ProjectsLocationsDbSystemsCreateCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsDbSystemsCreateCall)Contextadded inv0.250.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDbSystemsCreateCall)DbSystemIdadded inv0.250.0

DbSystemId sets the optional parameter "dbSystemId": Required. The ID of theDbSystem to create. This value is restricted to (^a-z([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters inlength. The value must start with a letter and end with a letter or anumber.

func (*ProjectsLocationsDbSystemsCreateCall)Doadded inv0.250.0

Do executes the "oracledatabase.projects.locations.dbSystems.create" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDbSystemsCreateCall)Fieldsadded inv0.250.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsDbSystemsCreateCall)Headeradded inv0.250.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsDbSystemsCreateCall)RequestIdadded inv0.250.0

RequestId sets the optional parameter "requestId": An optional request ID toidentify requests. Specify a unique request ID so that if you must retryyour request, the server will know to ignore the request if it has alreadybeen completed. The server will guarantee that for at least 60 minutes sincethe first request. For example, consider a situation where you make aninitial request and the request times out. If you make the request againwith the same request ID, the server can check if original operation withthe same request ID was received, and if so, will ignore the second request.This prevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsDbSystemsDeleteCalladded inv0.250.0

type ProjectsLocationsDbSystemsDeleteCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsDbSystemsDeleteCall)Contextadded inv0.250.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDbSystemsDeleteCall)Doadded inv0.250.0

Do executes the "oracledatabase.projects.locations.dbSystems.delete" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDbSystemsDeleteCall)Fieldsadded inv0.250.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsDbSystemsDeleteCall)Headeradded inv0.250.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsDbSystemsDeleteCall)RequestIdadded inv0.250.0

RequestId sets the optional parameter "requestId": An optional ID toidentify the request. This value is used to identify duplicate requests. Ifyou make a request with the same request ID and the original request isstill in progress or completed, the server ignores the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsDbSystemsGetCalladded inv0.250.0

type ProjectsLocationsDbSystemsGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsDbSystemsGetCall)Contextadded inv0.250.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDbSystemsGetCall)Doadded inv0.250.0

Do executes the "oracledatabase.projects.locations.dbSystems.get" call.Any non-2xx status code is an error. Response headers are in either*DbSystem.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsDbSystemsGetCall)Fieldsadded inv0.250.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsDbSystemsGetCall)Headeradded inv0.250.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsDbSystemsGetCall)IfNoneMatchadded inv0.250.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsDbSystemsListCalladded inv0.250.0

type ProjectsLocationsDbSystemsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsDbSystemsListCall)Contextadded inv0.250.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDbSystemsListCall)Doadded inv0.250.0

Do executes the "oracledatabase.projects.locations.dbSystems.list" call.Any non-2xx status code is an error. Response headers are in either*ListDbSystemsResponse.ServerResponse.Header or (if a response was returnedat all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsDbSystemsListCall)Fieldsadded inv0.250.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsDbSystemsListCall)Filteradded inv0.250.0

Filter sets the optional parameter "filter": An expression for filtering theresults of the request.

func (*ProjectsLocationsDbSystemsListCall)Headeradded inv0.250.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsDbSystemsListCall)IfNoneMatchadded inv0.250.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsDbSystemsListCall)OrderByadded inv0.250.0

OrderBy sets the optional parameter "orderBy": An expression for orderingthe results of the request.

func (*ProjectsLocationsDbSystemsListCall)PageSizeadded inv0.250.0

PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. If unspecified, at most 50 DbSystems will be returned. Themaximum value is 1000; values above 1000 will be coerced to 1000.

func (*ProjectsLocationsDbSystemsListCall)PageTokenadded inv0.250.0

PageToken sets the optional parameter "pageToken": A token identifying apage of results the server should return.

func (*ProjectsLocationsDbSystemsListCall)Pagesadded inv0.250.0

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsDbSystemsServiceadded inv0.250.0

type ProjectsLocationsDbSystemsService struct {// contains filtered or unexported fields}

funcNewProjectsLocationsDbSystemsServiceadded inv0.250.0

func NewProjectsLocationsDbSystemsService(s *Service) *ProjectsLocationsDbSystemsService

func (*ProjectsLocationsDbSystemsService)Createadded inv0.250.0

Create: Creates a new DbSystem in a given project and location.

  • parent: The value for parent of the DbSystem in the following format:projects/{project}/locations/{location}.

func (*ProjectsLocationsDbSystemsService)Deleteadded inv0.250.0

Delete: Deletes a single DbSystem.

  • name: The name of the DbSystem in the following format:projects/{project}/locations/{location}/dbSystems/{db_system}.

func (*ProjectsLocationsDbSystemsService)Getadded inv0.250.0

Get: Gets details of a single DbSystem.

  • name: The name of the DbSystem in the following format:projects/{project}/locations/{location}/dbSystems/{db_system}.

func (*ProjectsLocationsDbSystemsService)Listadded inv0.250.0

List: Lists all the DbSystems for the given project and location.

  • parent: The parent value for DbSystems in the following format:projects/{project}/locations/{location}.

typeProjectsLocationsDbVersionsListCalladded inv0.250.0

type ProjectsLocationsDbVersionsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsDbVersionsListCall)Contextadded inv0.250.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsDbVersionsListCall)Doadded inv0.250.0

Do executes the "oracledatabase.projects.locations.dbVersions.list" call.Any non-2xx status code is an error. Response headers are in either*ListDbVersionsResponse.ServerResponse.Header or (if a response was returnedat all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsDbVersionsListCall)Fieldsadded inv0.250.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsDbVersionsListCall)Filteradded inv0.250.0

Filter sets the optional parameter "filter": Filter expression that matchesa subset of the DbVersions to show. The supported filter for dbSystemcreation is `db_system_shape = {db_system_shape} AND storage_management ={storage_management}`. If no filter is provided, all DbVersions will bereturned.

func (*ProjectsLocationsDbVersionsListCall)Headeradded inv0.250.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsDbVersionsListCall)IfNoneMatchadded inv0.250.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsDbVersionsListCall)PageSizeadded inv0.250.0

PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. If unspecified, a maximum of 50 DbVersions will be returned. Themaximum value is 1000; values above 1000 will be reset to 1000.

func (*ProjectsLocationsDbVersionsListCall)PageTokenadded inv0.250.0

PageToken sets the optional parameter "pageToken": A token identifying therequested page of results to return. All fields except the filter shouldremain the same as in the request that provided this page token.

func (*ProjectsLocationsDbVersionsListCall)Pagesadded inv0.250.0

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsDbVersionsServiceadded inv0.250.0

type ProjectsLocationsDbVersionsService struct {// contains filtered or unexported fields}

funcNewProjectsLocationsDbVersionsServiceadded inv0.250.0

func NewProjectsLocationsDbVersionsService(s *Service) *ProjectsLocationsDbVersionsService

func (*ProjectsLocationsDbVersionsService)Listadded inv0.250.0

List: List DbVersions for the given project and location.

  • parent: The parent value for the DbVersion resource with the format:projects/{project}/locations/{location}.

typeProjectsLocationsEntitlementsListCall

type ProjectsLocationsEntitlementsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsEntitlementsListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsEntitlementsListCall)Do

Do executes the "oracledatabase.projects.locations.entitlements.list" call.Any non-2xx status code is an error. Response headers are in either*ListEntitlementsResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsEntitlementsListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsEntitlementsListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsEntitlementsListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsEntitlementsListCall)PageSize

PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. If unspecified, a maximum of 50 entitlements will be returned.The maximum value is 1000.

func (*ProjectsLocationsEntitlementsListCall)PageToken

PageToken sets the optional parameter "pageToken": A token identifying apage of results the server should return.

func (*ProjectsLocationsEntitlementsListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsEntitlementsService

type ProjectsLocationsEntitlementsService struct {// contains filtered or unexported fields}

func (*ProjectsLocationsEntitlementsService)List

List: Lists the entitlements in a given project.

  • parent: The parent value for the entitlement in the following format:projects/{project}/locations/{location}.

typeProjectsLocationsExadbVmClustersCreateCalladded inv0.250.0

type ProjectsLocationsExadbVmClustersCreateCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsExadbVmClustersCreateCall)Contextadded inv0.250.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExadbVmClustersCreateCall)Doadded inv0.250.0

Do executes the "oracledatabase.projects.locations.exadbVmClusters.create" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExadbVmClustersCreateCall)ExadbVmClusterIdadded inv0.250.0

ExadbVmClusterId sets the optional parameter "exadbVmClusterId": Required.The ID of the ExadbVmCluster to create. This value is restricted to (^a-z([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters inlength. The value must start with a letter and end with a letter or anumber.

func (*ProjectsLocationsExadbVmClustersCreateCall)Fieldsadded inv0.250.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsExadbVmClustersCreateCall)Headeradded inv0.250.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsExadbVmClustersCreateCall)RequestIdadded inv0.250.0

RequestId sets the optional parameter "requestId": An optional request ID toidentify requests. Specify a unique request ID so that if you must retryyour request, the server will know to ignore the request if it has alreadybeen completed. The server will guarantee that for at least 60 minutes sincethe first request. For example, consider a situation where you make aninitial request and the request times out. If you make the request againwith the same request ID, the server can check if original operation withthe same request ID was received, and if so, will ignore the second request.This prevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsExadbVmClustersDbNodesListCalladded inv0.253.0

type ProjectsLocationsExadbVmClustersDbNodesListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsExadbVmClustersDbNodesListCall)Contextadded inv0.253.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExadbVmClustersDbNodesListCall)Doadded inv0.253.0

Do executes the "oracledatabase.projects.locations.exadbVmClusters.dbNodes.list" call.Any non-2xx status code is an error. Response headers are in either*ListDbNodesResponse.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsExadbVmClustersDbNodesListCall)Fieldsadded inv0.253.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsExadbVmClustersDbNodesListCall)Headeradded inv0.253.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsExadbVmClustersDbNodesListCall)IfNoneMatchadded inv0.253.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsExadbVmClustersDbNodesListCall)PageSizeadded inv0.253.0

PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. If unspecified, at most 50 db nodes will be returned. The maximumvalue is 1000; values above 1000 will be coerced to 1000.

func (*ProjectsLocationsExadbVmClustersDbNodesListCall)PageTokenadded inv0.253.0

PageToken sets the optional parameter "pageToken": A token identifying apage of results the node should return.

func (*ProjectsLocationsExadbVmClustersDbNodesListCall)Pagesadded inv0.253.0

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsExadbVmClustersDbNodesServiceadded inv0.253.0

type ProjectsLocationsExadbVmClustersDbNodesService struct {// contains filtered or unexported fields}

funcNewProjectsLocationsExadbVmClustersDbNodesServiceadded inv0.253.0

func NewProjectsLocationsExadbVmClustersDbNodesService(s *Service) *ProjectsLocationsExadbVmClustersDbNodesService

func (*ProjectsLocationsExadbVmClustersDbNodesService)Listadded inv0.253.0

List: Lists the database nodes of a VM Cluster.

  • parent: The parent value for database node in the following format:projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}..

typeProjectsLocationsExadbVmClustersDeleteCalladded inv0.250.0

type ProjectsLocationsExadbVmClustersDeleteCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsExadbVmClustersDeleteCall)Contextadded inv0.250.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExadbVmClustersDeleteCall)Doadded inv0.250.0

Do executes the "oracledatabase.projects.locations.exadbVmClusters.delete" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExadbVmClustersDeleteCall)Fieldsadded inv0.250.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsExadbVmClustersDeleteCall)Headeradded inv0.250.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsExadbVmClustersDeleteCall)RequestIdadded inv0.250.0

RequestId sets the optional parameter "requestId": An optional ID toidentify the request. This value is used to identify duplicate requests. Ifyou make a request with the same request ID and the original request isstill in progress or completed, the server ignores the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsExadbVmClustersGetCalladded inv0.250.0

type ProjectsLocationsExadbVmClustersGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsExadbVmClustersGetCall)Contextadded inv0.250.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExadbVmClustersGetCall)Doadded inv0.250.0

Do executes the "oracledatabase.projects.locations.exadbVmClusters.get" call.Any non-2xx status code is an error. Response headers are in either*ExadbVmCluster.ServerResponse.Header or (if a response was returned at all)in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExadbVmClustersGetCall)Fieldsadded inv0.250.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsExadbVmClustersGetCall)Headeradded inv0.250.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsExadbVmClustersGetCall)IfNoneMatchadded inv0.250.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsExadbVmClustersListCalladded inv0.250.0

type ProjectsLocationsExadbVmClustersListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsExadbVmClustersListCall)Contextadded inv0.250.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExadbVmClustersListCall)Doadded inv0.250.0

Do executes the "oracledatabase.projects.locations.exadbVmClusters.list" call.Any non-2xx status code is an error. Response headers are in either*ListExadbVmClustersResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsExadbVmClustersListCall)Fieldsadded inv0.250.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsExadbVmClustersListCall)Filteradded inv0.250.0

Filter sets the optional parameter "filter": An expression for filtering theresults of the request.

func (*ProjectsLocationsExadbVmClustersListCall)Headeradded inv0.250.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsExadbVmClustersListCall)IfNoneMatchadded inv0.250.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsExadbVmClustersListCall)OrderByadded inv0.250.0

OrderBy sets the optional parameter "orderBy": An expression for orderingthe results of the request.

func (*ProjectsLocationsExadbVmClustersListCall)PageSizeadded inv0.250.0

PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. If unspecified, at most 50 ExadbVmClusters will be returned. Themaximum value is 1000; values above 1000 will be coerced to 1000.

func (*ProjectsLocationsExadbVmClustersListCall)PageTokenadded inv0.250.0

PageToken sets the optional parameter "pageToken": A token identifying apage of results the server should return.

func (*ProjectsLocationsExadbVmClustersListCall)Pagesadded inv0.250.0

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsExadbVmClustersPatchCalladded inv0.250.0

type ProjectsLocationsExadbVmClustersPatchCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsExadbVmClustersPatchCall)Contextadded inv0.250.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExadbVmClustersPatchCall)Doadded inv0.250.0

Do executes the "oracledatabase.projects.locations.exadbVmClusters.patch" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExadbVmClustersPatchCall)Fieldsadded inv0.250.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsExadbVmClustersPatchCall)Headeradded inv0.250.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsExadbVmClustersPatchCall)RequestIdadded inv0.250.0

RequestId sets the optional parameter "requestId": An optional ID toidentify the request. This value is used to identify duplicate requests. Ifyou make a request with the same request ID and the original request isstill in progress or completed, the server ignores the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

func (*ProjectsLocationsExadbVmClustersPatchCall)UpdateMaskadded inv0.250.0

UpdateMask sets the optional parameter "updateMask": A mask specifying whichfields in th VM Cluster should be updated. A field specified in the mask isoverwritten. If a mask isn't provided then all the fields in the VM Clusterare overwritten.

typeProjectsLocationsExadbVmClustersRemoveVirtualMachineCalladded inv0.250.0

type ProjectsLocationsExadbVmClustersRemoveVirtualMachineCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsExadbVmClustersRemoveVirtualMachineCall)Contextadded inv0.250.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExadbVmClustersRemoveVirtualMachineCall)Doadded inv0.250.0

Do executes the "oracledatabase.projects.locations.exadbVmClusters.removeVirtualMachine" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExadbVmClustersRemoveVirtualMachineCall)Fieldsadded inv0.250.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsExadbVmClustersRemoveVirtualMachineCall)Headeradded inv0.250.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsExadbVmClustersServiceadded inv0.250.0

type ProjectsLocationsExadbVmClustersService struct {DbNodes *ProjectsLocationsExadbVmClustersDbNodesService// contains filtered or unexported fields}

funcNewProjectsLocationsExadbVmClustersServiceadded inv0.250.0

func NewProjectsLocationsExadbVmClustersService(s *Service) *ProjectsLocationsExadbVmClustersService

func (*ProjectsLocationsExadbVmClustersService)Createadded inv0.250.0

Create: Creates a new Exadb (Exascale) VM Cluster resource.

  • parent: The value for parent of the ExadbVmCluster in the followingformat: projects/{project}/locations/{location}.

func (*ProjectsLocationsExadbVmClustersService)Deleteadded inv0.250.0

Delete: Deletes a single Exadb (Exascale) VM Cluster.

  • name: The name of the ExadbVmCluster in the following format:projects/{project}/locations/{location}/exadbVmClusters/{exadb_vm_cluster}.

func (*ProjectsLocationsExadbVmClustersService)Getadded inv0.250.0

Get: Gets details of a single Exadb (Exascale) VM Cluster.

  • name: The name of the ExadbVmCluster in the following format:projects/{project}/locations/{location}/exadbVmClusters/{exadb_vm_cluster}.

func (*ProjectsLocationsExadbVmClustersService)Listadded inv0.250.0

List: Lists all the Exadb (Exascale) VM Clusters for the given project andlocation.

  • parent: The parent value for ExadbVmClusters in the following format:projects/{project}/locations/{location}.

func (*ProjectsLocationsExadbVmClustersService)Patchadded inv0.250.0

Patch: Updates a single Exadb (Exascale) VM Cluster. To add virtual machinesto existing exadb vm cluster, only pass the node count.

  • name: Identifier. The name of the ExadbVmCluster resource in the followingformat:projects/{project}/locations/{region}/exadbVmClusters/{exadb_vm_cluster}.

func (*ProjectsLocationsExadbVmClustersService)RemoveVirtualMachineadded inv0.250.0

RemoveVirtualMachine: Removes virtual machines from an existing exadb vmcluster.

  • name: The name of the ExadbVmCluster in the following format:projects/{project}/locations/{location}/exadbVmClusters/{exadb_vm_cluster}.

typeProjectsLocationsExascaleDbStorageVaultsCreateCalladded inv0.250.0

type ProjectsLocationsExascaleDbStorageVaultsCreateCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsExascaleDbStorageVaultsCreateCall)Contextadded inv0.250.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExascaleDbStorageVaultsCreateCall)Doadded inv0.250.0

Do executes the "oracledatabase.projects.locations.exascaleDbStorageVaults.create" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExascaleDbStorageVaultsCreateCall)ExascaleDbStorageVaultIdadded inv0.250.0

ExascaleDbStorageVaultId sets the optional parameter"exascaleDbStorageVaultId": Required. The ID of the ExascaleDbStorageVaultto create. This value is restricted to (^a-z ([a-z0-9-]{0,61}[a-z0-9])?$)and must be a maximum of 63 characters in length. The value must start witha letter and end with a letter or a number.

func (*ProjectsLocationsExascaleDbStorageVaultsCreateCall)Fieldsadded inv0.250.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsExascaleDbStorageVaultsCreateCall)Headeradded inv0.250.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsExascaleDbStorageVaultsCreateCall)RequestIdadded inv0.250.0

RequestId sets the optional parameter "requestId": An optional request ID toidentify requests. Specify a unique request ID so that if you must retryyour request, the server will know to ignore the request if it has alreadybeen completed. The server will guarantee that for at least 60 minutes sincethe first request. For example, consider a situation where you make aninitial request and the request times out. If you make the request againwith the same request ID, the server can check if original operation withthe same request ID was received, and if so, will ignore the second request.This prevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsExascaleDbStorageVaultsDeleteCalladded inv0.250.0

type ProjectsLocationsExascaleDbStorageVaultsDeleteCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsExascaleDbStorageVaultsDeleteCall)Contextadded inv0.250.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExascaleDbStorageVaultsDeleteCall)Doadded inv0.250.0

Do executes the "oracledatabase.projects.locations.exascaleDbStorageVaults.delete" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsExascaleDbStorageVaultsDeleteCall)Fieldsadded inv0.250.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsExascaleDbStorageVaultsDeleteCall)Headeradded inv0.250.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsExascaleDbStorageVaultsDeleteCall)RequestIdadded inv0.250.0

RequestId sets the optional parameter "requestId": An optional ID toidentify the request. This value is used to identify duplicate requests. Ifyou make a request with the same request ID and the original request isstill in progress or completed, the server ignores the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsExascaleDbStorageVaultsGetCalladded inv0.250.0

type ProjectsLocationsExascaleDbStorageVaultsGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsExascaleDbStorageVaultsGetCall)Contextadded inv0.250.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExascaleDbStorageVaultsGetCall)Doadded inv0.250.0

Do executes the "oracledatabase.projects.locations.exascaleDbStorageVaults.get" call.Any non-2xx status code is an error. Response headers are in either*ExascaleDbStorageVault.ServerResponse.Header or (if a response was returnedat all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsExascaleDbStorageVaultsGetCall)Fieldsadded inv0.250.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsExascaleDbStorageVaultsGetCall)Headeradded inv0.250.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsExascaleDbStorageVaultsGetCall)IfNoneMatchadded inv0.250.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsExascaleDbStorageVaultsListCalladded inv0.250.0

type ProjectsLocationsExascaleDbStorageVaultsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsExascaleDbStorageVaultsListCall)Contextadded inv0.250.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsExascaleDbStorageVaultsListCall)Doadded inv0.250.0

Do executes the "oracledatabase.projects.locations.exascaleDbStorageVaults.list" call.Any non-2xx status code is an error. Response headers are in either*ListExascaleDbStorageVaultsResponse.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsExascaleDbStorageVaultsListCall)Fieldsadded inv0.250.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsExascaleDbStorageVaultsListCall)Filteradded inv0.250.0

Filter sets the optional parameter "filter": An expression for filtering theresults of the request. Filter the list as specified inhttps://google.aip.dev/160.

func (*ProjectsLocationsExascaleDbStorageVaultsListCall)Headeradded inv0.250.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsExascaleDbStorageVaultsListCall)IfNoneMatchadded inv0.250.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsExascaleDbStorageVaultsListCall)OrderByadded inv0.250.0

OrderBy sets the optional parameter "orderBy": An expression for orderingthe results of the request. Order results as specified inhttps://google.aip.dev/132.

func (*ProjectsLocationsExascaleDbStorageVaultsListCall)PageSizeadded inv0.250.0

PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. If unspecified, at most 50 ExascaleDbStorageVaults will bereturned. The maximum value is 1000; values above 1000 will be coerced to1000.

func (*ProjectsLocationsExascaleDbStorageVaultsListCall)PageTokenadded inv0.250.0

PageToken sets the optional parameter "pageToken": A token identifying apage of results the server should return.

func (*ProjectsLocationsExascaleDbStorageVaultsListCall)Pagesadded inv0.250.0

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsExascaleDbStorageVaultsServiceadded inv0.250.0

type ProjectsLocationsExascaleDbStorageVaultsService struct {// contains filtered or unexported fields}

funcNewProjectsLocationsExascaleDbStorageVaultsServiceadded inv0.250.0

func NewProjectsLocationsExascaleDbStorageVaultsService(s *Service) *ProjectsLocationsExascaleDbStorageVaultsService

func (*ProjectsLocationsExascaleDbStorageVaultsService)Createadded inv0.250.0

Create: Creates a new ExascaleDB Storage Vault resource.

  • parent: The value for parent of the ExascaleDbStorageVault in thefollowing format: projects/{project}/locations/{location}.

func (*ProjectsLocationsExascaleDbStorageVaultsService)Deleteadded inv0.250.0

Delete: Deletes a single ExascaleDB Storage Vault.

  • name: The name of the ExascaleDbStorageVault in the following format:projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}.

func (*ProjectsLocationsExascaleDbStorageVaultsService)Getadded inv0.250.0

Get: Gets details of a single ExascaleDB Storage Vault.

  • name: The name of the ExascaleDbStorageVault in the following format:projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}.

func (*ProjectsLocationsExascaleDbStorageVaultsService)Listadded inv0.250.0

List: Lists all the ExascaleDB Storage Vaults for the given project andlocation.

  • parent: The parent value for ExascaleDbStorageVault in the followingformat: projects/{project}/locations/{location}.

typeProjectsLocationsGetCall

type ProjectsLocationsGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsGetCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsGetCall)Do

Do executes the "oracledatabase.projects.locations.get" call.Any non-2xx status code is an error. Response headers are in either*Location.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsGetCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsGetCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsGetCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsGiVersionsListCall

type ProjectsLocationsGiVersionsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsGiVersionsListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsGiVersionsListCall)Do

Do executes the "oracledatabase.projects.locations.giVersions.list" call.Any non-2xx status code is an error. Response headers are in either*ListGiVersionsResponse.ServerResponse.Header or (if a response was returnedat all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsGiVersionsListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsGiVersionsListCall)Filteradded inv0.233.0

Filter sets the optional parameter "filter": An expression for filtering theresults of the request. Only the shape, gcp_oracle_zone and gi_versionfields are supported in this format: `shape="{shape}".

func (*ProjectsLocationsGiVersionsListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsGiVersionsListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsGiVersionsListCall)PageSize

PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. If unspecified, a maximum of 50 Oracle Grid Infrastructure (GI)versions will be returned. The maximum value is 1000; values above 1000 willbe reset to 1000.

func (*ProjectsLocationsGiVersionsListCall)PageToken

PageToken sets the optional parameter "pageToken": A token identifying apage of results the server should return.

func (*ProjectsLocationsGiVersionsListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsGiVersionsMinorVersionsListCalladded inv0.250.0

type ProjectsLocationsGiVersionsMinorVersionsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsGiVersionsMinorVersionsListCall)Contextadded inv0.250.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsGiVersionsMinorVersionsListCall)Doadded inv0.250.0

Do executes the "oracledatabase.projects.locations.giVersions.minorVersions.list" call.Any non-2xx status code is an error. Response headers are in either*ListMinorVersionsResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsGiVersionsMinorVersionsListCall)Fieldsadded inv0.250.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsGiVersionsMinorVersionsListCall)Filteradded inv0.250.0

Filter sets the optional parameter "filter": An expression for filtering theresults of the request. Only shapeFamily and gcp_oracle_zone_id aresupported in this format: `shape_family="{shapeFamily}" ANDgcp_oracle_zone_id="{gcp_oracle_zone_id}".

func (*ProjectsLocationsGiVersionsMinorVersionsListCall)Headeradded inv0.250.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsGiVersionsMinorVersionsListCall)IfNoneMatchadded inv0.250.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsGiVersionsMinorVersionsListCall)PageSizeadded inv0.250.0

PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. If unspecified, a maximum of 50 System Versions will be returned.The maximum value is 1000; values above 1000 will be reset to 1000.

func (*ProjectsLocationsGiVersionsMinorVersionsListCall)PageTokenadded inv0.250.0

PageToken sets the optional parameter "pageToken": A token identifying therequested page of results to return. All fields except the filter shouldremain the same as in the request that provided this page token.

func (*ProjectsLocationsGiVersionsMinorVersionsListCall)Pagesadded inv0.250.0

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsGiVersionsMinorVersionsServiceadded inv0.250.0

type ProjectsLocationsGiVersionsMinorVersionsService struct {// contains filtered or unexported fields}

funcNewProjectsLocationsGiVersionsMinorVersionsServiceadded inv0.250.0

func NewProjectsLocationsGiVersionsMinorVersionsService(s *Service) *ProjectsLocationsGiVersionsMinorVersionsService

func (*ProjectsLocationsGiVersionsMinorVersionsService)Listadded inv0.250.0

List: Lists all the valid minor versions for the given project, location, giversion and shape family.

  • parent: The parent value for the MinorVersion resource with the format:projects/{project}/locations/{location}/giVersions/{gi_version}.

typeProjectsLocationsGiVersionsService

type ProjectsLocationsGiVersionsService struct {MinorVersions *ProjectsLocationsGiVersionsMinorVersionsService// contains filtered or unexported fields}

func (*ProjectsLocationsGiVersionsService)List

List: Lists all the valid Oracle Grid Infrastructure (GI) versions for thegiven project and location.

  • parent: The parent value for Grid Infrastructure Version in the followingformat: Format: projects/{project}/locations/{location}.

typeProjectsLocationsListCall

type ProjectsLocationsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsListCall)Do

Do executes the "oracledatabase.projects.locations.list" call.Any non-2xx status code is an error. Response headers are in either*ListLocationsResponse.ServerResponse.Header or (if a response was returnedat all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsListCall)ExtraLocationTypesadded inv0.229.0

func (c *ProjectsLocationsListCall) ExtraLocationTypes(extraLocationTypes ...string) *ProjectsLocationsListCall

ExtraLocationTypes sets the optional parameter "extraLocationTypes": Do notuse this field. It is unsupported and is ignored unless explicitlydocumented otherwise. This is primarily for internal usage.

func (*ProjectsLocationsListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsListCall)Filter

Filter sets the optional parameter "filter": A filter to narrow down resultsto a preferred subset. The filtering language accepts strings like"displayName=tokyo", and is documented in more detail in AIP-160(https://google.aip.dev/160).

func (*ProjectsLocationsListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsListCall)PageSize

PageSize sets the optional parameter "pageSize": The maximum number ofresults to return. If not set, the service selects a default.

func (*ProjectsLocationsListCall)PageToken

PageToken sets the optional parameter "pageToken": A page token receivedfrom the `next_page_token` field in the response. Send that page token toreceive the subsequent page.

func (*ProjectsLocationsListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsOdbNetworksCreateCalladded inv0.243.0

type ProjectsLocationsOdbNetworksCreateCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsOdbNetworksCreateCall)Contextadded inv0.243.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOdbNetworksCreateCall)Doadded inv0.243.0

Do executes the "oracledatabase.projects.locations.odbNetworks.create" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsOdbNetworksCreateCall)Fieldsadded inv0.243.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsOdbNetworksCreateCall)Headeradded inv0.243.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsOdbNetworksCreateCall)OdbNetworkIdadded inv0.243.0

OdbNetworkId sets the optional parameter "odbNetworkId": Required. The ID ofthe OdbNetwork to create. This value is restricted to (^a-z([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters inlength. The value must start with a letter and end with a letter or anumber.

func (*ProjectsLocationsOdbNetworksCreateCall)RequestIdadded inv0.243.0

RequestId sets the optional parameter "requestId": An optional ID toidentify the request. This value is used to identify duplicate requests. Ifyou make a request with the same request ID and the original request isstill in progress or completed, the server ignores the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsOdbNetworksDeleteCalladded inv0.243.0

type ProjectsLocationsOdbNetworksDeleteCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsOdbNetworksDeleteCall)Contextadded inv0.243.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOdbNetworksDeleteCall)Doadded inv0.243.0

Do executes the "oracledatabase.projects.locations.odbNetworks.delete" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsOdbNetworksDeleteCall)Fieldsadded inv0.243.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsOdbNetworksDeleteCall)Headeradded inv0.243.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsOdbNetworksDeleteCall)RequestIdadded inv0.243.0

RequestId sets the optional parameter "requestId": An optional ID toidentify the request. This value is used to identify duplicate requests. Ifyou make a request with the same request ID and the original request isstill in progress or completed, the server ignores the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsOdbNetworksGetCalladded inv0.243.0

type ProjectsLocationsOdbNetworksGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsOdbNetworksGetCall)Contextadded inv0.243.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOdbNetworksGetCall)Doadded inv0.243.0

Do executes the "oracledatabase.projects.locations.odbNetworks.get" call.Any non-2xx status code is an error. Response headers are in either*OdbNetwork.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsOdbNetworksGetCall)Fieldsadded inv0.243.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsOdbNetworksGetCall)Headeradded inv0.243.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsOdbNetworksGetCall)IfNoneMatchadded inv0.243.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsOdbNetworksListCalladded inv0.243.0

type ProjectsLocationsOdbNetworksListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsOdbNetworksListCall)Contextadded inv0.243.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOdbNetworksListCall)Doadded inv0.243.0

Do executes the "oracledatabase.projects.locations.odbNetworks.list" call.Any non-2xx status code is an error. Response headers are in either*ListOdbNetworksResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsOdbNetworksListCall)Fieldsadded inv0.243.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsOdbNetworksListCall)Filteradded inv0.243.0

Filter sets the optional parameter "filter": An expression for filtering theresults of the request.

func (*ProjectsLocationsOdbNetworksListCall)Headeradded inv0.243.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsOdbNetworksListCall)IfNoneMatchadded inv0.243.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsOdbNetworksListCall)OrderByadded inv0.243.0

OrderBy sets the optional parameter "orderBy": An expression for orderingthe results of the request.

func (*ProjectsLocationsOdbNetworksListCall)PageSizeadded inv0.243.0

PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. If unspecified, at most 50 ODB Networks will be returned. Themaximum value is 1000; values above 1000 will be coerced to 1000.

func (*ProjectsLocationsOdbNetworksListCall)PageTokenadded inv0.243.0

PageToken sets the optional parameter "pageToken": A token identifying apage of results the server should return.

func (*ProjectsLocationsOdbNetworksListCall)Pagesadded inv0.243.0

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsOdbNetworksOdbSubnetsCreateCalladded inv0.243.0

type ProjectsLocationsOdbNetworksOdbSubnetsCreateCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsOdbNetworksOdbSubnetsCreateCall)Contextadded inv0.243.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOdbNetworksOdbSubnetsCreateCall)Doadded inv0.243.0

Do executes the "oracledatabase.projects.locations.odbNetworks.odbSubnets.create" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsOdbNetworksOdbSubnetsCreateCall)Fieldsadded inv0.243.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsOdbNetworksOdbSubnetsCreateCall)Headeradded inv0.243.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsOdbNetworksOdbSubnetsCreateCall)OdbSubnetIdadded inv0.243.0

OdbSubnetId sets the optional parameter "odbSubnetId": Required. The ID ofthe OdbSubnet to create. This value is restricted to (^a-z([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters inlength. The value must start with a letter and end with a letter or anumber.

func (*ProjectsLocationsOdbNetworksOdbSubnetsCreateCall)RequestIdadded inv0.243.0

RequestId sets the optional parameter "requestId": An optional ID toidentify the request. This value is used to identify duplicate requests. Ifyou make a request with the same request ID and the original request isstill in progress or completed, the server ignores the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsOdbNetworksOdbSubnetsDeleteCalladded inv0.243.0

type ProjectsLocationsOdbNetworksOdbSubnetsDeleteCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsOdbNetworksOdbSubnetsDeleteCall)Contextadded inv0.243.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOdbNetworksOdbSubnetsDeleteCall)Doadded inv0.243.0

Do executes the "oracledatabase.projects.locations.odbNetworks.odbSubnets.delete" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsOdbNetworksOdbSubnetsDeleteCall)Fieldsadded inv0.243.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsOdbNetworksOdbSubnetsDeleteCall)Headeradded inv0.243.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsOdbNetworksOdbSubnetsDeleteCall)RequestIdadded inv0.243.0

RequestId sets the optional parameter "requestId": An optional ID toidentify the request. This value is used to identify duplicate requests. Ifyou make a request with the same request ID and the original request isstill in progress or completed, the server ignores the second request. Thisprevents clients from accidentally creating duplicate commitments. Therequest ID must be a valid UUID with the exception that zero UUID is notsupported (00000000-0000-0000-0000-000000000000).

typeProjectsLocationsOdbNetworksOdbSubnetsGetCalladded inv0.243.0

type ProjectsLocationsOdbNetworksOdbSubnetsGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsOdbNetworksOdbSubnetsGetCall)Contextadded inv0.243.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOdbNetworksOdbSubnetsGetCall)Doadded inv0.243.0

Do executes the "oracledatabase.projects.locations.odbNetworks.odbSubnets.get" call.Any non-2xx status code is an error. Response headers are in either*OdbSubnet.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsOdbNetworksOdbSubnetsGetCall)Fieldsadded inv0.243.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsOdbNetworksOdbSubnetsGetCall)Headeradded inv0.243.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsOdbNetworksOdbSubnetsGetCall)IfNoneMatchadded inv0.243.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsOdbNetworksOdbSubnetsListCalladded inv0.243.0

type ProjectsLocationsOdbNetworksOdbSubnetsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsOdbNetworksOdbSubnetsListCall)Contextadded inv0.243.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOdbNetworksOdbSubnetsListCall)Doadded inv0.243.0

Do executes the "oracledatabase.projects.locations.odbNetworks.odbSubnets.list" call.Any non-2xx status code is an error. Response headers are in either*ListOdbSubnetsResponse.ServerResponse.Header or (if a response was returnedat all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsOdbNetworksOdbSubnetsListCall)Fieldsadded inv0.243.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsOdbNetworksOdbSubnetsListCall)Filteradded inv0.243.0

Filter sets the optional parameter "filter": An expression for filtering theresults of the request.

func (*ProjectsLocationsOdbNetworksOdbSubnetsListCall)Headeradded inv0.243.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsOdbNetworksOdbSubnetsListCall)IfNoneMatchadded inv0.243.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsOdbNetworksOdbSubnetsListCall)OrderByadded inv0.243.0

OrderBy sets the optional parameter "orderBy": An expression for orderingthe results of the request.

func (*ProjectsLocationsOdbNetworksOdbSubnetsListCall)PageSizeadded inv0.243.0

PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. If unspecified, at most 50 ODB Networks will be returned. Themaximum value is 1000; values above 1000 will be coerced to 1000.

func (*ProjectsLocationsOdbNetworksOdbSubnetsListCall)PageTokenadded inv0.243.0

PageToken sets the optional parameter "pageToken": A token identifying apage of results the server should return.

func (*ProjectsLocationsOdbNetworksOdbSubnetsListCall)Pagesadded inv0.243.0

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsOdbNetworksOdbSubnetsServiceadded inv0.243.0

type ProjectsLocationsOdbNetworksOdbSubnetsService struct {// contains filtered or unexported fields}

funcNewProjectsLocationsOdbNetworksOdbSubnetsServiceadded inv0.243.0

func NewProjectsLocationsOdbNetworksOdbSubnetsService(s *Service) *ProjectsLocationsOdbNetworksOdbSubnetsService

func (*ProjectsLocationsOdbNetworksOdbSubnetsService)Createadded inv0.243.0

Create: Creates a new ODB Subnet in a given ODB Network.

  • parent: The parent value for the OdbSubnet in the following format:projects/{project}/locations/{location}/odbNetworks/{odb_network}.

func (*ProjectsLocationsOdbNetworksOdbSubnetsService)Deleteadded inv0.243.0

Delete: Deletes a single ODB Subnet.

  • name: The name of the resource in the following format:projects/{project}/locations/{region}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}.

func (*ProjectsLocationsOdbNetworksOdbSubnetsService)Getadded inv0.243.0

Get: Gets details of a single ODB Subnet.

  • name: The name of the OdbSubnet in the following format:projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}.

func (*ProjectsLocationsOdbNetworksOdbSubnetsService)Listadded inv0.243.0

List: Lists all the ODB Subnets in a given ODB Network.

  • parent: The parent value for the OdbSubnet in the following format:projects/{project}/locations/{location}/odbNetworks/{odb_network}.

typeProjectsLocationsOdbNetworksServiceadded inv0.243.0

type ProjectsLocationsOdbNetworksService struct {OdbSubnets *ProjectsLocationsOdbNetworksOdbSubnetsService// contains filtered or unexported fields}

funcNewProjectsLocationsOdbNetworksServiceadded inv0.243.0

func NewProjectsLocationsOdbNetworksService(s *Service) *ProjectsLocationsOdbNetworksService

func (*ProjectsLocationsOdbNetworksService)Createadded inv0.243.0

Create: Creates a new ODB Network in a given project and location.

  • parent: The parent value for the OdbNetwork in the following format:projects/{project}/locations/{location}.

func (*ProjectsLocationsOdbNetworksService)Deleteadded inv0.243.0

Delete: Deletes a single ODB Network.

  • name: The name of the resource in the following format:projects/{project}/locations/{location}/odbNetworks/{odb_network}.

func (*ProjectsLocationsOdbNetworksService)Getadded inv0.243.0

Get: Gets details of a single ODB Network.

  • name: The name of the OdbNetwork in the following format:projects/{project}/locations/{location}/odbNetworks/{odb_network}.

func (*ProjectsLocationsOdbNetworksService)Listadded inv0.243.0

List: Lists the ODB Networks in a given project and location.

  • parent: The parent value for the ODB Network in the following format:projects/{project}/locations/{location}.

typeProjectsLocationsOperationsCancelCall

type ProjectsLocationsOperationsCancelCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsOperationsCancelCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOperationsCancelCall)Do

Do executes the "oracledatabase.projects.locations.operations.cancel" call.Any non-2xx status code is an error. Response headers are in either*Empty.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsOperationsCancelCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsOperationsCancelCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsOperationsDeleteCall

type ProjectsLocationsOperationsDeleteCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsOperationsDeleteCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOperationsDeleteCall)Do

Do executes the "oracledatabase.projects.locations.operations.delete" call.Any non-2xx status code is an error. Response headers are in either*Empty.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsOperationsDeleteCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsOperationsDeleteCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsOperationsGetCall

type ProjectsLocationsOperationsGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsOperationsGetCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOperationsGetCall)Do

Do executes the "oracledatabase.projects.locations.operations.get" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsOperationsGetCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsOperationsGetCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsOperationsGetCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsOperationsListCall

type ProjectsLocationsOperationsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsOperationsListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOperationsListCall)Do

Do executes the "oracledatabase.projects.locations.operations.list" call.Any non-2xx status code is an error. Response headers are in either*ListOperationsResponse.ServerResponse.Header or (if a response was returnedat all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsOperationsListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsOperationsListCall)Filter

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsOperationsListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsOperationsListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsOperationsListCall)PageSize

PageSize sets the optional parameter "pageSize": The standard list pagesize.

func (*ProjectsLocationsOperationsListCall)PageToken

PageToken sets the optional parameter "pageToken": The standard list pagetoken.

func (*ProjectsLocationsOperationsListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

func (*ProjectsLocationsOperationsListCall)ReturnPartialSuccessadded inv0.251.0

func (c *ProjectsLocationsOperationsListCall) ReturnPartialSuccess(returnPartialSuccessbool) *ProjectsLocationsOperationsListCall

ReturnPartialSuccess sets the optional parameter "returnPartialSuccess":When set to `true`, operations that are reachable are returned as normal,and those that are unreachable are returned in theListOperationsResponse.unreachable field. This can only be `true` whenreading across collections. For example, when `parent` is set to"projects/example/locations/-". This field is not supported by default andwill result in an `UNIMPLEMENTED` error if set unless explicitly documentedotherwise in service or product specific documentation.

typeProjectsLocationsOperationsService

type ProjectsLocationsOperationsService struct {// contains filtered or unexported fields}

func (*ProjectsLocationsOperationsService)Cancel

Cancel: Starts asynchronous cancellation on a long-running operation. Theserver makes a best effort to cancel the operation, but success is notguaranteed. If the server doesn't support this method, it returns`google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation orother methods to check whether the cancellation succeeded or whether theoperation completed despite cancellation. On successful cancellation, theoperation is not deleted; instead, it becomes an operation with anOperation.error value with a google.rpc.Status.code of `1`, corresponding to`Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsOperationsService)Delete

Delete: Deletes a long-running operation. This method indicates that theclient is no longer interested in the operation result. It does not cancelthe operation. If the server doesn't support this method, it returns`google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

func (*ProjectsLocationsOperationsService)Get

Get: Gets the latest state of a long-running operation. Clients can use thismethod to poll the operation result at intervals as recommended by the APIservice.

- name: The name of the operation resource.

func (*ProjectsLocationsOperationsService)List

List: Lists operations that match the specified filter in the request. Ifthe server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

typeProjectsLocationsPluggableDatabasesGetCalladded inv0.250.0

type ProjectsLocationsPluggableDatabasesGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsPluggableDatabasesGetCall)Contextadded inv0.250.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPluggableDatabasesGetCall)Doadded inv0.250.0

Do executes the "oracledatabase.projects.locations.pluggableDatabases.get" call.Any non-2xx status code is an error. Response headers are in either*PluggableDatabase.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsPluggableDatabasesGetCall)Fieldsadded inv0.250.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsPluggableDatabasesGetCall)Headeradded inv0.250.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsPluggableDatabasesGetCall)IfNoneMatchadded inv0.250.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsPluggableDatabasesListCalladded inv0.250.0

type ProjectsLocationsPluggableDatabasesListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsPluggableDatabasesListCall)Contextadded inv0.250.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsPluggableDatabasesListCall)Doadded inv0.250.0

Do executes the "oracledatabase.projects.locations.pluggableDatabases.list" call.Any non-2xx status code is an error. Response headers are in either*ListPluggableDatabasesResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsPluggableDatabasesListCall)Fieldsadded inv0.250.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsPluggableDatabasesListCall)Filteradded inv0.250.0

Filter sets the optional parameter "filter": An expression for filtering theresults of the request. List for pluggable databases is supported only witha valid container database (full resource name) filter in this format:`database="projects/{project}/locations/{location}/databases/{database}"

func (*ProjectsLocationsPluggableDatabasesListCall)Headeradded inv0.250.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsPluggableDatabasesListCall)IfNoneMatchadded inv0.250.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsPluggableDatabasesListCall)PageSizeadded inv0.250.0

PageSize sets the optional parameter "pageSize": The maximum number ofPluggableDatabases to return. The service may return fewer than this value.

func (*ProjectsLocationsPluggableDatabasesListCall)PageTokenadded inv0.250.0

PageToken sets the optional parameter "pageToken": A page token, receivedfrom a previous `ListPluggableDatabases` call. Provide this to retrieve thesubsequent page. When paginating, all other parameters provided to`ListPluggableDatabases` must match the call that provided the page token.

func (*ProjectsLocationsPluggableDatabasesListCall)Pagesadded inv0.250.0

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsPluggableDatabasesServiceadded inv0.250.0

type ProjectsLocationsPluggableDatabasesService struct {// contains filtered or unexported fields}

funcNewProjectsLocationsPluggableDatabasesServiceadded inv0.250.0

func NewProjectsLocationsPluggableDatabasesService(s *Service) *ProjectsLocationsPluggableDatabasesService

func (*ProjectsLocationsPluggableDatabasesService)Getadded inv0.250.0

Get: Gets details of a single PluggableDatabase.

  • name: The name of the PluggableDatabase resource in the following format:projects/{project}/locations/{region}/pluggableDatabases/{pluggable_database}.

func (*ProjectsLocationsPluggableDatabasesService)Listadded inv0.250.0

List: Lists all the PluggableDatabases for the given project, location andContainer Database.

  • parent: The parent, which owns this collection of PluggableDatabases.Format: projects/{project}/locations/{location}.

typeProjectsLocationsService

type ProjectsLocationsService struct {AutonomousDatabaseBackups *ProjectsLocationsAutonomousDatabaseBackupsServiceAutonomousDatabaseCharacterSets *ProjectsLocationsAutonomousDatabaseCharacterSetsServiceAutonomousDatabases *ProjectsLocationsAutonomousDatabasesServiceAutonomousDbVersions *ProjectsLocationsAutonomousDbVersionsServiceCloudExadataInfrastructures *ProjectsLocationsCloudExadataInfrastructuresServiceCloudVmClusters *ProjectsLocationsCloudVmClustersServiceDatabaseCharacterSets *ProjectsLocationsDatabaseCharacterSetsServiceDatabases *ProjectsLocationsDatabasesServiceDbSystemInitialStorageSizes *ProjectsLocationsDbSystemInitialStorageSizesServiceDbSystemShapes *ProjectsLocationsDbSystemShapesServiceDbSystems *ProjectsLocationsDbSystemsServiceDbVersions *ProjectsLocationsDbVersionsServiceEntitlements *ProjectsLocationsEntitlementsServiceExadbVmClusters *ProjectsLocationsExadbVmClustersServiceExascaleDbStorageVaults *ProjectsLocationsExascaleDbStorageVaultsServiceGiVersions *ProjectsLocationsGiVersionsServiceOdbNetworks *ProjectsLocationsOdbNetworksServiceOperations *ProjectsLocationsOperationsServicePluggableDatabases *ProjectsLocationsPluggableDatabasesService// contains filtered or unexported fields}

funcNewProjectsLocationsService

func NewProjectsLocationsService(s *Service) *ProjectsLocationsService

func (*ProjectsLocationsService)Get

Get: Gets information about a location.

- name: Resource name for the location.

func (*ProjectsLocationsService)List

List: Lists information about the supported locations for this service.

- name: The resource that owns the locations collection, if applicable.

typeProjectsService

type ProjectsService struct {Locations *ProjectsLocationsService// contains filtered or unexported fields}

funcNewProjectsService

func NewProjectsService(s *Service) *ProjectsService

typeRemoveVirtualMachineExadbVmClusterRequestadded inv0.250.0

type RemoveVirtualMachineExadbVmClusterRequest struct {// Hostnames: Required. The list of host names of db nodes to be removed from// the ExadbVmCluster.Hostnames []string `json:"hostnames,omitempty"`// RequestId: Optional. An optional ID to identify the request. This value is// used to identify duplicate requests. If you make a request with the same// request ID and the original request is still in progress or completed, the// server ignores the second request. This prevents clients from accidentally// creating duplicate commitments. The request ID must be a valid UUID with the// exception that zero UUID is not supported// (00000000-0000-0000-0000-000000000000).RequestIdstring `json:"requestId,omitempty"`// ForceSendFields is a list of field names (e.g. "Hostnames") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Hostnames") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

RemoveVirtualMachineExadbVmClusterRequest: The request for`ExadbVmCluster.RemoveVirtualMachine`.

func (RemoveVirtualMachineExadbVmClusterRequest)MarshalJSONadded inv0.250.0

typeRestartAutonomousDatabaseRequestadded inv0.227.0

type RestartAutonomousDatabaseRequest struct {}

RestartAutonomousDatabaseRequest: The request for`AutonomousDatabase.Restart`.

typeRestoreAutonomousDatabaseRequest

type RestoreAutonomousDatabaseRequest struct {// RestoreTime: Required. The time and date to restore the database to.RestoreTimestring `json:"restoreTime,omitempty"`// ForceSendFields is a list of field names (e.g. "RestoreTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "RestoreTime") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

RestoreAutonomousDatabaseRequest: The request for`AutonomousDatabase.Restore`.

func (RestoreAutonomousDatabaseRequest)MarshalJSON

func (sRestoreAutonomousDatabaseRequest) MarshalJSON() ([]byte,error)

typeScheduledOperationDetails

type ScheduledOperationDetails struct {// DayOfWeek: Output only. Day of week.//// Possible values://   "DAY_OF_WEEK_UNSPECIFIED" - The day of the week is unspecified.//   "MONDAY" - Monday//   "TUESDAY" - Tuesday//   "WEDNESDAY" - Wednesday//   "THURSDAY" - Thursday//   "FRIDAY" - Friday//   "SATURDAY" - Saturday//   "SUNDAY" - SundayDayOfWeekstring `json:"dayOfWeek,omitempty"`// StartTime: Output only. Auto start time.StartTime *TimeOfDay `json:"startTime,omitempty"`// StopTime: Output only. Auto stop time.StopTime *TimeOfDay `json:"stopTime,omitempty"`// ForceSendFields is a list of field names (e.g. "DayOfWeek") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DayOfWeek") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ScheduledOperationDetails: Details of scheduled operation.https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/ScheduledOperationDetails

func (ScheduledOperationDetails)MarshalJSON

func (sScheduledOperationDetails) MarshalJSON() ([]byte,error)

typeService

type Service struct {BasePathstring// API endpoint base URLUserAgentstring// optional additional User-Agent fragmentProjects *ProjectsService// contains filtered or unexported fields}

funcNewdeprecated

func New(client *http.Client) (*Service,error)

New creates a new Service. It uses the provided http.Client for requests.

Deprecated: please use NewService instead.To provide a custom HTTP client, use option.WithHTTPClient.If you are using google.golang.org/api/googleapis/transport.APIKey, use option.WithAPIKey with NewService instead.

funcNewService

func NewService(ctxcontext.Context, opts ...option.ClientOption) (*Service,error)

NewService creates a new Service.

typeSourceConfigadded inv0.229.0

type SourceConfig struct {// AutomaticBackupsReplicationEnabled: Optional. This field specifies if the// replication of automatic backups is enabled when creating a Data Guard.AutomaticBackupsReplicationEnabledbool `json:"automaticBackupsReplicationEnabled,omitempty"`// AutonomousDatabase: Optional. The name of the primary Autonomous Database// that is used to create a Peer Autonomous Database from a source.AutonomousDatabasestring `json:"autonomousDatabase,omitempty"`// ForceSendFields is a list of field names (e.g.// "AutomaticBackupsReplicationEnabled") to unconditionally include in API// requests. By default, fields with empty or default values are omitted from// API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g.// "AutomaticBackupsReplicationEnabled") to include in API requests with the// JSON null value. By default, fields with empty values are omitted from API// requests. Seehttps://pkg.go.dev/google.golang.org/api#hdr-NullFields for// more details.NullFields []string `json:"-"`}

SourceConfig: The source configuration for the standby Autonomous Database.

func (SourceConfig)MarshalJSONadded inv0.229.0

func (sSourceConfig) MarshalJSON() ([]byte,error)

typeStartAutonomousDatabaseRequestadded inv0.227.0

type StartAutonomousDatabaseRequest struct {}

StartAutonomousDatabaseRequest: The request for `AutonomousDatabase.Start`.

typeStatus

type Status struct {// Code: The status code, which should be an enum value of google.rpc.Code.Codeint64 `json:"code,omitempty"`// Details: A list of messages that carry the error details. There is a common// set of message types for APIs to use.Details []googleapi.RawMessage `json:"details,omitempty"`// Message: A developer-facing error message, which should be in English. Any// user-facing error message should be localized and sent in the// google.rpc.Status.details field, or localized by the client.Messagestring `json:"message,omitempty"`// ForceSendFields is a list of field names (e.g. "Code") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Code") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Status: The `Status` type defines a logical error model that is suitable fordifferent programming environments, including REST APIs and RPC APIs. It isused by gRPC (https://github.com/grpc). Each `Status` message contains threepieces of data: error code, error message, and error details. You can findout more about this error model and how to work with it in the API DesignGuide (https://cloud.google.com/apis/design/errors).

func (Status)MarshalJSON

func (sStatus) MarshalJSON() ([]byte,error)

typeStopAutonomousDatabaseRequestadded inv0.227.0

type StopAutonomousDatabaseRequest struct {}

StopAutonomousDatabaseRequest: The request for `AutonomousDatabase.Stop`.

typeStorageSizeDetailsadded inv0.250.0

type StorageSizeDetails struct {// DataStorageSizeInGbs: Output only. The data storage size, in gigabytes, that// is applicable for virtual machine DBSystem.DataStorageSizeInGbsint64 `json:"dataStorageSizeInGbs,omitempty"`// RecoStorageSizeInGbs: Output only. The RECO/REDO storage size, in gigabytes,// that is applicable for virtual machine DBSystem.RecoStorageSizeInGbsint64 `json:"recoStorageSizeInGbs,omitempty"`// ForceSendFields is a list of field names (e.g. "DataStorageSizeInGbs") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DataStorageSizeInGbs") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

StorageSizeDetails: The initial storage size, in gigabytes, that isapplicable for virtual machine DBSystem.

func (StorageSizeDetails)MarshalJSONadded inv0.250.0

func (sStorageSizeDetails) MarshalJSON() ([]byte,error)

typeSwitchoverAutonomousDatabaseRequestadded inv0.229.0

type SwitchoverAutonomousDatabaseRequest struct {// PeerAutonomousDatabase: Required. The peer database name to switch over to.PeerAutonomousDatabasestring `json:"peerAutonomousDatabase,omitempty"`// ForceSendFields is a list of field names (e.g. "PeerAutonomousDatabase") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "PeerAutonomousDatabase") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

SwitchoverAutonomousDatabaseRequest: The request for`OracleDatabase.SwitchoverAutonomousDatabase`.

func (SwitchoverAutonomousDatabaseRequest)MarshalJSONadded inv0.229.0

typeTimeOfDay

type TimeOfDay struct {// Hours: Hours of a day in 24 hour format. Must be greater than or equal to 0// and typically must be less than or equal to 23. An API may choose to allow// the value "24:00:00" for scenarios like business closing time.Hoursint64 `json:"hours,omitempty"`// Minutes: Minutes of an hour. Must be greater than or equal to 0 and less// than or equal to 59.Minutesint64 `json:"minutes,omitempty"`// Nanos: Fractions of seconds, in nanoseconds. Must be greater than or equal// to 0 and less than or equal to 999,999,999.Nanosint64 `json:"nanos,omitempty"`// Seconds: Seconds of a minute. Must be greater than or equal to 0 and// typically must be less than or equal to 59. An API may allow the value 60 if// it allows leap-seconds.Secondsint64 `json:"seconds,omitempty"`// ForceSendFields is a list of field names (e.g. "Hours") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Hours") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

TimeOfDay: Represents a time of day. The date and time zone are either notsignificant or are specified elsewhere. An API may choose to allow leapseconds. Related types are google.type.Date and `google.protobuf.Timestamp`.

func (TimeOfDay)MarshalJSON

func (sTimeOfDay) MarshalJSON() ([]byte,error)

typeTimeZone

type TimeZone struct {// Id: IANA Time Zone Database time zone. For example "America/New_York".Idstring `json:"id,omitempty"`// Version: Optional. IANA Time Zone Database version number. For example// "2019a".Versionstring `json:"version,omitempty"`// ForceSendFields is a list of field names (e.g. "Id") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Id") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

TimeZone: Represents a time zone from the IANA Time Zone Database(https://www.iana.org/time-zones).

func (TimeZone)MarshalJSON

func (sTimeZone) MarshalJSON() ([]byte,error)

Source Files

View all Source files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp