...

Package bds

import "github.com/oracle/oci-go-sdk/bds"
Overview
Index

Overview ▾

Index ▾

type ActionTypesEnum
    func GetActionTypesEnumValues() []ActionTypesEnum
type ActivateBdsMetastoreConfigurationDetails
    func (m ActivateBdsMetastoreConfigurationDetails) String() string
type ActivateBdsMetastoreConfigurationRequest
    func (request ActivateBdsMetastoreConfigurationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request ActivateBdsMetastoreConfigurationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request ActivateBdsMetastoreConfigurationRequest) RetryPolicy() *common.RetryPolicy
    func (request ActivateBdsMetastoreConfigurationRequest) String() string
type ActivateBdsMetastoreConfigurationResponse
    func (response ActivateBdsMetastoreConfigurationResponse) HTTPResponse() *http.Response
    func (response ActivateBdsMetastoreConfigurationResponse) String() string
type AddAutoScalingConfigurationDetails
    func (m AddAutoScalingConfigurationDetails) String() string
type AddAutoScalingConfigurationRequest
    func (request AddAutoScalingConfigurationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request AddAutoScalingConfigurationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request AddAutoScalingConfigurationRequest) RetryPolicy() *common.RetryPolicy
    func (request AddAutoScalingConfigurationRequest) String() string
type AddAutoScalingConfigurationResponse
    func (response AddAutoScalingConfigurationResponse) HTTPResponse() *http.Response
    func (response AddAutoScalingConfigurationResponse) String() string
type AddBlockStorageDetails
    func (m AddBlockStorageDetails) String() string
type AddBlockStorageRequest
    func (request AddBlockStorageRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request AddBlockStorageRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request AddBlockStorageRequest) RetryPolicy() *common.RetryPolicy
    func (request AddBlockStorageRequest) String() string
type AddBlockStorageResponse
    func (response AddBlockStorageResponse) HTTPResponse() *http.Response
    func (response AddBlockStorageResponse) String() string
type AddCloudSqlDetails
    func (m AddCloudSqlDetails) String() string
type AddCloudSqlRequest
    func (request AddCloudSqlRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request AddCloudSqlRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request AddCloudSqlRequest) RetryPolicy() *common.RetryPolicy
    func (request AddCloudSqlRequest) String() string
type AddCloudSqlResponse
    func (response AddCloudSqlResponse) HTTPResponse() *http.Response
    func (response AddCloudSqlResponse) String() string
type AddWorkerNodesDetails
    func (m AddWorkerNodesDetails) String() string
type AddWorkerNodesRequest
    func (request AddWorkerNodesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request AddWorkerNodesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request AddWorkerNodesRequest) RetryPolicy() *common.RetryPolicy
    func (request AddWorkerNodesRequest) String() string
type AddWorkerNodesResponse
    func (response AddWorkerNodesResponse) HTTPResponse() *http.Response
    func (response AddWorkerNodesResponse) String() string
type AutoScalePolicy
    func (m AutoScalePolicy) String() string
type AutoScalePolicyMetricRule
    func (m AutoScalePolicyMetricRule) String() string
type AutoScalePolicyMetricRuleMetricTypeEnum
    func GetAutoScalePolicyMetricRuleMetricTypeEnumValues() []AutoScalePolicyMetricRuleMetricTypeEnum
type AutoScalePolicyPolicyTypeEnum
    func GetAutoScalePolicyPolicyTypeEnumValues() []AutoScalePolicyPolicyTypeEnum
type AutoScalePolicyRule
    func (m AutoScalePolicyRule) String() string
type AutoScalePolicyRuleActionEnum
    func GetAutoScalePolicyRuleActionEnumValues() []AutoScalePolicyRuleActionEnum
type AutoScalingConfiguration
    func (m AutoScalingConfiguration) String() string
type AutoScalingConfigurationLifecycleStateEnum
    func GetAutoScalingConfigurationLifecycleStateEnumValues() []AutoScalingConfigurationLifecycleStateEnum
type AutoScalingConfigurationSummary
    func (m AutoScalingConfigurationSummary) String() string
type BdsApiKey
    func (m BdsApiKey) String() string
type BdsApiKeyLifecycleStateEnum
    func GetBdsApiKeyLifecycleStateEnumValues() []BdsApiKeyLifecycleStateEnum
type BdsApiKeySummary
    func (m BdsApiKeySummary) String() string
type BdsClient
    func NewBdsClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client BdsClient, err error)
    func NewBdsClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client BdsClient, err error)
    func (client BdsClient) ActivateBdsMetastoreConfiguration(ctx context.Context, request ActivateBdsMetastoreConfigurationRequest) (response ActivateBdsMetastoreConfigurationResponse, err error)
    func (client BdsClient) AddAutoScalingConfiguration(ctx context.Context, request AddAutoScalingConfigurationRequest) (response AddAutoScalingConfigurationResponse, err error)
    func (client BdsClient) AddBlockStorage(ctx context.Context, request AddBlockStorageRequest) (response AddBlockStorageResponse, err error)
    func (client BdsClient) AddCloudSql(ctx context.Context, request AddCloudSqlRequest) (response AddCloudSqlResponse, err error)
    func (client BdsClient) AddWorkerNodes(ctx context.Context, request AddWorkerNodesRequest) (response AddWorkerNodesResponse, err error)
    func (client BdsClient) ChangeBdsInstanceCompartment(ctx context.Context, request ChangeBdsInstanceCompartmentRequest) (response ChangeBdsInstanceCompartmentResponse, err error)
    func (client BdsClient) ChangeShape(ctx context.Context, request ChangeShapeRequest) (response ChangeShapeResponse, err error)
    func (client *BdsClient) ConfigurationProvider() *common.ConfigurationProvider
    func (client BdsClient) CreateBdsApiKey(ctx context.Context, request CreateBdsApiKeyRequest) (response CreateBdsApiKeyResponse, err error)
    func (client BdsClient) CreateBdsInstance(ctx context.Context, request CreateBdsInstanceRequest) (response CreateBdsInstanceResponse, err error)
    func (client BdsClient) CreateBdsMetastoreConfiguration(ctx context.Context, request CreateBdsMetastoreConfigurationRequest) (response CreateBdsMetastoreConfigurationResponse, err error)
    func (client BdsClient) DeleteBdsApiKey(ctx context.Context, request DeleteBdsApiKeyRequest) (response DeleteBdsApiKeyResponse, err error)
    func (client BdsClient) DeleteBdsInstance(ctx context.Context, request DeleteBdsInstanceRequest) (response DeleteBdsInstanceResponse, err error)
    func (client BdsClient) DeleteBdsMetastoreConfiguration(ctx context.Context, request DeleteBdsMetastoreConfigurationRequest) (response DeleteBdsMetastoreConfigurationResponse, err error)
    func (client BdsClient) GetAutoScalingConfiguration(ctx context.Context, request GetAutoScalingConfigurationRequest) (response GetAutoScalingConfigurationResponse, err error)
    func (client BdsClient) GetBdsApiKey(ctx context.Context, request GetBdsApiKeyRequest) (response GetBdsApiKeyResponse, err error)
    func (client BdsClient) GetBdsInstance(ctx context.Context, request GetBdsInstanceRequest) (response GetBdsInstanceResponse, err error)
    func (client BdsClient) GetBdsMetastoreConfiguration(ctx context.Context, request GetBdsMetastoreConfigurationRequest) (response GetBdsMetastoreConfigurationResponse, err error)
    func (client BdsClient) GetWorkRequest(ctx context.Context, request GetWorkRequestRequest) (response GetWorkRequestResponse, err error)
    func (client BdsClient) ListAutoScalingConfigurations(ctx context.Context, request ListAutoScalingConfigurationsRequest) (response ListAutoScalingConfigurationsResponse, err error)
    func (client BdsClient) ListBdsApiKeys(ctx context.Context, request ListBdsApiKeysRequest) (response ListBdsApiKeysResponse, err error)
    func (client BdsClient) ListBdsInstances(ctx context.Context, request ListBdsInstancesRequest) (response ListBdsInstancesResponse, err error)
    func (client BdsClient) ListBdsMetastoreConfigurations(ctx context.Context, request ListBdsMetastoreConfigurationsRequest) (response ListBdsMetastoreConfigurationsResponse, err error)
    func (client BdsClient) ListWorkRequestErrors(ctx context.Context, request ListWorkRequestErrorsRequest) (response ListWorkRequestErrorsResponse, err error)
    func (client BdsClient) ListWorkRequestLogs(ctx context.Context, request ListWorkRequestLogsRequest) (response ListWorkRequestLogsResponse, err error)
    func (client BdsClient) ListWorkRequests(ctx context.Context, request ListWorkRequestsRequest) (response ListWorkRequestsResponse, err error)
    func (client BdsClient) RemoveAutoScalingConfiguration(ctx context.Context, request RemoveAutoScalingConfigurationRequest) (response RemoveAutoScalingConfigurationResponse, err error)
    func (client BdsClient) RemoveCloudSql(ctx context.Context, request RemoveCloudSqlRequest) (response RemoveCloudSqlResponse, err error)
    func (client BdsClient) RestartNode(ctx context.Context, request RestartNodeRequest) (response RestartNodeResponse, err error)
    func (client *BdsClient) SetRegion(region string)
    func (client BdsClient) TestBdsMetastoreConfiguration(ctx context.Context, request TestBdsMetastoreConfigurationRequest) (response TestBdsMetastoreConfigurationResponse, err error)
    func (client BdsClient) TestBdsObjectStorageConnection(ctx context.Context, request TestBdsObjectStorageConnectionRequest) (response TestBdsObjectStorageConnectionResponse, err error)
    func (client BdsClient) UpdateAutoScalingConfiguration(ctx context.Context, request UpdateAutoScalingConfigurationRequest) (response UpdateAutoScalingConfigurationResponse, err error)
    func (client BdsClient) UpdateBdsInstance(ctx context.Context, request UpdateBdsInstanceRequest) (response UpdateBdsInstanceResponse, err error)
    func (client BdsClient) UpdateBdsMetastoreConfiguration(ctx context.Context, request UpdateBdsMetastoreConfigurationRequest) (response UpdateBdsMetastoreConfigurationResponse, err error)
type BdsInstance
    func (m BdsInstance) String() string
type BdsInstanceClusterVersionEnum
    func GetBdsInstanceClusterVersionEnumValues() []BdsInstanceClusterVersionEnum
type BdsInstanceLifecycleStateEnum
    func GetBdsInstanceLifecycleStateEnumValues() []BdsInstanceLifecycleStateEnum
type BdsInstanceSummary
    func (m BdsInstanceSummary) String() string
type BdsMetastoreConfiguration
    func (m BdsMetastoreConfiguration) String() string
type BdsMetastoreConfigurationLifecycleStateEnum
    func GetBdsMetastoreConfigurationLifecycleStateEnumValues() []BdsMetastoreConfigurationLifecycleStateEnum
type BdsMetastoreConfigurationMetastoreTypeEnum
    func GetBdsMetastoreConfigurationMetastoreTypeEnumValues() []BdsMetastoreConfigurationMetastoreTypeEnum
type BdsMetastoreConfigurationSummary
    func (m BdsMetastoreConfigurationSummary) String() string
type ChangeBdsInstanceCompartmentDetails
    func (m ChangeBdsInstanceCompartmentDetails) String() string
type ChangeBdsInstanceCompartmentRequest
    func (request ChangeBdsInstanceCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request ChangeBdsInstanceCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request ChangeBdsInstanceCompartmentRequest) RetryPolicy() *common.RetryPolicy
    func (request ChangeBdsInstanceCompartmentRequest) String() string
type ChangeBdsInstanceCompartmentResponse
    func (response ChangeBdsInstanceCompartmentResponse) HTTPResponse() *http.Response
    func (response ChangeBdsInstanceCompartmentResponse) String() string
type ChangeShapeDetails
    func (m ChangeShapeDetails) String() string
type ChangeShapeNodes
    func (m ChangeShapeNodes) String() string
type ChangeShapeRequest
    func (request ChangeShapeRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request ChangeShapeRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request ChangeShapeRequest) RetryPolicy() *common.RetryPolicy
    func (request ChangeShapeRequest) String() string
type ChangeShapeResponse
    func (response ChangeShapeResponse) HTTPResponse() *http.Response
    func (response ChangeShapeResponse) String() string
type CloudSqlDetails
    func (m CloudSqlDetails) String() string
type ClusterDetails
    func (m ClusterDetails) String() string
type CreateBdsApiKeyDetails
    func (m CreateBdsApiKeyDetails) String() string
type CreateBdsApiKeyRequest
    func (request CreateBdsApiKeyRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request CreateBdsApiKeyRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request CreateBdsApiKeyRequest) RetryPolicy() *common.RetryPolicy
    func (request CreateBdsApiKeyRequest) String() string
type CreateBdsApiKeyResponse
    func (response CreateBdsApiKeyResponse) HTTPResponse() *http.Response
    func (response CreateBdsApiKeyResponse) String() string
type CreateBdsInstanceDetails
    func (m CreateBdsInstanceDetails) String() string
type CreateBdsInstanceRequest
    func (request CreateBdsInstanceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request CreateBdsInstanceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request CreateBdsInstanceRequest) RetryPolicy() *common.RetryPolicy
    func (request CreateBdsInstanceRequest) String() string
type CreateBdsInstanceResponse
    func (response CreateBdsInstanceResponse) HTTPResponse() *http.Response
    func (response CreateBdsInstanceResponse) String() string
type CreateBdsMetastoreConfigurationDetails
    func (m CreateBdsMetastoreConfigurationDetails) String() string
type CreateBdsMetastoreConfigurationRequest
    func (request CreateBdsMetastoreConfigurationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request CreateBdsMetastoreConfigurationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request CreateBdsMetastoreConfigurationRequest) RetryPolicy() *common.RetryPolicy
    func (request CreateBdsMetastoreConfigurationRequest) String() string
type CreateBdsMetastoreConfigurationResponse
    func (response CreateBdsMetastoreConfigurationResponse) HTTPResponse() *http.Response
    func (response CreateBdsMetastoreConfigurationResponse) String() string
type CreateNodeDetails
    func (m CreateNodeDetails) String() string
type DefaultError
    func (m DefaultError) String() string
type DeleteBdsApiKeyRequest
    func (request DeleteBdsApiKeyRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request DeleteBdsApiKeyRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request DeleteBdsApiKeyRequest) RetryPolicy() *common.RetryPolicy
    func (request DeleteBdsApiKeyRequest) String() string
type DeleteBdsApiKeyResponse
    func (response DeleteBdsApiKeyResponse) HTTPResponse() *http.Response
    func (response DeleteBdsApiKeyResponse) String() string
type DeleteBdsInstanceRequest
    func (request DeleteBdsInstanceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request DeleteBdsInstanceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request DeleteBdsInstanceRequest) RetryPolicy() *common.RetryPolicy
    func (request DeleteBdsInstanceRequest) String() string
type DeleteBdsInstanceResponse
    func (response DeleteBdsInstanceResponse) HTTPResponse() *http.Response
    func (response DeleteBdsInstanceResponse) String() string
type DeleteBdsMetastoreConfigurationRequest
    func (request DeleteBdsMetastoreConfigurationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request DeleteBdsMetastoreConfigurationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request DeleteBdsMetastoreConfigurationRequest) RetryPolicy() *common.RetryPolicy
    func (request DeleteBdsMetastoreConfigurationRequest) String() string
type DeleteBdsMetastoreConfigurationResponse
    func (response DeleteBdsMetastoreConfigurationResponse) HTTPResponse() *http.Response
    func (response DeleteBdsMetastoreConfigurationResponse) String() string
type GetAutoScalingConfigurationRequest
    func (request GetAutoScalingConfigurationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request GetAutoScalingConfigurationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request GetAutoScalingConfigurationRequest) RetryPolicy() *common.RetryPolicy
    func (request GetAutoScalingConfigurationRequest) String() string
type GetAutoScalingConfigurationResponse
    func (response GetAutoScalingConfigurationResponse) HTTPResponse() *http.Response
    func (response GetAutoScalingConfigurationResponse) String() string
type GetBdsApiKeyRequest
    func (request GetBdsApiKeyRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request GetBdsApiKeyRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request GetBdsApiKeyRequest) RetryPolicy() *common.RetryPolicy
    func (request GetBdsApiKeyRequest) String() string
type GetBdsApiKeyResponse
    func (response GetBdsApiKeyResponse) HTTPResponse() *http.Response
    func (response GetBdsApiKeyResponse) String() string
type GetBdsInstanceRequest
    func (request GetBdsInstanceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request GetBdsInstanceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request GetBdsInstanceRequest) RetryPolicy() *common.RetryPolicy
    func (request GetBdsInstanceRequest) String() string
type GetBdsInstanceResponse
    func (response GetBdsInstanceResponse) HTTPResponse() *http.Response
    func (response GetBdsInstanceResponse) String() string
type GetBdsMetastoreConfigurationRequest
    func (request GetBdsMetastoreConfigurationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request GetBdsMetastoreConfigurationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request GetBdsMetastoreConfigurationRequest) RetryPolicy() *common.RetryPolicy
    func (request GetBdsMetastoreConfigurationRequest) String() string
type GetBdsMetastoreConfigurationResponse
    func (response GetBdsMetastoreConfigurationResponse) HTTPResponse() *http.Response
    func (response GetBdsMetastoreConfigurationResponse) String() string
type GetWorkRequestRequest
    func (request GetWorkRequestRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request GetWorkRequestRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request GetWorkRequestRequest) RetryPolicy() *common.RetryPolicy
    func (request GetWorkRequestRequest) String() string
type GetWorkRequestResponse
    func (response GetWorkRequestResponse) HTTPResponse() *http.Response
    func (response GetWorkRequestResponse) String() string
type KerberosDetails
    func (m KerberosDetails) String() string
type ListAutoScalingConfigurationsRequest
    func (request ListAutoScalingConfigurationsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request ListAutoScalingConfigurationsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request ListAutoScalingConfigurationsRequest) RetryPolicy() *common.RetryPolicy
    func (request ListAutoScalingConfigurationsRequest) String() string
type ListAutoScalingConfigurationsResponse
    func (response ListAutoScalingConfigurationsResponse) HTTPResponse() *http.Response
    func (response ListAutoScalingConfigurationsResponse) String() string
type ListAutoScalingConfigurationsSortByEnum
    func GetListAutoScalingConfigurationsSortByEnumValues() []ListAutoScalingConfigurationsSortByEnum
type ListAutoScalingConfigurationsSortOrderEnum
    func GetListAutoScalingConfigurationsSortOrderEnumValues() []ListAutoScalingConfigurationsSortOrderEnum
type ListBdsApiKeysRequest
    func (request ListBdsApiKeysRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request ListBdsApiKeysRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request ListBdsApiKeysRequest) RetryPolicy() *common.RetryPolicy
    func (request ListBdsApiKeysRequest) String() string
type ListBdsApiKeysResponse
    func (response ListBdsApiKeysResponse) HTTPResponse() *http.Response
    func (response ListBdsApiKeysResponse) String() string
type ListBdsApiKeysSortByEnum
    func GetListBdsApiKeysSortByEnumValues() []ListBdsApiKeysSortByEnum
type ListBdsApiKeysSortOrderEnum
    func GetListBdsApiKeysSortOrderEnumValues() []ListBdsApiKeysSortOrderEnum
type ListBdsInstancesRequest
    func (request ListBdsInstancesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request ListBdsInstancesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request ListBdsInstancesRequest) RetryPolicy() *common.RetryPolicy
    func (request ListBdsInstancesRequest) String() string
type ListBdsInstancesResponse
    func (response ListBdsInstancesResponse) HTTPResponse() *http.Response
    func (response ListBdsInstancesResponse) String() string
type ListBdsInstancesSortByEnum
    func GetListBdsInstancesSortByEnumValues() []ListBdsInstancesSortByEnum
type ListBdsInstancesSortOrderEnum
    func GetListBdsInstancesSortOrderEnumValues() []ListBdsInstancesSortOrderEnum
type ListBdsMetastoreConfigurationsRequest
    func (request ListBdsMetastoreConfigurationsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request ListBdsMetastoreConfigurationsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request ListBdsMetastoreConfigurationsRequest) RetryPolicy() *common.RetryPolicy
    func (request ListBdsMetastoreConfigurationsRequest) String() string
type ListBdsMetastoreConfigurationsResponse
    func (response ListBdsMetastoreConfigurationsResponse) HTTPResponse() *http.Response
    func (response ListBdsMetastoreConfigurationsResponse) String() string
type ListBdsMetastoreConfigurationsSortByEnum
    func GetListBdsMetastoreConfigurationsSortByEnumValues() []ListBdsMetastoreConfigurationsSortByEnum
type ListBdsMetastoreConfigurationsSortOrderEnum
    func GetListBdsMetastoreConfigurationsSortOrderEnumValues() []ListBdsMetastoreConfigurationsSortOrderEnum
type ListWorkRequestErrorsRequest
    func (request ListWorkRequestErrorsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request ListWorkRequestErrorsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request ListWorkRequestErrorsRequest) RetryPolicy() *common.RetryPolicy
    func (request ListWorkRequestErrorsRequest) String() string
type ListWorkRequestErrorsResponse
    func (response ListWorkRequestErrorsResponse) HTTPResponse() *http.Response
    func (response ListWorkRequestErrorsResponse) String() string
type ListWorkRequestErrorsSortByEnum
    func GetListWorkRequestErrorsSortByEnumValues() []ListWorkRequestErrorsSortByEnum
type ListWorkRequestErrorsSortOrderEnum
    func GetListWorkRequestErrorsSortOrderEnumValues() []ListWorkRequestErrorsSortOrderEnum
type ListWorkRequestLogsRequest
    func (request ListWorkRequestLogsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request ListWorkRequestLogsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request ListWorkRequestLogsRequest) RetryPolicy() *common.RetryPolicy
    func (request ListWorkRequestLogsRequest) String() string
type ListWorkRequestLogsResponse
    func (response ListWorkRequestLogsResponse) HTTPResponse() *http.Response
    func (response ListWorkRequestLogsResponse) String() string
type ListWorkRequestLogsSortByEnum
    func GetListWorkRequestLogsSortByEnumValues() []ListWorkRequestLogsSortByEnum
type ListWorkRequestLogsSortOrderEnum
    func GetListWorkRequestLogsSortOrderEnumValues() []ListWorkRequestLogsSortOrderEnum
type ListWorkRequestsRequest
    func (request ListWorkRequestsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request ListWorkRequestsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request ListWorkRequestsRequest) RetryPolicy() *common.RetryPolicy
    func (request ListWorkRequestsRequest) String() string
type ListWorkRequestsResponse
    func (response ListWorkRequestsResponse) HTTPResponse() *http.Response
    func (response ListWorkRequestsResponse) String() string
type ListWorkRequestsSortByEnum
    func GetListWorkRequestsSortByEnumValues() []ListWorkRequestsSortByEnum
type ListWorkRequestsSortOrderEnum
    func GetListWorkRequestsSortOrderEnumValues() []ListWorkRequestsSortOrderEnum
type MetricThresholdRule
    func (m MetricThresholdRule) String() string
type MetricThresholdRuleOperatorEnum
    func GetMetricThresholdRuleOperatorEnumValues() []MetricThresholdRuleOperatorEnum
type NetworkConfig
    func (m NetworkConfig) String() string
type Node
    func (m Node) String() string
type NodeLifecycleStateEnum
    func GetNodeLifecycleStateEnumValues() []NodeLifecycleStateEnum
type NodeNodeTypeEnum
    func GetNodeNodeTypeEnumValues() []NodeNodeTypeEnum
type OperationStatusEnum
    func GetOperationStatusEnumValues() []OperationStatusEnum
type OperationTypesEnum
    func GetOperationTypesEnumValues() []OperationTypesEnum
type RemoveAutoScalingConfigurationDetails
    func (m RemoveAutoScalingConfigurationDetails) String() string
type RemoveAutoScalingConfigurationRequest
    func (request RemoveAutoScalingConfigurationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request RemoveAutoScalingConfigurationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request RemoveAutoScalingConfigurationRequest) RetryPolicy() *common.RetryPolicy
    func (request RemoveAutoScalingConfigurationRequest) String() string
type RemoveAutoScalingConfigurationResponse
    func (response RemoveAutoScalingConfigurationResponse) HTTPResponse() *http.Response
    func (response RemoveAutoScalingConfigurationResponse) String() string
type RemoveCloudSqlDetails
    func (m RemoveCloudSqlDetails) String() string
type RemoveCloudSqlRequest
    func (request RemoveCloudSqlRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request RemoveCloudSqlRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request RemoveCloudSqlRequest) RetryPolicy() *common.RetryPolicy
    func (request RemoveCloudSqlRequest) String() string
type RemoveCloudSqlResponse
    func (response RemoveCloudSqlResponse) HTTPResponse() *http.Response
    func (response RemoveCloudSqlResponse) String() string
type RestartNodeDetails
    func (m RestartNodeDetails) String() string
type RestartNodeRequest
    func (request RestartNodeRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request RestartNodeRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request RestartNodeRequest) RetryPolicy() *common.RetryPolicy
    func (request RestartNodeRequest) String() string
type RestartNodeResponse
    func (response RestartNodeResponse) HTTPResponse() *http.Response
    func (response RestartNodeResponse) String() string
type SortOrdersEnum
    func GetSortOrdersEnumValues() []SortOrdersEnum
type TestBdsMetastoreConfigurationDetails
    func (m TestBdsMetastoreConfigurationDetails) String() string
type TestBdsMetastoreConfigurationRequest
    func (request TestBdsMetastoreConfigurationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request TestBdsMetastoreConfigurationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request TestBdsMetastoreConfigurationRequest) RetryPolicy() *common.RetryPolicy
    func (request TestBdsMetastoreConfigurationRequest) String() string
type TestBdsMetastoreConfigurationResponse
    func (response TestBdsMetastoreConfigurationResponse) HTTPResponse() *http.Response
    func (response TestBdsMetastoreConfigurationResponse) String() string
type TestBdsObjectStorageConnectionDetails
    func (m TestBdsObjectStorageConnectionDetails) String() string
type TestBdsObjectStorageConnectionRequest
    func (request TestBdsObjectStorageConnectionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request TestBdsObjectStorageConnectionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request TestBdsObjectStorageConnectionRequest) RetryPolicy() *common.RetryPolicy
    func (request TestBdsObjectStorageConnectionRequest) String() string
type TestBdsObjectStorageConnectionResponse
    func (response TestBdsObjectStorageConnectionResponse) HTTPResponse() *http.Response
    func (response TestBdsObjectStorageConnectionResponse) String() string
type UpdateAutoScalingConfigurationDetails
    func (m UpdateAutoScalingConfigurationDetails) String() string
type UpdateAutoScalingConfigurationRequest
    func (request UpdateAutoScalingConfigurationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request UpdateAutoScalingConfigurationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request UpdateAutoScalingConfigurationRequest) RetryPolicy() *common.RetryPolicy
    func (request UpdateAutoScalingConfigurationRequest) String() string
type UpdateAutoScalingConfigurationResponse
    func (response UpdateAutoScalingConfigurationResponse) HTTPResponse() *http.Response
    func (response UpdateAutoScalingConfigurationResponse) String() string
type UpdateBdsInstanceDetails
    func (m UpdateBdsInstanceDetails) String() string
type UpdateBdsInstanceRequest
    func (request UpdateBdsInstanceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request UpdateBdsInstanceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request UpdateBdsInstanceRequest) RetryPolicy() *common.RetryPolicy
    func (request UpdateBdsInstanceRequest) String() string
type UpdateBdsInstanceResponse
    func (response UpdateBdsInstanceResponse) HTTPResponse() *http.Response
    func (response UpdateBdsInstanceResponse) String() string
type UpdateBdsMetastoreConfigurationDetails
    func (m UpdateBdsMetastoreConfigurationDetails) String() string
