func GetActionTypeEnumStringValues() []string
GetActionTypeEnumStringValues Enumerates the set of values in String for ActionTypeEnum
func GetConnectionDetailsProtocolEnumStringValues() []string
GetConnectionDetailsProtocolEnumStringValues Enumerates the set of values in String for ConnectionDetailsProtocolEnum
func GetCreateDiscoveryJobDetailsDiscoveryTypeEnumStringValues() []string
GetCreateDiscoveryJobDetailsDiscoveryTypeEnumStringValues Enumerates the set of values in String for CreateDiscoveryJobDetailsDiscoveryTypeEnum
func GetDiscoveryDetailsResourceTypeEnumStringValues() []string
GetDiscoveryDetailsResourceTypeEnumStringValues Enumerates the set of values in String for DiscoveryDetailsResourceTypeEnum
func GetDiscoveryJobDiscoveryTypeEnumStringValues() []string
GetDiscoveryJobDiscoveryTypeEnumStringValues Enumerates the set of values in String for DiscoveryJobDiscoveryTypeEnum
func GetDiscoveryJobLogSummaryLogTypeEnumStringValues() []string
GetDiscoveryJobLogSummaryLogTypeEnumStringValues Enumerates the set of values in String for DiscoveryJobLogSummaryLogTypeEnum
func GetDiscoveryJobStatusEnumStringValues() []string
GetDiscoveryJobStatusEnumStringValues Enumerates the set of values in String for DiscoveryJobStatusEnum
func GetDiscoveryJobSummaryDiscoveryTypeEnumStringValues() []string
GetDiscoveryJobSummaryDiscoveryTypeEnumStringValues Enumerates the set of values in String for DiscoveryJobSummaryDiscoveryTypeEnum
func GetDiscoveryJobSummaryResourceTypeEnumStringValues() []string
GetDiscoveryJobSummaryResourceTypeEnumStringValues Enumerates the set of values in String for DiscoveryJobSummaryResourceTypeEnum
func GetDiscoveryJobSummaryStatusEnumStringValues() []string
GetDiscoveryJobSummaryStatusEnumStringValues Enumerates the set of values in String for DiscoveryJobSummaryStatusEnum
func GetLifecycleStateEnumStringValues() []string
GetLifecycleStateEnumStringValues Enumerates the set of values in String for LifecycleStateEnum
func GetListDiscoveryJobLogsLogTypeEnumStringValues() []string
GetListDiscoveryJobLogsLogTypeEnumStringValues Enumerates the set of values in String for ListDiscoveryJobLogsLogTypeEnum
func GetListDiscoveryJobLogsSortByEnumStringValues() []string
GetListDiscoveryJobLogsSortByEnumStringValues Enumerates the set of values in String for ListDiscoveryJobLogsSortByEnum
func GetListDiscoveryJobLogsSortOrderEnumStringValues() []string
GetListDiscoveryJobLogsSortOrderEnumStringValues Enumerates the set of values in String for ListDiscoveryJobLogsSortOrderEnum
func GetListDiscoveryJobsSortByEnumStringValues() []string
GetListDiscoveryJobsSortByEnumStringValues Enumerates the set of values in String for ListDiscoveryJobsSortByEnum
func GetListDiscoveryJobsSortOrderEnumStringValues() []string
GetListDiscoveryJobsSortOrderEnumStringValues Enumerates the set of values in String for ListDiscoveryJobsSortOrderEnum
func GetListWorkRequestErrorsSortByEnumStringValues() []string
GetListWorkRequestErrorsSortByEnumStringValues Enumerates the set of values in String for ListWorkRequestErrorsSortByEnum
func GetListWorkRequestErrorsSortOrderEnumStringValues() []string
GetListWorkRequestErrorsSortOrderEnumStringValues Enumerates the set of values in String for ListWorkRequestErrorsSortOrderEnum
func GetListWorkRequestLogsSortByEnumStringValues() []string
GetListWorkRequestLogsSortByEnumStringValues Enumerates the set of values in String for ListWorkRequestLogsSortByEnum
func GetListWorkRequestLogsSortOrderEnumStringValues() []string
GetListWorkRequestLogsSortOrderEnumStringValues Enumerates the set of values in String for ListWorkRequestLogsSortOrderEnum
func GetListWorkRequestsSortByEnumStringValues() []string
GetListWorkRequestsSortByEnumStringValues Enumerates the set of values in String for ListWorkRequestsSortByEnum
func GetListWorkRequestsSortOrderEnumStringValues() []string
GetListWorkRequestsSortOrderEnumStringValues Enumerates the set of values in String for ListWorkRequestsSortOrderEnum
func GetListWorkRequestsStatusEnumStringValues() []string
GetListWorkRequestsStatusEnumStringValues Enumerates the set of values in String for ListWorkRequestsStatusEnum
func GetMonitoredResourceCredentialCredentialTypeEnumStringValues() []string
GetMonitoredResourceCredentialCredentialTypeEnumStringValues Enumerates the set of values in String for MonitoredResourceCredentialCredentialTypeEnum
func GetOperationStatusEnumStringValues() []string
GetOperationStatusEnumStringValues Enumerates the set of values in String for OperationStatusEnum
func GetOperationTypeEnumStringValues() []string
GetOperationTypeEnumStringValues Enumerates the set of values in String for OperationTypeEnum
func GetResourceLifecycleStateEnumStringValues() []string
GetResourceLifecycleStateEnumStringValues Enumerates the set of values in String for ResourceLifecycleStateEnum
func GetSearchMonitoredResourceAssociationsDetailsSortByEnumStringValues() []string
GetSearchMonitoredResourceAssociationsDetailsSortByEnumStringValues Enumerates the set of values in String for SearchMonitoredResourceAssociationsDetailsSortByEnum
func GetSearchMonitoredResourceMembersSortByEnumStringValues() []string
GetSearchMonitoredResourceMembersSortByEnumStringValues Enumerates the set of values in String for SearchMonitoredResourceMembersSortByEnum
func GetSearchMonitoredResourceMembersSortOrderEnumStringValues() []string
GetSearchMonitoredResourceMembersSortOrderEnumStringValues Enumerates the set of values in String for SearchMonitoredResourceMembersSortOrderEnum
func GetSearchMonitoredResourcesDetailsSortByEnumStringValues() []string
GetSearchMonitoredResourcesDetailsSortByEnumStringValues Enumerates the set of values in String for SearchMonitoredResourcesDetailsSortByEnum
func GetSortOrderEnumStringValues() []string
GetSortOrderEnumStringValues Enumerates the set of values in String for SortOrderEnum
ActionTypeEnum Enum with underlying type: string
type ActionTypeEnum string
Set of constants representing the allowable values for ActionTypeEnum
const ( ActionTypeCreated ActionTypeEnum = "CREATED" ActionTypeUpdated ActionTypeEnum = "UPDATED" ActionTypeDeleted ActionTypeEnum = "DELETED" ActionTypeInProgress ActionTypeEnum = "IN_PROGRESS" ActionTypeRelated ActionTypeEnum = "RELATED" ActionTypeFailed ActionTypeEnum = "FAILED" )
func GetActionTypeEnumValues() []ActionTypeEnum
GetActionTypeEnumValues Enumerates the set of values for ActionTypeEnum
func GetMappingActionTypeEnum(val string) (ActionTypeEnum, bool)
GetMappingActionTypeEnum performs case Insensitive comparison on enum value and return the desired enum
AssociateMonitoredResourcesDetails The information required to create new monitored resource association.
type AssociateMonitoredResourcesDetails struct { // Compartment Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) CompartmentId *string `mandatory:"true" json:"compartmentId"` // Association type to be created between source and destination resources AssociationType *string `mandatory:"true" json:"associationType"` // Source Monitored Resource Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) SourceResourceId *string `mandatory:"true" json:"sourceResourceId"` // Destination Monitored Resource Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) DestinationResourceId *string `mandatory:"true" json:"destinationResourceId"` }
func (m AssociateMonitoredResourcesDetails) String() string
func (m AssociateMonitoredResourcesDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
AssociateMonitoredResourcesRequest wrapper for the AssociateMonitoredResources operation
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/AssociateMonitoredResources.go.html to see an example of how to use AssociateMonitoredResourcesRequest.
type AssociateMonitoredResourcesRequest struct { // Associate resources. AssociateMonitoredResourcesDetails `contributesTo:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a // particular request, please provide the request ID. OpcRequestId *string `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 (request AssociateMonitoredResourcesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request AssociateMonitoredResourcesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request AssociateMonitoredResourcesRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request AssociateMonitoredResourcesRequest) String() string
func (request AssociateMonitoredResourcesRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
AssociateMonitoredResourcesResponse wrapper for the AssociateMonitoredResources operation
type AssociateMonitoredResourcesResponse struct { // The underlying http response RawResponse *http.Response // The MonitoredResourceAssociation instance MonitoredResourceAssociation `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response AssociateMonitoredResourcesResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response AssociateMonitoredResourcesResponse) String() string
AssociatedMonitoredResource The information about monitored resource.
type AssociatedMonitoredResource struct { // The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of monitored resource. Id *string `mandatory:"true" json:"id"` // Name of the monitored resource Name *string `mandatory:"false" json:"name"` // Monitored resource display name. DisplayName *string `mandatory:"false" json:"displayName"` // Type of the monitored resource Type *string `mandatory:"false" json:"type"` // Resource Host Name HostName *string `mandatory:"false" json:"hostName"` // External resource is any OCI resource identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) // which is not a Stack Monitoring service resource. // Currently supports only following resource type identifiers - externalcontainerdatabase, // externalnoncontainerdatabase, externalpluggabledatabase and OCI compute instance. ExternalId *string `mandatory:"false" json:"externalId"` // Management Agent Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm). ManagementAgentId *string `mandatory:"false" json:"managementAgentId"` // The current state of the monitored resource. LifecycleState ResourceLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` // Association details of the resource Association *interface{} `mandatory:"false" json:"association"` }
func (m AssociatedMonitoredResource) String() string
func (m AssociatedMonitoredResource) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
AssociatedResourcesCollection Results of a resources search. Contains AssociatedResourcesSummary items.
type AssociatedResourcesCollection struct { // List of associated monitored resources. Items []AssociatedResourcesSummary `mandatory:"true" json:"items"` }
func (m AssociatedResourcesCollection) String() string
func (m AssociatedResourcesCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
AssociatedResourcesSummary The information about monitored resource.
type AssociatedResourcesSummary struct { // The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of monitored resource. Id *string `mandatory:"true" json:"id"` // Name of the monitored resource Name *string `mandatory:"false" json:"name"` // Monitored resource display name. DisplayName *string `mandatory:"false" json:"displayName"` // Type of the monitored resource Type *string `mandatory:"false" json:"type"` // Resource Host Name HostName *string `mandatory:"false" json:"hostName"` // External resource is any OCI resource identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) // which is not a Stack Monitoring service resource. // Currently supports only following resource type identifiers - externalcontainerdatabase, // externalnoncontainerdatabase, externalpluggabledatabase and OCI compute instance. ExternalId *string `mandatory:"false" json:"externalId"` // Management Agent Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm). ManagementAgentId *string `mandatory:"false" json:"managementAgentId"` // The current state of the monitored resource. LifecycleState ResourceLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` // List of associated monitored resources AssociatedResources []AssociatedMonitoredResource `mandatory:"false" json:"associatedResources"` }
func (m AssociatedResourcesSummary) String() string
func (m AssociatedResourcesSummary) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
AssociationDetails The information about monitored resource association.
type AssociationDetails struct { // Source Monitored Resource Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) SourceResourceId *string `mandatory:"true" json:"sourceResourceId"` // Association Type AssociationType *string `mandatory:"true" json:"associationType"` }
func (m AssociationDetails) String() string
func (m AssociationDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
AssociationResourceDetails Association Resource Details
type AssociationResourceDetails struct { // Monitored Resource Name Name *string `mandatory:"false" json:"name"` // Monitored Resource Type Type *string `mandatory:"false" json:"type"` }
func (m AssociationResourceDetails) String() string
func (m AssociationResourceDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ChangeMonitoredResourceCompartmentDetails The information to be updated.
type ChangeMonitoredResourceCompartmentDetails struct { // The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment // into which the resource should be moved. CompartmentId *string `mandatory:"true" json:"compartmentId"` }
func (m ChangeMonitoredResourceCompartmentDetails) String() string
func (m ChangeMonitoredResourceCompartmentDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ChangeMonitoredResourceCompartmentRequest wrapper for the ChangeMonitoredResourceCompartment operation
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/ChangeMonitoredResourceCompartment.go.html to see an example of how to use ChangeMonitoredResourceCompartmentRequest.
type ChangeMonitoredResourceCompartmentRequest struct { // The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of monitored resource. MonitoredResourceId *string `mandatory:"true" contributesTo:"path" name:"monitoredResourceId"` // The information to be updated. ChangeMonitoredResourceCompartmentDetails `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"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a // particular request, please provide the request ID. 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 (request ChangeMonitoredResourceCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ChangeMonitoredResourceCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ChangeMonitoredResourceCompartmentRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ChangeMonitoredResourceCompartmentRequest) String() string
func (request ChangeMonitoredResourceCompartmentRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ChangeMonitoredResourceCompartmentResponse wrapper for the ChangeMonitoredResourceCompartment operation
type ChangeMonitoredResourceCompartmentResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ChangeMonitoredResourceCompartmentResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ChangeMonitoredResourceCompartmentResponse) String() string
ConnectionDetails Connection details to connect to the database. HostName, protocol, and port should be specified.
type ConnectionDetails struct { // Protocol used in DB connection string when connecting to external database service. Protocol ConnectionDetailsProtocolEnum `mandatory:"true" json:"protocol"` // Listener Port number used for connection requests. Port *int `mandatory:"true" json:"port"` // Service name used for connection requests. ServiceName *string `mandatory:"true" json:"serviceName"` // Database connector Identifier ConnectorId *string `mandatory:"false" json:"connectorId"` // UniqueName used for database connection requests. DbUniqueName *string `mandatory:"false" json:"dbUniqueName"` // dbId of the database DbId *string `mandatory:"false" json:"dbId"` // SSL Secret Identifier for TCPS connector in OCI VaultOCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) SslSecretId *string `mandatory:"false" json:"sslSecretId"` }
func (m ConnectionDetails) String() string
func (m ConnectionDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ConnectionDetailsProtocolEnum Enum with underlying type: string
type ConnectionDetailsProtocolEnum string
Set of constants representing the allowable values for ConnectionDetailsProtocolEnum
const ( ConnectionDetailsProtocolTcp ConnectionDetailsProtocolEnum = "TCP" ConnectionDetailsProtocolTcps ConnectionDetailsProtocolEnum = "TCPS" )
func GetConnectionDetailsProtocolEnumValues() []ConnectionDetailsProtocolEnum
GetConnectionDetailsProtocolEnumValues Enumerates the set of values for ConnectionDetailsProtocolEnum
func GetMappingConnectionDetailsProtocolEnum(val string) (ConnectionDetailsProtocolEnum, bool)
GetMappingConnectionDetailsProtocolEnum performs case Insensitive comparison on enum value and return the desired enum
CreateDiscoveryJobDetails The request of DiscoveryJob details.
type CreateDiscoveryJobDetails struct { // The OCID of Compartment CompartmentId *string `mandatory:"true" json:"compartmentId"` DiscoveryDetails *DiscoveryDetails `mandatory:"true" json:"discoveryDetails"` // Add option submits new discovery Job. Add with retry option to re-submit failed discovery job. Refresh option refreshes the existing discovered resources. DiscoveryType CreateDiscoveryJobDetailsDiscoveryTypeEnum `mandatory:"false" json:"discoveryType,omitempty"` // Client who submits discovery job. DiscoveryClient *string `mandatory:"false" json:"discoveryClient"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m CreateDiscoveryJobDetails) String() string
func (m CreateDiscoveryJobDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CreateDiscoveryJobDetailsDiscoveryTypeEnum Enum with underlying type: string
type CreateDiscoveryJobDetailsDiscoveryTypeEnum string
Set of constants representing the allowable values for CreateDiscoveryJobDetailsDiscoveryTypeEnum
const ( CreateDiscoveryJobDetailsDiscoveryTypeAdd CreateDiscoveryJobDetailsDiscoveryTypeEnum = "ADD" CreateDiscoveryJobDetailsDiscoveryTypeAddWithRetry CreateDiscoveryJobDetailsDiscoveryTypeEnum = "ADD_WITH_RETRY" CreateDiscoveryJobDetailsDiscoveryTypeRefresh CreateDiscoveryJobDetailsDiscoveryTypeEnum = "REFRESH" )
func GetCreateDiscoveryJobDetailsDiscoveryTypeEnumValues() []CreateDiscoveryJobDetailsDiscoveryTypeEnum
GetCreateDiscoveryJobDetailsDiscoveryTypeEnumValues Enumerates the set of values for CreateDiscoveryJobDetailsDiscoveryTypeEnum
func GetMappingCreateDiscoveryJobDetailsDiscoveryTypeEnum(val string) (CreateDiscoveryJobDetailsDiscoveryTypeEnum, bool)
GetMappingCreateDiscoveryJobDetailsDiscoveryTypeEnum performs case Insensitive comparison on enum value and return the desired enum
CreateDiscoveryJobRequest wrapper for the CreateDiscoveryJob operation
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/CreateDiscoveryJob.go.html to see an example of how to use CreateDiscoveryJobRequest.
type CreateDiscoveryJobRequest struct { // Summary of source and credential discovery details. CreateDiscoveryJobDetails `contributesTo:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a // particular request, please provide the request ID. OpcRequestId *string `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 (request CreateDiscoveryJobRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CreateDiscoveryJobRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CreateDiscoveryJobRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CreateDiscoveryJobRequest) String() string
func (request CreateDiscoveryJobRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CreateDiscoveryJobResponse wrapper for the CreateDiscoveryJob operation
type CreateDiscoveryJobResponse struct { // The underlying http response RawResponse *http.Response // The DiscoveryJob instance DiscoveryJob `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response CreateDiscoveryJobResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CreateDiscoveryJobResponse) String() string
CreateMonitoredResourceDetails The information about new monitored resource. The combination of monitored resource name and type should be unique across tenancy.
type CreateMonitoredResourceDetails struct { // Monitored resource name Name *string `mandatory:"true" json:"name"` // Monitored resource type Type *string `mandatory:"true" json:"type"` // Compartment Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) CompartmentId *string `mandatory:"true" json:"compartmentId"` // Monitored resource display name. DisplayName *string `mandatory:"false" json:"displayName"` // Host name of the monitored resource HostName *string `mandatory:"false" json:"hostName"` // External resource is any OCI resource identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) // which is not a Stack Monitoring service resource. // Currently supports only OCI compute instance. ExternalId *string `mandatory:"false" json:"externalId"` // Management Agent Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm). ManagementAgentId *string `mandatory:"false" json:"managementAgentId"` // Time zone in the form of tz database canonical zone ID. ResourceTimeZone *string `mandatory:"false" json:"resourceTimeZone"` // List of monitored resource properties Properties []MonitoredResourceProperty `mandatory:"false" json:"properties"` DatabaseConnectionDetails *ConnectionDetails `mandatory:"false" json:"databaseConnectionDetails"` Credentials MonitoredResourceCredential `mandatory:"false" json:"credentials"` Aliases *MonitoredResourceAliasCredential `mandatory:"false" json:"aliases"` }
func (m CreateMonitoredResourceDetails) String() string
func (m *CreateMonitoredResourceDetails) UnmarshalJSON(data []byte) (e error)
UnmarshalJSON unmarshals from json
func (m CreateMonitoredResourceDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CreateMonitoredResourceRequest wrapper for the CreateMonitoredResource operation
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/CreateMonitoredResource.go.html to see an example of how to use CreateMonitoredResourceRequest.
type CreateMonitoredResourceRequest struct { // Details for the new Resource. CreateMonitoredResourceDetails `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"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a // particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Generally used by DBaaS to send the Database OCID stored on the DBaaS. // The same will be passed to resource service to enable Stack Monitoring Service on DBM. // This will be stored in Stack Monitoring Resource Service data store as identifier for monitored resource. // If this header is not set as part of the request, then an id will be generated and stored for the resource. ExternalResourceId *string `mandatory:"false" contributesTo:"header" name:"external-resource-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request CreateMonitoredResourceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CreateMonitoredResourceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CreateMonitoredResourceRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CreateMonitoredResourceRequest) String() string
func (request CreateMonitoredResourceRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CreateMonitoredResourceResponse wrapper for the CreateMonitoredResource operation
type CreateMonitoredResourceResponse struct { // The underlying http response RawResponse *http.Response // The MonitoredResource instance MonitoredResource `presentIn:"body"` // Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // Unique identifier for the monitored resource. This is sent to user in response headers for create monitored resource. OpcMonitoredResourceId *string `presentIn:"header" name:"opc-monitored-resource-id"` // Location of the resource. Location *string `presentIn:"header" name:"location"` // Content location of the resource. ContentLocation *string `presentIn:"header" name:"content-location"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` }
func (response CreateMonitoredResourceResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CreateMonitoredResourceResponse) String() string
CredentialCollection List of DiscoveryJOb Credential Details.
type CredentialCollection struct { // List of DiscoveryJob credentials. Items []CredentialDetails `mandatory:"true" json:"items"` }
func (m CredentialCollection) String() string
func (m CredentialCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CredentialDetails DiscoveryJob Credential Details.
type CredentialDetails struct { // Name of Credential CredentialName *string `mandatory:"true" json:"credentialName"` // Name of Credential Type CredentialType *string `mandatory:"true" json:"credentialType"` Properties *PropertyDetails `mandatory:"true" json:"properties"` }
func (m CredentialDetails) String() string
func (m CredentialDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
CredentialProperty Monitored resource credential property.
type CredentialProperty struct { // The name of the credential property, should confirm with names of properties of this credential's type. Ex. For JMXCreds type , credential property name for weblogic user is 'Username'. Name *string `mandatory:"true" json:"name"` // The value of the credential property name. Ex. For JMXCreds type, credential property value for 'Username' property is 'weblogic'. Value *string `mandatory:"true" json:"value"` }
func (m CredentialProperty) String() string
func (m CredentialProperty) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
DeleteDiscoveryJobRequest wrapper for the DeleteDiscoveryJob operation
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/DeleteDiscoveryJob.go.html to see an example of how to use DeleteDiscoveryJobRequest.
type DeleteDiscoveryJobRequest struct { // The Discovery Job ID DiscoveryJobId *string `mandatory:"true" contributesTo:"path" name:"discoveryJobId"` // 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"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a // particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request DeleteDiscoveryJobRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request DeleteDiscoveryJobRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request DeleteDiscoveryJobRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request DeleteDiscoveryJobRequest) String() string
func (request DeleteDiscoveryJobRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
DeleteDiscoveryJobResponse wrapper for the DeleteDiscoveryJob operation
type DeleteDiscoveryJobResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response DeleteDiscoveryJobResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response DeleteDiscoveryJobResponse) String() string
DeleteMonitoredResourceRequest wrapper for the DeleteMonitoredResource operation
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/DeleteMonitoredResource.go.html to see an example of how to use DeleteMonitoredResourceRequest.
type DeleteMonitoredResourceRequest struct { // The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of monitored resource. MonitoredResourceId *string `mandatory:"true" contributesTo:"path" name:"monitoredResourceId"` // 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"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a // particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A filter to delete the associated children or not for given resource. IsDeleteMembers *bool `mandatory:"false" contributesTo:"query" name:"isDeleteMembers"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request DeleteMonitoredResourceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request DeleteMonitoredResourceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request DeleteMonitoredResourceRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request DeleteMonitoredResourceRequest) String() string
func (request DeleteMonitoredResourceRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
DeleteMonitoredResourceResponse wrapper for the DeleteMonitoredResource operation
type DeleteMonitoredResourceResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response DeleteMonitoredResourceResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response DeleteMonitoredResourceResponse) String() string
DisableExternalDatabaseRequest wrapper for the DisableExternalDatabase operation
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/DisableExternalDatabase.go.html to see an example of how to use DisableExternalDatabaseRequest.
type DisableExternalDatabaseRequest struct { // The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of monitored resource. MonitoredResourceId *string `mandatory:"true" contributesTo:"path" name:"monitoredResourceId"` // 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"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a // particular request, please provide the request ID. 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 (request DisableExternalDatabaseRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request DisableExternalDatabaseRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request DisableExternalDatabaseRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request DisableExternalDatabaseRequest) String() string
func (request DisableExternalDatabaseRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
DisableExternalDatabaseResponse wrapper for the DisableExternalDatabase operation
type DisableExternalDatabaseResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response DisableExternalDatabaseResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response DisableExternalDatabaseResponse) String() string
DisassociateMonitoredResourcesDetails The information required to create new monitored resource association.
type DisassociateMonitoredResourcesDetails struct { // Compartment Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) CompartmentId *string `mandatory:"true" json:"compartmentId"` // Association type to be created between source and destination resources AssociationType *string `mandatory:"false" json:"associationType"` // Source Monitored Resource Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) SourceResourceId *string `mandatory:"false" json:"sourceResourceId"` // Destination Monitored Resource Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) DestinationResourceId *string `mandatory:"false" json:"destinationResourceId"` }
func (m DisassociateMonitoredResourcesDetails) String() string
func (m DisassociateMonitoredResourcesDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
DisassociateMonitoredResourcesRequest wrapper for the DisassociateMonitoredResources operation
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/DisassociateMonitoredResources.go.html to see an example of how to use DisassociateMonitoredResourcesRequest.
type DisassociateMonitoredResourcesRequest struct { // Disassociate resources. DisassociateMonitoredResourcesDetails `contributesTo:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a // particular request, please provide the request ID. OpcRequestId *string `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 (request DisassociateMonitoredResourcesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request DisassociateMonitoredResourcesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request DisassociateMonitoredResourcesRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request DisassociateMonitoredResourcesRequest) String() string
func (request DisassociateMonitoredResourcesRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
DisassociateMonitoredResourcesResponse wrapper for the DisassociateMonitoredResources operation
type DisassociateMonitoredResourcesResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response DisassociateMonitoredResourcesResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response DisassociateMonitoredResourcesResponse) String() string
DiscoveryDetails The request of DiscoveryJob Resource details.
type DiscoveryDetails struct { // The OCID of Management Agent AgentId *string `mandatory:"true" json:"agentId"` // Resource Type. ResourceType DiscoveryDetailsResourceTypeEnum `mandatory:"true" json:"resourceType"` // The Name of resource type ResourceName *string `mandatory:"true" json:"resourceName"` Properties *PropertyDetails `mandatory:"true" json:"properties"` Credentials *CredentialCollection `mandatory:"false" json:"credentials"` Tags *PropertyDetails `mandatory:"false" json:"tags"` }
func (m DiscoveryDetails) String() string
func (m DiscoveryDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
DiscoveryDetailsResourceTypeEnum Enum with underlying type: string
type DiscoveryDetailsResourceTypeEnum string
Set of constants representing the allowable values for DiscoveryDetailsResourceTypeEnum
const ( DiscoveryDetailsResourceTypeWeblogicDomain DiscoveryDetailsResourceTypeEnum = "WEBLOGIC_DOMAIN" DiscoveryDetailsResourceTypeEbsInstance DiscoveryDetailsResourceTypeEnum = "EBS_INSTANCE" DiscoveryDetailsResourceTypeOracleDatabase DiscoveryDetailsResourceTypeEnum = "ORACLE_DATABASE" DiscoveryDetailsResourceTypeOciOracleDb DiscoveryDetailsResourceTypeEnum = "OCI_ORACLE_DB" DiscoveryDetailsResourceTypeOciOracleCdb DiscoveryDetailsResourceTypeEnum = "OCI_ORACLE_CDB" DiscoveryDetailsResourceTypeOciOraclePdb DiscoveryDetailsResourceTypeEnum = "OCI_ORACLE_PDB" DiscoveryDetailsResourceTypeHost DiscoveryDetailsResourceTypeEnum = "HOST" )
func GetDiscoveryDetailsResourceTypeEnumValues() []DiscoveryDetailsResourceTypeEnum
GetDiscoveryDetailsResourceTypeEnumValues Enumerates the set of values for DiscoveryDetailsResourceTypeEnum
func GetMappingDiscoveryDetailsResourceTypeEnum(val string) (DiscoveryDetailsResourceTypeEnum, bool)
GetMappingDiscoveryDetailsResourceTypeEnum performs case Insensitive comparison on enum value and return the desired enum
DiscoveryJob The DiscoveryJob details.
type DiscoveryJob struct { // The OCID of Discovery job Id *string `mandatory:"true" json:"id"` // The OCID of the Compartment CompartmentId *string `mandatory:"false" json:"compartmentId"` // Add option submits new discovery Job. Add with retry option to re-submit failed discovery job. Refresh option refreshes the existing discovered resources. DiscoveryType DiscoveryJobDiscoveryTypeEnum `mandatory:"false" json:"discoveryType,omitempty"` // Specifies the status of the discovery job Status DiscoveryJobStatusEnum `mandatory:"false" json:"status,omitempty"` // The short summary of the status of the discovery job StatusMessage *string `mandatory:"false" json:"statusMessage"` // The OCID of Tenant TenantId *string `mandatory:"false" json:"tenantId"` // The OCID of user in which the job is submitted UserId *string `mandatory:"false" json:"userId"` // Client who submits discovery job. DiscoveryClient *string `mandatory:"false" json:"discoveryClient"` DiscoveryDetails *DiscoveryDetails `mandatory:"false" json:"discoveryDetails"` // The time the discovery Job was updated. TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"` // The current state of the DiscoveryJob Resource. LifecycleState LifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"false" json:"systemTags"` }
func (m DiscoveryJob) String() string
func (m DiscoveryJob) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
DiscoveryJobCollection Result of the discovery Job search
type DiscoveryJobCollection struct { // List of Discovery jobs Items []DiscoveryJobSummary `mandatory:"true" json:"items"` }
func (m DiscoveryJobCollection) String() string
func (m DiscoveryJobCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
DiscoveryJobDiscoveryTypeEnum Enum with underlying type: string
type DiscoveryJobDiscoveryTypeEnum string
Set of constants representing the allowable values for DiscoveryJobDiscoveryTypeEnum
const ( DiscoveryJobDiscoveryTypeAdd DiscoveryJobDiscoveryTypeEnum = "ADD" DiscoveryJobDiscoveryTypeAddWithRetry DiscoveryJobDiscoveryTypeEnum = "ADD_WITH_RETRY" DiscoveryJobDiscoveryTypeRefresh DiscoveryJobDiscoveryTypeEnum = "REFRESH" )
func GetDiscoveryJobDiscoveryTypeEnumValues() []DiscoveryJobDiscoveryTypeEnum
GetDiscoveryJobDiscoveryTypeEnumValues Enumerates the set of values for DiscoveryJobDiscoveryTypeEnum
func GetMappingDiscoveryJobDiscoveryTypeEnum(val string) (DiscoveryJobDiscoveryTypeEnum, bool)
GetMappingDiscoveryJobDiscoveryTypeEnum performs case Insensitive comparison on enum value and return the desired enum
DiscoveryJobLogCollection List of logs of a job
type DiscoveryJobLogCollection struct { // List of logs Items []DiscoveryJobLogSummary `mandatory:"true" json:"items"` }
func (m DiscoveryJobLogCollection) String() string
func (m DiscoveryJobLogCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
DiscoveryJobLogSummary Log of a specific job
type DiscoveryJobLogSummary struct { // The OCID of Discovery job Id *string `mandatory:"true" json:"id"` // Type of log (INFO, WARNING, ERROR or SUCCESS) LogType DiscoveryJobLogSummaryLogTypeEnum `mandatory:"true" json:"logType"` // Log message LogMessage *string `mandatory:"true" json:"logMessage"` // Time the Job log was created TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` }
func (m DiscoveryJobLogSummary) String() string
func (m DiscoveryJobLogSummary) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
DiscoveryJobLogSummaryLogTypeEnum Enum with underlying type: string
type DiscoveryJobLogSummaryLogTypeEnum string
Set of constants representing the allowable values for DiscoveryJobLogSummaryLogTypeEnum
const ( DiscoveryJobLogSummaryLogTypeInfo DiscoveryJobLogSummaryLogTypeEnum = "INFO" DiscoveryJobLogSummaryLogTypeWarning DiscoveryJobLogSummaryLogTypeEnum = "WARNING" DiscoveryJobLogSummaryLogTypeError DiscoveryJobLogSummaryLogTypeEnum = "ERROR" DiscoveryJobLogSummaryLogTypeSuccess DiscoveryJobLogSummaryLogTypeEnum = "SUCCESS" )
func GetDiscoveryJobLogSummaryLogTypeEnumValues() []DiscoveryJobLogSummaryLogTypeEnum
GetDiscoveryJobLogSummaryLogTypeEnumValues Enumerates the set of values for DiscoveryJobLogSummaryLogTypeEnum
func GetMappingDiscoveryJobLogSummaryLogTypeEnum(val string) (DiscoveryJobLogSummaryLogTypeEnum, bool)
GetMappingDiscoveryJobLogSummaryLogTypeEnum performs case Insensitive comparison on enum value and return the desired enum
DiscoveryJobStatusEnum Enum with underlying type: string
type DiscoveryJobStatusEnum string
Set of constants representing the allowable values for DiscoveryJobStatusEnum
const ( DiscoveryJobStatusSuccess DiscoveryJobStatusEnum = "SUCCESS" DiscoveryJobStatusFailure DiscoveryJobStatusEnum = "FAILURE" DiscoveryJobStatusInprogress DiscoveryJobStatusEnum = "INPROGRESS" DiscoveryJobStatusInactive DiscoveryJobStatusEnum = "INACTIVE" DiscoveryJobStatusCreated DiscoveryJobStatusEnum = "CREATED" DiscoveryJobStatusDeleted DiscoveryJobStatusEnum = "DELETED" )
func GetDiscoveryJobStatusEnumValues() []DiscoveryJobStatusEnum
GetDiscoveryJobStatusEnumValues Enumerates the set of values for DiscoveryJobStatusEnum
func GetMappingDiscoveryJobStatusEnum(val string) (DiscoveryJobStatusEnum, bool)
GetMappingDiscoveryJobStatusEnum performs case Insensitive comparison on enum value and return the desired enum
DiscoveryJobSummary The Summary of DiscoveryJob details.
type DiscoveryJobSummary struct { // The OCID of Discovery job Id *string `mandatory:"true" json:"id"` // Resource Type ResourceType DiscoveryJobSummaryResourceTypeEnum `mandatory:"false" json:"resourceType,omitempty"` // The name of resource type ResourceName *string `mandatory:"false" json:"resourceName"` // The OCID of the Compartment CompartmentId *string `mandatory:"false" json:"compartmentId"` // Add option submits new discovery Job. Add with retry option to re-submit failed discovery job. Refresh option refreshes the existing discovered resources. DiscoveryType DiscoveryJobSummaryDiscoveryTypeEnum `mandatory:"false" json:"discoveryType,omitempty"` // Specifies the status of the discovery job Status DiscoveryJobSummaryStatusEnum `mandatory:"false" json:"status,omitempty"` // The short summary of the status of the discovery job StatusMessage *string `mandatory:"false" json:"statusMessage"` // The OCID of Tenant TenantId *string `mandatory:"false" json:"tenantId"` // The OCID of user in which the job is submitted UserId *string `mandatory:"false" json:"userId"` // The time the discovery Job was updated. TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"` // The current state of the DiscoveryJob Resource. LifecycleState LifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"false" json:"systemTags"` }
func (m DiscoveryJobSummary) String() string
func (m DiscoveryJobSummary) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
DiscoveryJobSummaryDiscoveryTypeEnum Enum with underlying type: string
type DiscoveryJobSummaryDiscoveryTypeEnum string
Set of constants representing the allowable values for DiscoveryJobSummaryDiscoveryTypeEnum
const ( DiscoveryJobSummaryDiscoveryTypeAdd DiscoveryJobSummaryDiscoveryTypeEnum = "ADD" DiscoveryJobSummaryDiscoveryTypeAddWithRetry DiscoveryJobSummaryDiscoveryTypeEnum = "ADD_WITH_RETRY" DiscoveryJobSummaryDiscoveryTypeRefresh DiscoveryJobSummaryDiscoveryTypeEnum = "REFRESH" )
func GetDiscoveryJobSummaryDiscoveryTypeEnumValues() []DiscoveryJobSummaryDiscoveryTypeEnum
GetDiscoveryJobSummaryDiscoveryTypeEnumValues Enumerates the set of values for DiscoveryJobSummaryDiscoveryTypeEnum
func GetMappingDiscoveryJobSummaryDiscoveryTypeEnum(val string) (DiscoveryJobSummaryDiscoveryTypeEnum, bool)
GetMappingDiscoveryJobSummaryDiscoveryTypeEnum performs case Insensitive comparison on enum value and return the desired enum
DiscoveryJobSummaryResourceTypeEnum Enum with underlying type: string
type DiscoveryJobSummaryResourceTypeEnum string
Set of constants representing the allowable values for DiscoveryJobSummaryResourceTypeEnum
const ( DiscoveryJobSummaryResourceTypeWeblogicDomain DiscoveryJobSummaryResourceTypeEnum = "WEBLOGIC_DOMAIN" DiscoveryJobSummaryResourceTypeEbsInstance DiscoveryJobSummaryResourceTypeEnum = "EBS_INSTANCE" DiscoveryJobSummaryResourceTypeOracleDatabase DiscoveryJobSummaryResourceTypeEnum = "ORACLE_DATABASE" DiscoveryJobSummaryResourceTypeOciOracleDb DiscoveryJobSummaryResourceTypeEnum = "OCI_ORACLE_DB" DiscoveryJobSummaryResourceTypeOciOracleCdb DiscoveryJobSummaryResourceTypeEnum = "OCI_ORACLE_CDB" DiscoveryJobSummaryResourceTypeOciOraclePdb DiscoveryJobSummaryResourceTypeEnum = "OCI_ORACLE_PDB" DiscoveryJobSummaryResourceTypeHost DiscoveryJobSummaryResourceTypeEnum = "HOST" )
func GetDiscoveryJobSummaryResourceTypeEnumValues() []DiscoveryJobSummaryResourceTypeEnum
GetDiscoveryJobSummaryResourceTypeEnumValues Enumerates the set of values for DiscoveryJobSummaryResourceTypeEnum
func GetMappingDiscoveryJobSummaryResourceTypeEnum(val string) (DiscoveryJobSummaryResourceTypeEnum, bool)
GetMappingDiscoveryJobSummaryResourceTypeEnum performs case Insensitive comparison on enum value and return the desired enum
DiscoveryJobSummaryStatusEnum Enum with underlying type: string
type DiscoveryJobSummaryStatusEnum string
Set of constants representing the allowable values for DiscoveryJobSummaryStatusEnum
const ( DiscoveryJobSummaryStatusSuccess DiscoveryJobSummaryStatusEnum = "SUCCESS" DiscoveryJobSummaryStatusFailure DiscoveryJobSummaryStatusEnum = "FAILURE" DiscoveryJobSummaryStatusInprogress DiscoveryJobSummaryStatusEnum = "INPROGRESS" DiscoveryJobSummaryStatusInactive DiscoveryJobSummaryStatusEnum = "INACTIVE" DiscoveryJobSummaryStatusCreated DiscoveryJobSummaryStatusEnum = "CREATED" DiscoveryJobSummaryStatusDeleted DiscoveryJobSummaryStatusEnum = "DELETED" )
func GetDiscoveryJobSummaryStatusEnumValues() []DiscoveryJobSummaryStatusEnum
GetDiscoveryJobSummaryStatusEnumValues Enumerates the set of values for DiscoveryJobSummaryStatusEnum
func GetMappingDiscoveryJobSummaryStatusEnum(val string) (DiscoveryJobSummaryStatusEnum, bool)
GetMappingDiscoveryJobSummaryStatusEnum performs case Insensitive comparison on enum value and return the desired enum
EncryptedCredentials Encypted credentials [indicated by the type property in CredentialStore].
type EncryptedCredentials struct { // The master key OCID and applicable only for property value type ENCRYPTION. Key OCID is passed as input to Key management service decrypt API to retrieve the encrypted property value text. KeyId *string `mandatory:"true" json:"keyId"` // The credential properties list. Credential property values will be encrypted format. Properties []CredentialProperty `mandatory:"true" json:"properties"` // The source type and source name combination,delimited with (.) separator. {source type}.{source name} and source type max char limit is 63. Source *string `mandatory:"false" json:"source"` // The name of the credential, within the context of the source. Name *string `mandatory:"false" json:"name"` // The type of the credential ( ex. JMXCreds,DBCreds). Type *string `mandatory:"false" json:"type"` // The user-specified textual description of the credential. Description *string `mandatory:"false" json:"description"` }
func (m EncryptedCredentials) GetDescription() *string
GetDescription returns Description
func (m EncryptedCredentials) GetName() *string
GetName returns Name
func (m EncryptedCredentials) GetSource() *string
GetSource returns Source
func (m EncryptedCredentials) GetType() *string
GetType returns Type
func (m EncryptedCredentials) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m EncryptedCredentials) String() string
func (m EncryptedCredentials) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
GetDiscoveryJobRequest wrapper for the GetDiscoveryJob operation
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/GetDiscoveryJob.go.html to see an example of how to use GetDiscoveryJobRequest.
type GetDiscoveryJobRequest struct { // The Discovery Job ID DiscoveryJobId *string `mandatory:"true" contributesTo:"path" name:"discoveryJobId"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a // particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request GetDiscoveryJobRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetDiscoveryJobRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetDiscoveryJobRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetDiscoveryJobRequest) String() string
func (request GetDiscoveryJobRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
GetDiscoveryJobResponse wrapper for the GetDiscoveryJob operation
type GetDiscoveryJobResponse struct { // The underlying http response RawResponse *http.Response // The DiscoveryJob instance DiscoveryJob `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response GetDiscoveryJobResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetDiscoveryJobResponse) String() string
GetMonitoredResourceRequest wrapper for the GetMonitoredResource operation
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/GetMonitoredResource.go.html to see an example of how to use GetMonitoredResourceRequest.
type GetMonitoredResourceRequest struct { // The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of monitored resource. MonitoredResourceId *string `mandatory:"true" contributesTo:"path" name:"monitoredResourceId"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a // particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request GetMonitoredResourceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetMonitoredResourceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetMonitoredResourceRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetMonitoredResourceRequest) String() string
func (request GetMonitoredResourceRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
GetMonitoredResourceResponse wrapper for the GetMonitoredResource operation
type GetMonitoredResourceResponse struct { // The underlying http response RawResponse *http.Response // The MonitoredResource instance MonitoredResource `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response GetMonitoredResourceResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetMonitoredResourceResponse) String() string
GetWorkRequestRequest wrapper for the GetWorkRequest operation
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/GetWorkRequest.go.html to see an example of how to use GetWorkRequestRequest.
type GetWorkRequestRequest struct { // The OCID (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request. WorkRequestId *string `mandatory:"true" contributesTo:"path" name:"workRequestId"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a // particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request GetWorkRequestRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetWorkRequestRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetWorkRequestRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetWorkRequestRequest) String() string
func (request GetWorkRequestRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
GetWorkRequestResponse wrapper for the GetWorkRequest operation
type GetWorkRequestResponse struct { // The underlying http response RawResponse *http.Response // The WorkRequest instance WorkRequest `presentIn:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // A decimal number representing the number of seconds the client should wait before polling this endpoint again. RetryAfter *int `presentIn:"header" name:"retry-after"` }
func (response GetWorkRequestResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetWorkRequestResponse) String() string
LifecycleStateEnum Enum with underlying type: string
type LifecycleStateEnum string
Set of constants representing the allowable values for LifecycleStateEnum
const ( LifecycleStateCreating LifecycleStateEnum = "CREATING" LifecycleStateUpdating LifecycleStateEnum = "UPDATING" LifecycleStateActive LifecycleStateEnum = "ACTIVE" LifecycleStateDeleting LifecycleStateEnum = "DELETING" LifecycleStateDeleted LifecycleStateEnum = "DELETED" LifecycleStateFailed LifecycleStateEnum = "FAILED" )
func GetLifecycleStateEnumValues() []LifecycleStateEnum
GetLifecycleStateEnumValues Enumerates the set of values for LifecycleStateEnum
func GetMappingLifecycleStateEnum(val string) (LifecycleStateEnum, bool)
GetMappingLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
ListDiscoveryJobLogsLogTypeEnum Enum with underlying type: string
type ListDiscoveryJobLogsLogTypeEnum string
Set of constants representing the allowable values for ListDiscoveryJobLogsLogTypeEnum
const ( ListDiscoveryJobLogsLogTypeInfo ListDiscoveryJobLogsLogTypeEnum = "INFO" ListDiscoveryJobLogsLogTypeWarning ListDiscoveryJobLogsLogTypeEnum = "WARNING" ListDiscoveryJobLogsLogTypeError ListDiscoveryJobLogsLogTypeEnum = "ERROR" ListDiscoveryJobLogsLogTypeSuccess ListDiscoveryJobLogsLogTypeEnum = "SUCCESS" )
func GetListDiscoveryJobLogsLogTypeEnumValues() []ListDiscoveryJobLogsLogTypeEnum
GetListDiscoveryJobLogsLogTypeEnumValues Enumerates the set of values for ListDiscoveryJobLogsLogTypeEnum
func GetMappingListDiscoveryJobLogsLogTypeEnum(val string) (ListDiscoveryJobLogsLogTypeEnum, bool)
GetMappingListDiscoveryJobLogsLogTypeEnum performs case Insensitive comparison on enum value and return the desired enum
ListDiscoveryJobLogsRequest wrapper for the ListDiscoveryJobLogs operation
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/ListDiscoveryJobLogs.go.html to see an example of how to use ListDiscoveryJobLogsRequest.
type ListDiscoveryJobLogsRequest struct { // The Discovery Job ID DiscoveryJobId *string `mandatory:"true" contributesTo:"path" name:"discoveryJobId"` // The log type like INFO, WARNING, ERROR, SUCCESS LogType ListDiscoveryJobLogsLogTypeEnum `mandatory:"false" contributesTo:"query" name:"logType" omitEmpty:"true"` // For list pagination. The maximum number of results per page, or items to return in a // paginated "List" call. For important details about how pagination works, see // List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // For list pagination. The value of the `opc-next-page` response header from the // previous "List" call. For important details about how pagination works, see // List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The sort order to use, either ascending (`ASC`) or descending (`DESC`). SortOrder ListDiscoveryJobLogsSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for logType is ascending. SortBy ListDiscoveryJobLogsSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a // particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListDiscoveryJobLogsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListDiscoveryJobLogsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListDiscoveryJobLogsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListDiscoveryJobLogsRequest) String() string
func (request ListDiscoveryJobLogsRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListDiscoveryJobLogsResponse wrapper for the ListDiscoveryJobLogs operation
type ListDiscoveryJobLogsResponse struct { // The underlying http response RawResponse *http.Response // A list of DiscoveryJobLogCollection instances DiscoveryJobLogCollection `presentIn:"body"` // For pagination of a list of items. When paging through a list, if this header appears in the response, // then a partial list might have been returned. Include this value as the `page` parameter for the // subsequent GET request to get the next batch of items. OpcNextPage *string `presentIn:"header" name:"opc-next-page"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ListDiscoveryJobLogsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListDiscoveryJobLogsResponse) String() string
ListDiscoveryJobLogsSortByEnum Enum with underlying type: string
type ListDiscoveryJobLogsSortByEnum string
Set of constants representing the allowable values for ListDiscoveryJobLogsSortByEnum
const ( ListDiscoveryJobLogsSortByTimecreated ListDiscoveryJobLogsSortByEnum = "timeCreated" ListDiscoveryJobLogsSortByLogtype ListDiscoveryJobLogsSortByEnum = "logType" )
func GetListDiscoveryJobLogsSortByEnumValues() []ListDiscoveryJobLogsSortByEnum
GetListDiscoveryJobLogsSortByEnumValues Enumerates the set of values for ListDiscoveryJobLogsSortByEnum
func GetMappingListDiscoveryJobLogsSortByEnum(val string) (ListDiscoveryJobLogsSortByEnum, bool)
GetMappingListDiscoveryJobLogsSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListDiscoveryJobLogsSortOrderEnum Enum with underlying type: string
type ListDiscoveryJobLogsSortOrderEnum string
Set of constants representing the allowable values for ListDiscoveryJobLogsSortOrderEnum
const ( ListDiscoveryJobLogsSortOrderAsc ListDiscoveryJobLogsSortOrderEnum = "ASC" ListDiscoveryJobLogsSortOrderDesc ListDiscoveryJobLogsSortOrderEnum = "DESC" )
func GetListDiscoveryJobLogsSortOrderEnumValues() []ListDiscoveryJobLogsSortOrderEnum
GetListDiscoveryJobLogsSortOrderEnumValues Enumerates the set of values for ListDiscoveryJobLogsSortOrderEnum
func GetMappingListDiscoveryJobLogsSortOrderEnum(val string) (ListDiscoveryJobLogsSortOrderEnum, bool)
GetMappingListDiscoveryJobLogsSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListDiscoveryJobsRequest wrapper for the ListDiscoveryJobs operation
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/ListDiscoveryJobs.go.html to see an example of how to use ListDiscoveryJobsRequest.
type ListDiscoveryJobsRequest struct { // The ID of the compartment in which data is listed. CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"` // A filter to return only discovery jobs that match the entire resource name given. Name *string `mandatory:"false" contributesTo:"query" name:"name"` // For list pagination. The maximum number of results per page, or items to return in a // paginated "List" call. For important details about how pagination works, see // List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // For list pagination. The value of the `opc-next-page` response header from the // previous "List" call. For important details about how pagination works, see // List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The sort order to use, either ascending (`ASC`) or descending (`DESC`). SortOrder ListDiscoveryJobsSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // The field to sort by. Only one sort order may be provided. Default order for timeUpdated is descending. Default order for resourceName is ascending. SortBy ListDiscoveryJobsSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a // particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListDiscoveryJobsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListDiscoveryJobsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListDiscoveryJobsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListDiscoveryJobsRequest) String() string
func (request ListDiscoveryJobsRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListDiscoveryJobsResponse wrapper for the ListDiscoveryJobs operation
type ListDiscoveryJobsResponse struct { // The underlying http response RawResponse *http.Response // A list of DiscoveryJobCollection instances DiscoveryJobCollection `presentIn:"body"` // For pagination of a list of items. When paging through a list, if this header appears in the response, // then a partial list might have been returned. Include this value as the `page` parameter for the // subsequent GET request to get the next batch of items. OpcNextPage *string `presentIn:"header" name:"opc-next-page"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ListDiscoveryJobsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListDiscoveryJobsResponse) String() string
ListDiscoveryJobsSortByEnum Enum with underlying type: string
type ListDiscoveryJobsSortByEnum string
Set of constants representing the allowable values for ListDiscoveryJobsSortByEnum
const ( ListDiscoveryJobsSortByTimeupdated ListDiscoveryJobsSortByEnum = "timeUpdated" ListDiscoveryJobsSortByResourcename ListDiscoveryJobsSortByEnum = "resourceName" )
func GetListDiscoveryJobsSortByEnumValues() []ListDiscoveryJobsSortByEnum
GetListDiscoveryJobsSortByEnumValues Enumerates the set of values for ListDiscoveryJobsSortByEnum
func GetMappingListDiscoveryJobsSortByEnum(val string) (ListDiscoveryJobsSortByEnum, bool)
GetMappingListDiscoveryJobsSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListDiscoveryJobsSortOrderEnum Enum with underlying type: string
type ListDiscoveryJobsSortOrderEnum string
Set of constants representing the allowable values for ListDiscoveryJobsSortOrderEnum
const ( ListDiscoveryJobsSortOrderAsc ListDiscoveryJobsSortOrderEnum = "ASC" ListDiscoveryJobsSortOrderDesc ListDiscoveryJobsSortOrderEnum = "DESC" )
func GetListDiscoveryJobsSortOrderEnumValues() []ListDiscoveryJobsSortOrderEnum
GetListDiscoveryJobsSortOrderEnumValues Enumerates the set of values for ListDiscoveryJobsSortOrderEnum
func GetMappingListDiscoveryJobsSortOrderEnum(val string) (ListDiscoveryJobsSortOrderEnum, bool)
GetMappingListDiscoveryJobsSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListWorkRequestErrorsRequest wrapper for the ListWorkRequestErrors operation
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/ListWorkRequestErrors.go.html to see an example of how to use ListWorkRequestErrorsRequest.
type ListWorkRequestErrorsRequest struct { // The OCID (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request. WorkRequestId *string `mandatory:"true" contributesTo:"path" name:"workRequestId"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a // particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // For list pagination. The value of the `opc-next-page` response header from the // previous "List" call. For important details about how pagination works, see // List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Page *string `mandatory:"false" contributesTo:"query" name:"page"` // For list pagination. The maximum number of results per page, or items to return in a // paginated "List" call. For important details about how pagination works, see // List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // The sort order to use, either ascending (`ASC`) or descending (`DESC`). SortOrder ListWorkRequestErrorsSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // The field to sort by. Only one sort order may be provided. Default order for timestamp is descending. If no value is specified timestamp is default. SortBy ListWorkRequestErrorsSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListWorkRequestErrorsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListWorkRequestErrorsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListWorkRequestErrorsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListWorkRequestErrorsRequest) String() string
func (request ListWorkRequestErrorsRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListWorkRequestErrorsResponse wrapper for the ListWorkRequestErrors operation
type ListWorkRequestErrorsResponse struct { // The underlying http response RawResponse *http.Response // A list of WorkRequestErrorCollection instances WorkRequestErrorCollection `presentIn:"body"` // For pagination of a list of items. When paging through a list, if this header appears in the response, // then a partial list might have been returned. Include this value as the `page` parameter for the // subsequent GET request to get the next batch of items. OpcNextPage *string `presentIn:"header" name:"opc-next-page"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ListWorkRequestErrorsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListWorkRequestErrorsResponse) String() string
ListWorkRequestErrorsSortByEnum Enum with underlying type: string
type ListWorkRequestErrorsSortByEnum string
Set of constants representing the allowable values for ListWorkRequestErrorsSortByEnum
const ( ListWorkRequestErrorsSortByTimestamp ListWorkRequestErrorsSortByEnum = "timestamp" )
func GetListWorkRequestErrorsSortByEnumValues() []ListWorkRequestErrorsSortByEnum
GetListWorkRequestErrorsSortByEnumValues Enumerates the set of values for ListWorkRequestErrorsSortByEnum
func GetMappingListWorkRequestErrorsSortByEnum(val string) (ListWorkRequestErrorsSortByEnum, bool)
GetMappingListWorkRequestErrorsSortByEnum performs case Insensitive comparison on enum value and return the desired enum
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() []ListWorkRequestErrorsSortOrderEnum
GetListWorkRequestErrorsSortOrderEnumValues Enumerates the set of values for ListWorkRequestErrorsSortOrderEnum
func GetMappingListWorkRequestErrorsSortOrderEnum(val string) (ListWorkRequestErrorsSortOrderEnum, bool)
GetMappingListWorkRequestErrorsSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListWorkRequestLogsRequest wrapper for the ListWorkRequestLogs operation
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/ListWorkRequestLogs.go.html to see an example of how to use ListWorkRequestLogsRequest.
type ListWorkRequestLogsRequest struct { // The OCID (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request. WorkRequestId *string `mandatory:"true" contributesTo:"path" name:"workRequestId"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a // particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // For list pagination. The value of the `opc-next-page` response header from the // previous "List" call. For important details about how pagination works, see // List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Page *string `mandatory:"false" contributesTo:"query" name:"page"` // For list pagination. The maximum number of results per page, or items to return in a // paginated "List" call. For important details about how pagination works, see // List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // The sort order to use, either ascending (`ASC`) or descending (`DESC`). SortOrder ListWorkRequestLogsSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // The field to sort by. Only one sort order may be provided. Default order for timestamp is descending. If no value is specified timestamp is default. SortBy ListWorkRequestLogsSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListWorkRequestLogsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListWorkRequestLogsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListWorkRequestLogsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListWorkRequestLogsRequest) String() string
func (request ListWorkRequestLogsRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListWorkRequestLogsResponse wrapper for the ListWorkRequestLogs operation
type ListWorkRequestLogsResponse struct { // The underlying http response RawResponse *http.Response // A list of WorkRequestLogEntryCollection instances WorkRequestLogEntryCollection `presentIn:"body"` // For pagination of a list of items. When paging through a list, if this header appears in the response, // then a partial list might have been returned. Include this value as the `page` parameter for the // subsequent GET request to get the next batch of items. OpcNextPage *string `presentIn:"header" name:"opc-next-page"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ListWorkRequestLogsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListWorkRequestLogsResponse) String() string
ListWorkRequestLogsSortByEnum Enum with underlying type: string
type ListWorkRequestLogsSortByEnum string
Set of constants representing the allowable values for ListWorkRequestLogsSortByEnum
const ( ListWorkRequestLogsSortByTimestamp ListWorkRequestLogsSortByEnum = "timestamp" )
func GetListWorkRequestLogsSortByEnumValues() []ListWorkRequestLogsSortByEnum
GetListWorkRequestLogsSortByEnumValues Enumerates the set of values for ListWorkRequestLogsSortByEnum
func GetMappingListWorkRequestLogsSortByEnum(val string) (ListWorkRequestLogsSortByEnum, bool)
GetMappingListWorkRequestLogsSortByEnum performs case Insensitive comparison on enum value and return the desired enum
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() []ListWorkRequestLogsSortOrderEnum
GetListWorkRequestLogsSortOrderEnumValues Enumerates the set of values for ListWorkRequestLogsSortOrderEnum
func GetMappingListWorkRequestLogsSortOrderEnum(val string) (ListWorkRequestLogsSortOrderEnum, bool)
GetMappingListWorkRequestLogsSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListWorkRequestsRequest wrapper for the ListWorkRequests operation
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/ListWorkRequests.go.html to see an example of how to use ListWorkRequestsRequest.
type ListWorkRequestsRequest struct { // The ID of the compartment in which data is listed. CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"` // The ID of the asynchronous work request. WorkRequestId *string `mandatory:"false" contributesTo:"query" name:"workRequestId"` // A filter to return only resources their lifecycleState matches the given OperationStatus. Status ListWorkRequestsStatusEnum `mandatory:"false" contributesTo:"query" name:"status" omitEmpty:"true"` // The ID of the resource affected by the work request. ResourceId *string `mandatory:"false" contributesTo:"query" name:"resourceId"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a // particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // For list pagination. The value of the `opc-next-page` response header from the // previous "List" call. For important details about how pagination works, see // List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Page *string `mandatory:"false" contributesTo:"query" name:"page"` // For list pagination. The maximum number of results per page, or items to return in a // paginated "List" call. For important details about how pagination works, see // List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // The sort order to use, either ascending (`ASC`) or descending (`DESC`). SortOrder ListWorkRequestsSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending. If no value is specified timeAccepted is default. SortBy ListWorkRequestsSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListWorkRequestsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListWorkRequestsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListWorkRequestsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListWorkRequestsRequest) String() string
func (request ListWorkRequestsRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListWorkRequestsResponse wrapper for the ListWorkRequests operation
type ListWorkRequestsResponse struct { // The underlying http response RawResponse *http.Response // A list of WorkRequestSummaryCollection instances WorkRequestSummaryCollection `presentIn:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // 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 (response ListWorkRequestsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListWorkRequestsResponse) String() string
ListWorkRequestsSortByEnum Enum with underlying type: string
type ListWorkRequestsSortByEnum string
Set of constants representing the allowable values for ListWorkRequestsSortByEnum
const ( ListWorkRequestsSortByTimeaccepted ListWorkRequestsSortByEnum = "timeAccepted" )
func GetListWorkRequestsSortByEnumValues() []ListWorkRequestsSortByEnum
GetListWorkRequestsSortByEnumValues Enumerates the set of values for ListWorkRequestsSortByEnum
func GetMappingListWorkRequestsSortByEnum(val string) (ListWorkRequestsSortByEnum, bool)
GetMappingListWorkRequestsSortByEnum performs case Insensitive comparison on enum value and return the desired enum
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() []ListWorkRequestsSortOrderEnum
GetListWorkRequestsSortOrderEnumValues Enumerates the set of values for ListWorkRequestsSortOrderEnum
func GetMappingListWorkRequestsSortOrderEnum(val string) (ListWorkRequestsSortOrderEnum, bool)
GetMappingListWorkRequestsSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListWorkRequestsStatusEnum Enum with underlying type: string
type ListWorkRequestsStatusEnum string
Set of constants representing the allowable values for ListWorkRequestsStatusEnum
const ( ListWorkRequestsStatusAccepted ListWorkRequestsStatusEnum = "ACCEPTED" ListWorkRequestsStatusInProgress ListWorkRequestsStatusEnum = "IN_PROGRESS" ListWorkRequestsStatusWaiting ListWorkRequestsStatusEnum = "WAITING" ListWorkRequestsStatusFailed ListWorkRequestsStatusEnum = "FAILED" ListWorkRequestsStatusSucceeded ListWorkRequestsStatusEnum = "SUCCEEDED" ListWorkRequestsStatusCanceling ListWorkRequestsStatusEnum = "CANCELING" ListWorkRequestsStatusCanceled ListWorkRequestsStatusEnum = "CANCELED" )
func GetListWorkRequestsStatusEnumValues() []ListWorkRequestsStatusEnum
GetListWorkRequestsStatusEnumValues Enumerates the set of values for ListWorkRequestsStatusEnum
func GetMappingListWorkRequestsStatusEnum(val string) (ListWorkRequestsStatusEnum, bool)
GetMappingListWorkRequestsStatusEnum performs case Insensitive comparison on enum value and return the desired enum
MonitoredResource The information about monitored resource.
type MonitoredResource struct { // The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of monitored resource. Id *string `mandatory:"true" json:"id"` // Monitored resource name. Name *string `mandatory:"true" json:"name"` // Monitored resource type Type *string `mandatory:"true" json:"type"` // Compartment Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) CompartmentId *string `mandatory:"true" json:"compartmentId"` // Tenancy Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) TenantId *string `mandatory:"true" json:"tenantId"` // Monitored resource display name. DisplayName *string `mandatory:"false" json:"displayName"` // Monitored resource host name. HostName *string `mandatory:"false" json:"hostName"` // External resource is any OCI resource identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) // which is not a Stack Monitoring service resource. // Currently supports only following resource type identifiers - externalcontainerdatabase, // externalnoncontainerdatabase, externalpluggabledatabase and OCI compute instance. ExternalId *string `mandatory:"false" json:"externalId"` // Management Agent Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm). ManagementAgentId *string `mandatory:"false" json:"managementAgentId"` // Time zone in the form of tz database canonical zone ID. ResourceTimeZone *string `mandatory:"false" json:"resourceTimeZone"` // The time the the resource was created. An RFC3339 formatted datetime string TimeCreated *common.SDKTime `mandatory:"false" json:"timeCreated"` // The time the the resource was updated. An RFC3339 formatted datetime string TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"` // Lifecycle state of the monitored resource. LifecycleState ResourceLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` // List of monitored resource properties Properties []MonitoredResourceProperty `mandatory:"false" json:"properties"` DatabaseConnectionDetails *ConnectionDetails `mandatory:"false" json:"databaseConnectionDetails"` Credentials MonitoredResourceCredential `mandatory:"false" json:"credentials"` Aliases *MonitoredResourceAliasCredential `mandatory:"false" json:"aliases"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"false" json:"systemTags"` }
func (m MonitoredResource) String() string
func (m *MonitoredResource) UnmarshalJSON(data []byte) (e error)
UnmarshalJSON unmarshals from json
func (m MonitoredResource) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
MonitoredResourceAliasCredential Monitored Resource Alias Credential Details
type MonitoredResourceAliasCredential struct { // The source type and source name combination,delimited with (.) separator. Ex. {source type}.{source name} and source type max char limit is 63. Source *string `mandatory:"true" json:"source"` // The name of the alias, within the context of the source. Name *string `mandatory:"true" json:"name"` Credential *MonitoredResourceAliasSourceCredential `mandatory:"true" json:"credential"` }
func (m MonitoredResourceAliasCredential) String() string
func (m MonitoredResourceAliasCredential) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
MonitoredResourceAliasSourceCredential Monitored Resource Alias Reference Source Credential
type MonitoredResourceAliasSourceCredential struct { // The source type and source name combination,delimited with (.) separator. This refers to the pre-existing source which alias cred should point to. Ex. {source type}.{source name} and source type max char limit is 63. Source *string `mandatory:"true" json:"source"` // The name of the pre-existing source credential which alias cred should point to. This should refer to the pre-existing source attribute binded credential name. Name *string `mandatory:"true" json:"name"` // The name of the service owning the credential. Ex stack-monitoring or dbmgmt Service *string `mandatory:"true" json:"service"` }
func (m MonitoredResourceAliasSourceCredential) String() string
func (m MonitoredResourceAliasSourceCredential) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
MonitoredResourceAssociation Association between two monitored resources.
type MonitoredResourceAssociation struct { // Association Type AssociationType *string `mandatory:"true" json:"associationType"` // Compartment Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) CompartmentId *string `mandatory:"true" json:"compartmentId"` // Tenancy Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) TenantId *string `mandatory:"true" json:"tenantId"` // Source Monitored Resource Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) SourceResourceId *string `mandatory:"true" json:"sourceResourceId"` // Destination Monitored Resource Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) DestinationResourceId *string `mandatory:"true" json:"destinationResourceId"` SourceResourceDetails *AssociationResourceDetails `mandatory:"false" json:"sourceResourceDetails"` DestinationResourceDetails *AssociationResourceDetails `mandatory:"false" json:"destinationResourceDetails"` // The time when the association was created. An RFC3339 formatted datetime string TimeCreated *common.SDKTime `mandatory:"false" json:"timeCreated"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"false" json:"systemTags"` }
func (m MonitoredResourceAssociation) String() string
func (m MonitoredResourceAssociation) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
MonitoredResourceAssociationSummary Summary of the monitored resource association.
type MonitoredResourceAssociationSummary struct { // Association type to be created between source and destination resources AssociationType *string `mandatory:"true" json:"associationType"` // Source Monitored Resource Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) SourceResourceId *string `mandatory:"true" json:"sourceResourceId"` // Destination Monitored Resource Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) DestinationResourceId *string `mandatory:"true" json:"destinationResourceId"` // The time the the association was created. An RFC3339 formatted datetime string TimeCreated *common.SDKTime `mandatory:"false" json:"timeCreated"` SourceResourceDetails *AssociationResourceDetails `mandatory:"false" json:"sourceResourceDetails"` DestinationResourceDetails *AssociationResourceDetails `mandatory:"false" json:"destinationResourceDetails"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"false" json:"systemTags"` }
func (m MonitoredResourceAssociationSummary) String() string
func (m MonitoredResourceAssociationSummary) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
MonitoredResourceAssociationsCollection List of MonitoredResourceAssociationSummary elements.
type MonitoredResourceAssociationsCollection struct { // List of Monitored Resource Associations. Items []MonitoredResourceAssociationSummary `mandatory:"true" json:"items"` }
func (m MonitoredResourceAssociationsCollection) String() string
func (m MonitoredResourceAssociationsCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
MonitoredResourceCollection Results of a resources search. Contains MonitoredResourceSummary items and other data.
type MonitoredResourceCollection struct { // List of monitored resources. Items []MonitoredResourceSummary `mandatory:"true" json:"items"` }
func (m MonitoredResourceCollection) String() string
func (m MonitoredResourceCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
MonitoredResourceCredential Monitored Resource Credential Details
type MonitoredResourceCredential interface { // The source type and source name combination,delimited with (.) separator. {source type}.{source name} and source type max char limit is 63. GetSource() *string // The name of the credential, within the context of the source. GetName() *string // The type of the credential ( ex. JMXCreds,DBCreds). GetType() *string // The user-specified textual description of the credential. GetDescription() *string }
MonitoredResourceCredentialCredentialTypeEnum Enum with underlying type: string
type MonitoredResourceCredentialCredentialTypeEnum string
Set of constants representing the allowable values for MonitoredResourceCredentialCredentialTypeEnum
const ( MonitoredResourceCredentialCredentialTypeExisting MonitoredResourceCredentialCredentialTypeEnum = "EXISTING" MonitoredResourceCredentialCredentialTypePlaintext MonitoredResourceCredentialCredentialTypeEnum = "PLAINTEXT" MonitoredResourceCredentialCredentialTypeEncrypted MonitoredResourceCredentialCredentialTypeEnum = "ENCRYPTED" )
func GetMappingMonitoredResourceCredentialCredentialTypeEnum(val string) (MonitoredResourceCredentialCredentialTypeEnum, bool)
GetMappingMonitoredResourceCredentialCredentialTypeEnum performs case Insensitive comparison on enum value and return the desired enum
func GetMonitoredResourceCredentialCredentialTypeEnumValues() []MonitoredResourceCredentialCredentialTypeEnum
GetMonitoredResourceCredentialCredentialTypeEnumValues Enumerates the set of values for MonitoredResourceCredentialCredentialTypeEnum
MonitoredResourceMemberSummary Monitored resource member
type MonitoredResourceMemberSummary struct { // Monitored resource identifier ResourceId *string `mandatory:"false" json:"resourceId"` // Monitored resource name ResourceName *string `mandatory:"false" json:"resourceName"` // Monitored resource display name. ResourceDisplayName *string `mandatory:"false" json:"resourceDisplayName"` // Monitored resource type ResourceType *string `mandatory:"false" json:"resourceType"` // Monitored Resource Host HostName *string `mandatory:"false" json:"hostName"` // External resource is any OCI resource identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) // which is not a Stack Monitoring service resource. // Currently supports only following resource type identifiers - externalcontainerdatabase, // externalnoncontainerdatabase, externalpluggabledatabase and OCI compute instance. ExternalId *string `mandatory:"false" json:"externalId"` // Parent monitored resource identifier ParentId *string `mandatory:"false" json:"parentId"` // The current state of the Resource. LifecycleState ResourceLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"false" json:"systemTags"` }
func (m MonitoredResourceMemberSummary) String() string
func (m MonitoredResourceMemberSummary) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
MonitoredResourceMembersCollection Results of a member search.
type MonitoredResourceMembersCollection struct { // List of Members. Items []MonitoredResourceMemberSummary `mandatory:"true" json:"items"` }
func (m MonitoredResourceMembersCollection) String() string
func (m MonitoredResourceMembersCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
MonitoredResourceProperty Property of monitored resource
type MonitoredResourceProperty struct { // property name Name *string `mandatory:"false" json:"name"` // property value Value *string `mandatory:"false" json:"value"` }
func (m MonitoredResourceProperty) String() string
func (m MonitoredResourceProperty) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
MonitoredResourceSummary The information about monitored resource.
type MonitoredResourceSummary struct { // The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of monitored resource. Id *string `mandatory:"true" json:"id"` // Name of the monitored resource Name *string `mandatory:"true" json:"name"` // Type of the monitored resource Type *string `mandatory:"true" json:"type"` // Monitored resource display name. DisplayName *string `mandatory:"false" json:"displayName"` // Resource Host Name HostName *string `mandatory:"false" json:"hostName"` // External resource is any OCI resource identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) // which is not a Stack Monitoring service resource. // Currently supports only following resource type identifiers - externalcontainerdatabase, // externalnoncontainerdatabase, externalpluggabledatabase and OCI compute instance. ExternalId *string `mandatory:"false" json:"externalId"` // Management Agent Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm). ManagementAgentId *string `mandatory:"false" json:"managementAgentId"` // Monitored resource creation time. An RFC3339 formatted datetime string TimeCreated *common.SDKTime `mandatory:"false" json:"timeCreated"` // Monitored resource updation time. An RFC3339 formatted datetime string TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"` // The current state of the monitored resource. LifecycleState ResourceLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` // List of monitored resource properties Properties []MonitoredResourceProperty `mandatory:"false" json:"properties"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"false" json:"systemTags"` }
func (m MonitoredResourceSummary) String() string
func (m MonitoredResourceSummary) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
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" OperationStatusWaiting OperationStatusEnum = "WAITING" OperationStatusFailed OperationStatusEnum = "FAILED" OperationStatusSucceeded OperationStatusEnum = "SUCCEEDED" OperationStatusCanceling OperationStatusEnum = "CANCELING" OperationStatusCanceled OperationStatusEnum = "CANCELED" )
func GetMappingOperationStatusEnum(val string) (OperationStatusEnum, bool)
GetMappingOperationStatusEnum performs case Insensitive comparison on enum value and return the desired enum
func GetOperationStatusEnumValues() []OperationStatusEnum
GetOperationStatusEnumValues Enumerates the set of values for OperationStatusEnum
OperationTypeEnum Enum with underlying type: string
type OperationTypeEnum string
Set of constants representing the allowable values for OperationTypeEnum
const ( OperationTypeCreateResources OperationTypeEnum = "CREATE_RESOURCES" OperationTypeUpdateResources OperationTypeEnum = "UPDATE_RESOURCES" OperationTypeDeleteResources OperationTypeEnum = "DELETE_RESOURCES" OperationTypeMoveResources OperationTypeEnum = "MOVE_RESOURCES" OperationTypeEnableExternalDatabase OperationTypeEnum = "ENABLE_EXTERNAL_DATABASE" OperationTypeDisableExternalDatabase OperationTypeEnum = "DISABLE_EXTERNAL_DATABASE" OperationTypeAddSourcesToAgent OperationTypeEnum = "ADD_SOURCES_TO_AGENT" OperationTypeBulkAddResources OperationTypeEnum = "BULK_ADD_RESOURCES" OperationTypeBulkDeleteResources OperationTypeEnum = "BULK_DELETE_RESOURCES" )
func GetMappingOperationTypeEnum(val string) (OperationTypeEnum, bool)
GetMappingOperationTypeEnum performs case Insensitive comparison on enum value and return the desired enum
func GetOperationTypeEnumValues() []OperationTypeEnum
GetOperationTypeEnumValues Enumerates the set of values for OperationTypeEnum
PlainTextCredentials Plain text credentials [indicated by the type property in CredentialStore].
type PlainTextCredentials struct { // The credential properties list. Credential property values will be either in plain text format. Properties []CredentialProperty `mandatory:"true" json:"properties"` // The source type and source name combination,delimited with (.) separator. {source type}.{source name} and source type max char limit is 63. Source *string `mandatory:"false" json:"source"` // The name of the credential, within the context of the source. Name *string `mandatory:"false" json:"name"` // The type of the credential ( ex. JMXCreds,DBCreds). Type *string `mandatory:"false" json:"type"` // The user-specified textual description of the credential. Description *string `mandatory:"false" json:"description"` }
func (m PlainTextCredentials) GetDescription() *string
GetDescription returns Description
func (m PlainTextCredentials) GetName() *string
GetName returns Name
func (m PlainTextCredentials) GetSource() *string
GetSource returns Source
func (m PlainTextCredentials) GetType() *string
GetType returns Type
func (m PlainTextCredentials) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m PlainTextCredentials) String() string
func (m PlainTextCredentials) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
PreExistingCredentials Plain text credentials [indicated by the type property in CredentialStore].
type PreExistingCredentials struct { // The source type and source name combination,delimited with (.) separator. {source type}.{source name} and source type max char limit is 63. Source *string `mandatory:"false" json:"source"` // The name of the credential, within the context of the source. Name *string `mandatory:"false" json:"name"` // The type of the credential ( ex. JMXCreds,DBCreds). Type *string `mandatory:"false" json:"type"` // The user-specified textual description of the credential. Description *string `mandatory:"false" json:"description"` }
func (m PreExistingCredentials) GetDescription() *string
GetDescription returns Description
func (m PreExistingCredentials) GetName() *string
GetName returns Name
func (m PreExistingCredentials) GetSource() *string
GetSource returns Source
func (m PreExistingCredentials) GetType() *string
GetType returns Type
func (m PreExistingCredentials) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m PreExistingCredentials) String() string
func (m PreExistingCredentials) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
PropertyDetails Property Details
type PropertyDetails struct { // Key/Value pair of Property PropertiesMap map[string]string `mandatory:"false" json:"propertiesMap"` }
func (m PropertyDetails) String() string
func (m PropertyDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ResourceLifecycleStateEnum Enum with underlying type: string
type ResourceLifecycleStateEnum string
Set of constants representing the allowable values for ResourceLifecycleStateEnum
const ( ResourceLifecycleStateCreating ResourceLifecycleStateEnum = "CREATING" ResourceLifecycleStateUpdating ResourceLifecycleStateEnum = "UPDATING" ResourceLifecycleStateActive ResourceLifecycleStateEnum = "ACTIVE" ResourceLifecycleStateDeleting ResourceLifecycleStateEnum = "DELETING" ResourceLifecycleStateDeleted ResourceLifecycleStateEnum = "DELETED" ResourceLifecycleStateFailed ResourceLifecycleStateEnum = "FAILED" )
func GetMappingResourceLifecycleStateEnum(val string) (ResourceLifecycleStateEnum, bool)
GetMappingResourceLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetResourceLifecycleStateEnumValues() []ResourceLifecycleStateEnum
GetResourceLifecycleStateEnumValues Enumerates the set of values for ResourceLifecycleStateEnum
SearchAssociatedResourcesDetails The criteria for searching associated monitored resources.
type SearchAssociatedResourcesDetails struct { // Compartment Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) CompartmentId *string `mandatory:"true" json:"compartmentId"` // A filter to return associated resources that match resources of type. // Either resourceId or resourceType should be provided. ResourceType *string `mandatory:"false" json:"resourceType"` // Monitored resource identifier for which the associated resources should be fetched. // Either resourceId or resourceType should be provided. ResourceId *string `mandatory:"false" json:"resourceId"` // The field which determines the depth of hierarchy while searching for associated resources. // Possible values - 0 for all levels. And positive number to indicate different levels. // Default value is 1, which indicates 1st level associations. LimitLevel *int `mandatory:"false" json:"limitLevel"` // List of association types to be searched for finding associated resources AssociationTypes []string `mandatory:"false" json:"associationTypes"` }
func (m SearchAssociatedResourcesDetails) String() string
func (m SearchAssociatedResourcesDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
SearchAssociatedResourcesRequest wrapper for the SearchAssociatedResources operation
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/SearchAssociatedResources.go.html to see an example of how to use SearchAssociatedResourcesRequest.
type SearchAssociatedResourcesRequest struct { // Search Criteria for the listing the monitored resources for given type and compartmentId. SearchAssociatedResourcesDetails `contributesTo:"body"` // Partial response refers to an optimization technique offered // by the RESTful web APIs, to return only the information // (fields) required by the client. In this mechanism, the client // sends the required field names as the query parameters for // an API to the server, and the server trims down the default // response content by removing the fields that are not required // by the client. The parameter controls which fields to // return and should be a query string parameter called "fields" of // an array type, provide the values as enums, and use collectionFormat. Fields []string `contributesTo:"query" name:"fields" collectionFormat:"multi"` // Partial response refers to an optimization technique offered // by the RESTful web APIs, to return all the information except // the fields requested to be excluded (excludeFields) by the client. // In this mechanism, the client // sends the exclude field names as the query parameters for // an API to the server, and the server trims down the default // response content by removing the fields that are not required // by the client. The parameter controls which fields to // exlude and to return and should be a query string parameter // called "excludeFields" of an array type, provide the values // as enums, and use collectionFormat. ExcludeFields []string `contributesTo:"query" name:"excludeFields" collectionFormat:"multi"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a // particular request, please provide the request ID. 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"` // For list pagination. The maximum number of results per page, or items to return in a // paginated "List" call. For important details about how pagination works, see // List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // For list pagination. The value of the `opc-next-page` response header from the // previous "List" call. For important details about how pagination works, see // List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Page *string `mandatory:"false" contributesTo:"query" name:"page"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request SearchAssociatedResourcesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request SearchAssociatedResourcesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request SearchAssociatedResourcesRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request SearchAssociatedResourcesRequest) String() string
func (request SearchAssociatedResourcesRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
SearchAssociatedResourcesResponse wrapper for the SearchAssociatedResources operation
type SearchAssociatedResourcesResponse struct { // The underlying http response RawResponse *http.Response // A list of AssociatedResourcesCollection instances AssociatedResourcesCollection `presentIn:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // 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"` // For pagination of a list of items. The total number of items in the result. OpcTotalItems *int `presentIn:"header" name:"opc-total-items"` }
func (response SearchAssociatedResourcesResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response SearchAssociatedResourcesResponse) String() string
SearchMonitoredResourceAssociationsDetails The information required to search monitored resource associations.
type SearchMonitoredResourceAssociationsDetails struct { // Compartment Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) CompartmentId *string `mandatory:"true" json:"compartmentId"` // Source Monitored Resource Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) SourceResourceId *string `mandatory:"false" json:"sourceResourceId"` // Source Monitored Resource Name SourceResourceName *string `mandatory:"false" json:"sourceResourceName"` // Source Monitored Resource Type SourceResourceType *string `mandatory:"false" json:"sourceResourceType"` // Destination Monitored Resource Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) DestinationResourceId *string `mandatory:"false" json:"destinationResourceId"` // Source Monitored Resource Name DestinationResourceName *string `mandatory:"false" json:"destinationResourceName"` // Source Monitored Resource Type DestinationResourceType *string `mandatory:"false" json:"destinationResourceType"` // Association type to be created between source and destination resources AssociationType *string `mandatory:"false" json:"associationType"` // The field to sort by. Only one sort order may be provided. // Default order for timeCreated is descending. Default order for assocType is descending. SortBy SearchMonitoredResourceAssociationsDetailsSortByEnum `mandatory:"false" json:"sortBy,omitempty"` // The sort order to use, either 'ASC' or 'DESC'. SortOrder SortOrderEnum `mandatory:"false" json:"sortOrder,omitempty"` }
func (m SearchMonitoredResourceAssociationsDetails) String() string
func (m SearchMonitoredResourceAssociationsDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
SearchMonitoredResourceAssociationsDetailsSortByEnum Enum with underlying type: string
type SearchMonitoredResourceAssociationsDetailsSortByEnum string
Set of constants representing the allowable values for SearchMonitoredResourceAssociationsDetailsSortByEnum
const ( SearchMonitoredResourceAssociationsDetailsSortByTimeCreated SearchMonitoredResourceAssociationsDetailsSortByEnum = "TIME_CREATED" SearchMonitoredResourceAssociationsDetailsSortByAssocType SearchMonitoredResourceAssociationsDetailsSortByEnum = "ASSOC_TYPE" )
func GetMappingSearchMonitoredResourceAssociationsDetailsSortByEnum(val string) (SearchMonitoredResourceAssociationsDetailsSortByEnum, bool)
GetMappingSearchMonitoredResourceAssociationsDetailsSortByEnum performs case Insensitive comparison on enum value and return the desired enum
func GetSearchMonitoredResourceAssociationsDetailsSortByEnumValues() []SearchMonitoredResourceAssociationsDetailsSortByEnum
GetSearchMonitoredResourceAssociationsDetailsSortByEnumValues Enumerates the set of values for SearchMonitoredResourceAssociationsDetailsSortByEnum
SearchMonitoredResourceAssociationsRequest wrapper for the SearchMonitoredResourceAssociations operation
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/SearchMonitoredResourceAssociations.go.html to see an example of how to use SearchMonitoredResourceAssociationsRequest.
type SearchMonitoredResourceAssociationsRequest struct { // Search Criteria for the listing the monitored resource associations. SearchMonitoredResourceAssociationsDetails `contributesTo:"body"` // For list pagination. The maximum number of results per page, or items to return in a // paginated "List" call. For important details about how pagination works, see // List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // For list pagination. The value of the `opc-next-page` response header from the // previous "List" call. For important details about how pagination works, see // List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Page *string `mandatory:"false" contributesTo:"query" name:"page"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a // particular request, please provide the request ID. OpcRequestId *string `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 (request SearchMonitoredResourceAssociationsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request SearchMonitoredResourceAssociationsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request SearchMonitoredResourceAssociationsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request SearchMonitoredResourceAssociationsRequest) String() string
func (request SearchMonitoredResourceAssociationsRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
SearchMonitoredResourceAssociationsResponse wrapper for the SearchMonitoredResourceAssociations operation
type SearchMonitoredResourceAssociationsResponse struct { // The underlying http response RawResponse *http.Response // A list of MonitoredResourceAssociationsCollection instances MonitoredResourceAssociationsCollection `presentIn:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // 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"` // For pagination of a list of items. The total number of items in the result. OpcTotalItems *int `presentIn:"header" name:"opc-total-items"` }
func (response SearchMonitoredResourceAssociationsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response SearchMonitoredResourceAssociationsResponse) String() string
SearchMonitoredResourceMembersDetails The search criteria for listing monitored resource member targets.
type SearchMonitoredResourceMembersDetails struct { // Destination Monitored Resource Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) DestinationResourceId *string `mandatory:"false" json:"destinationResourceId"` // The field which determines the depth of hierarchy while searching for members LimitLevel *int `mandatory:"false" json:"limitLevel"` }
func (m SearchMonitoredResourceMembersDetails) String() string
func (m SearchMonitoredResourceMembersDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
SearchMonitoredResourceMembersRequest wrapper for the SearchMonitoredResourceMembers operation
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/SearchMonitoredResourceMembers.go.html to see an example of how to use SearchMonitoredResourceMembersRequest.
type SearchMonitoredResourceMembersRequest struct { // The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of monitored resource. MonitoredResourceId *string `mandatory:"true" contributesTo:"path" name:"monitoredResourceId"` // Search criteria for the listing the member monitored resources. SearchMonitoredResourceMembersDetails `contributesTo:"body"` // If this query parameter is specified, the result is sorted by this query parameter value. SortBy SearchMonitoredResourceMembersSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // The sort order to use, either ascending (`ASC`) or descending (`DESC`). SortOrder SearchMonitoredResourceMembersSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // For list pagination. The value of the `opc-next-page` response header from the // previous "List" call. For important details about how pagination works, see // List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Page *string `mandatory:"false" contributesTo:"query" name:"page"` // For list pagination. The maximum number of results per page, or items to return in a // paginated "List" call. For important details about how pagination works, see // List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // 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"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a // particular request, please provide the request ID. 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 (request SearchMonitoredResourceMembersRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request SearchMonitoredResourceMembersRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request SearchMonitoredResourceMembersRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request SearchMonitoredResourceMembersRequest) String() string
func (request SearchMonitoredResourceMembersRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
SearchMonitoredResourceMembersResponse wrapper for the SearchMonitoredResourceMembers operation
type SearchMonitoredResourceMembersResponse struct { // The underlying http response RawResponse *http.Response // A list of MonitoredResourceMembersCollection instances MonitoredResourceMembersCollection `presentIn:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // 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"` // For pagination of a list of items. The total number of items in the result. OpcTotalItems *int `presentIn:"header" name:"opc-total-items"` }
func (response SearchMonitoredResourceMembersResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response SearchMonitoredResourceMembersResponse) String() string
SearchMonitoredResourceMembersSortByEnum Enum with underlying type: string
type SearchMonitoredResourceMembersSortByEnum string
Set of constants representing the allowable values for SearchMonitoredResourceMembersSortByEnum
const ( SearchMonitoredResourceMembersSortByResourcename SearchMonitoredResourceMembersSortByEnum = "resourceName" SearchMonitoredResourceMembersSortByResourcetype SearchMonitoredResourceMembersSortByEnum = "resourceType" SearchMonitoredResourceMembersSortBySourceresourcetype SearchMonitoredResourceMembersSortByEnum = "sourceResourceType" )
func GetMappingSearchMonitoredResourceMembersSortByEnum(val string) (SearchMonitoredResourceMembersSortByEnum, bool)
GetMappingSearchMonitoredResourceMembersSortByEnum performs case Insensitive comparison on enum value and return the desired enum
func GetSearchMonitoredResourceMembersSortByEnumValues() []SearchMonitoredResourceMembersSortByEnum
GetSearchMonitoredResourceMembersSortByEnumValues Enumerates the set of values for SearchMonitoredResourceMembersSortByEnum
SearchMonitoredResourceMembersSortOrderEnum Enum with underlying type: string
type SearchMonitoredResourceMembersSortOrderEnum string
Set of constants representing the allowable values for SearchMonitoredResourceMembersSortOrderEnum
const ( SearchMonitoredResourceMembersSortOrderAsc SearchMonitoredResourceMembersSortOrderEnum = "ASC" SearchMonitoredResourceMembersSortOrderDesc SearchMonitoredResourceMembersSortOrderEnum = "DESC" )
func GetMappingSearchMonitoredResourceMembersSortOrderEnum(val string) (SearchMonitoredResourceMembersSortOrderEnum, bool)
GetMappingSearchMonitoredResourceMembersSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
func GetSearchMonitoredResourceMembersSortOrderEnumValues() []SearchMonitoredResourceMembersSortOrderEnum
GetSearchMonitoredResourceMembersSortOrderEnumValues Enumerates the set of values for SearchMonitoredResourceMembersSortOrderEnum
SearchMonitoredResourcesDetails The property search criteria for listing monitored resources.
type SearchMonitoredResourcesDetails struct { // Compartment Identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) CompartmentId *string `mandatory:"true" json:"compartmentId"` // A filter to return resources that match exact resource name Name *string `mandatory:"false" json:"name"` // A filter to return resources that match resource name pattern given. The match is not case sensitive. NameContains *string `mandatory:"false" json:"nameContains"` // A filter to return resources that match resource type Type *string `mandatory:"false" json:"type"` // A filter to return resources with host name match HostName *string `mandatory:"false" json:"hostName"` // External resource is any OCI resource identifier OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) // which is not a Stack Monitoring service resource. // Currently supports only following resource type identifiers - externalcontainerdatabase, // externalnoncontainerdatabase, externalpluggabledatabase and OCI compute instance. ExternalId *string `mandatory:"false" json:"externalId"` // A filter to return resources with host name pattern HostNameContains *string `mandatory:"false" json:"hostNameContains"` // A filter to return resources with matching management agent id. ManagementAgentId *string `mandatory:"false" json:"managementAgentId"` // A filter to return resources with matching lifecycle state. LifecycleState ResourceLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` // Search for resources that were created within a specific date range, // using this parameter to specify the earliest creation date for the // returned list (inclusive). Specifying this parameter without the // corresponding `timeCreatedLessThan` parameter will retrieve resources created from the // given `timeCreatedGreaterThanOrEqualTo` to the current time, in "YYYY-MM-ddThh:mmZ" format with a // Z offset, as defined by RFC 3339 (https://tools.ietf.org/html/rfc3339). // **Example:** 2016-12-19T16:39:57.600Z TimeCreatedGreaterThanOrEqualTo *common.SDKTime `mandatory:"false" json:"timeCreatedGreaterThanOrEqualTo"` // Search for resources that were created within a specific date range, // using this parameter to specify the latest creation date for the returned // list (exclusive). Specifying this parameter without the corresponding // `timeCreatedGreaterThanOrEqualTo` parameter will retrieve all resources created before the // specified end date, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as // defined by RFC 3339 (https://tools.ietf.org/html/rfc3339). // **Example:** 2016-12-19T16:39:57.600Z TimeCreatedLessThan *common.SDKTime `mandatory:"false" json:"timeCreatedLessThan"` // Search for resources that were updated within a specific date range, // using this parameter to specify the earliest update date for the // returned list (inclusive). Specifying this parameter without the // corresponding `timeUpdatedLessThan` parameter will retrieve resources updated from the // given `timeUpdatedGreaterThanOrEqualTo` to the current time, in "YYYY-MM-ddThh:mmZ" format with a // Z offset, as defined by RFC 3339 (https://tools.ietf.org/html/rfc3339). // **Example:** 2016-12-19T16:39:57.600Z TimeUpdatedGreaterThanOrEqualTo *common.SDKTime `mandatory:"false" json:"timeUpdatedGreaterThanOrEqualTo"` // Search for resources that were updated within a specific date range, // using this parameter to specify the latest creation date for the returned // list (exclusive). Specifying this parameter without the corresponding // `timeUpdatedGreaterThanOrEqualTo` parameter will retrieve all resources updated before the // specified end date, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as // defined by RFC 3339 (https://tools.ietf.org/html/rfc3339). // **Example:** 2016-12-19T16:39:57.600Z TimeUpdatedLessThan *common.SDKTime `mandatory:"false" json:"timeUpdatedLessThan"` // Time zone in the form of tz database canonical zone ID. ResourceTimeZone *string `mandatory:"false" json:"resourceTimeZone"` // The sort order to use, either 'ASC' or 'DESC'. SortOrder SortOrderEnum `mandatory:"false" json:"sortOrder,omitempty"` // The field to sort by. Only one sort order may be provided. // Default order for timeCreated is descending. Default order for resources is ascending. SortBy SearchMonitoredResourcesDetailsSortByEnum `mandatory:"false" json:"sortBy,omitempty"` // Criteria based on resource property. PropertyEquals map[string]string `mandatory:"false" json:"propertyEquals"` }
func (m SearchMonitoredResourcesDetails) String() string
func (m SearchMonitoredResourcesDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
SearchMonitoredResourcesDetailsSortByEnum Enum with underlying type: string
type SearchMonitoredResourcesDetailsSortByEnum string
Set of constants representing the allowable values for SearchMonitoredResourcesDetailsSortByEnum
const ( SearchMonitoredResourcesDetailsSortByTimeCreated SearchMonitoredResourcesDetailsSortByEnum = "TIME_CREATED" SearchMonitoredResourcesDetailsSortByResourceName SearchMonitoredResourcesDetailsSortByEnum = "RESOURCE_NAME" )
func GetMappingSearchMonitoredResourcesDetailsSortByEnum(val string) (SearchMonitoredResourcesDetailsSortByEnum, bool)
GetMappingSearchMonitoredResourcesDetailsSortByEnum performs case Insensitive comparison on enum value and return the desired enum
func GetSearchMonitoredResourcesDetailsSortByEnumValues() []SearchMonitoredResourcesDetailsSortByEnum
GetSearchMonitoredResourcesDetailsSortByEnumValues Enumerates the set of values for SearchMonitoredResourcesDetailsSortByEnum
SearchMonitoredResourcesRequest wrapper for the SearchMonitoredResources operation
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/SearchMonitoredResources.go.html to see an example of how to use SearchMonitoredResourcesRequest.
type SearchMonitoredResourcesRequest struct { // Property Search Criteria for the listing the monitored resources. SearchMonitoredResourcesDetails `contributesTo:"body"` // For list pagination. The maximum number of results per page, or items to return in a // paginated "List" call. For important details about how pagination works, see // List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // For list pagination. The value of the `opc-next-page` response header from the // previous "List" call. For important details about how pagination works, see // List Pagination (https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Page *string `mandatory:"false" contributesTo:"query" name:"page"` // Partial response refers to an optimization technique offered // by the RESTful web APIs, to return only the information // (fields) required by the client. In this mechanism, the client // sends the required field names as the query parameters for // an API to the server, and the server trims down the default // response content by removing the fields that are not required // by the client. The parameter controls which fields to // return and should be a query string parameter called "fields" of // an array type, provide the values as enums, and use collectionFormat. Fields []string `contributesTo:"query" name:"fields" collectionFormat:"multi"` // Partial response refers to an optimization technique offered // by the RESTful web APIs, to return all the information except // the fields requested to be excluded (excludeFields) by the client. // In this mechanism, the client // sends the exclude field names as the query parameters for // an API to the server, and the server trims down the default // response content by removing the fields that are not required // by the client. The parameter controls which fields to // exlude and to return and should be a query string parameter // called "excludeFields" of an array type, provide the values // as enums, and use collectionFormat. ExcludeFields []string `contributesTo:"query" name:"excludeFields" collectionFormat:"multi"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a // particular request, please provide the request ID. 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 (request SearchMonitoredResourcesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request SearchMonitoredResourcesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request SearchMonitoredResourcesRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request SearchMonitoredResourcesRequest) String() string
func (request SearchMonitoredResourcesRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
SearchMonitoredResourcesResponse wrapper for the SearchMonitoredResources operation
type SearchMonitoredResourcesResponse struct { // The underlying http response RawResponse *http.Response // A list of MonitoredResourceCollection instances MonitoredResourceCollection `presentIn:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // 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"` // For pagination of a list of items. The total number of items in the result. OpcTotalItems *int `presentIn:"header" name:"opc-total-items"` }
func (response SearchMonitoredResourcesResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response SearchMonitoredResourcesResponse) String() string
SortOrderEnum Enum with underlying type: string
type SortOrderEnum string
Set of constants representing the allowable values for SortOrderEnum
const ( SortOrderAsc SortOrderEnum = "ASC" SortOrderDesc SortOrderEnum = "DESC" )
func GetMappingSortOrderEnum(val string) (SortOrderEnum, bool)
GetMappingSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
func GetSortOrderEnumValues() []SortOrderEnum
GetSortOrderEnumValues Enumerates the set of values for SortOrderEnum
StackMonitoringClient a client for StackMonitoring
type StackMonitoringClient struct { common.BaseClient // contains filtered or unexported fields }
func NewStackMonitoringClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client StackMonitoringClient, err error)
NewStackMonitoringClientWithConfigurationProvider Creates a new default StackMonitoring client with the given configuration provider. the configuration provider will be used for the default signer as well as reading the region
func NewStackMonitoringClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client StackMonitoringClient, err error)
NewStackMonitoringClientWithOboToken Creates a new default StackMonitoring client with the given configuration provider. The obotoken will be added to default headers and signed; the configuration provider will be used for the signer
as well as reading the region
func (client StackMonitoringClient) AssociateMonitoredResources(ctx context.Context, request AssociateMonitoredResourcesRequest) (response AssociateMonitoredResourcesResponse, err error)
AssociateMonitoredResources Create an association between two monitored resources.
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/AssociateMonitoredResources.go.html to see an example of how to use AssociateMonitoredResources API.
func (client StackMonitoringClient) ChangeMonitoredResourceCompartment(ctx context.Context, request ChangeMonitoredResourceCompartmentRequest) (response ChangeMonitoredResourceCompartmentResponse, err error)
ChangeMonitoredResourceCompartment Moves a MonitoredResource resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/ChangeMonitoredResourceCompartment.go.html to see an example of how to use ChangeMonitoredResourceCompartment API.
func (client *StackMonitoringClient) ConfigurationProvider() *common.ConfigurationProvider
ConfigurationProvider the ConfigurationProvider used in this client, or null if none set
func (client StackMonitoringClient) CreateDiscoveryJob(ctx context.Context, request CreateDiscoveryJobRequest) (response CreateDiscoveryJobResponse, err error)
CreateDiscoveryJob API to create discovery Job and submit discovery Details to agent.
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/CreateDiscoveryJob.go.html to see an example of how to use CreateDiscoveryJob API.
func (client StackMonitoringClient) CreateMonitoredResource(ctx context.Context, request CreateMonitoredResourceRequest) (response CreateMonitoredResourceResponse, err error)
CreateMonitoredResource Creates a new monitored resource for the given resource type
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/CreateMonitoredResource.go.html to see an example of how to use CreateMonitoredResource API.
func (client StackMonitoringClient) DeleteDiscoveryJob(ctx context.Context, request DeleteDiscoveryJobRequest) (response DeleteDiscoveryJobResponse, err error)
DeleteDiscoveryJob Deletes a DiscoveryJob by identifier
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/DeleteDiscoveryJob.go.html to see an example of how to use DeleteDiscoveryJob API. A default retry strategy applies to this operation DeleteDiscoveryJob()
func (client StackMonitoringClient) DeleteMonitoredResource(ctx context.Context, request DeleteMonitoredResourceRequest) (response DeleteMonitoredResourceResponse, err error)
DeleteMonitoredResource Deletes a monitored resource by identifier
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/DeleteMonitoredResource.go.html to see an example of how to use DeleteMonitoredResource API.
func (client StackMonitoringClient) DisableExternalDatabase(ctx context.Context, request DisableExternalDatabaseRequest) (response DisableExternalDatabaseResponse, err error)
DisableExternalDatabase Disable external database resource monitoring.
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/DisableExternalDatabase.go.html to see an example of how to use DisableExternalDatabase API.
func (client StackMonitoringClient) DisassociateMonitoredResources(ctx context.Context, request DisassociateMonitoredResourcesRequest) (response DisassociateMonitoredResourcesResponse, err error)
DisassociateMonitoredResources Removes associations between two monitored resources.
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/DisassociateMonitoredResources.go.html to see an example of how to use DisassociateMonitoredResources API.
func (client StackMonitoringClient) GetDiscoveryJob(ctx context.Context, request GetDiscoveryJobRequest) (response GetDiscoveryJobResponse, err error)
GetDiscoveryJob API to get the details of discovery Job by identifier.
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/GetDiscoveryJob.go.html to see an example of how to use GetDiscoveryJob API. A default retry strategy applies to this operation GetDiscoveryJob()
func (client StackMonitoringClient) GetMonitoredResource(ctx context.Context, request GetMonitoredResourceRequest) (response GetMonitoredResourceResponse, err error)
GetMonitoredResource Gets a monitored resource by identifier
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/GetMonitoredResource.go.html to see an example of how to use GetMonitoredResource API. A default retry strategy applies to this operation GetMonitoredResource()
func (client StackMonitoringClient) GetWorkRequest(ctx context.Context, request GetWorkRequestRequest) (response GetWorkRequestResponse, err error)
GetWorkRequest Gets the status of the work request with the given ID.
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/GetWorkRequest.go.html to see an example of how to use GetWorkRequest API. A default retry strategy applies to this operation GetWorkRequest()
func (client StackMonitoringClient) ListDiscoveryJobLogs(ctx context.Context, request ListDiscoveryJobLogsRequest) (response ListDiscoveryJobLogsResponse, err error)
ListDiscoveryJobLogs API to get all the logs of a Discovery Job.
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/ListDiscoveryJobLogs.go.html to see an example of how to use ListDiscoveryJobLogs API. A default retry strategy applies to this operation ListDiscoveryJobLogs()
func (client StackMonitoringClient) ListDiscoveryJobs(ctx context.Context, request ListDiscoveryJobsRequest) (response ListDiscoveryJobsResponse, err error)
ListDiscoveryJobs API to get the details of all Discovery Jobs.
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/ListDiscoveryJobs.go.html to see an example of how to use ListDiscoveryJobs API. A default retry strategy applies to this operation ListDiscoveryJobs()
func (client StackMonitoringClient) ListWorkRequestErrors(ctx context.Context, request ListWorkRequestErrorsRequest) (response ListWorkRequestErrorsResponse, err error)
ListWorkRequestErrors Return a (paginated) list of errors for a given work request.
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/ListWorkRequestErrors.go.html to see an example of how to use ListWorkRequestErrors API. A default retry strategy applies to this operation ListWorkRequestErrors()
func (client StackMonitoringClient) ListWorkRequestLogs(ctx context.Context, request ListWorkRequestLogsRequest) (response ListWorkRequestLogsResponse, err error)
ListWorkRequestLogs Return a (paginated) list of logs for a given work request.
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/ListWorkRequestLogs.go.html to see an example of how to use ListWorkRequestLogs API. A default retry strategy applies to this operation ListWorkRequestLogs()
func (client StackMonitoringClient) ListWorkRequests(ctx context.Context, request ListWorkRequestsRequest) (response ListWorkRequestsResponse, err error)
ListWorkRequests Lists the work requests in a compartment.
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/ListWorkRequests.go.html to see an example of how to use ListWorkRequests API. A default retry strategy applies to this operation ListWorkRequests()
func (client StackMonitoringClient) SearchAssociatedResources(ctx context.Context, request SearchAssociatedResourcesRequest) (response SearchAssociatedResourcesResponse, err error)
SearchAssociatedResources List associated monitored resources.
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/SearchAssociatedResources.go.html to see an example of how to use SearchAssociatedResources API. A default retry strategy applies to this operation SearchAssociatedResources()
func (client StackMonitoringClient) SearchMonitoredResourceAssociations(ctx context.Context, request SearchMonitoredResourceAssociationsRequest) (response SearchMonitoredResourceAssociationsResponse, err error)
SearchMonitoredResourceAssociations Returns a list of monitored resource associations.
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/SearchMonitoredResourceAssociations.go.html to see an example of how to use SearchMonitoredResourceAssociations API. A default retry strategy applies to this operation SearchMonitoredResourceAssociations()
func (client StackMonitoringClient) SearchMonitoredResourceMembers(ctx context.Context, request SearchMonitoredResourceMembersRequest) (response SearchMonitoredResourceMembersResponse, err error)
SearchMonitoredResourceMembers List resources which are members of the given monitored resource
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/SearchMonitoredResourceMembers.go.html to see an example of how to use SearchMonitoredResourceMembers API. A default retry strategy applies to this operation SearchMonitoredResourceMembers()
func (client StackMonitoringClient) SearchMonitoredResources(ctx context.Context, request SearchMonitoredResourcesRequest) (response SearchMonitoredResourcesResponse, err error)
SearchMonitoredResources Returns a list of monitored resources.
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/SearchMonitoredResources.go.html to see an example of how to use SearchMonitoredResources API. A default retry strategy applies to this operation SearchMonitoredResources()
func (client *StackMonitoringClient) SetRegion(region string)
SetRegion overrides the region of this client.
func (client StackMonitoringClient) UpdateMonitoredResource(ctx context.Context, request UpdateMonitoredResourceRequest) (response UpdateMonitoredResourceResponse, err error)
UpdateMonitoredResource Updates the Monitored Resource
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/UpdateMonitoredResource.go.html to see an example of how to use UpdateMonitoredResource API.
UpdateMonitoredResourceDetails The information about updating a monitored resource.
type UpdateMonitoredResourceDetails struct { // Monitored resource display name. DisplayName *string `mandatory:"false" json:"displayName"` // Host name of the monitored resource HostName *string `mandatory:"false" json:"hostName"` // Time zone in the form of tz database canonical zone ID. ResourceTimeZone *string `mandatory:"false" json:"resourceTimeZone"` // List of monitored resource properties Properties []MonitoredResourceProperty `mandatory:"false" json:"properties"` DatabaseConnectionDetails *ConnectionDetails `mandatory:"false" json:"databaseConnectionDetails"` Credentials MonitoredResourceCredential `mandatory:"false" json:"credentials"` Aliases *MonitoredResourceAliasCredential `mandatory:"false" json:"aliases"` }
func (m UpdateMonitoredResourceDetails) String() string
func (m *UpdateMonitoredResourceDetails) UnmarshalJSON(data []byte) (e error)
UnmarshalJSON unmarshals from json
func (m UpdateMonitoredResourceDetails) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
UpdateMonitoredResourceRequest wrapper for the UpdateMonitoredResource operation
Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/65.24.0/stackmonitoring/UpdateMonitoredResource.go.html to see an example of how to use UpdateMonitoredResourceRequest.
type UpdateMonitoredResourceRequest struct { // The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of monitored resource. MonitoredResourceId *string `mandatory:"true" contributesTo:"path" name:"monitoredResourceId"` // The information to be updated. UpdateMonitoredResourceDetails `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"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a // particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request UpdateMonitoredResourceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request UpdateMonitoredResourceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request UpdateMonitoredResourceRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request UpdateMonitoredResourceRequest) String() string
func (request UpdateMonitoredResourceRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
UpdateMonitoredResourceResponse wrapper for the UpdateMonitoredResource operation
type UpdateMonitoredResourceResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response UpdateMonitoredResourceResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response UpdateMonitoredResourceResponse) String() string
WorkRequest A description of workrequest status
type WorkRequest struct { // Type of the work request OperationType OperationTypeEnum `mandatory:"true" json:"operationType"` // Status of current work request. Status OperationStatusEnum `mandatory:"true" json:"status"` // The id of the work request. Id *string `mandatory:"true" json:"id"` // The ocid of the compartment that contains the work request. 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 resources affected by this work request. Resources []WorkRequestResource `mandatory:"true" json:"resources"` // Percentage of the request completed. PercentComplete *float32 `mandatory:"true" json:"percentComplete"` // The date and time the request was created, as described in // RFC 3339 (https://tools.ietf.org/rfc/rfc3339), section 14.29. TimeAccepted *common.SDKTime `mandatory:"true" json:"timeAccepted"` // The date and time the request was started, as described in RFC 3339 (https://tools.ietf.org/rfc/rfc3339), // section 14.29. TimeStarted *common.SDKTime `mandatory:"false" json:"timeStarted"` // The date and time the object was finished, as described in RFC 3339 (https://tools.ietf.org/rfc/rfc3339). TimeFinished *common.SDKTime `mandatory:"false" json:"timeFinished"` }
func (m WorkRequest) String() string
func (m WorkRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
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.cloud.oracle.com/Content/API/References/apierrors.htm) Code *string `mandatory:"true" json:"code"` // A human readable description of the issue encountered. Message *string `mandatory:"true" json:"message"` // The time the error occured. An RFC3339 formatted datetime string. Timestamp *common.SDKTime `mandatory:"true" json:"timestamp"` }
func (m WorkRequestError) String() string
func (m WorkRequestError) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestErrorCollection Results of a workRequestError search. Contains both WorkRequestError items and other information, such as metadata.
type WorkRequestErrorCollection struct { // List of workRequestError objects. Items []WorkRequestError `mandatory:"true" json:"items"` }
func (m WorkRequestErrorCollection) String() string
func (m WorkRequestErrorCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestLogEntry A log message from the execution of a work request.
type WorkRequestLogEntry struct { // Human-readable log message. Message *string `mandatory:"true" json:"message"` // The time the log message was written. An RFC3339 formatted datetime string Timestamp *common.SDKTime `mandatory:"true" json:"timestamp"` }
func (m WorkRequestLogEntry) String() string
func (m WorkRequestLogEntry) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestLogEntryCollection Results of a workRequestLog search. Contains both workRequestLog items and other information, such as metadata.
type WorkRequestLogEntryCollection struct { // List of workRequestLogEntries. Items []WorkRequestLogEntry `mandatory:"true" json:"items"` }
func (m WorkRequestLogEntryCollection) String() string
func (m WorkRequestLogEntryCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestResource A resource created or operated on by a work request.
type WorkRequestResource struct { // The resource type the work request affects. EntityType *string `mandatory:"true" json:"entityType"` // The way in which this resource is affected by the work tracked in the work request. // A resource being created, updated, or deleted will remain in the IN_PROGRESS state until // work is complete for that resource at which point it will transition to CREATED, UPDATED, // or DELETED, respectively. ActionType ActionTypeEnum `mandatory:"true" json:"actionType"` // The identifier 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 (m WorkRequestResource) String() string
func (m WorkRequestResource) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestSummary A summary of the status of a work request.
type WorkRequestSummary struct { // Type of the work request OperationType OperationTypeEnum `mandatory:"true" json:"operationType"` // Status of current work request. Status OperationStatusEnum `mandatory:"true" json:"status"` // The id of the work request. Id *string `mandatory:"true" json:"id"` // The ocid of the compartment that contains the work request. 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 resources affected by this work request. Resources []WorkRequestResource `mandatory:"true" json:"resources"` // Percentage of the request completed. PercentComplete *float32 `mandatory:"true" json:"percentComplete"` // The date and time the request was created, as described in // RFC 3339 (https://tools.ietf.org/rfc/rfc3339), section 14.29. TimeAccepted *common.SDKTime `mandatory:"true" json:"timeAccepted"` // The date and time the request was started, as described in RFC 3339 (https://tools.ietf.org/rfc/rfc3339), // section 14.29. TimeStarted *common.SDKTime `mandatory:"false" json:"timeStarted"` // The date and time the object was finished, as described in RFC 3339 (https://tools.ietf.org/rfc/rfc3339). TimeFinished *common.SDKTime `mandatory:"false" json:"timeFinished"` }
func (m WorkRequestSummary) String() string
func (m WorkRequestSummary) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestSummaryCollection Results of a workRequest search. Contains both WorkRequest items and other information, such as metadata.
type WorkRequestSummaryCollection struct { // List of workRequestSummary objects. Items []WorkRequestSummary `mandatory:"true" json:"items"` }
func (m WorkRequestSummaryCollection) String() string
func (m WorkRequestSummaryCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly