func GetGetRowConsistencyEnumStringValues() []string
GetGetRowConsistencyEnumStringValues Enumerates the set of values in String for GetRowConsistencyEnum
func GetIndexLifecycleStateEnumStringValues() []string
GetIndexLifecycleStateEnumStringValues Enumerates the set of values in String for IndexLifecycleStateEnum
func GetListIndexesLifecycleStateEnumStringValues() []string
GetListIndexesLifecycleStateEnumStringValues Enumerates the set of values in String for ListIndexesLifecycleStateEnum
func GetListIndexesSortByEnumStringValues() []string
GetListIndexesSortByEnumStringValues Enumerates the set of values in String for ListIndexesSortByEnum
func GetListIndexesSortOrderEnumStringValues() []string
GetListIndexesSortOrderEnumStringValues Enumerates the set of values in String for ListIndexesSortOrderEnum
func GetListTablesLifecycleStateEnumStringValues() []string
GetListTablesLifecycleStateEnumStringValues Enumerates the set of values in String for ListTablesLifecycleStateEnum
func GetListTablesSortByEnumStringValues() []string
GetListTablesSortByEnumStringValues Enumerates the set of values in String for ListTablesSortByEnum
func GetListTablesSortOrderEnumStringValues() []string
GetListTablesSortOrderEnumStringValues Enumerates the set of values in String for ListTablesSortOrderEnum
func GetQueryDetailsConsistencyEnumStringValues() []string
GetQueryDetailsConsistencyEnumStringValues Enumerates the set of values in String for QueryDetailsConsistencyEnum
func GetReplicaCapacityModeEnumStringValues() []string
GetReplicaCapacityModeEnumStringValues Enumerates the set of values in String for ReplicaCapacityModeEnum
func GetReplicaLifecycleStateEnumStringValues() []string
GetReplicaLifecycleStateEnumStringValues Enumerates the set of values in String for ReplicaLifecycleStateEnum
func GetStatementSummaryOperationEnumStringValues() []string
GetStatementSummaryOperationEnumStringValues Enumerates the set of values in String for StatementSummaryOperationEnum
func GetTableLifecycleStateEnumStringValues() []string
GetTableLifecycleStateEnumStringValues Enumerates the set of values in String for TableLifecycleStateEnum
func GetTableLimitsCapacityModeEnumStringValues() []string
GetTableLimitsCapacityModeEnumStringValues Enumerates the set of values in String for TableLimitsCapacityModeEnum
func GetTableSchemaStateEnumStringValues() []string
GetTableSchemaStateEnumStringValues Enumerates the set of values in String for TableSchemaStateEnum
func GetTableSummarySchemaStateEnumStringValues() []string
GetTableSummarySchemaStateEnumStringValues Enumerates the set of values in String for TableSummarySchemaStateEnum
func GetUpdateRowDetailsOptionEnumStringValues() []string
GetUpdateRowDetailsOptionEnumStringValues Enumerates the set of values in String for UpdateRowDetailsOptionEnum
func GetWorkRequestOperationTypeEnumStringValues() []string
GetWorkRequestOperationTypeEnumStringValues Enumerates the set of values in String for WorkRequestOperationTypeEnum
func GetWorkRequestResourceActionTypeEnumStringValues() []string
GetWorkRequestResourceActionTypeEnumStringValues Enumerates the set of values in String for WorkRequestResourceActionTypeEnum
func GetWorkRequestStatusEnumStringValues() []string
GetWorkRequestStatusEnumStringValues Enumerates the set of values in String for WorkRequestStatusEnum
func GetWorkRequestSummaryOperationTypeEnumStringValues() []string
GetWorkRequestSummaryOperationTypeEnumStringValues Enumerates the set of values in String for WorkRequestSummaryOperationTypeEnum
func GetWorkRequestSummaryStatusEnumStringValues() []string
GetWorkRequestSummaryStatusEnumStringValues Enumerates the set of values in String for WorkRequestSummaryStatusEnum
ChangeTableCompartmentDetails Specification of both from and to compartments.
type ChangeTableCompartmentDetails struct { // The OCID of the table's new compartment. ToCompartmentId *string `mandatory:"true" json:"toCompartmentId"` // The OCID of the table's current compartment. Required // if the tableNameOrId path parameter is a table name. // Optional if tableNameOrId is an OCID. If tableNameOrId // is an OCID, and fromCompartmentId is supplied, the latter // must match the identified table's current compartmentId. FromCompartmentId *string `mandatory:"false" json:"fromCompartmentId"` }
func (m ChangeTableCompartmentDetails) String() string
func (m ChangeTableCompartmentDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ChangeTableCompartmentRequest wrapper for the ChangeTableCompartment operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/ChangeTableCompartment.go.html to see an example of how to use ChangeTableCompartmentRequest.
type ChangeTableCompartmentRequest struct { // A table name within the compartment, or a table OCID. TableNameOrId *string `mandatory:"true" contributesTo:"path" name:"tableNameOrId"` // Specifications of the source and target compartments. ChangeTableCompartmentDetails `contributesTo:"body"` // A token that uniquely identifies a request so it can be retried // in case of a timeout or server error without risk of executing // that same action again. Retry tokens expire after 24 hours, but // can be invalidated before then due to conflicting // operations. For example, if a resource has been deleted and // purged from the system, then a retry of the original creation // request might be rejected. OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // For optimistic concurrency control. In the PUT or DELETE call // for a resource, set the `if-match` parameter to the value of the // etag from a previous GET or POST response for that resource. // The resource will be updated or deleted only if the etag you // provide matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ChangeTableCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ChangeTableCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ChangeTableCompartmentRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ChangeTableCompartmentRequest) String() string
func (request ChangeTableCompartmentRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ChangeTableCompartmentResponse wrapper for the ChangeTableCompartment operation
type ChangeTableCompartmentResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous // request. You can use this to query status of the asynchronous // operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ChangeTableCompartmentResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ChangeTableCompartmentResponse) String() string
Column A column of a table.
type Column struct { // The column name. Name *string `mandatory:"false" json:"name"` // The column type. Type *string `mandatory:"false" json:"type"` // The column nullable flag. IsNullable *bool `mandatory:"false" json:"isNullable"` // The column default value. DefaultValue *string `mandatory:"false" json:"defaultValue"` // True if the STRING column was declared AS UUID. IsAsUuid *bool `mandatory:"false" json:"isAsUuid"` // True if the STRING AS UUID column is also GENERATED BY DEFAULT. IsGenerated *bool `mandatory:"false" json:"isGenerated"` }
func (m Column) String() string
func (m Column) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CreateIndexDetails Specifications for the new index.
type CreateIndexDetails struct { // Index name. Name *string `mandatory:"true" json:"name"` // A set of keys for a secondary index. Keys []IndexKey `mandatory:"true" json:"keys"` // The OCID of the table's compartment. Required // if the tableNameOrId path parameter is a table name. // Optional if tableNameOrId is an OCID. If tableNameOrId // is an OCID, and compartmentId is supplied, the latter // must match the identified table's compartmentId. CompartmentId *string `mandatory:"false" json:"compartmentId"` // If true, the operation completes successfully even when the // index exists. Otherwise, an attempt to create an index // that already exists will return an error. IsIfNotExists *bool `mandatory:"false" json:"isIfNotExists"` }
func (m CreateIndexDetails) String() string
func (m CreateIndexDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CreateIndexRequest wrapper for the CreateIndex operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/CreateIndex.go.html to see an example of how to use CreateIndexRequest.
type CreateIndexRequest struct { // A table name within the compartment, or a table OCID. TableNameOrId *string `mandatory:"true" contributesTo:"path" name:"tableNameOrId"` // Specifications for the new index. CreateIndexDetails `contributesTo:"body"` // A token that uniquely identifies a request so it can be retried // in case of a timeout or server error without risk of executing // that same action again. Retry tokens expire after 24 hours, but // can be invalidated before then due to conflicting // operations. For example, if a resource has been deleted and // purged from the system, then a retry of the original creation // request might be rejected. OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request CreateIndexRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CreateIndexRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CreateIndexRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CreateIndexRequest) String() string
func (request CreateIndexRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CreateIndexResponse wrapper for the CreateIndex operation
type CreateIndexResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous // request. You can use this to query status of the asynchronous // operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response CreateIndexResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CreateIndexResponse) String() string
CreateReplicaDetails Specifications for the new replica
type CreateReplicaDetails struct { // Name of the remote region in standard OCI format, i.e. us-ashburn-1 Region *string `mandatory:"true" json:"region"` // The OCID of the table's compartment. Required // if the tableNameOrId path parameter is a table name. // Optional if tableNameOrId is an OCID. If tableNameOrId // is an OCID, and compartmentId is supplied, the latter // must match the identified table's compartmentId. CompartmentId *string `mandatory:"false" json:"compartmentId"` // Maximum sustained read throughput limit for the new replica table. // If not specified, the local table's read limit is used. MaxReadUnits *int `mandatory:"false" json:"maxReadUnits"` // Maximum sustained write throughput limit for the new replica table. // If not specified, the local table's write limit is used. MaxWriteUnits *int `mandatory:"false" json:"maxWriteUnits"` }
func (m CreateReplicaDetails) String() string
func (m CreateReplicaDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CreateReplicaRequest wrapper for the CreateReplica operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/CreateReplica.go.html to see an example of how to use CreateReplicaRequest.
type CreateReplicaRequest struct { // A table name within the compartment, or a table OCID. TableNameOrId *string `mandatory:"true" contributesTo:"path" name:"tableNameOrId"` // Specifications for the new replica CreateReplicaDetails `contributesTo:"body"` // A token that uniquely identifies a request so it can be retried // in case of a timeout or server error without risk of executing // that same action again. Retry tokens expire after 24 hours, but // can be invalidated before then due to conflicting // operations. For example, if a resource has been deleted and // purged from the system, then a retry of the original creation // request might be rejected. OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // For optimistic concurrency control. In the PUT or DELETE call // for a resource, set the `if-match` parameter to the value of the // etag from a previous GET or POST response for that resource. // The resource will be updated or deleted only if the etag you // provide matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request CreateReplicaRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CreateReplicaRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CreateReplicaRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CreateReplicaRequest) String() string
func (request CreateReplicaRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CreateReplicaResponse wrapper for the CreateReplica operation
type CreateReplicaResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous // request. You can use this to query status of the asynchronous // operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response CreateReplicaResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CreateReplicaResponse) String() string
CreateTableDetails Specifications for the new table.
type CreateTableDetails struct { // Table name. Name *string `mandatory:"true" json:"name"` // Compartment Identifier. CompartmentId *string `mandatory:"true" json:"compartmentId"` // Complete CREATE TABLE DDL statement. DdlStatement *string `mandatory:"true" json:"ddlStatement"` TableLimits *TableLimits `mandatory:"false" json:"tableLimits"` // True if table can be reclaimed after an idle period. IsAutoReclaimable *bool `mandatory:"false" json:"isAutoReclaimable"` // Simple key-value pair that is applied without any predefined // name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and // scoped to a namespace. Example: `{"foo-namespace": // {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m CreateTableDetails) String() string
func (m CreateTableDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CreateTableRequest wrapper for the CreateTable operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/CreateTable.go.html to see an example of how to use CreateTableRequest.
type CreateTableRequest struct { // Specifications for the new table. CreateTableDetails `contributesTo:"body"` // A token that uniquely identifies a request so it can be retried // in case of a timeout or server error without risk of executing // that same action again. Retry tokens expire after 24 hours, but // can be invalidated before then due to conflicting // operations. For example, if a resource has been deleted and // purged from the system, then a retry of the original creation // request might be rejected. OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request CreateTableRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CreateTableRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CreateTableRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CreateTableRequest) String() string
func (request CreateTableRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CreateTableResponse wrapper for the CreateTable operation
type CreateTableResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous // request. You can use this to query status of the asynchronous // operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response CreateTableResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CreateTableResponse) String() string
DeleteIndexRequest wrapper for the DeleteIndex operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/DeleteIndex.go.html to see an example of how to use DeleteIndexRequest.
type DeleteIndexRequest struct { // A table name within the compartment, or a table OCID. TableNameOrId *string `mandatory:"true" contributesTo:"path" name:"tableNameOrId"` // The name of a table's index. IndexName *string `mandatory:"true" contributesTo:"path" name:"indexName"` // The ID of a table's compartment. When a table is identified // by name, the compartmentId is often needed to provide // context for interpreting the name. CompartmentId *string `mandatory:"false" contributesTo:"query" name:"compartmentId"` // Set as true to select "if exists" behavior. IsIfExists *bool `mandatory:"false" contributesTo:"query" name:"isIfExists"` // For optimistic concurrency control. In the PUT or DELETE call // for a resource, set the `if-match` parameter to the value of the // etag from a previous GET or POST response for that resource. // The resource will be updated or deleted only if the etag you // provide matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request DeleteIndexRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request DeleteIndexRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request DeleteIndexRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request DeleteIndexRequest) String() string
func (request DeleteIndexRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
DeleteIndexResponse wrapper for the DeleteIndex operation
type DeleteIndexResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous // request. You can use this to query status of the asynchronous // operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response DeleteIndexResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response DeleteIndexResponse) String() string
DeleteReplicaRequest wrapper for the DeleteReplica operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/DeleteReplica.go.html to see an example of how to use DeleteReplicaRequest.
type DeleteReplicaRequest struct { // A table name within the compartment, or a table OCID. TableNameOrId *string `mandatory:"true" contributesTo:"path" name:"tableNameOrId"` // A customer-facing region identifier Region *string `mandatory:"true" contributesTo:"path" name:"region"` // The ID of a table's compartment. When a table is identified // by name, the compartmentId is often needed to provide // context for interpreting the name. CompartmentId *string `mandatory:"false" contributesTo:"query" name:"compartmentId"` // For optimistic concurrency control. In the PUT or DELETE call // for a resource, set the `if-match` parameter to the value of the // etag from a previous GET or POST response for that resource. // The resource will be updated or deleted only if the etag you // provide matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request DeleteReplicaRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request DeleteReplicaRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request DeleteReplicaRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request DeleteReplicaRequest) String() string
func (request DeleteReplicaRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
DeleteReplicaResponse wrapper for the DeleteReplica operation
type DeleteReplicaResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous // request. You can use this to query status of the asynchronous // operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response DeleteReplicaResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response DeleteReplicaResponse) String() string
DeleteRowRequest wrapper for the DeleteRow operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/DeleteRow.go.html to see an example of how to use DeleteRowRequest.
type DeleteRowRequest struct { // A table name within the compartment, or a table OCID. TableNameOrId *string `mandatory:"true" contributesTo:"path" name:"tableNameOrId"` // An array of strings, each of the format "column-name:value", // representing the primary key of the row. Key []string `contributesTo:"query" name:"key" collectionFormat:"multi"` // The ID of a table's compartment. When a table is identified // by name, the compartmentId is often needed to provide // context for interpreting the name. CompartmentId *string `mandatory:"false" contributesTo:"query" name:"compartmentId"` // If true, and the operation fails due to an option setting // (ifVersion et al), then the existing row will be returned. IsGetReturnRow *bool `mandatory:"false" contributesTo:"query" name:"isGetReturnRow"` // Timeout setting for this operation. TimeoutInMs *int `mandatory:"false" contributesTo:"query" name:"timeoutInMs"` // For optimistic concurrency control. In the PUT or DELETE call // for a resource, set the `if-match` parameter to the value of the // etag from a previous GET or POST response for that resource. // The resource will be updated or deleted only if the etag you // provide matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request DeleteRowRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request DeleteRowRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request DeleteRowRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request DeleteRowRequest) String() string
func (request DeleteRowRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
DeleteRowResponse wrapper for the DeleteRow operation
type DeleteRowResponse struct { // The underlying http response RawResponse *http.Response // The DeleteRowResult instance DeleteRowResult `presentIn:"body"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response DeleteRowResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response DeleteRowResponse) String() string
DeleteRowResult The result of a DeleteRow operation.
type DeleteRowResult struct { // Convey the success or failure of the operation. IsSuccess *bool `mandatory:"false" json:"isSuccess"` // The version string associated with the existing row. // Returned if the delete fails due to options setting in the // request. ExistingVersion *string `mandatory:"false" json:"existingVersion"` // The map of values from a row. ExistingValue map[string]interface{} `mandatory:"false" json:"existingValue"` Usage *RequestUsage `mandatory:"false" json:"usage"` }
func (m DeleteRowResult) String() string
func (m DeleteRowResult) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
DeleteTableRequest wrapper for the DeleteTable operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/DeleteTable.go.html to see an example of how to use DeleteTableRequest.
type DeleteTableRequest struct { // A table name within the compartment, or a table OCID. TableNameOrId *string `mandatory:"true" contributesTo:"path" name:"tableNameOrId"` // The ID of a table's compartment. When a table is identified // by name, the compartmentId is often needed to provide // context for interpreting the name. CompartmentId *string `mandatory:"false" contributesTo:"query" name:"compartmentId"` // Set as true to select "if exists" behavior. IsIfExists *bool `mandatory:"false" contributesTo:"query" name:"isIfExists"` // For optimistic concurrency control. In the PUT or DELETE call // for a resource, set the `if-match` parameter to the value of the // etag from a previous GET or POST response for that resource. // The resource will be updated or deleted only if the etag you // provide matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request DeleteTableRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request DeleteTableRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request DeleteTableRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request DeleteTableRequest) String() string
func (request DeleteTableRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
DeleteTableResponse wrapper for the DeleteTable operation
type DeleteTableResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous // request. You can use this to query status of the asynchronous // operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response DeleteTableResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response DeleteTableResponse) String() string
DeleteWorkRequestRequest wrapper for the DeleteWorkRequest operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/DeleteWorkRequest.go.html to see an example of how to use DeleteWorkRequestRequest.
type DeleteWorkRequestRequest struct { // The ID of the asynchronous request. WorkRequestId *string `mandatory:"true" contributesTo:"path" name:"workRequestId"` // For optimistic concurrency control. In the PUT or DELETE call // for a resource, set the `if-match` parameter to the value of the // etag from a previous GET or POST response for that resource. // The resource will be updated or deleted only if the etag you // provide matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request DeleteWorkRequestRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request DeleteWorkRequestRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request DeleteWorkRequestRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request DeleteWorkRequestRequest) String() string
func (request DeleteWorkRequestRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
DeleteWorkRequestResponse wrapper for the DeleteWorkRequest operation
type DeleteWorkRequestResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous // request. You can use this to query status of the asynchronous // operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response DeleteWorkRequestResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response DeleteWorkRequestResponse) String() string
GetIndexRequest wrapper for the GetIndex operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/GetIndex.go.html to see an example of how to use GetIndexRequest.
type GetIndexRequest struct { // A table name within the compartment, or a table OCID. TableNameOrId *string `mandatory:"true" contributesTo:"path" name:"tableNameOrId"` // The name of a table's index. IndexName *string `mandatory:"true" contributesTo:"path" name:"indexName"` // The ID of a table's compartment. When a table is identified // by name, the compartmentId is often needed to provide // context for interpreting the name. CompartmentId *string `mandatory:"false" contributesTo:"query" name:"compartmentId"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request GetIndexRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetIndexRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetIndexRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetIndexRequest) String() string
func (request GetIndexRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
GetIndexResponse wrapper for the GetIndex operation
type GetIndexResponse struct { // The underlying http response RawResponse *http.Response // The Index instance Index `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response GetIndexResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetIndexResponse) String() string
GetRowConsistencyEnum Enum with underlying type: string
type GetRowConsistencyEnum string
Set of constants representing the allowable values for GetRowConsistencyEnum
const ( GetRowConsistencyEventual GetRowConsistencyEnum = "EVENTUAL" GetRowConsistencyAbsolute GetRowConsistencyEnum = "ABSOLUTE" )
func GetGetRowConsistencyEnumValues() []GetRowConsistencyEnum
GetGetRowConsistencyEnumValues Enumerates the set of values for GetRowConsistencyEnum
func GetMappingGetRowConsistencyEnum(val string) (GetRowConsistencyEnum, bool)
GetMappingGetRowConsistencyEnum performs case Insensitive comparison on enum value and return the desired enum
GetRowRequest wrapper for the GetRow operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/GetRow.go.html to see an example of how to use GetRowRequest.
type GetRowRequest struct { // A table name within the compartment, or a table OCID. TableNameOrId *string `mandatory:"true" contributesTo:"path" name:"tableNameOrId"` // An array of strings, each of the format "column-name:value", // representing the primary key of the row. Key []string `contributesTo:"query" name:"key" collectionFormat:"multi"` // The ID of a table's compartment. When a table is identified // by name, the compartmentId is often needed to provide // context for interpreting the name. CompartmentId *string `mandatory:"false" contributesTo:"query" name:"compartmentId"` // Consistency requirement for a read operation. Consistency GetRowConsistencyEnum `mandatory:"false" contributesTo:"query" name:"consistency" omitEmpty:"true"` // Timeout setting for this operation. TimeoutInMs *int `mandatory:"false" contributesTo:"query" name:"timeoutInMs"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request GetRowRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetRowRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetRowRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetRowRequest) String() string
func (request GetRowRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
GetRowResponse wrapper for the GetRow operation
type GetRowResponse struct { // The underlying http response RawResponse *http.Response // The Row instance Row `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response GetRowResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetRowResponse) String() string
GetTableRequest wrapper for the GetTable operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/GetTable.go.html to see an example of how to use GetTableRequest.
type GetTableRequest struct { // A table name within the compartment, or a table OCID. TableNameOrId *string `mandatory:"true" contributesTo:"path" name:"tableNameOrId"` // The ID of a table's compartment. When a table is identified // by name, the compartmentId is often needed to provide // context for interpreting the name. CompartmentId *string `mandatory:"false" contributesTo:"query" name:"compartmentId"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request GetTableRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetTableRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetTableRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetTableRequest) String() string
func (request GetTableRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
GetTableResponse wrapper for the GetTable operation
type GetTableResponse struct { // The underlying http response RawResponse *http.Response // The Table instance Table `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response GetTableResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetTableResponse) String() string
GetWorkRequestRequest wrapper for the GetWorkRequest operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/GetWorkRequest.go.html to see an example of how to use GetWorkRequestRequest.
type GetWorkRequestRequest struct { // The ID of the asynchronous request. WorkRequestId *string `mandatory:"true" contributesTo:"path" name:"workRequestId"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request GetWorkRequestRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetWorkRequestRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetWorkRequestRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetWorkRequestRequest) String() string
func (request GetWorkRequestRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
GetWorkRequestResponse wrapper for the GetWorkRequest operation
type GetWorkRequestResponse struct { // The underlying http response RawResponse *http.Response // The WorkRequest instance WorkRequest `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // A decimal number representing the number of seconds the // client should wait before polling this endpoint again. RetryAfter *float32 `presentIn:"header" name:"retry-after"` }
func (response GetWorkRequestResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetWorkRequestResponse) String() string
Identity The identity properties of a table, if any.
type Identity struct { // The name of the identity column. ColumnName *string `mandatory:"false" json:"columnName"` // True if the identity value is GENERATED ALWAYS. IsAlways *bool `mandatory:"false" json:"isAlways"` // True if the identity value is GENERATED BY DEFAULT ON NULL. IsNull *bool `mandatory:"false" json:"isNull"` }
func (m Identity) String() string
func (m Identity) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
Index Information about an index.
type Index struct { // Index name. Name *string `mandatory:"false" json:"name"` // Compartment Identifier. CompartmentId *string `mandatory:"false" json:"compartmentId"` // The name of the table to which this index belongs. TableName *string `mandatory:"false" json:"tableName"` // the OCID of the table to which this index belongs. TableId *string `mandatory:"false" json:"tableId"` // A set of keys for a secondary index. Keys []IndexKey `mandatory:"false" json:"keys"` // The state of an index. LifecycleState IndexLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` // A message describing the current state in more detail. LifecycleDetails *string `mandatory:"false" json:"lifecycleDetails"` }
func (m Index) String() string
func (m Index) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
IndexCollection Results of ListIndexes.
type IndexCollection struct { // A page of IndexSummary objects. Items []IndexSummary `mandatory:"false" json:"items"` }
func (m IndexCollection) String() string
func (m IndexCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
IndexKey Specifies a single key in a secondary index.
type IndexKey struct { // The name of a column to be included as an index key. ColumnName *string `mandatory:"true" json:"columnName"` // If the specified column is of type JSON, jsonPath contains // a dotted path indicating the field within the JSON object // that will be the index key. JsonPath *string `mandatory:"false" json:"jsonPath"` // If the specified column is of type JSON, jsonFieldType contains // the type of the field indicated by jsonPath. JsonFieldType *string `mandatory:"false" json:"jsonFieldType"` }
func (m IndexKey) String() string
func (m IndexKey) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
IndexLifecycleStateEnum Enum with underlying type: string
type IndexLifecycleStateEnum string
Set of constants representing the allowable values for IndexLifecycleStateEnum
const ( IndexLifecycleStateCreating IndexLifecycleStateEnum = "CREATING" IndexLifecycleStateUpdating IndexLifecycleStateEnum = "UPDATING" IndexLifecycleStateActive IndexLifecycleStateEnum = "ACTIVE" IndexLifecycleStateDeleting IndexLifecycleStateEnum = "DELETING" IndexLifecycleStateDeleted IndexLifecycleStateEnum = "DELETED" IndexLifecycleStateFailed IndexLifecycleStateEnum = "FAILED" )
func GetIndexLifecycleStateEnumValues() []IndexLifecycleStateEnum
GetIndexLifecycleStateEnumValues Enumerates the set of values for IndexLifecycleStateEnum
func GetMappingIndexLifecycleStateEnum(val string) (IndexLifecycleStateEnum, bool)
GetMappingIndexLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
IndexSummary Information about an index.
type IndexSummary struct { // Index name. Name *string `mandatory:"false" json:"name"` // A set of keys for a secondary index. Keys []IndexKey `mandatory:"false" json:"keys"` // The state of an index. LifecycleState IndexLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` // A message describing the current state in more detail. LifecycleDetails *string `mandatory:"false" json:"lifecycleDetails"` }
func (m IndexSummary) String() string
func (m IndexSummary) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListIndexesLifecycleStateEnum Enum with underlying type: string
type ListIndexesLifecycleStateEnum string
Set of constants representing the allowable values for ListIndexesLifecycleStateEnum
const ( ListIndexesLifecycleStateAll ListIndexesLifecycleStateEnum = "ALL" ListIndexesLifecycleStateCreating ListIndexesLifecycleStateEnum = "CREATING" ListIndexesLifecycleStateUpdating ListIndexesLifecycleStateEnum = "UPDATING" ListIndexesLifecycleStateActive ListIndexesLifecycleStateEnum = "ACTIVE" ListIndexesLifecycleStateDeleting ListIndexesLifecycleStateEnum = "DELETING" ListIndexesLifecycleStateDeleted ListIndexesLifecycleStateEnum = "DELETED" ListIndexesLifecycleStateFailed ListIndexesLifecycleStateEnum = "FAILED" ListIndexesLifecycleStateInactive ListIndexesLifecycleStateEnum = "INACTIVE" )
func GetListIndexesLifecycleStateEnumValues() []ListIndexesLifecycleStateEnum
GetListIndexesLifecycleStateEnumValues Enumerates the set of values for ListIndexesLifecycleStateEnum
func GetMappingListIndexesLifecycleStateEnum(val string) (ListIndexesLifecycleStateEnum, bool)
GetMappingListIndexesLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
ListIndexesRequest wrapper for the ListIndexes operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/ListIndexes.go.html to see an example of how to use ListIndexesRequest.
type ListIndexesRequest struct { // A table name within the compartment, or a table OCID. TableNameOrId *string `mandatory:"true" contributesTo:"path" name:"tableNameOrId"` // The ID of a table's compartment. When a table is identified // by name, the compartmentId is often needed to provide // context for interpreting the name. CompartmentId *string `mandatory:"false" contributesTo:"query" name:"compartmentId"` // A shell-globbing-style (*?[]) filter for names. Name *string `mandatory:"false" contributesTo:"query" name:"name"` // Filter list by the lifecycle state of the item. LifecycleState ListIndexesLifecycleStateEnum `mandatory:"false" contributesTo:"query" name:"lifecycleState" omitEmpty:"true"` // The maximum number of items to return. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // The page token representing the page at which to start // retrieving results. This is usually retrieved from a previous // list call. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The sort order to use, either 'ASC' or 'DESC'. SortOrder ListIndexesSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // The field to sort by. Only one sort order may be // provided. Default order for timeCreated is descending. Default // order for name is ascending. If no value is specified // timeCreated is default. SortBy ListIndexesSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListIndexesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListIndexesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListIndexesRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListIndexesRequest) String() string
func (request ListIndexesRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListIndexesResponse wrapper for the ListIndexes operation
type ListIndexesResponse struct { // The underlying http response RawResponse *http.Response // A list of IndexCollection instances IndexCollection `presentIn:"body"` // For pagination of a list of items. When paging through a list, // if this header appears in the response, then a partial list // might have been returned. Include this value as the `page` // parameter for the subsequent GET request to get the next batch // of items. OpcNextPage *string `presentIn:"header" name:"opc-next-page"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ListIndexesResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListIndexesResponse) String() string
ListIndexesSortByEnum Enum with underlying type: string
type ListIndexesSortByEnum string
Set of constants representing the allowable values for ListIndexesSortByEnum
const ( ListIndexesSortByTimecreated ListIndexesSortByEnum = "timeCreated" ListIndexesSortByName ListIndexesSortByEnum = "name" )
func GetListIndexesSortByEnumValues() []ListIndexesSortByEnum
GetListIndexesSortByEnumValues Enumerates the set of values for ListIndexesSortByEnum
func GetMappingListIndexesSortByEnum(val string) (ListIndexesSortByEnum, bool)
GetMappingListIndexesSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListIndexesSortOrderEnum Enum with underlying type: string
type ListIndexesSortOrderEnum string
Set of constants representing the allowable values for ListIndexesSortOrderEnum
const ( ListIndexesSortOrderAsc ListIndexesSortOrderEnum = "ASC" ListIndexesSortOrderDesc ListIndexesSortOrderEnum = "DESC" )
func GetListIndexesSortOrderEnumValues() []ListIndexesSortOrderEnum
GetListIndexesSortOrderEnumValues Enumerates the set of values for ListIndexesSortOrderEnum
func GetMappingListIndexesSortOrderEnum(val string) (ListIndexesSortOrderEnum, bool)
GetMappingListIndexesSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListTableUsageRequest wrapper for the ListTableUsage operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/ListTableUsage.go.html to see an example of how to use ListTableUsageRequest.
type ListTableUsageRequest struct { // A table name within the compartment, or a table OCID. TableNameOrId *string `mandatory:"true" contributesTo:"path" name:"tableNameOrId"` // The ID of a table's compartment. When a table is identified // by name, the compartmentId is often needed to provide // context for interpreting the name. CompartmentId *string `mandatory:"false" contributesTo:"query" name:"compartmentId"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // The start time to use for the request. If no time range // is set for this request, the most recent complete usage // record is returned. TimeStart *common.SDKTime `mandatory:"false" contributesTo:"query" name:"timeStart"` // The end time to use for the request. TimeEnd *common.SDKTime `mandatory:"false" contributesTo:"query" name:"timeEnd"` // The maximum number of items to return. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // The page token representing the page at which to start // retrieving results. This is usually retrieved from a previous // list call. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListTableUsageRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListTableUsageRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListTableUsageRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListTableUsageRequest) String() string
func (request ListTableUsageRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListTableUsageResponse wrapper for the ListTableUsage operation
type ListTableUsageResponse struct { // The underlying http response RawResponse *http.Response // A list of TableUsageCollection instances TableUsageCollection `presentIn:"body"` // For pagination of a list of items. When paging through a list, // if this header appears in the response, then a partial list // might have been returned. Include this value as the `page` // parameter for the subsequent GET request to get the next batch // of items. OpcNextPage *string `presentIn:"header" name:"opc-next-page"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ListTableUsageResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListTableUsageResponse) String() string
ListTablesLifecycleStateEnum Enum with underlying type: string
type ListTablesLifecycleStateEnum string
Set of constants representing the allowable values for ListTablesLifecycleStateEnum
const ( ListTablesLifecycleStateAll ListTablesLifecycleStateEnum = "ALL" ListTablesLifecycleStateCreating ListTablesLifecycleStateEnum = "CREATING" ListTablesLifecycleStateUpdating ListTablesLifecycleStateEnum = "UPDATING" ListTablesLifecycleStateActive ListTablesLifecycleStateEnum = "ACTIVE" ListTablesLifecycleStateDeleting ListTablesLifecycleStateEnum = "DELETING" ListTablesLifecycleStateDeleted ListTablesLifecycleStateEnum = "DELETED" ListTablesLifecycleStateFailed ListTablesLifecycleStateEnum = "FAILED" ListTablesLifecycleStateInactive ListTablesLifecycleStateEnum = "INACTIVE" )
func GetListTablesLifecycleStateEnumValues() []ListTablesLifecycleStateEnum
GetListTablesLifecycleStateEnumValues Enumerates the set of values for ListTablesLifecycleStateEnum
func GetMappingListTablesLifecycleStateEnum(val string) (ListTablesLifecycleStateEnum, bool)
GetMappingListTablesLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
ListTablesRequest wrapper for the ListTables operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/ListTables.go.html to see an example of how to use ListTablesRequest.
type ListTablesRequest struct { // The ID of a table's compartment. CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"` // A shell-globbing-style (*?[]) filter for names. Name *string `mandatory:"false" contributesTo:"query" name:"name"` // The maximum number of items to return. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // The page token representing the page at which to start // retrieving results. This is usually retrieved from a previous // list call. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The sort order to use, either 'ASC' or 'DESC'. SortOrder ListTablesSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // The field to sort by. Only one sort order may be // provided. Default order for timeCreated is descending. Default // order for name is ascending. If no value is specified // timeCreated is default. SortBy ListTablesSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Filter list by the lifecycle state of the item. LifecycleState ListTablesLifecycleStateEnum `mandatory:"false" contributesTo:"query" name:"lifecycleState" omitEmpty:"true"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListTablesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListTablesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListTablesRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListTablesRequest) String() string
func (request ListTablesRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListTablesResponse wrapper for the ListTables operation
type ListTablesResponse struct { // The underlying http response RawResponse *http.Response // A list of TableCollection instances TableCollection `presentIn:"body"` // For pagination of a list of items. When paging through a list, // if this header appears in the response, then a partial list // might have been returned. Include this value as the `page` // parameter for the subsequent GET request to get the next batch // of items. OpcNextPage *string `presentIn:"header" name:"opc-next-page"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ListTablesResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListTablesResponse) String() string
ListTablesSortByEnum Enum with underlying type: string
type ListTablesSortByEnum string
Set of constants representing the allowable values for ListTablesSortByEnum
const ( ListTablesSortByTimecreated ListTablesSortByEnum = "timeCreated" ListTablesSortByName ListTablesSortByEnum = "name" )
func GetListTablesSortByEnumValues() []ListTablesSortByEnum
GetListTablesSortByEnumValues Enumerates the set of values for ListTablesSortByEnum
func GetMappingListTablesSortByEnum(val string) (ListTablesSortByEnum, bool)
GetMappingListTablesSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListTablesSortOrderEnum Enum with underlying type: string
type ListTablesSortOrderEnum string
Set of constants representing the allowable values for ListTablesSortOrderEnum
const ( ListTablesSortOrderAsc ListTablesSortOrderEnum = "ASC" ListTablesSortOrderDesc ListTablesSortOrderEnum = "DESC" )
func GetListTablesSortOrderEnumValues() []ListTablesSortOrderEnum
GetListTablesSortOrderEnumValues Enumerates the set of values for ListTablesSortOrderEnum
func GetMappingListTablesSortOrderEnum(val string) (ListTablesSortOrderEnum, bool)
GetMappingListTablesSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListWorkRequestErrorsRequest wrapper for the ListWorkRequestErrors operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/ListWorkRequestErrors.go.html to see an example of how to use ListWorkRequestErrorsRequest.
type ListWorkRequestErrorsRequest struct { // The ID of the asynchronous request. WorkRequestId *string `mandatory:"true" contributesTo:"path" name:"workRequestId"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // The page token representing the page at which to start // retrieving results. This is usually retrieved from a previous // list call. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The maximum number of items to return. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListWorkRequestErrorsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListWorkRequestErrorsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListWorkRequestErrorsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListWorkRequestErrorsRequest) String() string
func (request ListWorkRequestErrorsRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListWorkRequestErrorsResponse wrapper for the ListWorkRequestErrors operation
type ListWorkRequestErrorsResponse struct { // The underlying http response RawResponse *http.Response // A list of WorkRequestErrorCollection instances WorkRequestErrorCollection `presentIn:"body"` // For pagination of a list of items. When paging through a list, // if this header appears in the response, then a partial list // might have been returned. Include this value as the `page` // parameter for the subsequent GET request to get the next batch // of items. OpcNextPage *string `presentIn:"header" name:"opc-next-page"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ListWorkRequestErrorsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListWorkRequestErrorsResponse) String() string
ListWorkRequestLogsRequest wrapper for the ListWorkRequestLogs operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/ListWorkRequestLogs.go.html to see an example of how to use ListWorkRequestLogsRequest.
type ListWorkRequestLogsRequest struct { // The ID of the asynchronous request. WorkRequestId *string `mandatory:"true" contributesTo:"path" name:"workRequestId"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // The page token representing the page at which to start // retrieving results. This is usually retrieved from a previous // list call. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The maximum number of items to return. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListWorkRequestLogsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListWorkRequestLogsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListWorkRequestLogsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListWorkRequestLogsRequest) String() string
func (request ListWorkRequestLogsRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListWorkRequestLogsResponse wrapper for the ListWorkRequestLogs operation
type ListWorkRequestLogsResponse struct { // The underlying http response RawResponse *http.Response // A list of WorkRequestLogEntryCollection instances WorkRequestLogEntryCollection `presentIn:"body"` // For pagination of a list of items. When paging through a list, // if this header appears in the response, then a partial list // might have been returned. Include this value as the `page` // parameter for the subsequent GET request to get the next batch // of items. OpcNextPage *string `presentIn:"header" name:"opc-next-page"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ListWorkRequestLogsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListWorkRequestLogsResponse) String() string
ListWorkRequestsRequest wrapper for the ListWorkRequests operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/ListWorkRequests.go.html to see an example of how to use ListWorkRequestsRequest.
type ListWorkRequestsRequest struct { // The ID of a table's compartment. CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // The page token representing the page at which to start // retrieving results. This is usually retrieved from a previous // list call. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The maximum number of items to return. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListWorkRequestsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListWorkRequestsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListWorkRequestsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListWorkRequestsRequest) String() string
func (request ListWorkRequestsRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListWorkRequestsResponse wrapper for the ListWorkRequests operation
type ListWorkRequestsResponse struct { // The underlying http response RawResponse *http.Response // A list of WorkRequestCollection instances WorkRequestCollection `presentIn:"body"` // For pagination of a list of items. When paging through a list, // if this header appears in the response, then a partial list // might have been returned. Include this value as the `page` // parameter for the subsequent GET request to get the next batch // of items. OpcNextPage *string `presentIn:"header" name:"opc-next-page"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ListWorkRequestsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListWorkRequestsResponse) String() string
NosqlClient a client for Nosql
type NosqlClient struct { common.BaseClient // contains filtered or unexported fields }
func NewNosqlClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client NosqlClient, err error)
NewNosqlClientWithConfigurationProvider Creates a new default Nosql client with the given configuration provider. the configuration provider will be used for the default signer as well as reading the region
func NewNosqlClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client NosqlClient, err error)
NewNosqlClientWithOboToken Creates a new default Nosql client with the given configuration provider. The obotoken will be added to default headers and signed; the configuration provider will be used for the signer
as well as reading the region
func (client NosqlClient) ChangeTableCompartment(ctx context.Context, request ChangeTableCompartmentRequest) (response ChangeTableCompartmentResponse, err error)
ChangeTableCompartment Change a table's compartment.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/ChangeTableCompartment.go.html to see an example of how to use ChangeTableCompartment API. A default retry strategy applies to this operation ChangeTableCompartment()
func (client *NosqlClient) ConfigurationProvider() *common.ConfigurationProvider
ConfigurationProvider the ConfigurationProvider used in this client, or null if none set
func (client NosqlClient) CreateIndex(ctx context.Context, request CreateIndexRequest) (response CreateIndexResponse, err error)
CreateIndex Create a new index on the table identified by tableNameOrId.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/CreateIndex.go.html to see an example of how to use CreateIndex API. A default retry strategy applies to this operation CreateIndex()
func (client NosqlClient) CreateReplica(ctx context.Context, request CreateReplicaRequest) (response CreateReplicaResponse, err error)
CreateReplica Add a replica for this table
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/CreateReplica.go.html to see an example of how to use CreateReplica API. A default retry strategy applies to this operation CreateReplica()
func (client NosqlClient) CreateTable(ctx context.Context, request CreateTableRequest) (response CreateTableResponse, err error)
CreateTable Create a new table.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/CreateTable.go.html to see an example of how to use CreateTable API. A default retry strategy applies to this operation CreateTable()
func (client NosqlClient) DeleteIndex(ctx context.Context, request DeleteIndexRequest) (response DeleteIndexResponse, err error)
DeleteIndex Delete an index from the table identified by tableNameOrId.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/DeleteIndex.go.html to see an example of how to use DeleteIndex API.
func (client NosqlClient) DeleteReplica(ctx context.Context, request DeleteReplicaRequest) (response DeleteReplicaResponse, err error)
DeleteReplica Delete the specified replica table in the remote region.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/DeleteReplica.go.html to see an example of how to use DeleteReplica API.
func (client NosqlClient) DeleteRow(ctx context.Context, request DeleteRowRequest) (response DeleteRowResponse, err error)
DeleteRow Delete a single row from the table, by primary key.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/DeleteRow.go.html to see an example of how to use DeleteRow API.
func (client NosqlClient) DeleteTable(ctx context.Context, request DeleteTableRequest) (response DeleteTableResponse, err error)
DeleteTable Delete a table by tableNameOrId.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/DeleteTable.go.html to see an example of how to use DeleteTable API.
func (client NosqlClient) DeleteWorkRequest(ctx context.Context, request DeleteWorkRequestRequest) (response DeleteWorkRequestResponse, err error)
DeleteWorkRequest Cancel a work request operation with the given ID.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/DeleteWorkRequest.go.html to see an example of how to use DeleteWorkRequest API.
func (client NosqlClient) GetIndex(ctx context.Context, request GetIndexRequest) (response GetIndexResponse, err error)
GetIndex Get information about a single index.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/GetIndex.go.html to see an example of how to use GetIndex API. A default retry strategy applies to this operation GetIndex()
func (client NosqlClient) GetRow(ctx context.Context, request GetRowRequest) (response GetRowResponse, err error)
GetRow Get a single row from the table by primary key.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/GetRow.go.html to see an example of how to use GetRow API. A default retry strategy applies to this operation GetRow()
func (client NosqlClient) GetTable(ctx context.Context, request GetTableRequest) (response GetTableResponse, err error)
GetTable Get table info by identifier.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/GetTable.go.html to see an example of how to use GetTable API. A default retry strategy applies to this operation GetTable()
func (client NosqlClient) GetWorkRequest(ctx context.Context, request GetWorkRequestRequest) (response GetWorkRequestResponse, err error)
GetWorkRequest Get the status of the work request with the given ID.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/GetWorkRequest.go.html to see an example of how to use GetWorkRequest API. A default retry strategy applies to this operation GetWorkRequest()
func (client NosqlClient) ListIndexes(ctx context.Context, request ListIndexesRequest) (response ListIndexesResponse, err error)
ListIndexes Get a list of indexes on a table.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/ListIndexes.go.html to see an example of how to use ListIndexes API. A default retry strategy applies to this operation ListIndexes()
func (client NosqlClient) ListTableUsage(ctx context.Context, request ListTableUsageRequest) (response ListTableUsageResponse, err error)
ListTableUsage Get table usage info.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/ListTableUsage.go.html to see an example of how to use ListTableUsage API. A default retry strategy applies to this operation ListTableUsage()
func (client NosqlClient) ListTables(ctx context.Context, request ListTablesRequest) (response ListTablesResponse, err error)
ListTables Get a list of tables in a compartment.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/ListTables.go.html to see an example of how to use ListTables API. A default retry strategy applies to this operation ListTables()
func (client NosqlClient) ListWorkRequestErrors(ctx context.Context, request ListWorkRequestErrorsRequest) (response ListWorkRequestErrorsResponse, err error)
ListWorkRequestErrors Return a (paginated) list of errors for a given work request.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/ListWorkRequestErrors.go.html to see an example of how to use ListWorkRequestErrors API. A default retry strategy applies to this operation ListWorkRequestErrors()
func (client NosqlClient) ListWorkRequestLogs(ctx context.Context, request ListWorkRequestLogsRequest) (response ListWorkRequestLogsResponse, err error)
ListWorkRequestLogs Return a (paginated) list of logs for a given work request.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/ListWorkRequestLogs.go.html to see an example of how to use ListWorkRequestLogs API. A default retry strategy applies to this operation ListWorkRequestLogs()
func (client NosqlClient) ListWorkRequests(ctx context.Context, request ListWorkRequestsRequest) (response ListWorkRequestsResponse, err error)
ListWorkRequests List the work requests in a compartment.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/ListWorkRequests.go.html to see an example of how to use ListWorkRequests API. A default retry strategy applies to this operation ListWorkRequests()
func (client NosqlClient) PrepareStatement(ctx context.Context, request PrepareStatementRequest) (response PrepareStatementResponse, err error)
PrepareStatement Prepare a SQL statement for use in a query with variable substitution.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/PrepareStatement.go.html to see an example of how to use PrepareStatement API. A default retry strategy applies to this operation PrepareStatement()
func (client NosqlClient) Query(ctx context.Context, request QueryRequest) (response QueryResponse, err error)
Query Execute a SQL query.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/Query.go.html to see an example of how to use Query API.
func (client *NosqlClient) SetRegion(region string)
SetRegion overrides the region of this client.
func (client NosqlClient) SummarizeStatement(ctx context.Context, request SummarizeStatementRequest) (response SummarizeStatementResponse, err error)
SummarizeStatement Check the syntax and return a brief summary of a SQL statement.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/SummarizeStatement.go.html to see an example of how to use SummarizeStatement API. A default retry strategy applies to this operation SummarizeStatement()
func (client NosqlClient) UpdateRow(ctx context.Context, request UpdateRowRequest) (response UpdateRowResponse, err error)
UpdateRow Write a single row into the table.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/UpdateRow.go.html to see an example of how to use UpdateRow API.
func (client NosqlClient) UpdateTable(ctx context.Context, request UpdateTableRequest) (response UpdateTableResponse, err error)
UpdateTable Alter the table identified by tableNameOrId, changing schema, limits, or tags
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/UpdateTable.go.html to see an example of how to use UpdateTable API.
PrepareStatementRequest wrapper for the PrepareStatement operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/PrepareStatement.go.html to see an example of how to use PrepareStatementRequest.
type PrepareStatementRequest struct { // The ID of a table's compartment. CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"` // A NoSQL SQL statement. Statement *string `mandatory:"true" contributesTo:"query" name:"statement"` // Include a query execution plan in the result. IsGetQueryPlan *bool `mandatory:"false" contributesTo:"query" name:"isGetQueryPlan"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request PrepareStatementRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request PrepareStatementRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request PrepareStatementRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request PrepareStatementRequest) String() string
func (request PrepareStatementRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
PrepareStatementResponse wrapper for the PrepareStatement operation
type PrepareStatementResponse struct { // The underlying http response RawResponse *http.Response // The PreparedStatement instance PreparedStatement `presentIn:"body"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response PrepareStatementResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response PrepareStatementResponse) String() string
PreparedStatement The result of query preparation.
type PreparedStatement struct { // A base64-encoded, compiled and parameterized version of // a SQL statement. Statement *string `mandatory:"false" json:"statement"` // A representation of the query plan as a schema-less JSON object. QueryPlan *interface{} `mandatory:"false" json:"queryPlan"` Usage *RequestUsage `mandatory:"false" json:"usage"` }
func (m PreparedStatement) String() string
func (m PreparedStatement) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
QueryDetails All the information surrounding a query, including the query statement, limits, consistency, and so forth.
type QueryDetails struct { // Compartment OCID, to provide context for a table name in // the given statement. CompartmentId *string `mandatory:"true" json:"compartmentId"` // A NoSQL SQL query statement; or a Base64-encoded prepared statement. Statement *string `mandatory:"true" json:"statement"` // If true, the statement is a prepared statement. IsPrepared *bool `mandatory:"false" json:"isPrepared"` // Consistency requirement for a read operation. Consistency QueryDetailsConsistencyEnum `mandatory:"false" json:"consistency,omitempty"` // A limit on the total amount of data read during this operation, in KB. MaxReadInKBs *int `mandatory:"false" json:"maxReadInKBs"` // A map of prepared statement variables to values. Variables map[string]interface{} `mandatory:"false" json:"variables"` // Timeout setting for the query. TimeoutInMs *int `mandatory:"false" json:"timeoutInMs"` }
func (m QueryDetails) String() string
func (m QueryDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
QueryDetailsConsistencyEnum Enum with underlying type: string
type QueryDetailsConsistencyEnum string
Set of constants representing the allowable values for QueryDetailsConsistencyEnum
const ( QueryDetailsConsistencyEventual QueryDetailsConsistencyEnum = "EVENTUAL" QueryDetailsConsistencyAbsolute QueryDetailsConsistencyEnum = "ABSOLUTE" )
func GetMappingQueryDetailsConsistencyEnum(val string) (QueryDetailsConsistencyEnum, bool)
GetMappingQueryDetailsConsistencyEnum performs case Insensitive comparison on enum value and return the desired enum
func GetQueryDetailsConsistencyEnumValues() []QueryDetailsConsistencyEnum
GetQueryDetailsConsistencyEnumValues Enumerates the set of values for QueryDetailsConsistencyEnum
QueryRequest wrapper for the Query operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/Query.go.html to see an example of how to use QueryRequest.
type QueryRequest struct { // SQL query statement and ancillary information. QueryDetails `contributesTo:"body"` // The maximum number of items to return. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // The page token representing the page at which to start // retrieving results. This is usually retrieved from a previous // list call. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request QueryRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request QueryRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request QueryRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request QueryRequest) String() string
func (request QueryRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
QueryResponse wrapper for the Query operation
type QueryResponse struct { // The underlying http response RawResponse *http.Response // A list of QueryResultCollection instances QueryResultCollection `presentIn:"body"` // For pagination of a list of items. When paging through a list, // if this header appears in the response, then a partial list // might have been returned. Include this value as the `page` // parameter for the subsequent GET request to get the next batch // of items. OpcNextPage *string `presentIn:"header" name:"opc-next-page"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response QueryResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response QueryResponse) String() string
QueryResultCollection The result of a query.
type QueryResultCollection struct { // Array of objects representing query results. Items []map[string]interface{} `mandatory:"false" json:"items"` Usage *RequestUsage `mandatory:"false" json:"usage"` }
func (m QueryResultCollection) String() string
func (m QueryResultCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
Replica Information about a MR table replica
type Replica struct { // A customer-facing region identifier Region *string `mandatory:"false" json:"region"` // The OCID of the replica table TableId *string `mandatory:"false" json:"tableId"` // Maximum sustained write throughput limit of the replica table. MaxWriteUnits *int `mandatory:"false" json:"maxWriteUnits"` // The capacity mode of the replica. CapacityMode ReplicaCapacityModeEnum `mandatory:"false" json:"capacityMode,omitempty"` // The state of the replica. LifecycleState ReplicaLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` // A message describing the current state in more detail. LifecycleDetails *string `mandatory:"false" json:"lifecycleDetails"` }
func (m Replica) String() string
func (m Replica) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ReplicaCapacityModeEnum Enum with underlying type: string
type ReplicaCapacityModeEnum string
Set of constants representing the allowable values for ReplicaCapacityModeEnum
const ( ReplicaCapacityModeProvisioned ReplicaCapacityModeEnum = "PROVISIONED" ReplicaCapacityModeOnDemand ReplicaCapacityModeEnum = "ON_DEMAND" )
func GetMappingReplicaCapacityModeEnum(val string) (ReplicaCapacityModeEnum, bool)
GetMappingReplicaCapacityModeEnum performs case Insensitive comparison on enum value and return the desired enum
func GetReplicaCapacityModeEnumValues() []ReplicaCapacityModeEnum
GetReplicaCapacityModeEnumValues Enumerates the set of values for ReplicaCapacityModeEnum
ReplicaLifecycleStateEnum Enum with underlying type: string
type ReplicaLifecycleStateEnum string
Set of constants representing the allowable values for ReplicaLifecycleStateEnum
const ( ReplicaLifecycleStateCreating ReplicaLifecycleStateEnum = "CREATING" ReplicaLifecycleStateUpdating ReplicaLifecycleStateEnum = "UPDATING" ReplicaLifecycleStateActive ReplicaLifecycleStateEnum = "ACTIVE" ReplicaLifecycleStateDeleting ReplicaLifecycleStateEnum = "DELETING" )
func GetMappingReplicaLifecycleStateEnum(val string) (ReplicaLifecycleStateEnum, bool)
GetMappingReplicaLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetReplicaLifecycleStateEnumValues() []ReplicaLifecycleStateEnum
GetReplicaLifecycleStateEnumValues Enumerates the set of values for ReplicaLifecycleStateEnum
RequestUsage The usage metrics for a request.
type RequestUsage struct { // Read Units consumed by this operation. ReadUnitsConsumed *int `mandatory:"false" json:"readUnitsConsumed"` // Write Units consumed by this operation. WriteUnitsConsumed *int `mandatory:"false" json:"writeUnitsConsumed"` }
func (m RequestUsage) String() string
func (m RequestUsage) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
Row The result of GetRow.
type Row struct { // The map of values from a row. Value map[string]interface{} `mandatory:"false" json:"value"` // The expiration time of the row. A zero value indicates that // the row does not expire. An RFC3339 formatted datetime // string. TimeOfExpiration *common.SDKTime `mandatory:"false" json:"timeOfExpiration"` Usage *RequestUsage `mandatory:"false" json:"usage"` }
func (m Row) String() string
func (m Row) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
Schema The table schema information as a JSON object.
type Schema struct { // The columns of a table. Columns []Column `mandatory:"true" json:"columns"` // A list of column names that make up a key. PrimaryKey []string `mandatory:"true" json:"primaryKey"` // A list of column names that make up a key. ShardKey []string `mandatory:"true" json:"shardKey"` // The default Time-to-Live for the table, in days. Ttl *int `mandatory:"true" json:"ttl"` Identity *Identity `mandatory:"false" json:"identity"` }
func (m Schema) String() string
func (m Schema) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
StatementSummary Information derived from parsing a NoSQL SQL statement.
type StatementSummary struct { // The operation represented in the statement, e.g. CREATE_TABLE. Operation StatementSummaryOperationEnum `mandatory:"false" json:"operation,omitempty"` // The table name from the SQL statement. TableName *string `mandatory:"false" json:"tableName"` // The index name from the SQL statement, if present. IndexName *string `mandatory:"false" json:"indexName"` // True if the statement includes "IF EXISTS." IsIfExists *bool `mandatory:"false" json:"isIfExists"` // True if the statement includes "IF NOT EXISTS." IsIfNotExists *bool `mandatory:"false" json:"isIfNotExists"` // If present, indicates a syntax error in the statement. SyntaxError *string `mandatory:"false" json:"syntaxError"` }
func (m StatementSummary) String() string
func (m StatementSummary) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
StatementSummaryOperationEnum Enum with underlying type: string
type StatementSummaryOperationEnum string
Set of constants representing the allowable values for StatementSummaryOperationEnum
const ( StatementSummaryOperationCreateTable StatementSummaryOperationEnum = "CREATE_TABLE" StatementSummaryOperationAlterTable StatementSummaryOperationEnum = "ALTER_TABLE" StatementSummaryOperationDropTable StatementSummaryOperationEnum = "DROP_TABLE" StatementSummaryOperationCreateIndex StatementSummaryOperationEnum = "CREATE_INDEX" StatementSummaryOperationDropIndex StatementSummaryOperationEnum = "DROP_INDEX" StatementSummaryOperationSelect StatementSummaryOperationEnum = "SELECT" StatementSummaryOperationUpdate StatementSummaryOperationEnum = "UPDATE" StatementSummaryOperationInsert StatementSummaryOperationEnum = "INSERT" StatementSummaryOperationDelete StatementSummaryOperationEnum = "DELETE" )
func GetMappingStatementSummaryOperationEnum(val string) (StatementSummaryOperationEnum, bool)
GetMappingStatementSummaryOperationEnum performs case Insensitive comparison on enum value and return the desired enum
func GetStatementSummaryOperationEnumValues() []StatementSummaryOperationEnum
GetStatementSummaryOperationEnumValues Enumerates the set of values for StatementSummaryOperationEnum
SummarizeStatementRequest wrapper for the SummarizeStatement operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/SummarizeStatement.go.html to see an example of how to use SummarizeStatementRequest.
type SummarizeStatementRequest struct { // The ID of a table's compartment. CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"` // A NoSQL SQL statement. Statement *string `mandatory:"true" contributesTo:"query" name:"statement"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request SummarizeStatementRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request SummarizeStatementRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request SummarizeStatementRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request SummarizeStatementRequest) String() string
func (request SummarizeStatementRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
SummarizeStatementResponse wrapper for the SummarizeStatement operation
type SummarizeStatementResponse struct { // The underlying http response RawResponse *http.Response // The StatementSummary instance StatementSummary `presentIn:"body"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response SummarizeStatementResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response SummarizeStatementResponse) String() string
Table Complete metadata about a table.
type Table struct { // Unique identifier that is immutable. Id *string `mandatory:"true" json:"id"` // Compartment Identifier. CompartmentId *string `mandatory:"true" json:"compartmentId"` // Human-friendly table name, immutable. Name *string `mandatory:"false" json:"name"` // The time the the table was created. An RFC3339 formatted // datetime string. TimeCreated *common.SDKTime `mandatory:"false" json:"timeCreated"` // The time the the table's metadata was last updated. An // RFC3339 formatted datetime string. TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"` TableLimits *TableLimits `mandatory:"false" json:"tableLimits"` // The state of a table. LifecycleState TableLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` // True if this table can be reclaimed after an idle period. IsAutoReclaimable *bool `mandatory:"false" json:"isAutoReclaimable"` // If lifecycleState is INACTIVE, indicates when // this table will be automatically removed. // An RFC3339 formatted datetime string. TimeOfExpiration *common.SDKTime `mandatory:"false" json:"timeOfExpiration"` // A message describing the current state in more detail. LifecycleDetails *string `mandatory:"false" json:"lifecycleDetails"` Schema *Schema `mandatory:"false" json:"schema"` // A DDL statement representing the schema. DdlStatement *string `mandatory:"false" json:"ddlStatement"` // The current state of this table's schema. Available states are // MUTABLE - The schema can be changed. The table is not eligible for replication. // FROZEN - The schema is immutable. The table is eligible for replication. SchemaState TableSchemaStateEnum `mandatory:"false" json:"schemaState,omitempty"` // True if this table is currently a member of a replication set. IsMultiRegion *bool `mandatory:"false" json:"isMultiRegion"` // If this table is in a replication set, this value represents // the progress of the initialization of the replica's data. A // value of 100 indicates that initialization has completed. LocalReplicaInitializationInPercent *int `mandatory:"false" json:"localReplicaInitializationInPercent"` // An array of Replica listing this table's replicas, if any Replicas []Replica `mandatory:"false" json:"replicas"` // Simple key-value pair that is applied without any predefined // name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and // scoped to a namespace. Example: `{"foo-namespace": // {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` // Read-only system tag. These predefined keys are scoped to // namespaces. At present the only supported namespace is // `"orcl-cloud"`; and the only key in that namespace is // `"free-tier-retained"`. // Example: `{"orcl-cloud"": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"false" json:"systemTags"` }
func (m Table) String() string
func (m Table) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
TableCollection Results of ListTables.
type TableCollection struct { // A page of TableSummary objects. Items []TableSummary `mandatory:"false" json:"items"` // The maximum number of reclaimable tables allowed in the tenancy. MaxAutoReclaimableTables *int `mandatory:"false" json:"maxAutoReclaimableTables"` // The current number of reclaimable tables in the tenancy. AutoReclaimableTables *int `mandatory:"false" json:"autoReclaimableTables"` // The current number of on demand capacity tables in the tenancy. OnDemandCapacityTables *int `mandatory:"false" json:"onDemandCapacityTables"` // The maximum number of on demand capacity tables allowed in the tenancy. MaxOnDemandCapacityTables *int `mandatory:"false" json:"maxOnDemandCapacityTables"` // An array of regions that are available for replication. AvailableReplicationRegions []string `mandatory:"false" json:"availableReplicationRegions"` }
func (m TableCollection) String() string
func (m TableCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
TableLifecycleStateEnum Enum with underlying type: string
type TableLifecycleStateEnum string
Set of constants representing the allowable values for TableLifecycleStateEnum
const ( TableLifecycleStateCreating TableLifecycleStateEnum = "CREATING" TableLifecycleStateUpdating TableLifecycleStateEnum = "UPDATING" TableLifecycleStateActive TableLifecycleStateEnum = "ACTIVE" TableLifecycleStateDeleting TableLifecycleStateEnum = "DELETING" TableLifecycleStateDeleted TableLifecycleStateEnum = "DELETED" TableLifecycleStateFailed TableLifecycleStateEnum = "FAILED" TableLifecycleStateInactive TableLifecycleStateEnum = "INACTIVE" )
func GetMappingTableLifecycleStateEnum(val string) (TableLifecycleStateEnum, bool)
GetMappingTableLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetTableLifecycleStateEnumValues() []TableLifecycleStateEnum
GetTableLifecycleStateEnumValues Enumerates the set of values for TableLifecycleStateEnum
TableLimits Throughput and storage limits configuration of a table.
type TableLimits struct { // Maximum sustained read throughput limit for the table. MaxReadUnits *int `mandatory:"true" json:"maxReadUnits"` // Maximum sustained write throughput limit for the table. MaxWriteUnits *int `mandatory:"true" json:"maxWriteUnits"` // Maximum size of storage used by the table. MaxStorageInGBs *int `mandatory:"true" json:"maxStorageInGBs"` // The capacity mode of the table. If capacityMode = ON_DEMAND, // maxReadUnits and maxWriteUnits are not used, and both will have // the value of zero. CapacityMode TableLimitsCapacityModeEnum `mandatory:"false" json:"capacityMode,omitempty"` }
func (m TableLimits) String() string
func (m TableLimits) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
TableLimitsCapacityModeEnum Enum with underlying type: string
type TableLimitsCapacityModeEnum string
Set of constants representing the allowable values for TableLimitsCapacityModeEnum
const ( TableLimitsCapacityModeProvisioned TableLimitsCapacityModeEnum = "PROVISIONED" TableLimitsCapacityModeOnDemand TableLimitsCapacityModeEnum = "ON_DEMAND" )
func GetMappingTableLimitsCapacityModeEnum(val string) (TableLimitsCapacityModeEnum, bool)
GetMappingTableLimitsCapacityModeEnum performs case Insensitive comparison on enum value and return the desired enum
func GetTableLimitsCapacityModeEnumValues() []TableLimitsCapacityModeEnum
GetTableLimitsCapacityModeEnumValues Enumerates the set of values for TableLimitsCapacityModeEnum
TableSchemaStateEnum Enum with underlying type: string
type TableSchemaStateEnum string
Set of constants representing the allowable values for TableSchemaStateEnum
const ( TableSchemaStateMutable TableSchemaStateEnum = "MUTABLE" TableSchemaStateFrozen TableSchemaStateEnum = "FROZEN" )
func GetMappingTableSchemaStateEnum(val string) (TableSchemaStateEnum, bool)
GetMappingTableSchemaStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetTableSchemaStateEnumValues() []TableSchemaStateEnum
GetTableSchemaStateEnumValues Enumerates the set of values for TableSchemaStateEnum
TableSummary Summary of the table.
type TableSummary struct { // Unique identifier that is immutable on creation. Id *string `mandatory:"true" json:"id"` // Compartment Identifier. CompartmentId *string `mandatory:"true" json:"compartmentId"` // Human-friendly table name, also immutable. Name *string `mandatory:"false" json:"name"` // The time the the table was created. An RFC3339 formatted // datetime string. TimeCreated *common.SDKTime `mandatory:"false" json:"timeCreated"` // The time the the table's metadata was last updated. An // RFC3339 formatted datetime string. TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"` TableLimits *TableLimits `mandatory:"false" json:"tableLimits"` // The state of a table. LifecycleState TableLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` // A message describing the current state in more detail. LifecycleDetails *string `mandatory:"false" json:"lifecycleDetails"` // True if this table can be reclaimed after an idle period. IsAutoReclaimable *bool `mandatory:"false" json:"isAutoReclaimable"` // If lifecycleState is INACTIVE, indicates when // this table will be automatically removed. // An RFC3339 formatted datetime string. TimeOfExpiration *common.SDKTime `mandatory:"false" json:"timeOfExpiration"` // The current state of this table's schema. Available states are // MUTABLE - The schema can be changed. The table is not eligible for replication. // FROZEN - The schema is immutable. The table is eligible for replication. SchemaState TableSummarySchemaStateEnum `mandatory:"false" json:"schemaState,omitempty"` // True if this table is currently a member of a replication set. IsMultiRegion *bool `mandatory:"false" json:"isMultiRegion"` // Simple key-value pair that is applied without any predefined // name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and // scoped to a namespace. Example: `{"foo-namespace": // {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` // Read-only system tag. These predefined keys are scoped to // namespaces. At present the only supported namespace is // `"orcl-cloud"`; and the only key in that namespace is // `"free-tier-retained"`. // Example: `{"orcl-cloud"": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"false" json:"systemTags"` }
func (m TableSummary) String() string
func (m TableSummary) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
TableSummarySchemaStateEnum Enum with underlying type: string
type TableSummarySchemaStateEnum string
Set of constants representing the allowable values for TableSummarySchemaStateEnum
const ( TableSummarySchemaStateMutable TableSummarySchemaStateEnum = "MUTABLE" TableSummarySchemaStateFrozen TableSummarySchemaStateEnum = "FROZEN" )
func GetMappingTableSummarySchemaStateEnum(val string) (TableSummarySchemaStateEnum, bool)
GetMappingTableSummarySchemaStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetTableSummarySchemaStateEnumValues() []TableSummarySchemaStateEnum
GetTableSummarySchemaStateEnumValues Enumerates the set of values for TableSummarySchemaStateEnum
TableUsageCollection Result of GetTableUsage.
type TableUsageCollection struct { // A page of TableUsageSummary objects. Items []TableUsageSummary `mandatory:"false" json:"items"` }
func (m TableUsageCollection) String() string
func (m TableUsageCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
TableUsageSummary TableUsageSummary represents a single usage record, or slice, that includes information about read and write throughput consumed during that period as well as the current information regarding storage capacity. In addition the count of throttling exceptions for the period is reported.
type TableUsageSummary struct { // The length of the sampling period. SecondsInPeriod *int `mandatory:"false" json:"secondsInPeriod"` // Read throughput during the sampling period. ReadUnits *int `mandatory:"false" json:"readUnits"` // Write throughput during the sampling period. WriteUnits *int `mandatory:"false" json:"writeUnits"` // The size of the table, in GB. StorageInGBs *int `mandatory:"false" json:"storageInGBs"` // The number of times reads were throttled due to exceeding // the read throughput limit. ReadThrottleCount *int `mandatory:"false" json:"readThrottleCount"` // The number of times writes were throttled due to exceeding // the write throughput limit. WriteThrottleCount *int `mandatory:"false" json:"writeThrottleCount"` // The number of times writes were throttled because the table // exceeded its size limit. StorageThrottleCount *int `mandatory:"false" json:"storageThrottleCount"` // The percentage of allowed per-shard usage for the table shard with the highest usage. MaxShardSizeUsageInPercent *int `mandatory:"false" json:"maxShardSizeUsageInPercent"` // The time stamp of this usage record. TimeStarted *common.SDKTime `mandatory:"false" json:"timeStarted"` }
func (m TableUsageSummary) String() string
func (m TableUsageSummary) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
UpdateRowDetails Specifications for the putting of a table row.
type UpdateRowDetails struct { // The map of values from a row. Value map[string]interface{} `mandatory:"true" json:"value"` // The OCID of the table's compartment. Required // if the tableNameOrId path parameter is a table name. // Optional if tableNameOrId is an OCID. If tableNameOrId // is an OCID, and compartmentId is supplied, the latter // must match the identified table's compartmentId. CompartmentId *string `mandatory:"false" json:"compartmentId"` // Specifies a condition for the put operation. Option UpdateRowDetailsOptionEnum `mandatory:"false" json:"option,omitempty"` // If true, and the put fails due to an option setting, then // the existing row will be returned. IsGetReturnRow *bool `mandatory:"false" json:"isGetReturnRow"` // Timeout setting for the put. TimeoutInMs *int `mandatory:"false" json:"timeoutInMs"` // Time-to-live for the row, in days. Ttl *int `mandatory:"false" json:"ttl"` // If true, set time-to-live for this row to the table's default. IsTtlUseTableDefault *bool `mandatory:"false" json:"isTtlUseTableDefault"` // Sets the number of generated identity values that are // requested from the server during a put. If present and greater than 0, // this value takes precedence over a default value for the table. IdentityCacheSize *int `mandatory:"false" json:"identityCacheSize"` // If present and true, the presented row value must exactly // match the table's schema. Otherwise, rows with missing // non-key fields or extra fields can be written successfully. IsExactMatch *bool `mandatory:"false" json:"isExactMatch"` }
func (m UpdateRowDetails) String() string
func (m UpdateRowDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
UpdateRowDetailsOptionEnum Enum with underlying type: string
type UpdateRowDetailsOptionEnum string
Set of constants representing the allowable values for UpdateRowDetailsOptionEnum
const ( UpdateRowDetailsOptionAbsent UpdateRowDetailsOptionEnum = "IF_ABSENT" UpdateRowDetailsOptionPresent UpdateRowDetailsOptionEnum = "IF_PRESENT" )
func GetMappingUpdateRowDetailsOptionEnum(val string) (UpdateRowDetailsOptionEnum, bool)
GetMappingUpdateRowDetailsOptionEnum performs case Insensitive comparison on enum value and return the desired enum
func GetUpdateRowDetailsOptionEnumValues() []UpdateRowDetailsOptionEnum
GetUpdateRowDetailsOptionEnumValues Enumerates the set of values for UpdateRowDetailsOptionEnum
UpdateRowRequest wrapper for the UpdateRow operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/UpdateRow.go.html to see an example of how to use UpdateRowRequest.
type UpdateRowRequest struct { // A table name within the compartment, or a table OCID. TableNameOrId *string `mandatory:"true" contributesTo:"path" name:"tableNameOrId"` // Specifications for the putting of a table row. UpdateRowDetails `contributesTo:"body"` // For optimistic concurrency control. In the PUT or DELETE call // for a resource, set the `if-match` parameter to the value of the // etag from a previous GET or POST response for that resource. // The resource will be updated or deleted only if the etag you // provide matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request UpdateRowRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request UpdateRowRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request UpdateRowRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request UpdateRowRequest) String() string
func (request UpdateRowRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
UpdateRowResponse wrapper for the UpdateRow operation
type UpdateRowResponse struct { // The underlying http response RawResponse *http.Response // The UpdateRowResult instance UpdateRowResult `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response UpdateRowResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response UpdateRowResponse) String() string
UpdateRowResult The result of an UpdateRow operation.
type UpdateRowResult struct { // An opaque version string associated with the row. Version *string `mandatory:"false" json:"version"` // The version string associated with the existing row. // Returned if the put fails due to options setting in the // request. ExistingVersion *string `mandatory:"false" json:"existingVersion"` // The map of values from a row. ExistingValue map[string]interface{} `mandatory:"false" json:"existingValue"` // The value generated if the operation created a new value for // an identity column. If the table has no identity column, this value // is null. If it has an identity column, and a value was generated for // that column, it is non-null. GeneratedValue *string `mandatory:"false" json:"generatedValue"` Usage *RequestUsage `mandatory:"false" json:"usage"` }
func (m UpdateRowResult) String() string
func (m UpdateRowResult) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
UpdateTableDetails The information to be updated.
type UpdateTableDetails struct { // The OCID of the table's current compartment. Required // if the tableNameOrId path parameter is a table name. // Optional if tableNameOrId is an OCID. If tableNameOrId // is an OCID, and compartmentId is supplied, the latter // must match the identified table's compartmentId. CompartmentId *string `mandatory:"false" json:"compartmentId"` // Complete ALTER TABLE DDL statement. DdlStatement *string `mandatory:"false" json:"ddlStatement"` TableLimits *TableLimits `mandatory:"false" json:"tableLimits"` // Simple key-value pair that is applied without any predefined // name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and // scoped to a namespace. Example: `{"foo-namespace": // {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m UpdateTableDetails) String() string
func (m UpdateTableDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
UpdateTableRequest wrapper for the UpdateTable operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/nosql/UpdateTable.go.html to see an example of how to use UpdateTableRequest.
type UpdateTableRequest struct { // A table name within the compartment, or a table OCID. TableNameOrId *string `mandatory:"true" contributesTo:"path" name:"tableNameOrId"` // Specifications for the alteration. UpdateTableDetails `contributesTo:"body"` // For optimistic concurrency control. In the PUT or DELETE call // for a resource, set the `if-match` parameter to the value of the // etag from a previous GET or POST response for that resource. // The resource will be updated or deleted only if the etag you // provide matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request UpdateTableRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request UpdateTableRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request UpdateTableRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request UpdateTableRequest) String() string
func (request UpdateTableRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
UpdateTableResponse wrapper for the UpdateTable operation
type UpdateTableResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous // request. You can use this to query status of the asynchronous // operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need // to contact Oracle about a particular request, please provide // the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response UpdateTableResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response UpdateTableResponse) String() string
WorkRequest A description of workrequest status.
type WorkRequest struct { // Type of the work request. OperationType WorkRequestOperationTypeEnum `mandatory:"true" json:"operationType"` // Status of current work request. Status WorkRequestStatusEnum `mandatory:"true" json:"status"` // The id of the work request. Id *string `mandatory:"true" json:"id"` // The ocid of the compartment that contains the work request. CompartmentId *string `mandatory:"true" json:"compartmentId"` // The resources affected by this work request. Resources []WorkRequestResource `mandatory:"true" json:"resources"` // Percentage of the request completed. PercentComplete *float32 `mandatory:"true" json:"percentComplete"` // The date and time the request was created, as described in // RFC 3339 (https://tools.ietf.org/rfc/rfc3339), section 14.29. TimeAccepted *common.SDKTime `mandatory:"true" json:"timeAccepted"` // The date and time the request was started, as described in // RFC 3339 (https://tools.ietf.org/rfc/rfc3339), section // 14.29. TimeStarted *common.SDKTime `mandatory:"false" json:"timeStarted"` // The date and time the object was finished, as described in // RFC 3339 (https://tools.ietf.org/rfc/rfc3339). TimeFinished *common.SDKTime `mandatory:"false" json:"timeFinished"` }
func (m WorkRequest) String() string
func (m WorkRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestCollection Results of ListWorkRequests
type WorkRequestCollection struct { // A page of WorkRequestSummary objects. Items []WorkRequestSummary `mandatory:"false" json:"items"` }
func (m WorkRequestCollection) String() string
func (m WorkRequestCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestError An error encountered while executing a work request.
type WorkRequestError struct { // A machine-usable code for the error that occured. Error // codes are listed on // (https://docs.oracle.com/iaas/Content/API/References/apierrors.htm) Code *string `mandatory:"true" json:"code"` // A human readable description of the issue encountered. Message *string `mandatory:"true" json:"message"` // The time the error occured. An RFC3339 formatted datetime string. Timestamp *common.SDKTime `mandatory:"true" json:"timestamp"` }
func (m WorkRequestError) String() string
func (m WorkRequestError) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestErrorCollection Results of ListWorkRequestErrors
type WorkRequestErrorCollection struct { // A page of WorkRequestError objects. Items []WorkRequestError `mandatory:"false" json:"items"` }
func (m WorkRequestErrorCollection) String() string
func (m WorkRequestErrorCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestLogEntry A log message from the execution of a work request.
type WorkRequestLogEntry struct { // Human-readable log message. Message *string `mandatory:"true" json:"message"` // The time the log message was written. An RFC3339 formatted datetime string. Timestamp *common.SDKTime `mandatory:"true" json:"timestamp"` }
func (m WorkRequestLogEntry) String() string
func (m WorkRequestLogEntry) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestLogEntryCollection Results of ListWorkRequestLogs
type WorkRequestLogEntryCollection struct { // A page of WorkRequestLogEntry objects. Items []WorkRequestLogEntry `mandatory:"false" json:"items"` }
func (m WorkRequestLogEntryCollection) String() string
func (m WorkRequestLogEntryCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestOperationTypeEnum Enum with underlying type: string
type WorkRequestOperationTypeEnum string
Set of constants representing the allowable values for WorkRequestOperationTypeEnum
const ( WorkRequestOperationTypeCreateTable WorkRequestOperationTypeEnum = "CREATE_TABLE" WorkRequestOperationTypeUpdateTable WorkRequestOperationTypeEnum = "UPDATE_TABLE" WorkRequestOperationTypeDeleteTable WorkRequestOperationTypeEnum = "DELETE_TABLE" )
func GetMappingWorkRequestOperationTypeEnum(val string) (WorkRequestOperationTypeEnum, bool)
GetMappingWorkRequestOperationTypeEnum performs case Insensitive comparison on enum value and return the desired enum
func GetWorkRequestOperationTypeEnumValues() []WorkRequestOperationTypeEnum
GetWorkRequestOperationTypeEnumValues Enumerates the set of values for WorkRequestOperationTypeEnum
WorkRequestResource A resource created or operated on by a work request.
type WorkRequestResource struct { // The resource type the work request affects. EntityType *string `mandatory:"true" json:"entityType"` // The way in which this resource is affected by the work // tracked in the work request. A resource being created, // updated, or deleted will remain in the IN_PROGRESS state // until work is complete for that resource at which point it // will transition to CREATED, UPDATED, or DELETED, // respectively. ActionType WorkRequestResourceActionTypeEnum `mandatory:"true" json:"actionType"` // The identifier of the resource the work request affects. Identifier *string `mandatory:"true" json:"identifier"` // The URI path to access the resource metadata. EntityUri *string `mandatory:"false" json:"entityUri"` }
func (m WorkRequestResource) String() string
func (m WorkRequestResource) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestResourceActionTypeEnum Enum with underlying type: string
type WorkRequestResourceActionTypeEnum string
Set of constants representing the allowable values for WorkRequestResourceActionTypeEnum
const ( WorkRequestResourceActionTypeCreated WorkRequestResourceActionTypeEnum = "CREATED" WorkRequestResourceActionTypeUpdated WorkRequestResourceActionTypeEnum = "UPDATED" WorkRequestResourceActionTypeDeleted WorkRequestResourceActionTypeEnum = "DELETED" WorkRequestResourceActionTypeInProgress WorkRequestResourceActionTypeEnum = "IN_PROGRESS" )
func GetMappingWorkRequestResourceActionTypeEnum(val string) (WorkRequestResourceActionTypeEnum, bool)
GetMappingWorkRequestResourceActionTypeEnum performs case Insensitive comparison on enum value and return the desired enum
func GetWorkRequestResourceActionTypeEnumValues() []WorkRequestResourceActionTypeEnum
GetWorkRequestResourceActionTypeEnumValues Enumerates the set of values for WorkRequestResourceActionTypeEnum
WorkRequestStatusEnum Enum with underlying type: string
type WorkRequestStatusEnum string
Set of constants representing the allowable values for WorkRequestStatusEnum
const ( WorkRequestStatusAccepted WorkRequestStatusEnum = "ACCEPTED" WorkRequestStatusInProgress WorkRequestStatusEnum = "IN_PROGRESS" WorkRequestStatusFailed WorkRequestStatusEnum = "FAILED" WorkRequestStatusSucceeded WorkRequestStatusEnum = "SUCCEEDED" WorkRequestStatusCanceling WorkRequestStatusEnum = "CANCELING" WorkRequestStatusCanceled WorkRequestStatusEnum = "CANCELED" )
func GetMappingWorkRequestStatusEnum(val string) (WorkRequestStatusEnum, bool)
GetMappingWorkRequestStatusEnum performs case Insensitive comparison on enum value and return the desired enum
func GetWorkRequestStatusEnumValues() []WorkRequestStatusEnum
GetWorkRequestStatusEnumValues Enumerates the set of values for WorkRequestStatusEnum
WorkRequestSummary A description of workrequest status.
type WorkRequestSummary struct { // Type of the work request. OperationType WorkRequestSummaryOperationTypeEnum `mandatory:"true" json:"operationType"` // Status of current work request. Status WorkRequestSummaryStatusEnum `mandatory:"true" json:"status"` // The id of the work request. Id *string `mandatory:"true" json:"id"` // The ocid of the compartment that contains the work request. CompartmentId *string `mandatory:"true" json:"compartmentId"` // The resources affected by this work request. Resources []WorkRequestResource `mandatory:"true" json:"resources"` // Percentage of the request completed. PercentComplete *float32 `mandatory:"true" json:"percentComplete"` // The date and time the request was created, as described in // RFC 3339 (https://tools.ietf.org/rfc/rfc3339), section 14.29. TimeAccepted *common.SDKTime `mandatory:"true" json:"timeAccepted"` // The date and time the request was started, as described in // RFC 3339 (https://tools.ietf.org/rfc/rfc3339), section // 14.29. TimeStarted *common.SDKTime `mandatory:"false" json:"timeStarted"` // The date and time the object was finished, as described in // RFC 3339 (https://tools.ietf.org/rfc/rfc3339). TimeFinished *common.SDKTime `mandatory:"false" json:"timeFinished"` }
func (m WorkRequestSummary) String() string
func (m WorkRequestSummary) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestSummaryOperationTypeEnum Enum with underlying type: string
type WorkRequestSummaryOperationTypeEnum string
Set of constants representing the allowable values for WorkRequestSummaryOperationTypeEnum
const ( WorkRequestSummaryOperationTypeCreateTable WorkRequestSummaryOperationTypeEnum = "CREATE_TABLE" WorkRequestSummaryOperationTypeUpdateTable WorkRequestSummaryOperationTypeEnum = "UPDATE_TABLE" WorkRequestSummaryOperationTypeDeleteTable WorkRequestSummaryOperationTypeEnum = "DELETE_TABLE" )
func GetMappingWorkRequestSummaryOperationTypeEnum(val string) (WorkRequestSummaryOperationTypeEnum, bool)
GetMappingWorkRequestSummaryOperationTypeEnum performs case Insensitive comparison on enum value and return the desired enum
func GetWorkRequestSummaryOperationTypeEnumValues() []WorkRequestSummaryOperationTypeEnum
GetWorkRequestSummaryOperationTypeEnumValues Enumerates the set of values for WorkRequestSummaryOperationTypeEnum
WorkRequestSummaryStatusEnum Enum with underlying type: string
type WorkRequestSummaryStatusEnum string
Set of constants representing the allowable values for WorkRequestSummaryStatusEnum
const ( WorkRequestSummaryStatusAccepted WorkRequestSummaryStatusEnum = "ACCEPTED" WorkRequestSummaryStatusInProgress WorkRequestSummaryStatusEnum = "IN_PROGRESS" WorkRequestSummaryStatusFailed WorkRequestSummaryStatusEnum = "FAILED" WorkRequestSummaryStatusSucceeded WorkRequestSummaryStatusEnum = "SUCCEEDED" WorkRequestSummaryStatusCanceling WorkRequestSummaryStatusEnum = "CANCELING" WorkRequestSummaryStatusCanceled WorkRequestSummaryStatusEnum = "CANCELED" )
func GetMappingWorkRequestSummaryStatusEnum(val string) (WorkRequestSummaryStatusEnum, bool)
GetMappingWorkRequestSummaryStatusEnum performs case Insensitive comparison on enum value and return the desired enum
func GetWorkRequestSummaryStatusEnumValues() []WorkRequestSummaryStatusEnum
GetWorkRequestSummaryStatusEnumValues Enumerates the set of values for WorkRequestSummaryStatusEnum