type UpdateBdsMetastoreConfigurationRequest
    func (request UpdateBdsMetastoreConfigurationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
    func (request UpdateBdsMetastoreConfigurationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
    func (request UpdateBdsMetastoreConfigurationRequest) RetryPolicy() *common.RetryPolicy
    func (request UpdateBdsMetastoreConfigurationRequest) String() string
type UpdateBdsMetastoreConfigurationResponse
    func (response UpdateBdsMetastoreConfigurationResponse) HTTPResponse() *http.Response
    func (response UpdateBdsMetastoreConfigurationResponse) String() string
type VolumeAttachmentDetail
    func (m VolumeAttachmentDetail) String() string
type WorkRequest
    func (m WorkRequest) String() string
type WorkRequestError
    func (m WorkRequestError) String() string
type WorkRequestLogEntry
    func (m WorkRequestLogEntry) String() string
type WorkRequestResource
    func (m WorkRequestResource) String() string

Package files

action_types.go activate_bds_metastore_configuration_details.go activate_bds_metastore_configuration_request_response.go add_auto_scaling_configuration_details.go add_auto_scaling_configuration_request_response.go add_block_storage_details.go add_block_storage_request_response.go add_cloud_sql_details.go add_cloud_sql_request_response.go add_worker_nodes_details.go add_worker_nodes_request_response.go auto_scale_policy.go auto_scale_policy_metric_rule.go auto_scale_policy_rule.go auto_scaling_configuration.go auto_scaling_configuration_summary.go bds_api_key.go bds_api_key_summary.go bds_client.go bds_instance.go bds_instance_summary.go bds_metastore_configuration.go bds_metastore_configuration_summary.go change_bds_instance_compartment_details.go change_bds_instance_compartment_request_response.go change_shape_details.go change_shape_nodes.go change_shape_request_response.go cloud_sql_details.go cluster_details.go create_bds_api_key_details.go create_bds_api_key_request_response.go create_bds_instance_details.go create_bds_instance_request_response.go create_bds_metastore_configuration_details.go create_bds_metastore_configuration_request_response.go create_node_details.go default_error.go delete_bds_api_key_request_response.go delete_bds_instance_request_response.go delete_bds_metastore_configuration_request_response.go get_auto_scaling_configuration_request_response.go get_bds_api_key_request_response.go get_bds_instance_request_response.go get_bds_metastore_configuration_request_response.go get_work_request_request_response.go kerberos_details.go list_auto_scaling_configurations_request_response.go list_bds_api_keys_request_response.go list_bds_instances_request_response.go list_bds_metastore_configurations_request_response.go list_work_request_errors_request_response.go list_work_request_logs_request_response.go list_work_requests_request_response.go metric_threshold_rule.go network_config.go node.go operation_status.go operation_types.go remove_auto_scaling_configuration_details.go remove_auto_scaling_configuration_request_response.go remove_cloud_sql_details.go remove_cloud_sql_request_response.go restart_node_details.go restart_node_request_response.go sort_orders.go test_bds_metastore_configuration_details.go test_bds_metastore_configuration_request_response.go test_bds_object_storage_connection_details.go test_bds_object_storage_connection_request_response.go update_auto_scaling_configuration_details.go update_auto_scaling_configuration_request_response.go update_bds_instance_details.go update_bds_instance_request_response.go update_bds_metastore_configuration_details.go update_bds_metastore_configuration_request_response.go volume_attachment_detail.go work_request.go work_request_error.go work_request_log_entry.go work_request_resource.go

type ActionTypesEnum

ActionTypesEnum Enum with underlying type: string

type ActionTypesEnum string

Set of constants representing the allowable values for ActionTypesEnum

const (
    ActionTypesCreated    ActionTypesEnum = "CREATED"
    ActionTypesUpdated    ActionTypesEnum = "UPDATED"
    ActionTypesDeleted    ActionTypesEnum = "DELETED"
    ActionTypesInProgress ActionTypesEnum = "IN_PROGRESS"
    ActionTypesFailed     ActionTypesEnum = "FAILED"
)

func GetActionTypesEnumValues

func GetActionTypesEnumValues() []ActionTypesEnum

GetActionTypesEnumValues Enumerates the set of values for ActionTypesEnum

type ActivateBdsMetastoreConfigurationDetails

ActivateBdsMetastoreConfigurationDetails The reqeust body when activating a BDS metastore configuration

type ActivateBdsMetastoreConfigurationDetails struct {

    // Base-64 encoded password for the cluster admin user.
    ClusterAdminPassword *string `mandatory:"true" json:"clusterAdminPassword"`

    // Base-64 encoded passphrase of the BDS Api Key. Set only if metastore's type is EXTERNAL.
    BdsApiKeyPassphrase *string `mandatory:"false" json:"bdsApiKeyPassphrase"`
}

func (ActivateBdsMetastoreConfigurationDetails) String

func (m ActivateBdsMetastoreConfigurationDetails) String() string

type ActivateBdsMetastoreConfigurationRequest

ActivateBdsMetastoreConfigurationRequest wrapper for the ActivateBdsMetastoreConfiguration operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/ActivateBdsMetastoreConfiguration.go.html to see an example of how to use ActivateBdsMetastoreConfigurationRequest.

type ActivateBdsMetastoreConfigurationRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // The metastore configuration ID
    MetastoreConfigId *string `mandatory:"true" contributesTo:"path" name:"metastoreConfigId"`

    // The request body when activating specified metastore configuration.
    ActivateBdsMetastoreConfigurationDetails `contributesTo:"body"`

    // The client request ID for tracing.
    OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`

    // 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"`

    // 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 (ActivateBdsMetastoreConfigurationRequest) BinaryRequestBody

func (request ActivateBdsMetastoreConfigurationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (ActivateBdsMetastoreConfigurationRequest) HTTPRequest

func (request ActivateBdsMetastoreConfigurationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (ActivateBdsMetastoreConfigurationRequest) RetryPolicy

func (request ActivateBdsMetastoreConfigurationRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (ActivateBdsMetastoreConfigurationRequest) String

func (request ActivateBdsMetastoreConfigurationRequest) String() string

type ActivateBdsMetastoreConfigurationResponse

ActivateBdsMetastoreConfigurationResponse wrapper for the ActivateBdsMetastoreConfiguration operation

type ActivateBdsMetastoreConfigurationResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (ActivateBdsMetastoreConfigurationResponse) HTTPResponse

func (response ActivateBdsMetastoreConfigurationResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (ActivateBdsMetastoreConfigurationResponse) String

func (response ActivateBdsMetastoreConfigurationResponse) String() string

type AddAutoScalingConfigurationDetails

AddAutoScalingConfigurationDetails The information about the autoscale configuration.

type AddAutoScalingConfigurationDetails struct {

    // A node type that is managed by an autoscale configuration. The only supported type is WORKER.
    NodeType NodeNodeTypeEnum `mandatory:"true" json:"nodeType"`

    // Whether the autoscale configuration is enabled.
    IsEnabled *bool `mandatory:"true" json:"isEnabled"`

    // Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
    ClusterAdminPassword *string `mandatory:"true" json:"clusterAdminPassword"`

    Policy *AutoScalePolicy `mandatory:"true" json:"policy"`

    // A user-friendly name. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    DisplayName *string `mandatory:"false" json:"displayName"`
}

func (AddAutoScalingConfigurationDetails) String

func (m AddAutoScalingConfigurationDetails) String() string

type AddAutoScalingConfigurationRequest

AddAutoScalingConfigurationRequest wrapper for the AddAutoScalingConfiguration operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/AddAutoScalingConfiguration.go.html to see an example of how to use AddAutoScalingConfigurationRequest.

type AddAutoScalingConfigurationRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // Details for creating an autoscale configuration.
    AddAutoScalingConfigurationDetails `contributesTo:"body"`

    // The client request ID for tracing.
    OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`

    // 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"`

    // 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"`

    // 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 (AddAutoScalingConfigurationRequest) BinaryRequestBody

func (request AddAutoScalingConfigurationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (AddAutoScalingConfigurationRequest) HTTPRequest

func (request AddAutoScalingConfigurationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (AddAutoScalingConfigurationRequest) RetryPolicy

func (request AddAutoScalingConfigurationRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (AddAutoScalingConfigurationRequest) String

func (request AddAutoScalingConfigurationRequest) String() string

type AddAutoScalingConfigurationResponse

AddAutoScalingConfigurationResponse wrapper for the AddAutoScalingConfiguration operation

type AddAutoScalingConfigurationResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (AddAutoScalingConfigurationResponse) HTTPResponse

func (response AddAutoScalingConfigurationResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (AddAutoScalingConfigurationResponse) String

func (response AddAutoScalingConfigurationResponse) String() string

type AddBlockStorageDetails

AddBlockStorageDetails The information about added block volumes.

type AddBlockStorageDetails struct {

    // Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
    ClusterAdminPassword *string `mandatory:"true" json:"clusterAdminPassword"`

    // The size of block volume in GB to be added to each worker node. All the
    // details needed for attaching the block volume are managed by service itself.
    BlockVolumeSizeInGBs *int64 `mandatory:"true" json:"blockVolumeSizeInGBs"`
}

func (AddBlockStorageDetails) String

func (m AddBlockStorageDetails) String() string

type AddBlockStorageRequest

AddBlockStorageRequest wrapper for the AddBlockStorage operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/AddBlockStorage.go.html to see an example of how to use AddBlockStorageRequest.

type AddBlockStorageRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // Details for the added block storage.
    AddBlockStorageDetails `contributesTo:"body"`

    // The client request ID for tracing.
    OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`

    // 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"`

    // 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"`

    // 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 (AddBlockStorageRequest) BinaryRequestBody

func (request AddBlockStorageRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (AddBlockStorageRequest) HTTPRequest

func (request AddBlockStorageRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (AddBlockStorageRequest) RetryPolicy

func (request AddBlockStorageRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (AddBlockStorageRequest) String

func (request AddBlockStorageRequest) String() string

type AddBlockStorageResponse

AddBlockStorageResponse wrapper for the AddBlockStorage operation

type AddBlockStorageResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (AddBlockStorageResponse) HTTPResponse

func (response AddBlockStorageResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (AddBlockStorageResponse) String

func (response AddBlockStorageResponse) String() string

type AddCloudSqlDetails

AddCloudSqlDetails The information about the added Cloud SQL.

type AddCloudSqlDetails struct {

    // Shape of the node.
    Shape *string `mandatory:"true" json:"shape"`

    // Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
    ClusterAdminPassword *string `mandatory:"true" json:"clusterAdminPassword"`

    // The size of block volume in GB to be attached to the given node. All details needed for attaching the block volume are managed by the service itself.
    BlockVolumeSizeInGBs *int64 `mandatory:"false" json:"blockVolumeSizeInGBs"`
}

func (AddCloudSqlDetails) String

func (m AddCloudSqlDetails) String() string

type AddCloudSqlRequest

AddCloudSqlRequest wrapper for the AddCloudSql operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/AddCloudSql.go.html to see an example of how to use AddCloudSqlRequest.

type AddCloudSqlRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // Details for the Cloud SQL capability
    AddCloudSqlDetails `contributesTo:"body"`

    // The client request ID for tracing.
    OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`

    // 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"`

    // 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"`

    // 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 (AddCloudSqlRequest) BinaryRequestBody

func (request AddCloudSqlRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (AddCloudSqlRequest) HTTPRequest

func (request AddCloudSqlRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (AddCloudSqlRequest) RetryPolicy

func (request AddCloudSqlRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (AddCloudSqlRequest) String

func (request AddCloudSqlRequest) String() string

type AddCloudSqlResponse

AddCloudSqlResponse wrapper for the AddCloudSql operation

type AddCloudSqlResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (AddCloudSqlResponse) HTTPResponse

func (response AddCloudSqlResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (AddCloudSqlResponse) String

func (response AddCloudSqlResponse) String() string

type AddWorkerNodesDetails

AddWorkerNodesDetails The information about added nodes.

type AddWorkerNodesDetails struct {

    // Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
    ClusterAdminPassword *string `mandatory:"true" json:"clusterAdminPassword"`

    // Number of additional worker nodes for the cluster.
    NumberOfWorkerNodes *int `mandatory:"true" json:"numberOfWorkerNodes"`
}

func (AddWorkerNodesDetails) String

func (m AddWorkerNodesDetails) String() string

type AddWorkerNodesRequest

AddWorkerNodesRequest wrapper for the AddWorkerNodes operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/AddWorkerNodes.go.html to see an example of how to use AddWorkerNodesRequest.

type AddWorkerNodesRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // Details for the newly added nodes.
    AddWorkerNodesDetails `contributesTo:"body"`

    // The client request ID for tracing.
    OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`

    // 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"`

    // 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"`

    // 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 (AddWorkerNodesRequest) BinaryRequestBody

func (request AddWorkerNodesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (AddWorkerNodesRequest) HTTPRequest

func (request AddWorkerNodesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (AddWorkerNodesRequest) RetryPolicy

func (request AddWorkerNodesRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (AddWorkerNodesRequest) String

func (request AddWorkerNodesRequest) String() string

type AddWorkerNodesResponse

AddWorkerNodesResponse wrapper for the AddWorkerNodes operation

type AddWorkerNodesResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (AddWorkerNodesResponse) HTTPResponse

func (response AddWorkerNodesResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (AddWorkerNodesResponse) String

func (response AddWorkerNodesResponse) String() string

type AutoScalePolicy

AutoScalePolicy Policy definitions for the autoscale configuration.

type AutoScalePolicy struct {

    // Types of autoscale policies. Options are SCHEDULE-BASED or THRESHOLD-BASED. (Only THRESHOLD-BASED is supported in this release.)
    PolicyType AutoScalePolicyPolicyTypeEnum `mandatory:"true" json:"policyType"`

    // The list of rules for autoscaling. If an action has multiple rules, the last rule in the array will be applied.
    Rules []AutoScalePolicyRule `mandatory:"true" json:"rules"`
}

func (AutoScalePolicy) String

func (m AutoScalePolicy) String() string

type AutoScalePolicyMetricRule

AutoScalePolicyMetricRule Metric and threshold details for triggering an autoscale action.

type AutoScalePolicyMetricRule struct {

    // Allowed value is CPU_UTILIZATION.
    MetricType AutoScalePolicyMetricRuleMetricTypeEnum `mandatory:"true" json:"metricType"`

    Threshold *MetricThresholdRule `mandatory:"true" json:"threshold"`
}

func (AutoScalePolicyMetricRule) String

func (m AutoScalePolicyMetricRule) String() string

type AutoScalePolicyMetricRuleMetricTypeEnum

AutoScalePolicyMetricRuleMetricTypeEnum Enum with underlying type: string

type AutoScalePolicyMetricRuleMetricTypeEnum string

Set of constants representing the allowable values for AutoScalePolicyMetricRuleMetricTypeEnum

const (
    AutoScalePolicyMetricRuleMetricTypeCpuUtilization AutoScalePolicyMetricRuleMetricTypeEnum = "CPU_UTILIZATION"
)

func GetAutoScalePolicyMetricRuleMetricTypeEnumValues

func GetAutoScalePolicyMetricRuleMetricTypeEnumValues() []AutoScalePolicyMetricRuleMetricTypeEnum

GetAutoScalePolicyMetricRuleMetricTypeEnumValues Enumerates the set of values for AutoScalePolicyMetricRuleMetricTypeEnum

type AutoScalePolicyPolicyTypeEnum

AutoScalePolicyPolicyTypeEnum Enum with underlying type: string

type AutoScalePolicyPolicyTypeEnum string

Set of constants representing the allowable values for AutoScalePolicyPolicyTypeEnum

const (
    AutoScalePolicyPolicyTypeThresholdBased AutoScalePolicyPolicyTypeEnum = "THRESHOLD_BASED"
    AutoScalePolicyPolicyTypeScheduleBased  AutoScalePolicyPolicyTypeEnum = "SCHEDULE_BASED"
)

func GetAutoScalePolicyPolicyTypeEnumValues

func GetAutoScalePolicyPolicyTypeEnumValues() []AutoScalePolicyPolicyTypeEnum

GetAutoScalePolicyPolicyTypeEnumValues Enumerates the set of values for AutoScalePolicyPolicyTypeEnum

type AutoScalePolicyRule

AutoScalePolicyRule A rule that defines a specific autoscale action to take and the metric that triggers that action.

type AutoScalePolicyRule struct {

    // The valid value are CHANGE_SHAPE_SCALE_UP or CHANGE_SHAPE_SCALE_DOWN.
    Action AutoScalePolicyRuleActionEnum `mandatory:"true" json:"action"`

    Metric *AutoScalePolicyMetricRule `mandatory:"true" json:"metric"`
}

func (AutoScalePolicyRule) String

func (m AutoScalePolicyRule) String() string

type AutoScalePolicyRuleActionEnum

AutoScalePolicyRuleActionEnum Enum with underlying type: string

type AutoScalePolicyRuleActionEnum string

Set of constants representing the allowable values for AutoScalePolicyRuleActionEnum

const (
    AutoScalePolicyRuleActionUp   AutoScalePolicyRuleActionEnum = "CHANGE_SHAPE_SCALE_UP"
    AutoScalePolicyRuleActionDown AutoScalePolicyRuleActionEnum = "CHANGE_SHAPE_SCALE_DOWN"
)

func GetAutoScalePolicyRuleActionEnumValues

func GetAutoScalePolicyRuleActionEnumValues() []AutoScalePolicyRuleActionEnum

GetAutoScalePolicyRuleActionEnumValues Enumerates the set of values for AutoScalePolicyRuleActionEnum

type AutoScalingConfiguration

AutoScalingConfiguration The information about the autoscale configuration.

type AutoScalingConfiguration struct {

    // The unique identifier for the autoscale configuration.
    Id *string `mandatory:"true" json:"id"`

    // A user-friendly name. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    DisplayName *string `mandatory:"true" json:"displayName"`

    // A node type that is managed by an autoscale configuration. The only supported type is WORKER.
    NodeType NodeNodeTypeEnum `mandatory:"true" json:"nodeType"`

    // The state of the autoscale configuration.
    LifecycleState AutoScalingConfigurationLifecycleStateEnum `mandatory:"true" json:"lifecycleState"`

    // The time the cluster was created, shown as an RFC 3339 formatted datetime string.
    TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"`

    // The time the autoscale configuration was updated, shown as an RFC 3339 formatted datetime string.
    TimeUpdated *common.SDKTime `mandatory:"true" json:"timeUpdated"`

    Policy *AutoScalePolicy `mandatory:"true" json:"policy"`
}

func (AutoScalingConfiguration) String

func (m AutoScalingConfiguration) String() string

type AutoScalingConfigurationLifecycleStateEnum

AutoScalingConfigurationLifecycleStateEnum Enum with underlying type: string

type AutoScalingConfigurationLifecycleStateEnum string

Set of constants representing the allowable values for AutoScalingConfigurationLifecycleStateEnum

const (
    AutoScalingConfigurationLifecycleStateCreating AutoScalingConfigurationLifecycleStateEnum = "CREATING"
    AutoScalingConfigurationLifecycleStateActive   AutoScalingConfigurationLifecycleStateEnum = "ACTIVE"
    AutoScalingConfigurationLifecycleStateUpdating AutoScalingConfigurationLifecycleStateEnum = "UPDATING"
    AutoScalingConfigurationLifecycleStateDeleting AutoScalingConfigurationLifecycleStateEnum = "DELETING"
    AutoScalingConfigurationLifecycleStateDeleted  AutoScalingConfigurationLifecycleStateEnum = "DELETED"
    AutoScalingConfigurationLifecycleStateFailed   AutoScalingConfigurationLifecycleStateEnum = "FAILED"
)

func GetAutoScalingConfigurationLifecycleStateEnumValues

func GetAutoScalingConfigurationLifecycleStateEnumValues() []AutoScalingConfigurationLifecycleStateEnum

GetAutoScalingConfigurationLifecycleStateEnumValues Enumerates the set of values for AutoScalingConfigurationLifecycleStateEnum

type AutoScalingConfigurationSummary

AutoScalingConfigurationSummary The information about the autoscale configuration.

type AutoScalingConfigurationSummary struct {

    // The OCID of the autoscale configuration.
    Id *string `mandatory:"true" json:"id"`

    // A user-friendly name. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    DisplayName *string `mandatory:"true" json:"displayName"`

    // The state of the autoscale configuration.
    LifecycleState AutoScalingConfigurationLifecycleStateEnum `mandatory:"true" json:"lifecycleState"`

    // A node type that is managed by an autoscale configuration. The only supported type is WORKER.
    NodeType NodeNodeTypeEnum `mandatory:"true" json:"nodeType"`

    // The time the cluster was created, shown as an RFC 3339 formatted datetime string.
    TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"`

    // The time the autoscale configuration was updated, shown as an RFC 3339 formatted datetime string.
    TimeUpdated *common.SDKTime `mandatory:"true" json:"timeUpdated"`

    Policy *AutoScalePolicy `mandatory:"true" json:"policy"`
}

func (AutoScalingConfigurationSummary) String

func (m AutoScalingConfigurationSummary) String() string

type BdsApiKey

BdsApiKey The API key information.

type BdsApiKey struct {

    // Identifier of the user's API key.
    Id *string `mandatory:"true" json:"id"`

    // The user OCID for which this API key was created.
    UserId *string `mandatory:"true" json:"userId"`

    // User friendly identifier used to uniquely differentiate between different API keys.
    // Only ASCII alphanumeric characters with no spaces allowed.
    KeyAlias *string `mandatory:"true" json:"keyAlias"`

    // The name of the region to establish the Object Storage endpoint. Example us-phoenix-1 .
    DefaultRegion *string `mandatory:"true" json:"defaultRegion"`

    // The OCID of your tenancy.
    TenantId *string `mandatory:"true" json:"tenantId"`

    // The fingerprint that corresponds to the public API key requested.
    Fingerprint *string `mandatory:"true" json:"fingerprint"`

    // The full path and file name of the private key used for authentication. This location will be automatically selected
    // on the BDS local file system.
    Pemfilepath *string `mandatory:"true" json:"pemfilepath"`

    // The state of the key.
    LifecycleState BdsApiKeyLifecycleStateEnum `mandatory:"true" json:"lifecycleState"`

    // The time the API key was created, shown as an RFC 3339 formatted datetime string.
    TimeCreated *common.SDKTime `mandatory:"false" json:"timeCreated"`
}

func (BdsApiKey) String

func (m BdsApiKey) String() string

type BdsApiKeyLifecycleStateEnum

BdsApiKeyLifecycleStateEnum Enum with underlying type: string

type BdsApiKeyLifecycleStateEnum string

Set of constants representing the allowable values for BdsApiKeyLifecycleStateEnum

const (
    BdsApiKeyLifecycleStateCreating BdsApiKeyLifecycleStateEnum = "CREATING"
    BdsApiKeyLifecycleStateActive   BdsApiKeyLifecycleStateEnum = "ACTIVE"
    BdsApiKeyLifecycleStateDeleting BdsApiKeyLifecycleStateEnum = "DELETING"
    BdsApiKeyLifecycleStateDeleted  BdsApiKeyLifecycleStateEnum = "DELETED"
    BdsApiKeyLifecycleStateFailed   BdsApiKeyLifecycleStateEnum = "FAILED"
)

func GetBdsApiKeyLifecycleStateEnumValues

func GetBdsApiKeyLifecycleStateEnumValues() []BdsApiKeyLifecycleStateEnum

GetBdsApiKeyLifecycleStateEnumValues Enumerates the set of values for BdsApiKeyLifecycleStateEnum

type BdsApiKeySummary

BdsApiKeySummary The API key summary.

type BdsApiKeySummary struct {

    // Identifier of the user's API key.
    Id *string `mandatory:"true" json:"id"`

    // User friendly identifier used to uniquely differentiate between different API keys.
    // Only ASCII alphanumeric characters with no spaces allowed.
    KeyAlias *string `mandatory:"true" json:"keyAlias"`

    // The current status of the API key.
    LifecycleState BdsApiKeyLifecycleStateEnum `mandatory:"true" json:"lifecycleState"`

    // The name of the region to establish the Object Storage endpoint which was set as part of key creation operation.
    // If no region was provided this will be set to be the same region where the cluster lives. Example us-phoenix-1 .
    DefaultRegion *string `mandatory:"true" json:"defaultRegion"`

    // The time the API key was created, shown as an RFC 3339 formatted datetime string.
    TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"`
}

func (BdsApiKeySummary) String

func (m BdsApiKeySummary) String() string

type BdsClient

BdsClient a client for Bds

type BdsClient struct {
    common.BaseClient
    // contains filtered or unexported fields
}

func NewBdsClientWithConfigurationProvider

func NewBdsClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client BdsClient, err error)

NewBdsClientWithConfigurationProvider Creates a new default Bds client with the given configuration provider. the configuration provider will be used for the default signer as well as reading the region

func NewBdsClientWithOboToken

func NewBdsClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client BdsClient, err error)

NewBdsClientWithOboToken Creates a new default Bds 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 (BdsClient) ActivateBdsMetastoreConfiguration

func (client BdsClient) ActivateBdsMetastoreConfiguration(ctx context.Context, request ActivateBdsMetastoreConfigurationRequest) (response ActivateBdsMetastoreConfigurationResponse, err error)

ActivateBdsMetastoreConfiguration Activate specified metastore configuration.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/ActivateBdsMetastoreConfiguration.go.html to see an example of how to use ActivateBdsMetastoreConfiguration API.

func (BdsClient) AddAutoScalingConfiguration

func (client BdsClient) AddAutoScalingConfiguration(ctx context.Context, request AddAutoScalingConfigurationRequest) (response AddAutoScalingConfigurationResponse, err error)

AddAutoScalingConfiguration Add an autoscale configuration to the cluster.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/AddAutoScalingConfiguration.go.html to see an example of how to use AddAutoScalingConfiguration API.

func (BdsClient) AddBlockStorage

func (client BdsClient) AddBlockStorage(ctx context.Context, request AddBlockStorageRequest) (response AddBlockStorageResponse, err error)

AddBlockStorage Adds block storage to existing worker nodes. The same amount of storage will be added to all worker nodes. No change will be made to storage that is already attached. Block storage cannot be removed.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/AddBlockStorage.go.html to see an example of how to use AddBlockStorage API.

func (BdsClient) AddCloudSql

func (client BdsClient) AddCloudSql(ctx context.Context, request AddCloudSqlRequest) (response AddCloudSqlResponse, err error)

AddCloudSql Adds Cloud SQL to your cluster. You can use Cloud SQL to query against non-relational data stored in multiple big data sources, including Apache Hive, HDFS, Oracle NoSQL Database, and Apache HBase. Adding Cloud SQL adds a query server node to the cluster and creates cell servers on all the worker nodes in the cluster.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/AddCloudSql.go.html to see an example of how to use AddCloudSql API.

func (BdsClient) AddWorkerNodes

func (client BdsClient) AddWorkerNodes(ctx context.Context, request AddWorkerNodesRequest) (response AddWorkerNodesResponse, err error)

AddWorkerNodes Increases the size (scales out) a cluster by adding worker nodes. The added worker nodes will have the same shape and will have the same amount of attached block storage as other worker nodes in the cluster.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/AddWorkerNodes.go.html to see an example of how to use AddWorkerNodes API.

func (BdsClient) ChangeBdsInstanceCompartment

func (client BdsClient) ChangeBdsInstanceCompartment(ctx context.Context, request ChangeBdsInstanceCompartmentRequest) (response ChangeBdsInstanceCompartmentResponse, err error)

ChangeBdsInstanceCompartment Moves a Big Data Service cluster into a different compartment.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/ChangeBdsInstanceCompartment.go.html to see an example of how to use ChangeBdsInstanceCompartment API.

func (BdsClient) ChangeShape

func (client BdsClient) ChangeShape(ctx context.Context, request ChangeShapeRequest) (response ChangeShapeResponse, err error)

ChangeShape Changes the size of a cluster by scaling up or scaling down the nodes. Nodes are scaled up or down by changing the shapes of all the nodes of the same type to the next larger or smaller shape. The node types are master, utility, worker, and Cloud SQL. Only nodes with VM-STANDARD shapes can be scaled.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/ChangeShape.go.html to see an example of how to use ChangeShape API.

func (*BdsClient) ConfigurationProvider

func (client *BdsClient) ConfigurationProvider() *common.ConfigurationProvider

ConfigurationProvider the ConfigurationProvider used in this client, or null if none set

func (BdsClient) CreateBdsApiKey

func (client BdsClient) CreateBdsApiKey(ctx context.Context, request CreateBdsApiKeyRequest) (response CreateBdsApiKeyResponse, err error)

CreateBdsApiKey Create an API key on behalf of the specified user.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/CreateBdsApiKey.go.html to see an example of how to use CreateBdsApiKey API.

func (BdsClient) CreateBdsInstance

func (client BdsClient) CreateBdsInstance(ctx context.Context, request CreateBdsInstanceRequest) (response CreateBdsInstanceResponse, err error)

CreateBdsInstance Creates a Big Data Service cluster.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/CreateBdsInstance.go.html to see an example of how to use CreateBdsInstance API.

func (BdsClient) CreateBdsMetastoreConfiguration

func (client BdsClient) CreateBdsMetastoreConfiguration(ctx context.Context, request CreateBdsMetastoreConfigurationRequest) (response CreateBdsMetastoreConfigurationResponse, err error)

CreateBdsMetastoreConfiguration Create and activate external metastore configuration.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/CreateBdsMetastoreConfiguration.go.html to see an example of how to use CreateBdsMetastoreConfiguration API.

func (BdsClient) DeleteBdsApiKey

func (client BdsClient) DeleteBdsApiKey(ctx context.Context, request DeleteBdsApiKeyRequest) (response DeleteBdsApiKeyResponse, err error)

DeleteBdsApiKey Deletes the user's API key represented by the provided ID.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/DeleteBdsApiKey.go.html to see an example of how to use DeleteBdsApiKey API.

func (BdsClient) DeleteBdsInstance

func (client BdsClient) DeleteBdsInstance(ctx context.Context, request DeleteBdsInstanceRequest) (response DeleteBdsInstanceResponse, err error)

DeleteBdsInstance Deletes the cluster identified by the given ID.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/DeleteBdsInstance.go.html to see an example of how to use DeleteBdsInstance API.

func (BdsClient) DeleteBdsMetastoreConfiguration

func (client BdsClient) DeleteBdsMetastoreConfiguration(ctx context.Context, request DeleteBdsMetastoreConfigurationRequest) (response DeleteBdsMetastoreConfigurationResponse, err error)

DeleteBdsMetastoreConfiguration Delete the BDS metastore configuration represented by the provided ID.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/DeleteBdsMetastoreConfiguration.go.html to see an example of how to use DeleteBdsMetastoreConfiguration API.

func (BdsClient) GetAutoScalingConfiguration

func (client BdsClient) GetAutoScalingConfiguration(ctx context.Context, request GetAutoScalingConfigurationRequest) (response GetAutoScalingConfigurationResponse, err error)

GetAutoScalingConfiguration Returns details of the autoscale configuration identified by the given ID.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/GetAutoScalingConfiguration.go.html to see an example of how to use GetAutoScalingConfiguration API.

func (BdsClient) GetBdsApiKey

func (client BdsClient) GetBdsApiKey(ctx context.Context, request GetBdsApiKeyRequest) (response GetBdsApiKeyResponse, err error)

GetBdsApiKey Returns the user's API key information for the given ID.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/GetBdsApiKey.go.html to see an example of how to use GetBdsApiKey API.

func (BdsClient) GetBdsInstance

func (client BdsClient) GetBdsInstance(ctx context.Context, request GetBdsInstanceRequest) (response GetBdsInstanceResponse, err error)

GetBdsInstance Returns information about the Big Data Service cluster identified by the given ID.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/GetBdsInstance.go.html to see an example of how to use GetBdsInstance API.

func (BdsClient) GetBdsMetastoreConfiguration

func (client BdsClient) GetBdsMetastoreConfiguration(ctx context.Context, request GetBdsMetastoreConfigurationRequest) (response GetBdsMetastoreConfigurationResponse, err error)

GetBdsMetastoreConfiguration Returns the BDS Metastore configuration information for the given ID.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/GetBdsMetastoreConfiguration.go.html to see an example of how to use GetBdsMetastoreConfiguration API.

func (BdsClient) GetWorkRequest

func (client BdsClient) GetWorkRequest(ctx context.Context, request GetWorkRequestRequest) (response GetWorkRequestResponse, err error)

GetWorkRequest Returns the status of the work request identified by the given ID.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/GetWorkRequest.go.html to see an example of how to use GetWorkRequest API.

func (BdsClient) ListAutoScalingConfigurations

func (client BdsClient) ListAutoScalingConfigurations(ctx context.Context, request ListAutoScalingConfigurationsRequest) (response ListAutoScalingConfigurationsResponse, err error)

ListAutoScalingConfigurations Returns information about the autoscaling configurations for a cluster.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/ListAutoScalingConfigurations.go.html to see an example of how to use ListAutoScalingConfigurations API.

func (BdsClient) ListBdsApiKeys

func (client BdsClient) ListBdsApiKeys(ctx context.Context, request ListBdsApiKeysRequest) (response ListBdsApiKeysResponse, err error)

ListBdsApiKeys Returns a list of all API keys associated with this Big Data Service cluster.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/ListBdsApiKeys.go.html to see an example of how to use ListBdsApiKeys API.

func (BdsClient) ListBdsInstances

func (client BdsClient) ListBdsInstances(ctx context.Context, request ListBdsInstancesRequest) (response ListBdsInstancesResponse, err error)

ListBdsInstances Returns a list of all Big Data Service clusters in a compartment.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/ListBdsInstances.go.html to see an example of how to use ListBdsInstances API.

func (BdsClient) ListBdsMetastoreConfigurations

func (client BdsClient) ListBdsMetastoreConfigurations(ctx context.Context, request ListBdsMetastoreConfigurationsRequest) (response ListBdsMetastoreConfigurationsResponse, err error)

ListBdsMetastoreConfigurations Returns a list of metastore configurations ssociated with this Big Data Service cluster.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/ListBdsMetastoreConfigurations.go.html to see an example of how to use ListBdsMetastoreConfigurations API.

func (BdsClient) ListWorkRequestErrors

func (client BdsClient) ListWorkRequestErrors(ctx context.Context, request ListWorkRequestErrorsRequest) (response ListWorkRequestErrorsResponse, err error)

ListWorkRequestErrors Returns a paginated list of errors for a work request identified by the given ID.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/ListWorkRequestErrors.go.html to see an example of how to use ListWorkRequestErrors API.

func (BdsClient) ListWorkRequestLogs

func (client BdsClient) ListWorkRequestLogs(ctx context.Context, request ListWorkRequestLogsRequest) (response ListWorkRequestLogsResponse, err error)

ListWorkRequestLogs Returns a paginated list of logs for a given work request.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/ListWorkRequestLogs.go.html to see an example of how to use ListWorkRequestLogs API.

func (BdsClient) ListWorkRequests

func (client BdsClient) ListWorkRequests(ctx context.Context, request ListWorkRequestsRequest) (response ListWorkRequestsResponse, err error)

ListWorkRequests Lists the work requests in a compartment.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/ListWorkRequests.go.html to see an example of how to use ListWorkRequests API.

func (BdsClient) RemoveAutoScalingConfiguration

func (client BdsClient) RemoveAutoScalingConfiguration(ctx context.Context, request RemoveAutoScalingConfigurationRequest) (response RemoveAutoScalingConfigurationResponse, err error)

RemoveAutoScalingConfiguration Deletes an autoscale configuration.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/RemoveAutoScalingConfiguration.go.html to see an example of how to use RemoveAutoScalingConfiguration API.

func (BdsClient) RemoveCloudSql

func (client BdsClient) RemoveCloudSql(ctx context.Context, request RemoveCloudSqlRequest) (response RemoveCloudSqlResponse, err error)

RemoveCloudSql Removes Cloud SQL from the cluster.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/RemoveCloudSql.go.html to see an example of how to use RemoveCloudSql API.

func (BdsClient) RestartNode

func (client BdsClient) RestartNode(ctx context.Context, request RestartNodeRequest) (response RestartNodeResponse, err error)

RestartNode Restarts a single node of a Big Data Service cluster

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/RestartNode.go.html to see an example of how to use RestartNode API.

func (*BdsClient) SetRegion

func (client *BdsClient) SetRegion(region string)

SetRegion overrides the region of this client.

func (BdsClient) TestBdsMetastoreConfiguration

func (client BdsClient) TestBdsMetastoreConfiguration(ctx context.Context, request TestBdsMetastoreConfigurationRequest) (response TestBdsMetastoreConfigurationResponse, err error)

TestBdsMetastoreConfiguration Test specified metastore configuration.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/TestBdsMetastoreConfiguration.go.html to see an example of how to use TestBdsMetastoreConfiguration API.

func (BdsClient) TestBdsObjectStorageConnection

func (client BdsClient) TestBdsObjectStorageConnection(ctx context.Context, request TestBdsObjectStorageConnectionRequest) (response TestBdsObjectStorageConnectionResponse, err error)

TestBdsObjectStorageConnection Test access to specified Object Storage bucket using the API key.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/TestBdsObjectStorageConnection.go.html to see an example of how to use TestBdsObjectStorageConnection API.

func (BdsClient) UpdateAutoScalingConfiguration

func (client BdsClient) UpdateAutoScalingConfiguration(ctx context.Context, request UpdateAutoScalingConfigurationRequest) (response UpdateAutoScalingConfigurationResponse, err error)

UpdateAutoScalingConfiguration Updates fields on an autoscale configuration, including the name, the threshold value, and whether the autoscale configuration is enabled.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/UpdateAutoScalingConfiguration.go.html to see an example of how to use UpdateAutoScalingConfiguration API.

func (BdsClient) UpdateBdsInstance

func (client BdsClient) UpdateBdsInstance(ctx context.Context, request UpdateBdsInstanceRequest) (response UpdateBdsInstanceResponse, err error)

UpdateBdsInstance Updates the Big Data Service cluster identified by the given ID.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/UpdateBdsInstance.go.html to see an example of how to use UpdateBdsInstance API.

func (BdsClient) UpdateBdsMetastoreConfiguration

func (client BdsClient) UpdateBdsMetastoreConfiguration(ctx context.Context, request UpdateBdsMetastoreConfigurationRequest) (response UpdateBdsMetastoreConfigurationResponse, err error)

UpdateBdsMetastoreConfiguration Update the BDS metastore configuration represented by the provided ID.

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/UpdateBdsMetastoreConfiguration.go.html to see an example of how to use UpdateBdsMetastoreConfiguration API.

type BdsInstance

BdsInstance Description of the cluster.

type BdsInstance struct {

    // The OCID of the Big Data Service resource.
    Id *string `mandatory:"true" json:"id"`

    // The OCID of the compartment.
    CompartmentId *string `mandatory:"true" json:"compartmentId"`

    // The name of the cluster.
    DisplayName *string `mandatory:"true" json:"displayName"`

    // The state of the cluster.
    LifecycleState BdsInstanceLifecycleStateEnum `mandatory:"true" json:"lifecycleState"`

    // Boolean flag specifying whether or not the cluster is highly available (HA)
    IsHighAvailability *bool `mandatory:"true" json:"isHighAvailability"`

    // Boolean flag specifying whether or not the cluster should be set up as secure.
    IsSecure *bool `mandatory:"true" json:"isSecure"`

    // Boolean flag specifying whether or not Cloud SQL should be configured.
    IsCloudSqlConfigured *bool `mandatory:"true" json:"isCloudSqlConfigured"`

    // The list of nodes in the cluster.
    Nodes []Node `mandatory:"true" json:"nodes"`

    // Number of nodes that forming the cluster
    NumberOfNodes *int `mandatory:"true" json:"numberOfNodes"`

    // Version of the Hadoop distribution.
    ClusterVersion BdsInstanceClusterVersionEnum `mandatory:"false" json:"clusterVersion,omitempty"`

    NetworkConfig *NetworkConfig `mandatory:"false" json:"networkConfig"`

    ClusterDetails *ClusterDetails `mandatory:"false" json:"clusterDetails"`

    CloudSqlDetails *CloudSqlDetails `mandatory:"false" json:"cloudSqlDetails"`

    // The user who created the cluster.
    CreatedBy *string `mandatory:"false" json:"createdBy"`

    // The time the cluster was created, shown as an RFC 3339 formatted datetime string.
    TimeCreated *common.SDKTime `mandatory:"false" json:"timeCreated"`

    // The time the cluster was updated, shown as an RFC 3339 formatted datetime string.
    TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"`

    // Simple key-value pair that is applied without any predefined name, type, or scope.
    // Exists for cross-compatibility only. For 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.
    // For example, `{"foo-namespace": {"bar-key": "value"}}`
    DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"`
}

func (BdsInstance) String

func (m BdsInstance) String() string

type BdsInstanceClusterVersionEnum

BdsInstanceClusterVersionEnum Enum with underlying type: string

type BdsInstanceClusterVersionEnum string

Set of constants representing the allowable values for BdsInstanceClusterVersionEnum

const (
    BdsInstanceClusterVersionCdh5 BdsInstanceClusterVersionEnum = "CDH5"
    BdsInstanceClusterVersionCdh6 BdsInstanceClusterVersionEnum = "CDH6"
    BdsInstanceClusterVersionOdh1 BdsInstanceClusterVersionEnum = "ODH1"
)

func GetBdsInstanceClusterVersionEnumValues

func GetBdsInstanceClusterVersionEnumValues() []BdsInstanceClusterVersionEnum

GetBdsInstanceClusterVersionEnumValues Enumerates the set of values for BdsInstanceClusterVersionEnum

type BdsInstanceLifecycleStateEnum

BdsInstanceLifecycleStateEnum Enum with underlying type: string

type BdsInstanceLifecycleStateEnum string

Set of constants representing the allowable values for BdsInstanceLifecycleStateEnum

const (
    BdsInstanceLifecycleStateCreating   BdsInstanceLifecycleStateEnum = "CREATING"
    BdsInstanceLifecycleStateActive     BdsInstanceLifecycleStateEnum = "ACTIVE"
    BdsInstanceLifecycleStateUpdating   BdsInstanceLifecycleStateEnum = "UPDATING"
    BdsInstanceLifecycleStateSuspending BdsInstanceLifecycleStateEnum = "SUSPENDING"
    BdsInstanceLifecycleStateSuspended  BdsInstanceLifecycleStateEnum = "SUSPENDED"
    BdsInstanceLifecycleStateResuming   BdsInstanceLifecycleStateEnum = "RESUMING"
    BdsInstanceLifecycleStateDeleting   BdsInstanceLifecycleStateEnum = "DELETING"
    BdsInstanceLifecycleStateDeleted    BdsInstanceLifecycleStateEnum = "DELETED"
    BdsInstanceLifecycleStateFailed     BdsInstanceLifecycleStateEnum = "FAILED"
)

func GetBdsInstanceLifecycleStateEnumValues

func GetBdsInstanceLifecycleStateEnumValues() []BdsInstanceLifecycleStateEnum

GetBdsInstanceLifecycleStateEnumValues Enumerates the set of values for BdsInstanceLifecycleStateEnum

type BdsInstanceSummary

BdsInstanceSummary Summary details of the Big Data Service cluster.

type BdsInstanceSummary struct {

    // The OCID of the Big Data Service resource.
    Id *string `mandatory:"true" json:"id"`

    // The OCID of the compartment.
    CompartmentId *string `mandatory:"true" json:"compartmentId"`

    // The name of the cluster.
    DisplayName *string `mandatory:"true" json:"displayName"`

    // The state of the cluster.
    LifecycleState BdsInstanceLifecycleStateEnum `mandatory:"true" json:"lifecycleState"`

    // The number of nodes that form the cluster.
    NumberOfNodes *int `mandatory:"true" json:"numberOfNodes"`

    // Boolean flag specifying whether or not the cluster is highly available(HA).
    IsHighAvailability *bool `mandatory:"true" json:"isHighAvailability"`

    // Boolean flag specifying whether or not the cluster should be set up as secure.
    IsSecure *bool `mandatory:"true" json:"isSecure"`

    // Boolean flag specifying whether Cloud SQL is configured or not.
    IsCloudSqlConfigured *bool `mandatory:"true" json:"isCloudSqlConfigured"`

    // The time the cluster was created, shown as an RFC 3339 formatted datetime string.
    TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"`

    // Version of the Hadoop distribution.
    ClusterVersion BdsInstanceClusterVersionEnum `mandatory:"false" json:"clusterVersion,omitempty"`

    // Simple key-value pair that is applied without any predefined name, type, or scope.
    // Exists for cross-compatibility only. For 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.
    // For example, `{"foo-namespace": {"bar-key": "value"}}`
    DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"`
}

func (BdsInstanceSummary) String

func (m BdsInstanceSummary) String() string

type BdsMetastoreConfiguration

BdsMetastoreConfiguration The metastore configuration information.

type BdsMetastoreConfiguration struct {

    // The ID of the metastore configuration
    Id *string `mandatory:"true" json:"id"`

    // The display name of metastore configuration
    DisplayName *string `mandatory:"true" json:"displayName"`

    // The type of the metastore in the metastore configuration.
    MetastoreType BdsMetastoreConfigurationMetastoreTypeEnum `mandatory:"true" json:"metastoreType"`

    // the lifecycle state of the metastore configuration.
    LifecycleState BdsMetastoreConfigurationLifecycleStateEnum `mandatory:"true" json:"lifecycleState"`

    // The time when the configuration was created, shown as an RFC 3339 formatted datetime string.
    TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"`

    // The OCID of the Data Catalog metastore. Set only if metastore's type is EXTERNAL.
    MetastoreId *string `mandatory:"false" json:"metastoreId"`

    // The ID of BDS API Key used for metastore configuration. Set only if metastore's type is EXTERNAL.
    BdsApiKeyId *string `mandatory:"false" json:"bdsApiKeyId"`

    // The time when the configuration was updated, shown as an RFC 3339 formatted datetime string.
    TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"`
}

func (BdsMetastoreConfiguration) String

func (m BdsMetastoreConfiguration) String() string

type BdsMetastoreConfigurationLifecycleStateEnum

BdsMetastoreConfigurationLifecycleStateEnum Enum with underlying type: string

type BdsMetastoreConfigurationLifecycleStateEnum string

Set of constants representing the allowable values for BdsMetastoreConfigurationLifecycleStateEnum

const (
    BdsMetastoreConfigurationLifecycleStateCreating   BdsMetastoreConfigurationLifecycleStateEnum = "CREATING"
    BdsMetastoreConfigurationLifecycleStateActivating BdsMetastoreConfigurationLifecycleStateEnum = "ACTIVATING"
    BdsMetastoreConfigurationLifecycleStateActive     BdsMetastoreConfigurationLifecycleStateEnum = "ACTIVE"
    BdsMetastoreConfigurationLifecycleStateInactive   BdsMetastoreConfigurationLifecycleStateEnum = "INACTIVE"
    BdsMetastoreConfigurationLifecycleStateUpdating   BdsMetastoreConfigurationLifecycleStateEnum = "UPDATING"
    BdsMetastoreConfigurationLifecycleStateFailed     BdsMetastoreConfigurationLifecycleStateEnum = "FAILED"
    BdsMetastoreConfigurationLifecycleStateDeleting   BdsMetastoreConfigurationLifecycleStateEnum = "DELETING"
    BdsMetastoreConfigurationLifecycleStateDeleted    BdsMetastoreConfigurationLifecycleStateEnum = "DELETED"
)

func GetBdsMetastoreConfigurationLifecycleStateEnumValues

func GetBdsMetastoreConfigurationLifecycleStateEnumValues() []BdsMetastoreConfigurationLifecycleStateEnum

GetBdsMetastoreConfigurationLifecycleStateEnumValues Enumerates the set of values for BdsMetastoreConfigurationLifecycleStateEnum

type BdsMetastoreConfigurationMetastoreTypeEnum

BdsMetastoreConfigurationMetastoreTypeEnum Enum with underlying type: string

type BdsMetastoreConfigurationMetastoreTypeEnum string

Set of constants representing the allowable values for BdsMetastoreConfigurationMetastoreTypeEnum

const (
    BdsMetastoreConfigurationMetastoreTypeLocal    BdsMetastoreConfigurationMetastoreTypeEnum = "LOCAL"
    BdsMetastoreConfigurationMetastoreTypeExternal BdsMetastoreConfigurationMetastoreTypeEnum = "EXTERNAL"
)

func GetBdsMetastoreConfigurationMetastoreTypeEnumValues

func GetBdsMetastoreConfigurationMetastoreTypeEnumValues() []BdsMetastoreConfigurationMetastoreTypeEnum

GetBdsMetastoreConfigurationMetastoreTypeEnumValues Enumerates the set of values for BdsMetastoreConfigurationMetastoreTypeEnum

type BdsMetastoreConfigurationSummary

BdsMetastoreConfigurationSummary The summary of metastore configuration information.

type BdsMetastoreConfigurationSummary struct {

    // The ID of the metastore configuration
    Id *string `mandatory:"true" json:"id"`

    // The display name of metastore configuration
    DisplayName *string `mandatory:"true" json:"displayName"`

    // The type of the metastore in the metastore configuration.
    MetastoreType BdsMetastoreConfigurationMetastoreTypeEnum `mandatory:"true" json:"metastoreType"`

    // the lifecycle state of the metastore configuration.
    LifecycleState BdsMetastoreConfigurationLifecycleStateEnum `mandatory:"true" json:"lifecycleState"`

    // The time when the configuration was created, shown as an RFC 3339 formatted datetime string.
    TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"`

    // The OCID of the Data Catalog metastore. Set only if metastore's type is EXTERNAL.
    MetastoreId *string `mandatory:"false" json:"metastoreId"`

    // The ID of BDS API Key used for metastore configuration. Set only if metastore's type is EXTERNAL.
    BdsApiKeyId *string `mandatory:"false" json:"bdsApiKeyId"`

    // The time when the configuration was updated, shown as an RFC 3339 formatted datetime string.
    TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"`
}

func (BdsMetastoreConfigurationSummary) String

func (m BdsMetastoreConfigurationSummary) String() string

type ChangeBdsInstanceCompartmentDetails

ChangeBdsInstanceCompartmentDetails Move a Cluster to a Different Compartment

type ChangeBdsInstanceCompartmentDetails struct {

    // The OCID of the compartment.
    CompartmentId *string `mandatory:"true" json:"compartmentId"`
}

func (ChangeBdsInstanceCompartmentDetails) String

func (m ChangeBdsInstanceCompartmentDetails) String() string

type ChangeBdsInstanceCompartmentRequest

ChangeBdsInstanceCompartmentRequest wrapper for the ChangeBdsInstanceCompartment operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/ChangeBdsInstanceCompartment.go.html to see an example of how to use ChangeBdsInstanceCompartmentRequest.

type ChangeBdsInstanceCompartmentRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // Details for the comparment change.
    ChangeBdsInstanceCompartmentDetails `contributesTo:"body"`

    // The client request ID for tracing.
    OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`

    // 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"`

    // 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"`

    // 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 (ChangeBdsInstanceCompartmentRequest) BinaryRequestBody

func (request ChangeBdsInstanceCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (ChangeBdsInstanceCompartmentRequest) HTTPRequest

func (request ChangeBdsInstanceCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (ChangeBdsInstanceCompartmentRequest) RetryPolicy

func (request ChangeBdsInstanceCompartmentRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (ChangeBdsInstanceCompartmentRequest) String

func (request ChangeBdsInstanceCompartmentRequest) String() string

type ChangeBdsInstanceCompartmentResponse

ChangeBdsInstanceCompartmentResponse wrapper for the ChangeBdsInstanceCompartment operation

type ChangeBdsInstanceCompartmentResponse 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 request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`
}

func (ChangeBdsInstanceCompartmentResponse) HTTPResponse

func (response ChangeBdsInstanceCompartmentResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (ChangeBdsInstanceCompartmentResponse) String

func (response ChangeBdsInstanceCompartmentResponse) String() string

type ChangeShapeDetails

ChangeShapeDetails Resize details specified for individual nodes.

type ChangeShapeDetails struct {

    // Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
    ClusterAdminPassword *string `mandatory:"true" json:"clusterAdminPassword"`

    Nodes *ChangeShapeNodes `mandatory:"true" json:"nodes"`
}

func (ChangeShapeDetails) String

func (m ChangeShapeDetails) String() string

type ChangeShapeNodes

ChangeShapeNodes Individual worker nodes groups details.

type ChangeShapeNodes struct {

    // Change shape of worker nodes to the desired target shape. Only VM_STANDARD shapes are allowed here.
    Worker *string `mandatory:"false" json:"worker"`

    // Change shape of master nodes to the desired target shape. Only VM_STANDARD shapes are allowed here.
    Master *string `mandatory:"false" json:"master"`

    // Change shape of utility nodes to the desired target shape. Only VM_STANDARD shapes are allowed here.
    Utility *string `mandatory:"false" json:"utility"`

    // Change shape of the Cloud SQL node to the desired target shape. Only VM_STANDARD shapes are allowed here.
    Cloudsql *string `mandatory:"false" json:"cloudsql"`
}

func (ChangeShapeNodes) String

func (m ChangeShapeNodes) String() string

type ChangeShapeRequest

ChangeShapeRequest wrapper for the ChangeShape operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/ChangeShape.go.html to see an example of how to use ChangeShapeRequest.

type ChangeShapeRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // Individual change shape settings per node type. You can change the shape of master, worker, utility and Cloud SQL nodes.
    ChangeShapeDetails `contributesTo:"body"`

    // The client request ID for tracing.
    OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`

    // 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"`

    // 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"`

    // 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 (ChangeShapeRequest) BinaryRequestBody

func (request ChangeShapeRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (ChangeShapeRequest) HTTPRequest

func (request ChangeShapeRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (ChangeShapeRequest) RetryPolicy

func (request ChangeShapeRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (ChangeShapeRequest) String

func (request ChangeShapeRequest) String() string

type ChangeShapeResponse

ChangeShapeResponse wrapper for the ChangeShape operation

type ChangeShapeResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (ChangeShapeResponse) HTTPResponse

func (response ChangeShapeResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (ChangeShapeResponse) String

func (response ChangeShapeResponse) String() string

type CloudSqlDetails

CloudSqlDetails The information about added Cloud SQL capability

type CloudSqlDetails struct {

    // Shape of the node
    Shape *string `mandatory:"true" json:"shape"`

    // IP address of the Cloud SQL node.
    IpAddress *string `mandatory:"true" json:"ipAddress"`

    // The size of block volume in GB that needs to be attached to a given node.
    // All the necessary details needed for attachment are managed by service itself.
    BlockVolumeSizeInGBs *int64 `mandatory:"false" json:"blockVolumeSizeInGBs"`

    // Boolean flag specifying whether or not Kerberos principals are mapped
    // to database users.
    IsKerberosMappedToDatabaseUsers *bool `mandatory:"false" json:"isKerberosMappedToDatabaseUsers"`

    // Details about the Kerberos principals.
    KerberosDetails []KerberosDetails `mandatory:"false" json:"kerberosDetails"`
}

func (CloudSqlDetails) String

func (m CloudSqlDetails) String() string

type ClusterDetails

ClusterDetails Specific info about a Hadoop cluster

type ClusterDetails struct {

    // The time the cluster was created, shown as an RFC 3339 formatted datetime string.
    TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"`

    // BDA version installed in the cluster
    BdaVersion *string `mandatory:"false" json:"bdaVersion"`

    // Big Data Manager version installed in the cluster.
    BdmVersion *string `mandatory:"false" json:"bdmVersion"`

    // Big Data Service version installed in the cluster.
    BdsVersion *string `mandatory:"false" json:"bdsVersion"`

    // Oracle Linux version installed in the cluster.
    OsVersion *string `mandatory:"false" json:"osVersion"`

    // Cloud SQL query server database version.
    DbVersion *string `mandatory:"false" json:"dbVersion"`

    // Cloud SQL cell version.
    BdCellVersion *string `mandatory:"false" json:"bdCellVersion"`

    // Big Data SQL version.
    CsqlCellVersion *string `mandatory:"false" json:"csqlCellVersion"`

    // The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
    TimeRefreshed *common.SDKTime `mandatory:"false" json:"timeRefreshed"`

    // The URL of Cloudera Manager
    ClouderaManagerUrl *string `mandatory:"false" json:"clouderaManagerUrl"`

    // The URL of Ambari
    AmbariUrl *string `mandatory:"false" json:"ambariUrl"`

    // The URL of Big Data Manager.
    BigDataManagerUrl *string `mandatory:"false" json:"bigDataManagerUrl"`

    // The URL of the Hue server.
    HueServerUrl *string `mandatory:"false" json:"hueServerUrl"`
}

func (ClusterDetails) String

func (m ClusterDetails) String() string

type CreateBdsApiKeyDetails

CreateBdsApiKeyDetails API key created on user's behalf.

type CreateBdsApiKeyDetails struct {

    // The OCID of the user for whom this new generated API key pair will be created.
    UserId *string `mandatory:"true" json:"userId"`

    // Base64 passphrase used to secure the private key which will be created on user behalf.
    Passphrase *string `mandatory:"true" json:"passphrase"`

    // User friendly identifier used to uniquely differentiate between different API keys associated with this Big Data Service cluster.
    // Only ASCII alphanumeric characters with no spaces allowed.
    KeyAlias *string `mandatory:"true" json:"keyAlias"`

    // The name of the region to establish the Object Storage endpoint. See https://docs.oracle.com/en-us/iaas/api/#/en/identity/20160918/Region/
    // for additional information.
    DefaultRegion *string `mandatory:"false" json:"defaultRegion"`
}

func (CreateBdsApiKeyDetails) String

func (m CreateBdsApiKeyDetails) String() string

type CreateBdsApiKeyRequest

CreateBdsApiKeyRequest wrapper for the CreateBdsApiKey operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/CreateBdsApiKey.go.html to see an example of how to use CreateBdsApiKeyRequest.

type CreateBdsApiKeyRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // Create a new user's API key.
    CreateBdsApiKeyDetails `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 (CreateBdsApiKeyRequest) BinaryRequestBody

func (request CreateBdsApiKeyRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (CreateBdsApiKeyRequest) HTTPRequest

func (request CreateBdsApiKeyRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (CreateBdsApiKeyRequest) RetryPolicy

func (request CreateBdsApiKeyRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (CreateBdsApiKeyRequest) String

func (request CreateBdsApiKeyRequest) String() string

type CreateBdsApiKeyResponse

CreateBdsApiKeyResponse wrapper for the CreateBdsApiKey operation

type CreateBdsApiKeyResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (CreateBdsApiKeyResponse) HTTPResponse

func (response CreateBdsApiKeyResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (CreateBdsApiKeyResponse) String

func (response CreateBdsApiKeyResponse) String() string

type CreateBdsInstanceDetails

CreateBdsInstanceDetails The information about the new cluster.

type CreateBdsInstanceDetails struct {

    // The OCID of the compartment.
    CompartmentId *string `mandatory:"true" json:"compartmentId"`

    // Name of the Big Data Service cluster.
    DisplayName *string `mandatory:"true" json:"displayName"`

    // Version of the Hadoop distribution.
    ClusterVersion BdsInstanceClusterVersionEnum `mandatory:"true" json:"clusterVersion"`

    // The SSH public key used to authenticate the cluster connection.
    ClusterPublicKey *string `mandatory:"true" json:"clusterPublicKey"`

    // Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
    ClusterAdminPassword *string `mandatory:"true" json:"clusterAdminPassword"`

    // Boolean flag specifying whether or not the cluster is highly available (HA).
    IsHighAvailability *bool `mandatory:"true" json:"isHighAvailability"`

    // Boolean flag specifying whether or not the cluster should be set up as secure.
    IsSecure *bool `mandatory:"true" json:"isSecure"`

    // The list of nodes in the Big Data Service cluster.
    Nodes []CreateNodeDetails `mandatory:"true" json:"nodes"`

    NetworkConfig *NetworkConfig `mandatory:"false" json:"networkConfig"`

    // Simple key-value pair that is applied without any predefined name, type, or scope.
    // Exists for cross-compatibility only. For 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.
    // For example, `{"foo-namespace": {"bar-key": "value"}}`
    DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"`
}

func (CreateBdsInstanceDetails) String

func (m CreateBdsInstanceDetails) String() string

type CreateBdsInstanceRequest

CreateBdsInstanceRequest wrapper for the CreateBdsInstance operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/CreateBdsInstance.go.html to see an example of how to use CreateBdsInstanceRequest.

type CreateBdsInstanceRequest struct {

    // Details for the new cluster.
    CreateBdsInstanceDetails `contributesTo:"body"`

    // The client request ID for tracing.
    OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`

    // 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"`

    // 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 (CreateBdsInstanceRequest) BinaryRequestBody

func (request CreateBdsInstanceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (CreateBdsInstanceRequest) HTTPRequest

func (request CreateBdsInstanceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (CreateBdsInstanceRequest) RetryPolicy

func (request CreateBdsInstanceRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (CreateBdsInstanceRequest) String

func (request CreateBdsInstanceRequest) String() string

type CreateBdsInstanceResponse

CreateBdsInstanceResponse wrapper for the CreateBdsInstance operation

type CreateBdsInstanceResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (CreateBdsInstanceResponse) HTTPResponse

func (response CreateBdsInstanceResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (CreateBdsInstanceResponse) String

func (response CreateBdsInstanceResponse) String() string

type CreateBdsMetastoreConfigurationDetails

CreateBdsMetastoreConfigurationDetails The request body when creating BDS metastore configuration.

type CreateBdsMetastoreConfigurationDetails struct {

    // The OCID of the Data Catalog metastore.
    MetastoreId *string `mandatory:"true" json:"metastoreId"`

    // The ID of BDS Api Key used for Data Catalog metastore integration.
    BdsApiKeyId *string `mandatory:"true" json:"bdsApiKeyId"`

    // Base-64 encoded passphrase of the BDS Api Key.
    BdsApiKeyPassphrase *string `mandatory:"true" json:"bdsApiKeyPassphrase"`

    // Base-64 encoded password for the cluster admin user.
    ClusterAdminPassword *string `mandatory:"true" json:"clusterAdminPassword"`

    // The display name of the metastore configuration
    DisplayName *string `mandatory:"false" json:"displayName"`
}

func (CreateBdsMetastoreConfigurationDetails) String

func (m CreateBdsMetastoreConfigurationDetails) String() string

type CreateBdsMetastoreConfigurationRequest

CreateBdsMetastoreConfigurationRequest wrapper for the CreateBdsMetastoreConfiguration operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/CreateBdsMetastoreConfiguration.go.html to see an example of how to use CreateBdsMetastoreConfigurationRequest.

type CreateBdsMetastoreConfigurationRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // The request body when creating and activating external metastore configuration.
    CreateBdsMetastoreConfigurationDetails `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 (CreateBdsMetastoreConfigurationRequest) BinaryRequestBody

func (request CreateBdsMetastoreConfigurationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (CreateBdsMetastoreConfigurationRequest) HTTPRequest

func (request CreateBdsMetastoreConfigurationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (CreateBdsMetastoreConfigurationRequest) RetryPolicy

func (request CreateBdsMetastoreConfigurationRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (CreateBdsMetastoreConfigurationRequest) String

func (request CreateBdsMetastoreConfigurationRequest) String() string

type CreateBdsMetastoreConfigurationResponse

CreateBdsMetastoreConfigurationResponse wrapper for the CreateBdsMetastoreConfiguration operation

type CreateBdsMetastoreConfigurationResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (CreateBdsMetastoreConfigurationResponse) HTTPResponse

func (response CreateBdsMetastoreConfigurationResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (CreateBdsMetastoreConfigurationResponse) String

func (response CreateBdsMetastoreConfigurationResponse) String() string

type CreateNodeDetails

CreateNodeDetails The information about the new node.

type CreateNodeDetails struct {

    // The Big Data Service cluster node type.
    NodeType NodeNodeTypeEnum `mandatory:"true" json:"nodeType"`

    // Shape of the node.
    Shape *string `mandatory:"true" json:"shape"`

    // The size of block volume in GB to be attached to a given node. All the
    // details needed for attaching the block volume are managed by service itself.
    BlockVolumeSizeInGBs *int64 `mandatory:"true" json:"blockVolumeSizeInGBs"`

    // The OCID of the subnet in which the node will be created.
    SubnetId *string `mandatory:"true" json:"subnetId"`
}

func (CreateNodeDetails) String

func (m CreateNodeDetails) String() string

type DefaultError

DefaultError Error Information.

type DefaultError struct {

    // A short error code that defines the error, meant for programmatic parsing.
    Code *string `mandatory:"true" json:"code"`

    // A human-readable error string.
    Message *string `mandatory:"true" json:"message"`
}

func (DefaultError) String

func (m DefaultError) String() string

type DeleteBdsApiKeyRequest

DeleteBdsApiKeyRequest wrapper for the DeleteBdsApiKey operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/DeleteBdsApiKey.go.html to see an example of how to use DeleteBdsApiKeyRequest.

type DeleteBdsApiKeyRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // The API key identifier.
    ApiKeyId *string `mandatory:"true" contributesTo:"path" name:"apiKeyId"`

    // The client request ID for tracing.
    OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`

    // 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"`

    // 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 (DeleteBdsApiKeyRequest) BinaryRequestBody

func (request DeleteBdsApiKeyRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (DeleteBdsApiKeyRequest) HTTPRequest

func (request DeleteBdsApiKeyRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (DeleteBdsApiKeyRequest) RetryPolicy

func (request DeleteBdsApiKeyRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (DeleteBdsApiKeyRequest) String

func (request DeleteBdsApiKeyRequest) String() string

type DeleteBdsApiKeyResponse

DeleteBdsApiKeyResponse wrapper for the DeleteBdsApiKey operation

type DeleteBdsApiKeyResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (DeleteBdsApiKeyResponse) HTTPResponse

func (response DeleteBdsApiKeyResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (DeleteBdsApiKeyResponse) String

func (response DeleteBdsApiKeyResponse) String() string

type DeleteBdsInstanceRequest

DeleteBdsInstanceRequest wrapper for the DeleteBdsInstance operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/DeleteBdsInstance.go.html to see an example of how to use DeleteBdsInstanceRequest.

type DeleteBdsInstanceRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // The client request ID for tracing.
    OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`

    // 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"`

    // 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 (DeleteBdsInstanceRequest) BinaryRequestBody

func (request DeleteBdsInstanceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (DeleteBdsInstanceRequest) HTTPRequest

func (request DeleteBdsInstanceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (DeleteBdsInstanceRequest) RetryPolicy

func (request DeleteBdsInstanceRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (DeleteBdsInstanceRequest) String

func (request DeleteBdsInstanceRequest) String() string

type DeleteBdsInstanceResponse

DeleteBdsInstanceResponse wrapper for the DeleteBdsInstance operation

type DeleteBdsInstanceResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (DeleteBdsInstanceResponse) HTTPResponse

func (response DeleteBdsInstanceResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (DeleteBdsInstanceResponse) String

func (response DeleteBdsInstanceResponse) String() string

type DeleteBdsMetastoreConfigurationRequest

DeleteBdsMetastoreConfigurationRequest wrapper for the DeleteBdsMetastoreConfiguration operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/DeleteBdsMetastoreConfiguration.go.html to see an example of how to use DeleteBdsMetastoreConfigurationRequest.

type DeleteBdsMetastoreConfigurationRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // The metastore configuration ID
    MetastoreConfigId *string `mandatory:"true" contributesTo:"path" name:"metastoreConfigId"`

    // The client request ID for tracing.
    OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`

    // 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"`

    // 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 (DeleteBdsMetastoreConfigurationRequest) BinaryRequestBody

func (request DeleteBdsMetastoreConfigurationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (DeleteBdsMetastoreConfigurationRequest) HTTPRequest

func (request DeleteBdsMetastoreConfigurationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (DeleteBdsMetastoreConfigurationRequest) RetryPolicy

func (request DeleteBdsMetastoreConfigurationRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (DeleteBdsMetastoreConfigurationRequest) String

func (request DeleteBdsMetastoreConfigurationRequest) String() string

type DeleteBdsMetastoreConfigurationResponse

DeleteBdsMetastoreConfigurationResponse wrapper for the DeleteBdsMetastoreConfiguration operation

type DeleteBdsMetastoreConfigurationResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (DeleteBdsMetastoreConfigurationResponse) HTTPResponse

func (response DeleteBdsMetastoreConfigurationResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (DeleteBdsMetastoreConfigurationResponse) String

func (response DeleteBdsMetastoreConfigurationResponse) String() string

type GetAutoScalingConfigurationRequest

GetAutoScalingConfigurationRequest wrapper for the GetAutoScalingConfiguration operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/GetAutoScalingConfiguration.go.html to see an example of how to use GetAutoScalingConfigurationRequest.

type GetAutoScalingConfigurationRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // Unique Oracle-assigned identifier of the autoscale configuration.
    AutoScalingConfigurationId *string `mandatory:"true" contributesTo:"path" name:"autoScalingConfigurationId"`

    // 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 (GetAutoScalingConfigurationRequest) BinaryRequestBody

func (request GetAutoScalingConfigurationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (GetAutoScalingConfigurationRequest) HTTPRequest

func (request GetAutoScalingConfigurationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (GetAutoScalingConfigurationRequest) RetryPolicy

func (request GetAutoScalingConfigurationRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (GetAutoScalingConfigurationRequest) String

func (request GetAutoScalingConfigurationRequest) String() string

type GetAutoScalingConfigurationResponse

GetAutoScalingConfigurationResponse wrapper for the GetAutoScalingConfiguration operation

type GetAutoScalingConfigurationResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // The AutoScalingConfiguration instance
    AutoScalingConfiguration `presentIn:"body"`

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // For optimistic concurrency control. See `if-match`.
    Etag *string `presentIn:"header" name:"etag"`
}

func (GetAutoScalingConfigurationResponse) HTTPResponse

func (response GetAutoScalingConfigurationResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (GetAutoScalingConfigurationResponse) String

func (response GetAutoScalingConfigurationResponse) String() string

type GetBdsApiKeyRequest

GetBdsApiKeyRequest wrapper for the GetBdsApiKey operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/GetBdsApiKey.go.html to see an example of how to use GetBdsApiKeyRequest.

type GetBdsApiKeyRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // The API key identifier.
    ApiKeyId *string `mandatory:"true" contributesTo:"path" name:"apiKeyId"`

    // 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 (GetBdsApiKeyRequest) BinaryRequestBody

func (request GetBdsApiKeyRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (GetBdsApiKeyRequest) HTTPRequest

func (request GetBdsApiKeyRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (GetBdsApiKeyRequest) RetryPolicy

func (request GetBdsApiKeyRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (GetBdsApiKeyRequest) String

func (request GetBdsApiKeyRequest) String() string

type GetBdsApiKeyResponse

GetBdsApiKeyResponse wrapper for the GetBdsApiKey operation

type GetBdsApiKeyResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // The BdsApiKey instance
    BdsApiKey `presentIn:"body"`

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // For optimistic concurrency control. See `if-match`.
    Etag *string `presentIn:"header" name:"etag"`
}

func (GetBdsApiKeyResponse) HTTPResponse

func (response GetBdsApiKeyResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (GetBdsApiKeyResponse) String

func (response GetBdsApiKeyResponse) String() string

type GetBdsInstanceRequest

GetBdsInstanceRequest wrapper for the GetBdsInstance operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/GetBdsInstance.go.html to see an example of how to use GetBdsInstanceRequest.

type GetBdsInstanceRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // 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 (GetBdsInstanceRequest) BinaryRequestBody

func (request GetBdsInstanceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (GetBdsInstanceRequest) HTTPRequest

func (request GetBdsInstanceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (GetBdsInstanceRequest) RetryPolicy

func (request GetBdsInstanceRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (GetBdsInstanceRequest) String

func (request GetBdsInstanceRequest) String() string

type GetBdsInstanceResponse

GetBdsInstanceResponse wrapper for the GetBdsInstance operation

type GetBdsInstanceResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // The BdsInstance instance
    BdsInstance `presentIn:"body"`

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // For optimistic concurrency control. See `if-match`.
    Etag *string `presentIn:"header" name:"etag"`
}

func (GetBdsInstanceResponse) HTTPResponse

func (response GetBdsInstanceResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (GetBdsInstanceResponse) String

func (response GetBdsInstanceResponse) String() string

type GetBdsMetastoreConfigurationRequest

GetBdsMetastoreConfigurationRequest wrapper for the GetBdsMetastoreConfiguration operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/GetBdsMetastoreConfiguration.go.html to see an example of how to use GetBdsMetastoreConfigurationRequest.

type GetBdsMetastoreConfigurationRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // The metastore configuration ID
    MetastoreConfigId *string `mandatory:"true" contributesTo:"path" name:"metastoreConfigId"`

    // 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 (GetBdsMetastoreConfigurationRequest) BinaryRequestBody

func (request GetBdsMetastoreConfigurationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (GetBdsMetastoreConfigurationRequest) HTTPRequest

func (request GetBdsMetastoreConfigurationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (GetBdsMetastoreConfigurationRequest) RetryPolicy

func (request GetBdsMetastoreConfigurationRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (GetBdsMetastoreConfigurationRequest) String

func (request GetBdsMetastoreConfigurationRequest) String() string

type GetBdsMetastoreConfigurationResponse

GetBdsMetastoreConfigurationResponse wrapper for the GetBdsMetastoreConfiguration operation

type GetBdsMetastoreConfigurationResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // The BdsMetastoreConfiguration instance
    BdsMetastoreConfiguration `presentIn:"body"`

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // For optimistic concurrency control. See `if-match`.
    Etag *string `presentIn:"header" name:"etag"`
}

func (GetBdsMetastoreConfigurationResponse) HTTPResponse

func (response GetBdsMetastoreConfigurationResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (GetBdsMetastoreConfigurationResponse) String

func (response GetBdsMetastoreConfigurationResponse) String() string

type GetWorkRequestRequest

GetWorkRequestRequest wrapper for the GetWorkRequest operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/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 (GetWorkRequestRequest) BinaryRequestBody

func (request GetWorkRequestRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (GetWorkRequestRequest) HTTPRequest

func (request GetWorkRequestRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (GetWorkRequestRequest) RetryPolicy

func (request GetWorkRequestRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (GetWorkRequestRequest) String

func (request GetWorkRequestRequest) String() string

type GetWorkRequestResponse

GetWorkRequestResponse wrapper for the GetWorkRequest operation

type GetWorkRequestResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // The WorkRequest instance
    WorkRequest `presentIn:"body"`

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // A non-negative integer number representing the number of seconds the client should wait before polling
    // this endpoint again.
    RetryAfter *float32 `presentIn:"header" name:"retry-after"`
}

func (GetWorkRequestResponse) HTTPResponse

func (response GetWorkRequestResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (GetWorkRequestResponse) String

func (response GetWorkRequestResponse) String() string

type KerberosDetails

KerberosDetails Details about the Kerberos principals.

type KerberosDetails struct {

    // Name of the Kerberos principal.
    PrincipalName *string `mandatory:"true" json:"principalName"`

    // Location of the keytab file
    KeytabFile *string `mandatory:"true" json:"keytabFile"`
}

func (KerberosDetails) String

func (m KerberosDetails) String() string

type ListAutoScalingConfigurationsRequest

ListAutoScalingConfigurationsRequest wrapper for the ListAutoScalingConfigurations operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/ListAutoScalingConfigurations.go.html to see an example of how to use ListAutoScalingConfigurationsRequest.

type ListAutoScalingConfigurationsRequest struct {

    // The OCID of the compartment.
    CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"`

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // 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"`

    // The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
    SortBy ListAutoScalingConfigurationsSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"`

    // The sort order to use, either 'asc' or 'desc'.
    SortOrder ListAutoScalingConfigurationsSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"`

    // A filter to return only resources that match the entire display name given.
    DisplayName *string `mandatory:"false" contributesTo:"query" name:"displayName"`

    // The state of the autoscale configuration.
    LifecycleState AutoScalingConfigurationLifecycleStateEnum `mandatory:"false" contributesTo:"query" name:"lifecycleState" 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 (ListAutoScalingConfigurationsRequest) BinaryRequestBody

func (request ListAutoScalingConfigurationsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (ListAutoScalingConfigurationsRequest) HTTPRequest

func (request ListAutoScalingConfigurationsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (ListAutoScalingConfigurationsRequest) RetryPolicy

func (request ListAutoScalingConfigurationsRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (ListAutoScalingConfigurationsRequest) String

func (request ListAutoScalingConfigurationsRequest) String() string

type ListAutoScalingConfigurationsResponse

ListAutoScalingConfigurationsResponse wrapper for the ListAutoScalingConfigurations operation

type ListAutoScalingConfigurationsResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // A list of []AutoScalingConfigurationSummary instances
    Items []AutoScalingConfigurationSummary `presentIn:"body"`

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (ListAutoScalingConfigurationsResponse) HTTPResponse

func (response ListAutoScalingConfigurationsResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (ListAutoScalingConfigurationsResponse) String

func (response ListAutoScalingConfigurationsResponse) String() string

type ListAutoScalingConfigurationsSortByEnum

ListAutoScalingConfigurationsSortByEnum Enum with underlying type: string

type ListAutoScalingConfigurationsSortByEnum string

Set of constants representing the allowable values for ListAutoScalingConfigurationsSortByEnum

const (
    ListAutoScalingConfigurationsSortByTimecreated ListAutoScalingConfigurationsSortByEnum = "timeCreated"
    ListAutoScalingConfigurationsSortByDisplayname ListAutoScalingConfigurationsSortByEnum = "displayName"
)

func GetListAutoScalingConfigurationsSortByEnumValues

func GetListAutoScalingConfigurationsSortByEnumValues() []ListAutoScalingConfigurationsSortByEnum

GetListAutoScalingConfigurationsSortByEnumValues Enumerates the set of values for ListAutoScalingConfigurationsSortByEnum

type ListAutoScalingConfigurationsSortOrderEnum

ListAutoScalingConfigurationsSortOrderEnum Enum with underlying type: string

type ListAutoScalingConfigurationsSortOrderEnum string

Set of constants representing the allowable values for ListAutoScalingConfigurationsSortOrderEnum

const (
    ListAutoScalingConfigurationsSortOrderAsc  ListAutoScalingConfigurationsSortOrderEnum = "ASC"
    ListAutoScalingConfigurationsSortOrderDesc ListAutoScalingConfigurationsSortOrderEnum = "DESC"
)

func GetListAutoScalingConfigurationsSortOrderEnumValues

func GetListAutoScalingConfigurationsSortOrderEnumValues() []ListAutoScalingConfigurationsSortOrderEnum

GetListAutoScalingConfigurationsSortOrderEnumValues Enumerates the set of values for ListAutoScalingConfigurationsSortOrderEnum

type ListBdsApiKeysRequest

ListBdsApiKeysRequest wrapper for the ListBdsApiKeys operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/ListBdsApiKeys.go.html to see an example of how to use ListBdsApiKeysRequest.

type ListBdsApiKeysRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // The state of the API key.
    LifecycleState BdsApiKeyLifecycleStateEnum `mandatory:"false" contributesTo:"query" name:"lifecycleState" omitEmpty:"true"`

    // The OCID of the user for whom the API key belongs.
    UserId *string `mandatory:"false" contributesTo:"query" name:"userId"`

    // 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"`

    // The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
    SortBy ListBdsApiKeysSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"`

    // The sort order to use, either 'asc' or 'desc'.
    SortOrder ListBdsApiKeysSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"`

    // A filter to return only resources that match the entire display name given.
    DisplayName *string `mandatory:"false" contributesTo:"query" name:"displayName"`

    // 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 (ListBdsApiKeysRequest) BinaryRequestBody

func (request ListBdsApiKeysRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (ListBdsApiKeysRequest) HTTPRequest

func (request ListBdsApiKeysRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (ListBdsApiKeysRequest) RetryPolicy

func (request ListBdsApiKeysRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (ListBdsApiKeysRequest) String

func (request ListBdsApiKeysRequest) String() string

type ListBdsApiKeysResponse

ListBdsApiKeysResponse wrapper for the ListBdsApiKeys operation

type ListBdsApiKeysResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // A list of []BdsApiKeySummary instances
    Items []BdsApiKeySummary `presentIn:"body"`

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (ListBdsApiKeysResponse) HTTPResponse

func (response ListBdsApiKeysResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (ListBdsApiKeysResponse) String

func (response ListBdsApiKeysResponse) String() string

type ListBdsApiKeysSortByEnum

ListBdsApiKeysSortByEnum Enum with underlying type: string

type ListBdsApiKeysSortByEnum string

Set of constants representing the allowable values for ListBdsApiKeysSortByEnum

const (
    ListBdsApiKeysSortByTimecreated ListBdsApiKeysSortByEnum = "timeCreated"
    ListBdsApiKeysSortByDisplayname ListBdsApiKeysSortByEnum = "displayName"
)

func GetListBdsApiKeysSortByEnumValues

func GetListBdsApiKeysSortByEnumValues() []ListBdsApiKeysSortByEnum

GetListBdsApiKeysSortByEnumValues Enumerates the set of values for ListBdsApiKeysSortByEnum

type ListBdsApiKeysSortOrderEnum

ListBdsApiKeysSortOrderEnum Enum with underlying type: string

type ListBdsApiKeysSortOrderEnum string

Set of constants representing the allowable values for ListBdsApiKeysSortOrderEnum

const (
    ListBdsApiKeysSortOrderAsc  ListBdsApiKeysSortOrderEnum = "ASC"
    ListBdsApiKeysSortOrderDesc ListBdsApiKeysSortOrderEnum = "DESC"
)

func GetListBdsApiKeysSortOrderEnumValues

func GetListBdsApiKeysSortOrderEnumValues() []ListBdsApiKeysSortOrderEnum

GetListBdsApiKeysSortOrderEnumValues Enumerates the set of values for ListBdsApiKeysSortOrderEnum

type ListBdsInstancesRequest

ListBdsInstancesRequest wrapper for the ListBdsInstances operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/ListBdsInstances.go.html to see an example of how to use ListBdsInstancesRequest.

type ListBdsInstancesRequest struct {

    // The OCID of the compartment.
    CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"`

    // The state of the cluster.
    LifecycleState BdsInstanceLifecycleStateEnum `mandatory:"false" contributesTo:"query" name:"lifecycleState" omitEmpty:"true"`

    // 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"`

    // The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
    SortBy ListBdsInstancesSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"`

    // The sort order to use, either 'asc' or 'desc'.
    SortOrder ListBdsInstancesSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"`

    // A filter to return only resources that match the entire display name given.
    DisplayName *string `mandatory:"false" contributesTo:"query" name:"displayName"`

    // 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 (ListBdsInstancesRequest) BinaryRequestBody

func (request ListBdsInstancesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (ListBdsInstancesRequest) HTTPRequest

func (request ListBdsInstancesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (ListBdsInstancesRequest) RetryPolicy

func (request ListBdsInstancesRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (ListBdsInstancesRequest) String

func (request ListBdsInstancesRequest) String() string

type ListBdsInstancesResponse

ListBdsInstancesResponse wrapper for the ListBdsInstances operation

type ListBdsInstancesResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // A list of []BdsInstanceSummary instances
    Items []BdsInstanceSummary `presentIn:"body"`

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (ListBdsInstancesResponse) HTTPResponse

func (response ListBdsInstancesResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (ListBdsInstancesResponse) String

func (response ListBdsInstancesResponse) String() string

type ListBdsInstancesSortByEnum

ListBdsInstancesSortByEnum Enum with underlying type: string

type ListBdsInstancesSortByEnum string

Set of constants representing the allowable values for ListBdsInstancesSortByEnum

const (
    ListBdsInstancesSortByTimecreated ListBdsInstancesSortByEnum = "timeCreated"
    ListBdsInstancesSortByDisplayname ListBdsInstancesSortByEnum = "displayName"
)

func GetListBdsInstancesSortByEnumValues

func GetListBdsInstancesSortByEnumValues() []ListBdsInstancesSortByEnum

GetListBdsInstancesSortByEnumValues Enumerates the set of values for ListBdsInstancesSortByEnum

type ListBdsInstancesSortOrderEnum

ListBdsInstancesSortOrderEnum Enum with underlying type: string

type ListBdsInstancesSortOrderEnum string

Set of constants representing the allowable values for ListBdsInstancesSortOrderEnum

const (
    ListBdsInstancesSortOrderAsc  ListBdsInstancesSortOrderEnum = "ASC"
    ListBdsInstancesSortOrderDesc ListBdsInstancesSortOrderEnum = "DESC"
)

func GetListBdsInstancesSortOrderEnumValues

func GetListBdsInstancesSortOrderEnumValues() []ListBdsInstancesSortOrderEnum

GetListBdsInstancesSortOrderEnumValues Enumerates the set of values for ListBdsInstancesSortOrderEnum

type ListBdsMetastoreConfigurationsRequest

ListBdsMetastoreConfigurationsRequest wrapper for the ListBdsMetastoreConfigurations operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/ListBdsMetastoreConfigurations.go.html to see an example of how to use ListBdsMetastoreConfigurationsRequest.

type ListBdsMetastoreConfigurationsRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // The type of the metastore in the metastore configuration
    MetastoreType BdsMetastoreConfigurationMetastoreTypeEnum `mandatory:"false" contributesTo:"query" name:"metastoreType" omitEmpty:"true"`

    // The OCID of the Data Catalog metastore in the metastore configuration
    MetastoreId *string `mandatory:"false" contributesTo:"query" name:"metastoreId"`

    // The lifecycle state of the metastore in the metastore configuration
    LifecycleState BdsMetastoreConfigurationLifecycleStateEnum `mandatory:"false" contributesTo:"query" name:"lifecycleState" omitEmpty:"true"`

    // The ID of the API key that is associated with the external metastore in the metastore configuration
    BdsApiKeyId *string `mandatory:"false" contributesTo:"query" name:"bdsApiKeyId"`

    // 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"`

    // The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
    SortBy ListBdsMetastoreConfigurationsSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"`

    // The sort order to use, either 'asc' or 'desc'.
    SortOrder ListBdsMetastoreConfigurationsSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"`

    // A filter to return only resources that match the entire display name given.
    DisplayName *string `mandatory:"false" contributesTo:"query" name:"displayName"`

    // 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 (ListBdsMetastoreConfigurationsRequest) BinaryRequestBody

func (request ListBdsMetastoreConfigurationsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (ListBdsMetastoreConfigurationsRequest) HTTPRequest

func (request ListBdsMetastoreConfigurationsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (ListBdsMetastoreConfigurationsRequest) RetryPolicy

func (request ListBdsMetastoreConfigurationsRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (ListBdsMetastoreConfigurationsRequest) String

func (request ListBdsMetastoreConfigurationsRequest) String() string

type ListBdsMetastoreConfigurationsResponse

ListBdsMetastoreConfigurationsResponse wrapper for the ListBdsMetastoreConfigurations operation

type ListBdsMetastoreConfigurationsResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // A list of []BdsMetastoreConfigurationSummary instances
    Items []BdsMetastoreConfigurationSummary `presentIn:"body"`

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (ListBdsMetastoreConfigurationsResponse) HTTPResponse

func (response ListBdsMetastoreConfigurationsResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (ListBdsMetastoreConfigurationsResponse) String

func (response ListBdsMetastoreConfigurationsResponse) String() string

type ListBdsMetastoreConfigurationsSortByEnum

ListBdsMetastoreConfigurationsSortByEnum Enum with underlying type: string

type ListBdsMetastoreConfigurationsSortByEnum string

Set of constants representing the allowable values for ListBdsMetastoreConfigurationsSortByEnum

const (
    ListBdsMetastoreConfigurationsSortByTimecreated ListBdsMetastoreConfigurationsSortByEnum = "timeCreated"
    ListBdsMetastoreConfigurationsSortByDisplayname ListBdsMetastoreConfigurationsSortByEnum = "displayName"
)

func GetListBdsMetastoreConfigurationsSortByEnumValues

func GetListBdsMetastoreConfigurationsSortByEnumValues() []ListBdsMetastoreConfigurationsSortByEnum

GetListBdsMetastoreConfigurationsSortByEnumValues Enumerates the set of values for ListBdsMetastoreConfigurationsSortByEnum

type ListBdsMetastoreConfigurationsSortOrderEnum

ListBdsMetastoreConfigurationsSortOrderEnum Enum with underlying type: string

type ListBdsMetastoreConfigurationsSortOrderEnum string

Set of constants representing the allowable values for ListBdsMetastoreConfigurationsSortOrderEnum

const (
    ListBdsMetastoreConfigurationsSortOrderAsc  ListBdsMetastoreConfigurationsSortOrderEnum = "ASC"
    ListBdsMetastoreConfigurationsSortOrderDesc ListBdsMetastoreConfigurationsSortOrderEnum = "DESC"
)

func GetListBdsMetastoreConfigurationsSortOrderEnumValues

func GetListBdsMetastoreConfigurationsSortOrderEnumValues() []ListBdsMetastoreConfigurationsSortOrderEnum

GetListBdsMetastoreConfigurationsSortOrderEnumValues Enumerates the set of values for ListBdsMetastoreConfigurationsSortOrderEnum

type ListWorkRequestErrorsRequest

ListWorkRequestErrorsRequest wrapper for the ListWorkRequestErrors operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/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 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"`

    // The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
    SortBy ListWorkRequestErrorsSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"`

    // The sort order to use, either 'asc' or 'desc'.
    SortOrder ListWorkRequestErrorsSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" 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 (ListWorkRequestErrorsRequest) BinaryRequestBody

func (request ListWorkRequestErrorsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (ListWorkRequestErrorsRequest) HTTPRequest

func (request ListWorkRequestErrorsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (ListWorkRequestErrorsRequest) RetryPolicy

func (request ListWorkRequestErrorsRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (ListWorkRequestErrorsRequest) String

func (request ListWorkRequestErrorsRequest) String() string

type ListWorkRequestErrorsResponse

ListWorkRequestErrorsResponse wrapper for the ListWorkRequestErrors operation

type ListWorkRequestErrorsResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // A list of []WorkRequestError instances
    Items []WorkRequestError `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 request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`
}

func (ListWorkRequestErrorsResponse) HTTPResponse

func (response ListWorkRequestErrorsResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (ListWorkRequestErrorsResponse) String

func (response ListWorkRequestErrorsResponse) String() string

type ListWorkRequestErrorsSortByEnum

ListWorkRequestErrorsSortByEnum Enum with underlying type: string

type ListWorkRequestErrorsSortByEnum string

Set of constants representing the allowable values for ListWorkRequestErrorsSortByEnum

const (
    ListWorkRequestErrorsSortByTimecreated ListWorkRequestErrorsSortByEnum = "timeCreated"
    ListWorkRequestErrorsSortByDisplayname ListWorkRequestErrorsSortByEnum = "displayName"
)

func GetListWorkRequestErrorsSortByEnumValues

func GetListWorkRequestErrorsSortByEnumValues() []ListWorkRequestErrorsSortByEnum

GetListWorkRequestErrorsSortByEnumValues Enumerates the set of values for ListWorkRequestErrorsSortByEnum

type ListWorkRequestErrorsSortOrderEnum

ListWorkRequestErrorsSortOrderEnum Enum with underlying type: string

type ListWorkRequestErrorsSortOrderEnum string

Set of constants representing the allowable values for ListWorkRequestErrorsSortOrderEnum

const (
    ListWorkRequestErrorsSortOrderAsc  ListWorkRequestErrorsSortOrderEnum = "ASC"
    ListWorkRequestErrorsSortOrderDesc ListWorkRequestErrorsSortOrderEnum = "DESC"
)

func GetListWorkRequestErrorsSortOrderEnumValues

func GetListWorkRequestErrorsSortOrderEnumValues() []ListWorkRequestErrorsSortOrderEnum

GetListWorkRequestErrorsSortOrderEnumValues Enumerates the set of values for ListWorkRequestErrorsSortOrderEnum

type ListWorkRequestLogsRequest

ListWorkRequestLogsRequest wrapper for the ListWorkRequestLogs operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/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 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"`

    // The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
    SortBy ListWorkRequestLogsSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"`

    // The sort order to use, either 'asc' or 'desc'.
    SortOrder ListWorkRequestLogsSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" 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 (ListWorkRequestLogsRequest) BinaryRequestBody

func (request ListWorkRequestLogsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (ListWorkRequestLogsRequest) HTTPRequest

func (request ListWorkRequestLogsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (ListWorkRequestLogsRequest) RetryPolicy

func (request ListWorkRequestLogsRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (ListWorkRequestLogsRequest) String

func (request ListWorkRequestLogsRequest) String() string

type ListWorkRequestLogsResponse

ListWorkRequestLogsResponse wrapper for the ListWorkRequestLogs operation

type ListWorkRequestLogsResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // A list of []WorkRequestLogEntry instances
    Items []WorkRequestLogEntry `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 request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`
}

func (ListWorkRequestLogsResponse) HTTPResponse

func (response ListWorkRequestLogsResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (ListWorkRequestLogsResponse) String

func (response ListWorkRequestLogsResponse) String() string

type ListWorkRequestLogsSortByEnum

ListWorkRequestLogsSortByEnum Enum with underlying type: string

type ListWorkRequestLogsSortByEnum string

Set of constants representing the allowable values for ListWorkRequestLogsSortByEnum

const (
    ListWorkRequestLogsSortByTimecreated ListWorkRequestLogsSortByEnum = "timeCreated"
    ListWorkRequestLogsSortByDisplayname ListWorkRequestLogsSortByEnum = "displayName"
)

func GetListWorkRequestLogsSortByEnumValues

func GetListWorkRequestLogsSortByEnumValues() []ListWorkRequestLogsSortByEnum

GetListWorkRequestLogsSortByEnumValues Enumerates the set of values for ListWorkRequestLogsSortByEnum

type ListWorkRequestLogsSortOrderEnum

ListWorkRequestLogsSortOrderEnum Enum with underlying type: string

type ListWorkRequestLogsSortOrderEnum string

Set of constants representing the allowable values for ListWorkRequestLogsSortOrderEnum

const (
    ListWorkRequestLogsSortOrderAsc  ListWorkRequestLogsSortOrderEnum = "ASC"
    ListWorkRequestLogsSortOrderDesc ListWorkRequestLogsSortOrderEnum = "DESC"
)

func GetListWorkRequestLogsSortOrderEnumValues

func GetListWorkRequestLogsSortOrderEnumValues() []ListWorkRequestLogsSortOrderEnum

GetListWorkRequestLogsSortOrderEnumValues Enumerates the set of values for ListWorkRequestLogsSortOrderEnum

type ListWorkRequestsRequest

ListWorkRequestsRequest wrapper for the ListWorkRequests operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/ListWorkRequests.go.html to see an example of how to use ListWorkRequestsRequest.

type ListWorkRequestsRequest struct {

    // The OCID of the compartment.
    CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"`

    // The OCID of the resource.
    ResourceId *string `mandatory:"false" contributesTo:"query" name:"resourceId"`

    // 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"`

    // The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
    SortBy ListWorkRequestsSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"`

    // The sort order to use, either 'asc' or 'desc'.
    SortOrder ListWorkRequestsSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" 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 (ListWorkRequestsRequest) BinaryRequestBody

func (request ListWorkRequestsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (ListWorkRequestsRequest) HTTPRequest

func (request ListWorkRequestsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (ListWorkRequestsRequest) RetryPolicy

func (request ListWorkRequestsRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (ListWorkRequestsRequest) String

func (request ListWorkRequestsRequest) String() string

type ListWorkRequestsResponse

ListWorkRequestsResponse wrapper for the ListWorkRequests operation

type ListWorkRequestsResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // A list of []WorkRequest instances
    Items []WorkRequest `presentIn:"body"`

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (ListWorkRequestsResponse) HTTPResponse

func (response ListWorkRequestsResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (ListWorkRequestsResponse) String

func (response ListWorkRequestsResponse) String() string

type ListWorkRequestsSortByEnum

ListWorkRequestsSortByEnum Enum with underlying type: string

type ListWorkRequestsSortByEnum string

Set of constants representing the allowable values for ListWorkRequestsSortByEnum

const (
    ListWorkRequestsSortByTimecreated ListWorkRequestsSortByEnum = "timeCreated"
    ListWorkRequestsSortByDisplayname ListWorkRequestsSortByEnum = "displayName"
)

func GetListWorkRequestsSortByEnumValues

func GetListWorkRequestsSortByEnumValues() []ListWorkRequestsSortByEnum

GetListWorkRequestsSortByEnumValues Enumerates the set of values for ListWorkRequestsSortByEnum

type ListWorkRequestsSortOrderEnum

ListWorkRequestsSortOrderEnum Enum with underlying type: string

type ListWorkRequestsSortOrderEnum string

Set of constants representing the allowable values for ListWorkRequestsSortOrderEnum

const (
    ListWorkRequestsSortOrderAsc  ListWorkRequestsSortOrderEnum = "ASC"
    ListWorkRequestsSortOrderDesc ListWorkRequestsSortOrderEnum = "DESC"
)

func GetListWorkRequestsSortOrderEnumValues

func GetListWorkRequestsSortOrderEnumValues() []ListWorkRequestsSortOrderEnum

GetListWorkRequestsSortOrderEnumValues Enumerates the set of values for ListWorkRequestsSortOrderEnum

type MetricThresholdRule

MetricThresholdRule An autoscale action is triggered when a performance metric meets or exceeds a threshold.

type MetricThresholdRule struct {

    // This value is the minimum period of time the metric value meets or exceeds the threshold value before the action is triggered. The value is in minutes.
    DurationInMinutes *int `mandatory:"true" json:"durationInMinutes"`

    // The comparison operator to use. Options are greater than (GT) or less than (LT).
    Operator MetricThresholdRuleOperatorEnum `mandatory:"true" json:"operator"`

    // Integer non-negative value. 0 < value < 100
    Value *int `mandatory:"true" json:"value"`
}

func (MetricThresholdRule) String

func (m MetricThresholdRule) String() string

type MetricThresholdRuleOperatorEnum

MetricThresholdRuleOperatorEnum Enum with underlying type: string

type MetricThresholdRuleOperatorEnum string

Set of constants representing the allowable values for MetricThresholdRuleOperatorEnum

const (
    MetricThresholdRuleOperatorGt MetricThresholdRuleOperatorEnum = "GT"
    MetricThresholdRuleOperatorLt MetricThresholdRuleOperatorEnum = "LT"
)

func GetMetricThresholdRuleOperatorEnumValues

func GetMetricThresholdRuleOperatorEnumValues() []MetricThresholdRuleOperatorEnum

GetMetricThresholdRuleOperatorEnumValues Enumerates the set of values for MetricThresholdRuleOperatorEnum

type NetworkConfig

NetworkConfig Additional configuration of the user's network.

type NetworkConfig struct {

    // A boolean flag whether to configure a NAT gateway.
    IsNatGatewayRequired *bool `mandatory:"false" json:"isNatGatewayRequired"`

    // The CIDR IP address block of the VCN.
    CidrBlock *string `mandatory:"false" json:"cidrBlock"`
}

func (NetworkConfig) String

func (m NetworkConfig) String() string

type Node

Node Details about a node.

type Node struct {

    // The OCID of the underlying Oracle Cloud Infrastructure Compute instance.
    InstanceId *string `mandatory:"true" json:"instanceId"`

    // The name of the node.
    DisplayName *string `mandatory:"true" json:"displayName"`

    // The state of the node.
    LifecycleState NodeLifecycleStateEnum `mandatory:"true" json:"lifecycleState"`

    // Cluster node type.
    NodeType NodeNodeTypeEnum `mandatory:"true" json:"nodeType"`

    // Shape of the node.
    Shape *string `mandatory:"true" json:"shape"`

    // The OCID of the subnet in which the node is to be created.
    SubnetId *string `mandatory:"true" json:"subnetId"`

    // IP address of the node.
    IpAddress *string `mandatory:"true" json:"ipAddress"`

    // The fingerprint of the SSH key used for node access.
    SshFingerprint *string `mandatory:"true" json:"sshFingerprint"`

    // The name of the availability domain in which the node is running.
    AvailabilityDomain *string `mandatory:"true" json:"availabilityDomain"`

    // The name of the fault domain in which the node is running.
    FaultDomain *string `mandatory:"true" json:"faultDomain"`

    // The time the node was created, shown as an RFC 3339 formatted datetime string.
    TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"`

    // The list of block volumes attached to a given node.
    AttachedBlockVolumes []VolumeAttachmentDetail `mandatory:"false" json:"attachedBlockVolumes"`

    // The fully-qualified hostname (FQDN) of the node.
    Hostname *string `mandatory:"false" json:"hostname"`

    // The OCID of the image from which the node was created.
    ImageId *string `mandatory:"false" json:"imageId"`

    // The time the cluster was updated, shown as an RFC 3339 formatted datetime string.
    TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"`
}

func (Node) String

func (m Node) String() string

type NodeLifecycleStateEnum

NodeLifecycleStateEnum Enum with underlying type: string

type NodeLifecycleStateEnum string

Set of constants representing the allowable values for NodeLifecycleStateEnum

const (
    NodeLifecycleStateCreating NodeLifecycleStateEnum = "CREATING"
    NodeLifecycleStateActive   NodeLifecycleStateEnum = "ACTIVE"
    NodeLifecycleStateInactive NodeLifecycleStateEnum = "INACTIVE"
    NodeLifecycleStateUpdating NodeLifecycleStateEnum = "UPDATING"
    NodeLifecycleStateDeleting NodeLifecycleStateEnum = "DELETING"
    NodeLifecycleStateDeleted  NodeLifecycleStateEnum = "DELETED"
    NodeLifecycleStateFailed   NodeLifecycleStateEnum = "FAILED"
)

func GetNodeLifecycleStateEnumValues

func GetNodeLifecycleStateEnumValues() []NodeLifecycleStateEnum

GetNodeLifecycleStateEnumValues Enumerates the set of values for NodeLifecycleStateEnum

type NodeNodeTypeEnum

NodeNodeTypeEnum Enum with underlying type: string

type NodeNodeTypeEnum string

Set of constants representing the allowable values for NodeNodeTypeEnum

const (
    NodeNodeTypeMaster   NodeNodeTypeEnum = "MASTER"
    NodeNodeTypeEdge     NodeNodeTypeEnum = "EDGE"
    NodeNodeTypeUtility  NodeNodeTypeEnum = "UTILITY"
    NodeNodeTypeWorker   NodeNodeTypeEnum = "WORKER"
    NodeNodeTypeBursting NodeNodeTypeEnum = "BURSTING"
    NodeNodeTypeCloudSql NodeNodeTypeEnum = "CLOUD_SQL"
)

func GetNodeNodeTypeEnumValues

func GetNodeNodeTypeEnumValues() []NodeNodeTypeEnum

GetNodeNodeTypeEnumValues Enumerates the set of values for NodeNodeTypeEnum

type OperationStatusEnum

OperationStatusEnum Enum with underlying type: string

type OperationStatusEnum string

Set of constants representing the allowable values for OperationStatusEnum

const (
    OperationStatusAccepted   OperationStatusEnum = "ACCEPTED"
    OperationStatusInProgress OperationStatusEnum = "IN_PROGRESS"
    OperationStatusFailed     OperationStatusEnum = "FAILED"
    OperationStatusSucceeded  OperationStatusEnum = "SUCCEEDED"
    OperationStatusCanceling  OperationStatusEnum = "CANCELING"
    OperationStatusCanceled   OperationStatusEnum = "CANCELED"
)

func GetOperationStatusEnumValues

func GetOperationStatusEnumValues() []OperationStatusEnum

GetOperationStatusEnumValues Enumerates the set of values for OperationStatusEnum

type OperationTypesEnum

OperationTypesEnum Enum with underlying type: string

type OperationTypesEnum string

Set of constants representing the allowable values for OperationTypesEnum

const (
    OperationTypesCreateBds                 OperationTypesEnum = "CREATE_BDS"
    OperationTypesUpdateBds                 OperationTypesEnum = "UPDATE_BDS"
    OperationTypesDeleteBds                 OperationTypesEnum = "DELETE_BDS"
    OperationTypesAddBlockStorage           OperationTypesEnum = "ADD_BLOCK_STORAGE"
    OperationTypesAddWorkerNodes            OperationTypesEnum = "ADD_WORKER_NODES"
    OperationTypesAddCloudSql               OperationTypesEnum = "ADD_CLOUD_SQL"
    OperationTypesRemoveCloudSql            OperationTypesEnum = "REMOVE_CLOUD_SQL"
    OperationTypesChangeCompartmentForBds   OperationTypesEnum = "CHANGE_COMPARTMENT_FOR_BDS"
    OperationTypesChangeShape               OperationTypesEnum = "CHANGE_SHAPE"
    OperationTypesUpdateInfra               OperationTypesEnum = "UPDATE_INFRA"
    OperationTypesRestartNode               OperationTypesEnum = "RESTART_NODE"
    OperationTypesAutoscaleConfig           OperationTypesEnum = "AUTOSCALE_CONFIG"
    OperationTypesAutoscaleRun              OperationTypesEnum = "AUTOSCALE_RUN"
    OperationTypesCreateApiKey              OperationTypesEnum = "CREATE_API_KEY"
    OperationTypesDeleteApiKey              OperationTypesEnum = "DELETE_API_KEY"
    OperationTypesTestObjectStoreConnection OperationTypesEnum = "TEST_OBJECT_STORE_CONNECTION"
    OperationTypesCreateMetastoreConfig     OperationTypesEnum = "CREATE_METASTORE_CONFIG"
    OperationTypesDeleteMetastoreConfig     OperationTypesEnum = "DELETE_METASTORE_CONFIG"
    OperationTypesUpdateMetastoreConfig     OperationTypesEnum = "UPDATE_METASTORE_CONFIG"
    OperationTypesActivateMetastoreConfig   OperationTypesEnum = "ACTIVATE_METASTORE_CONFIG"
    OperationTypesTestMetastoreConfig       OperationTypesEnum = "TEST_METASTORE_CONFIG"
)

func GetOperationTypesEnumValues

func GetOperationTypesEnumValues() []OperationTypesEnum

GetOperationTypesEnumValues Enumerates the set of values for OperationTypesEnum

type RemoveAutoScalingConfigurationDetails

RemoveAutoScalingConfigurationDetails The information about the removed autoscale configuration.

type RemoveAutoScalingConfigurationDetails struct {

    // Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
    ClusterAdminPassword *string `mandatory:"true" json:"clusterAdminPassword"`
}

func (RemoveAutoScalingConfigurationDetails) String

func (m RemoveAutoScalingConfigurationDetails) String() string

type RemoveAutoScalingConfigurationRequest

RemoveAutoScalingConfigurationRequest wrapper for the RemoveAutoScalingConfiguration operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/RemoveAutoScalingConfiguration.go.html to see an example of how to use RemoveAutoScalingConfigurationRequest.

type RemoveAutoScalingConfigurationRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // Unique Oracle-assigned identifier of the autoscale configuration.
    AutoScalingConfigurationId *string `mandatory:"true" contributesTo:"path" name:"autoScalingConfigurationId"`

    // Details for the autoscale configuration
    RemoveAutoScalingConfigurationDetails `contributesTo:"body"`

    // The client request ID for tracing.
    OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`

    // 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"`

    // 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"`

    // 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 (RemoveAutoScalingConfigurationRequest) BinaryRequestBody

func (request RemoveAutoScalingConfigurationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (RemoveAutoScalingConfigurationRequest) HTTPRequest

func (request RemoveAutoScalingConfigurationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (RemoveAutoScalingConfigurationRequest) RetryPolicy

func (request RemoveAutoScalingConfigurationRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (RemoveAutoScalingConfigurationRequest) String

func (request RemoveAutoScalingConfigurationRequest) String() string

type RemoveAutoScalingConfigurationResponse

RemoveAutoScalingConfigurationResponse wrapper for the RemoveAutoScalingConfiguration operation

type RemoveAutoScalingConfigurationResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (RemoveAutoScalingConfigurationResponse) HTTPResponse

func (response RemoveAutoScalingConfigurationResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (RemoveAutoScalingConfigurationResponse) String

func (response RemoveAutoScalingConfigurationResponse) String() string

type RemoveCloudSqlDetails

RemoveCloudSqlDetails The information about the Cloud SQL installation that was removed.

type RemoveCloudSqlDetails struct {

    // Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
    ClusterAdminPassword *string `mandatory:"true" json:"clusterAdminPassword"`
}

func (RemoveCloudSqlDetails) String

func (m RemoveCloudSqlDetails) String() string

type RemoveCloudSqlRequest

RemoveCloudSqlRequest wrapper for the RemoveCloudSql operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/RemoveCloudSql.go.html to see an example of how to use RemoveCloudSqlRequest.

type RemoveCloudSqlRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // Details for the Cloud SQL capability
    RemoveCloudSqlDetails `contributesTo:"body"`

    // The client request ID for tracing.
    OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`

    // 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"`

    // 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"`

    // 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 (RemoveCloudSqlRequest) BinaryRequestBody

func (request RemoveCloudSqlRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (RemoveCloudSqlRequest) HTTPRequest

func (request RemoveCloudSqlRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (RemoveCloudSqlRequest) RetryPolicy

func (request RemoveCloudSqlRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (RemoveCloudSqlRequest) String

func (request RemoveCloudSqlRequest) String() string

type RemoveCloudSqlResponse

RemoveCloudSqlResponse wrapper for the RemoveCloudSql operation

type RemoveCloudSqlResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (RemoveCloudSqlResponse) HTTPResponse

func (response RemoveCloudSqlResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (RemoveCloudSqlResponse) String

func (response RemoveCloudSqlResponse) String() string

type RestartNodeDetails

RestartNodeDetails The information about restarted node.

type RestartNodeDetails struct {

    // OCID of the node to be restarted.
    NodeId *string `mandatory:"true" json:"nodeId"`
}

func (RestartNodeDetails) String

func (m RestartNodeDetails) String() string

type RestartNodeRequest

RestartNodeRequest wrapper for the RestartNode operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/RestartNode.go.html to see an example of how to use RestartNodeRequest.

type RestartNodeRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // Details for restarting the node.
    RestartNodeDetails `contributesTo:"body"`

    // The client request ID for tracing.
    OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`

    // 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"`

    // 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"`

    // 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 (RestartNodeRequest) BinaryRequestBody

func (request RestartNodeRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (RestartNodeRequest) HTTPRequest

func (request RestartNodeRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (RestartNodeRequest) RetryPolicy

func (request RestartNodeRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (RestartNodeRequest) String

func (request RestartNodeRequest) String() string

type RestartNodeResponse

RestartNodeResponse wrapper for the RestartNode operation

type RestartNodeResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (RestartNodeResponse) HTTPResponse

func (response RestartNodeResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (RestartNodeResponse) String

func (response RestartNodeResponse) String() string

type SortOrdersEnum

SortOrdersEnum Enum with underlying type: string

type SortOrdersEnum string

Set of constants representing the allowable values for SortOrdersEnum

const (
    SortOrdersAsc  SortOrdersEnum = "ASC"
    SortOrdersDesc SortOrdersEnum = "DESC"
)

func GetSortOrdersEnumValues

func GetSortOrdersEnumValues() []SortOrdersEnum

GetSortOrdersEnumValues Enumerates the set of values for SortOrdersEnum

type TestBdsMetastoreConfigurationDetails

TestBdsMetastoreConfigurationDetails The reqeust body when testing a BDS metastore configuration

type TestBdsMetastoreConfigurationDetails struct {

    // Base-64 encoded password for the cluster admin user.
    ClusterAdminPassword *string `mandatory:"true" json:"clusterAdminPassword"`
}

func (TestBdsMetastoreConfigurationDetails) String

func (m TestBdsMetastoreConfigurationDetails) String() string

type TestBdsMetastoreConfigurationRequest

TestBdsMetastoreConfigurationRequest wrapper for the TestBdsMetastoreConfiguration operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/TestBdsMetastoreConfiguration.go.html to see an example of how to use TestBdsMetastoreConfigurationRequest.

type TestBdsMetastoreConfigurationRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // The metastore configuration ID
    MetastoreConfigId *string `mandatory:"true" contributesTo:"path" name:"metastoreConfigId"`

    // Request body for testing BDS metastore configuration.
    TestBdsMetastoreConfigurationDetails `contributesTo:"body"`

    // The client request ID for tracing.
    OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`

    // 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"`

    // 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 (TestBdsMetastoreConfigurationRequest) BinaryRequestBody

func (request TestBdsMetastoreConfigurationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (TestBdsMetastoreConfigurationRequest) HTTPRequest

func (request TestBdsMetastoreConfigurationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (TestBdsMetastoreConfigurationRequest) RetryPolicy

func (request TestBdsMetastoreConfigurationRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (TestBdsMetastoreConfigurationRequest) String

func (request TestBdsMetastoreConfigurationRequest) String() string

type TestBdsMetastoreConfigurationResponse

TestBdsMetastoreConfigurationResponse wrapper for the TestBdsMetastoreConfiguration operation

type TestBdsMetastoreConfigurationResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (TestBdsMetastoreConfigurationResponse) HTTPResponse

func (response TestBdsMetastoreConfigurationResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (TestBdsMetastoreConfigurationResponse) String

func (response TestBdsMetastoreConfigurationResponse) String() string

type TestBdsObjectStorageConnectionDetails

TestBdsObjectStorageConnectionDetails Test access to specified Object Storage bucket using the API key.

type TestBdsObjectStorageConnectionDetails struct {

    // An Oracle Cloud Infrastructure URI to which this connection must be attempted. See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
    ObjectStorageUri *string `mandatory:"true" json:"objectStorageUri"`

    // Base64 passphrase used to secure the private key which will be created on user behalf.
    Passphrase *string `mandatory:"true" json:"passphrase"`

    // The name of the region to establish the Object Storage endpoint. Example us-phoenix-1 .
    ObjectStorageRegion *string `mandatory:"false" json:"objectStorageRegion"`
}

func (TestBdsObjectStorageConnectionDetails) String

func (m TestBdsObjectStorageConnectionDetails) String() string

type TestBdsObjectStorageConnectionRequest

TestBdsObjectStorageConnectionRequest wrapper for the TestBdsObjectStorageConnection operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/TestBdsObjectStorageConnection.go.html to see an example of how to use TestBdsObjectStorageConnectionRequest.

type TestBdsObjectStorageConnectionRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // The API key identifier.
    ApiKeyId *string `mandatory:"true" contributesTo:"path" name:"apiKeyId"`

    // Parameters required to validate access to the specified Object Storage bucket using the API key.
    TestBdsObjectStorageConnectionDetails `contributesTo:"body"`

    // 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 (TestBdsObjectStorageConnectionRequest) BinaryRequestBody

func (request TestBdsObjectStorageConnectionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (TestBdsObjectStorageConnectionRequest) HTTPRequest

func (request TestBdsObjectStorageConnectionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (TestBdsObjectStorageConnectionRequest) RetryPolicy

func (request TestBdsObjectStorageConnectionRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (TestBdsObjectStorageConnectionRequest) String

func (request TestBdsObjectStorageConnectionRequest) String() string

type TestBdsObjectStorageConnectionResponse

TestBdsObjectStorageConnectionResponse wrapper for the TestBdsObjectStorageConnection operation

type TestBdsObjectStorageConnectionResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (TestBdsObjectStorageConnectionResponse) HTTPResponse

func (response TestBdsObjectStorageConnectionResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (TestBdsObjectStorageConnectionResponse) String

func (response TestBdsObjectStorageConnectionResponse) String() string

type UpdateAutoScalingConfigurationDetails

UpdateAutoScalingConfigurationDetails The information about the autoscale configuration.

type UpdateAutoScalingConfigurationDetails struct {

    // A user-friendly name. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    DisplayName *string `mandatory:"false" json:"displayName"`

    // Whether the autoscale configuration is enabled.
    IsEnabled *bool `mandatory:"false" json:"isEnabled"`

    // Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
    ClusterAdminPassword *string `mandatory:"false" json:"clusterAdminPassword"`

    Policy *AutoScalePolicy `mandatory:"false" json:"policy"`
}

func (UpdateAutoScalingConfigurationDetails) String

func (m UpdateAutoScalingConfigurationDetails) String() string

type UpdateAutoScalingConfigurationRequest

UpdateAutoScalingConfigurationRequest wrapper for the UpdateAutoScalingConfiguration operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/UpdateAutoScalingConfiguration.go.html to see an example of how to use UpdateAutoScalingConfigurationRequest.

type UpdateAutoScalingConfigurationRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // Unique Oracle-assigned identifier of the autoscale configuration.
    AutoScalingConfigurationId *string `mandatory:"true" contributesTo:"path" name:"autoScalingConfigurationId"`

    // Details for update an autoscaling configuration.
    UpdateAutoScalingConfigurationDetails `contributesTo:"body"`

    // The client request ID for tracing.
    OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`

    // 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"`

    // 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"`

    // 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 (UpdateAutoScalingConfigurationRequest) BinaryRequestBody

func (request UpdateAutoScalingConfigurationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (UpdateAutoScalingConfigurationRequest) HTTPRequest

func (request UpdateAutoScalingConfigurationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (UpdateAutoScalingConfigurationRequest) RetryPolicy

func (request UpdateAutoScalingConfigurationRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (UpdateAutoScalingConfigurationRequest) String

func (request UpdateAutoScalingConfigurationRequest) String() string

type UpdateAutoScalingConfigurationResponse

UpdateAutoScalingConfigurationResponse wrapper for the UpdateAutoScalingConfiguration operation

type UpdateAutoScalingConfigurationResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (UpdateAutoScalingConfigurationResponse) HTTPResponse

func (response UpdateAutoScalingConfigurationResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (UpdateAutoScalingConfigurationResponse) String

func (response UpdateAutoScalingConfigurationResponse) String() string

type UpdateBdsInstanceDetails

UpdateBdsInstanceDetails The information about to-be-updated Big Data Service cluster.

type UpdateBdsInstanceDetails struct {

    // Name of the cluster.
    DisplayName *string `mandatory:"false" json:"displayName"`

    // Simple key-value pair that is applied without any predefined name, type, or scope.
    // Exists for cross-compatibility only. For 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.
    // For example, `{"foo-namespace": {"bar-key": "value"}}`
    DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"`
}

func (UpdateBdsInstanceDetails) String

func (m UpdateBdsInstanceDetails) String() string

type UpdateBdsInstanceRequest

UpdateBdsInstanceRequest wrapper for the UpdateBdsInstance operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/UpdateBdsInstance.go.html to see an example of how to use UpdateBdsInstanceRequest.

type UpdateBdsInstanceRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // Details for the cluster to be updated.
    UpdateBdsInstanceDetails `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 (UpdateBdsInstanceRequest) BinaryRequestBody

func (request UpdateBdsInstanceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (UpdateBdsInstanceRequest) HTTPRequest

func (request UpdateBdsInstanceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (UpdateBdsInstanceRequest) RetryPolicy

func (request UpdateBdsInstanceRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (UpdateBdsInstanceRequest) String

func (request UpdateBdsInstanceRequest) String() string

type UpdateBdsInstanceResponse

UpdateBdsInstanceResponse wrapper for the UpdateBdsInstance operation

type UpdateBdsInstanceResponse 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 request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`
}

func (UpdateBdsInstanceResponse) HTTPResponse

func (response UpdateBdsInstanceResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (UpdateBdsInstanceResponse) String

func (response UpdateBdsInstanceResponse) String() string

type UpdateBdsMetastoreConfigurationDetails

UpdateBdsMetastoreConfigurationDetails The request body when updating BDS metastore configuration.

type UpdateBdsMetastoreConfigurationDetails struct {

    // The display name of the metastore configuration.
    DisplayName *string `mandatory:"false" json:"displayName"`

    // The ID of BDS Api Key used for Data Catalog metastore integration. Set only if metastore's type is EXTERNAL.
    BdsApiKeyId *string `mandatory:"false" json:"bdsApiKeyId"`

    // Base-64 encoded passphrase of the BDS Api Key.
    BdsApiKeyPassphrase *string `mandatory:"false" json:"bdsApiKeyPassphrase"`

    // Base-64 encoded password for the cluster admin user.
    ClusterAdminPassword *string `mandatory:"false" json:"clusterAdminPassword"`
}

func (UpdateBdsMetastoreConfigurationDetails) String

func (m UpdateBdsMetastoreConfigurationDetails) String() string

type UpdateBdsMetastoreConfigurationRequest

UpdateBdsMetastoreConfigurationRequest wrapper for the UpdateBdsMetastoreConfiguration operation

See also

Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/56.1.0/bds/UpdateBdsMetastoreConfiguration.go.html to see an example of how to use UpdateBdsMetastoreConfigurationRequest.

type UpdateBdsMetastoreConfigurationRequest struct {

    // The OCID of the cluster.
    BdsInstanceId *string `mandatory:"true" contributesTo:"path" name:"bdsInstanceId"`

    // The metastore configuration ID
    MetastoreConfigId *string `mandatory:"true" contributesTo:"path" name:"metastoreConfigId"`

    // Request body for updating BDS metastore configuration.
    UpdateBdsMetastoreConfigurationDetails `contributesTo:"body"`

    // The client request ID for tracing.
    OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`

    // 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"`

    // 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 (UpdateBdsMetastoreConfigurationRequest) BinaryRequestBody

func (request UpdateBdsMetastoreConfigurationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)

BinaryRequestBody implements the OCIRequest interface

func (UpdateBdsMetastoreConfigurationRequest) HTTPRequest

func (request UpdateBdsMetastoreConfigurationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)

HTTPRequest implements the OCIRequest interface

func (UpdateBdsMetastoreConfigurationRequest) RetryPolicy

func (request UpdateBdsMetastoreConfigurationRequest) RetryPolicy() *common.RetryPolicy

RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.

func (UpdateBdsMetastoreConfigurationRequest) String

func (request UpdateBdsMetastoreConfigurationRequest) String() string

type UpdateBdsMetastoreConfigurationResponse

UpdateBdsMetastoreConfigurationResponse wrapper for the UpdateBdsMetastoreConfiguration operation

type UpdateBdsMetastoreConfigurationResponse struct {

    // The underlying http response
    RawResponse *http.Response

    // Unique Oracle-assigned identifier for the request. If you need to contact
    // Oracle about a request, provide this request ID.
    OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

    // 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"`
}

func (UpdateBdsMetastoreConfigurationResponse) HTTPResponse

func (response UpdateBdsMetastoreConfigurationResponse) HTTPResponse() *http.Response

HTTPResponse implements the OCIResponse interface

func (UpdateBdsMetastoreConfigurationResponse) String

func (response UpdateBdsMetastoreConfigurationResponse) String() string

type VolumeAttachmentDetail

VolumeAttachmentDetail A detail of the attached block volume.

type VolumeAttachmentDetail struct {

    // The OCID of the volume attachment.
    VolumeAttachmentId *string `mandatory:"true" json:"volumeAttachmentId"`

    // The size of the volume in GBs.
    VolumeSizeInGBs *int64 `mandatory:"true" json:"volumeSizeInGBs"`
}

func (VolumeAttachmentDetail) String

func (m VolumeAttachmentDetail) String() string

type WorkRequest

WorkRequest Description of the work request status.

type WorkRequest struct {

    // The ID of the work request.
    Id *string `mandatory:"true" json:"id"`

    // The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request affects multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
    CompartmentId *string `mandatory:"true" json:"compartmentId"`

    // The type of this work request.
    OperationType OperationTypesEnum `mandatory:"true" json:"operationType"`

    // The status of this work request.
    Status OperationStatusEnum `mandatory:"true" json:"status"`

    // The resources affected by this work request.
    Resources []WorkRequestResource `mandatory:"true" json:"resources"`

    // Percentage of this work request completed.
    PercentComplete *float32 `mandatory:"true" json:"percentComplete"`

    // The date and time the request was created, shown as an RFC 3339 formatted datetime string.
    TimeAccepted *common.SDKTime `mandatory:"true" json:"timeAccepted"`

    // The time the request was started, shown as an RFC 3339 formatted datetime string.
    TimeStarted *common.SDKTime `mandatory:"false" json:"timeStarted"`

    // The time the object was finished, shown as an RFC 3339 formatted datetime string.
    TimeFinished *common.SDKTime `mandatory:"false" json:"timeFinished"`
}

func (WorkRequest) String

func (m WorkRequest) String() string

type WorkRequestError

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/en-us/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, shown as an RFC 3339 formatted datetime string.
    Timestamp *common.SDKTime `mandatory:"true" json:"timestamp"`
}

func (WorkRequestError) String

func (m WorkRequestError) String() string

type WorkRequestLogEntry

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, shown as an RFC 3339 formatted datetime string.
    Timestamp *common.SDKTime `mandatory:"true" json:"timestamp"`
}

func (WorkRequestLogEntry) String

func (m WorkRequestLogEntry) String() string

type WorkRequestResource

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 remains 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 ActionTypesEnum `mandatory:"true" json:"actionType"`

    // The OCID of the resource the work request affects.
    Identifier *string `mandatory:"true" json:"identifier"`

    // The URI path that the user can do a GET on to access the resource metadata.
    EntityUri *string `mandatory:"false" json:"entityUri"`
}

func (WorkRequestResource) String

func (m WorkRequestResource) String() string