func GetLicenseUnitEnumStringValues() []string
GetLicenseUnitEnumStringValues Enumerates the set of values in String for LicenseUnitEnum
func GetLifeCycleStateEnumStringValues() []string
GetLifeCycleStateEnumStringValues Enumerates the set of values in String for LifeCycleStateEnum
func GetListLicenseRecordsSortByEnumStringValues() []string
GetListLicenseRecordsSortByEnumStringValues Enumerates the set of values in String for ListLicenseRecordsSortByEnum
func GetListLicenseRecordsSortOrderEnumStringValues() []string
GetListLicenseRecordsSortOrderEnumStringValues Enumerates the set of values in String for ListLicenseRecordsSortOrderEnum
func GetListProductLicenseConsumersSortByEnumStringValues() []string
GetListProductLicenseConsumersSortByEnumStringValues Enumerates the set of values in String for ListProductLicenseConsumersSortByEnum
func GetListProductLicenseConsumersSortOrderEnumStringValues() []string
GetListProductLicenseConsumersSortOrderEnumStringValues Enumerates the set of values in String for ListProductLicenseConsumersSortOrderEnum
func GetListProductLicensesSortByEnumStringValues() []string
GetListProductLicensesSortByEnumStringValues Enumerates the set of values in String for ListProductLicensesSortByEnum
func GetListProductLicensesSortOrderEnumStringValues() []string
GetListProductLicensesSortOrderEnumStringValues Enumerates the set of values in String for ListProductLicensesSortOrderEnum
func GetListTopUtilizedProductLicensesSortByEnumStringValues() []string
GetListTopUtilizedProductLicensesSortByEnumStringValues Enumerates the set of values in String for ListTopUtilizedProductLicensesSortByEnum
func GetListTopUtilizedProductLicensesSortOrderEnumStringValues() []string
GetListTopUtilizedProductLicensesSortOrderEnumStringValues Enumerates the set of values in String for ListTopUtilizedProductLicensesSortOrderEnum
func GetListTopUtilizedResourcesResourceUnitTypeEnumStringValues() []string
GetListTopUtilizedResourcesResourceUnitTypeEnumStringValues Enumerates the set of values in String for ListTopUtilizedResourcesResourceUnitTypeEnum
func GetListTopUtilizedResourcesSortByEnumStringValues() []string
GetListTopUtilizedResourcesSortByEnumStringValues Enumerates the set of values in String for ListTopUtilizedResourcesSortByEnum
func GetListTopUtilizedResourcesSortOrderEnumStringValues() []string
GetListTopUtilizedResourcesSortOrderEnumStringValues Enumerates the set of values in String for ListTopUtilizedResourcesSortOrderEnum
func GetProductCategoryEnumStringValues() []string
GetProductCategoryEnumStringValues Enumerates the set of values in String for ProductCategoryEnum
func GetResourceUnitEnumStringValues() []string
GetResourceUnitEnumStringValues Enumerates the set of values in String for ResourceUnitEnum
func GetStatusEnumStringValues() []string
GetStatusEnumStringValues Enumerates the set of values in String for StatusEnum
BulkUploadCellInfo Error information corresponding to each column that was required but was invalid.
type BulkUploadCellInfo struct { // Column index as in the given bulk upload file. ColumnIndex *string `mandatory:"true" json:"columnIndex"` // Error information corresponding to a particular column. ErrorInfo *string `mandatory:"true" json:"errorInfo"` }
func (m BulkUploadCellInfo) String() string
func (m BulkUploadCellInfo) 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
BulkUploadFailedRecordInfo Error information for a valid license record that could not be uploaded.
type BulkUploadFailedRecordInfo struct { // Refers to the license record number as provided in the bulk upload file. RowNumber *int `mandatory:"true" json:"rowNumber"` // Product name of the failed row. ProductName *string `mandatory:"true" json:"productName"` // Failed license record error information. Error *string `mandatory:"true" json:"error"` }
func (m BulkUploadFailedRecordInfo) String() string
func (m BulkUploadFailedRecordInfo) 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
BulkUploadLicenseRecordsDetails Details required for bulk uploading of license records.
type BulkUploadLicenseRecordsDetails struct { // The compartment OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) where license records are created. CompartmentId *string `mandatory:"true" json:"compartmentId"` // Name of the file that is being uploaded. FileName *string `mandatory:"true" json:"fileName"` // The file to be uploaded. FileContent *string `mandatory:"true" json:"fileContent"` }
func (m BulkUploadLicenseRecordsDetails) String() string
func (m BulkUploadLicenseRecordsDetails) 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
BulkUploadLicenseRecordsRequest wrapper for the BulkUploadLicenseRecords operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/BulkUploadLicenseRecords.go.html to see an example of how to use BulkUploadLicenseRecordsRequest.
type BulkUploadLicenseRecordsRequest struct { // Details required for the bulk upload of product licenses and license records. BulkUploadLicenseRecordsDetails `contributesTo:"body"` // The 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 BulkUploadLicenseRecordsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request BulkUploadLicenseRecordsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request BulkUploadLicenseRecordsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request BulkUploadLicenseRecordsRequest) String() string
func (request BulkUploadLicenseRecordsRequest) 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
BulkUploadLicenseRecordsResponse wrapper for the BulkUploadLicenseRecords operation
type BulkUploadLicenseRecordsResponse struct { // The underlying http response RawResponse *http.Response // The BulkUploadResponse instance BulkUploadResponse `presentIn:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response BulkUploadLicenseRecordsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response BulkUploadLicenseRecordsResponse) String() string
BulkUploadResponse The bulk upload response.
type BulkUploadResponse struct { // The number of license records which were supported. TotalSupportedRecords *int `mandatory:"true" json:"totalSupportedRecords"` // The number of supported license records that were uploaded successfully. TotalSupportedRecordsSaved *int `mandatory:"true" json:"totalSupportedRecordsSaved"` // The number of supported license records that were valid but not uploaded since they were duplicates. TotalSupportedDuplicateRecords *int `mandatory:"true" json:"totalSupportedDuplicateRecords"` // The number of supported license records that were valid but failed with errors during upload. TotalSupportedFailedLicenseRecords *int `mandatory:"true" json:"totalSupportedFailedLicenseRecords"` // The number of supported license records that could not be uploaded since they were invalid. TotalSupportedInvalidRecords *int `mandatory:"true" json:"totalSupportedInvalidRecords"` // Detailed error information corresponding to each supported but invalid row for the uploaded file. ValidationErrorInfo []BulkUploadValidationErrorInfo `mandatory:"true" json:"validationErrorInfo"` // Error information corresponding to the supported records which are valid but could not be created. FailedLicenseRecordInfo []BulkUploadFailedRecordInfo `mandatory:"true" json:"failedLicenseRecordInfo"` // Response message for bulk upload. Message *string `mandatory:"true" json:"message"` }
func (m BulkUploadResponse) String() string
func (m BulkUploadResponse) 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
BulkUploadTemplate The bulk upload template file.
type BulkUploadTemplate struct { // The bulk upload template. Template *string `mandatory:"true" json:"template"` }
func (m BulkUploadTemplate) String() string
func (m BulkUploadTemplate) 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
BulkUploadValidationErrorInfo Detailed error information corresponding to each column for a particular supported license record that could not be uploaded.
type BulkUploadValidationErrorInfo struct { // Refers to the license record number as provided in the bulk upload file. RowNumber *int `mandatory:"true" json:"rowNumber"` // Product name of invalid row. ProductName *string `mandatory:"true" json:"productName"` // Error information corresponding to each column. RowError []BulkUploadCellInfo `mandatory:"true" json:"rowError"` }
func (m BulkUploadValidationErrorInfo) String() string
func (m BulkUploadValidationErrorInfo) 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
Configuration Details of the compartment-specific configuration.
type Configuration struct { // The compartment OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to which the configuration is specified. CompartmentId *string `mandatory:"true" json:"compartmentId"` // The list of associated configuration email IDs. EmailIds []string `mandatory:"true" json:"emailIds"` // The time the configuration was created. An RFC 3339 (https://tools.ietf.org/html/rfc3339)-formatted datetime string. TimeCreated *common.SDKTime `mandatory:"false" json:"timeCreated"` // The time the configuration was updated. An RFC 3339 (https://tools.ietf.org/html/rfc3339)-formatted datetime string. TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"` }
func (m Configuration) String() string
func (m Configuration) 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
CreateLicenseRecordDetails The details about the new license record.
type CreateLicenseRecordDetails struct { // License record name. DisplayName *string `mandatory:"true" json:"displayName"` // Specifies if the license record term is perpertual. IsPerpetual *bool `mandatory:"true" json:"isPerpetual"` // Specifies if the license count is unlimited. IsUnlimited *bool `mandatory:"true" json:"isUnlimited"` // The license record end date in RFC 3339 (https://tools.ietf.org/html/rfc3339) // date format. // Example: `2018-09-12` ExpirationDate *common.SDKTime `mandatory:"false" json:"expirationDate"` // The license record support end date in RFC 3339 (https://tools.ietf.org/html/rfc3339) // date format. // Example: `2018-09-12` SupportEndDate *common.SDKTime `mandatory:"false" json:"supportEndDate"` // The number of license units added by a user in a license record. // Default 1 LicenseCount *int `mandatory:"false" json:"licenseCount"` // The license record product ID. ProductId *string `mandatory:"false" json:"productId"` // 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 CreateLicenseRecordDetails) String() string
func (m CreateLicenseRecordDetails) 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
CreateLicenseRecordRequest wrapper for the CreateLicenseRecord operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/CreateLicenseRecord.go.html to see an example of how to use CreateLicenseRecordRequest.
type CreateLicenseRecordRequest struct { // Details needed to create a new license record. CreateLicenseRecordDetails `contributesTo:"body"` // Unique product license identifier. ProductLicenseId *string `mandatory:"true" contributesTo:"query" name:"productLicenseId"` // The 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 CreateLicenseRecordRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CreateLicenseRecordRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CreateLicenseRecordRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CreateLicenseRecordRequest) String() string
func (request CreateLicenseRecordRequest) 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
CreateLicenseRecordResponse wrapper for the CreateLicenseRecord operation
type CreateLicenseRecordResponse struct { // The underlying http response RawResponse *http.Response // The LicenseRecord instance LicenseRecord `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the asynchronous request. You can use this to query the 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"` // Location of the resource. Location *string `presentIn:"header" name:"location"` }
func (response CreateLicenseRecordResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CreateLicenseRecordResponse) String() string
CreateProductLicenseDetails Details for creating a new product license.
type CreateProductLicenseDetails struct { // The compartment OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) where product licenses are created. CompartmentId *string `mandatory:"true" json:"compartmentId"` // Specifies if the product license vendor is Oracle or a third party. IsVendorOracle *bool `mandatory:"true" json:"isVendorOracle"` // Name of the product license. DisplayName *string `mandatory:"true" json:"displayName"` // The product license unit. LicenseUnit LicenseUnitEnum `mandatory:"true" json:"licenseUnit"` // The product license vendor name, for example: Microsoft, RHEL, and so on. VendorName *string `mandatory:"false" json:"vendorName"` // The image details associated with the product license. Images []ImageDetails `mandatory:"false" json:"images"` // 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 CreateProductLicenseDetails) String() string
func (m CreateProductLicenseDetails) 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
CreateProductLicenseRequest wrapper for the CreateProductLicense operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/CreateProductLicense.go.html to see an example of how to use CreateProductLicenseRequest.
type CreateProductLicenseRequest struct { // Details for creating a new product license. CreateProductLicenseDetails `contributesTo:"body"` // The 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 CreateProductLicenseRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CreateProductLicenseRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CreateProductLicenseRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CreateProductLicenseRequest) String() string
func (request CreateProductLicenseRequest) 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
CreateProductLicenseResponse wrapper for the CreateProductLicense operation
type CreateProductLicenseResponse struct { // The underlying http response RawResponse *http.Response // The ProductLicense instance ProductLicense `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the asynchronous request. You can use this to query the 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"` // Location of the resource. Location *string `presentIn:"header" name:"location"` }
func (response CreateProductLicenseResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CreateProductLicenseResponse) String() string
DeleteLicenseRecordRequest wrapper for the DeleteLicenseRecord operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/DeleteLicenseRecord.go.html to see an example of how to use DeleteLicenseRecordRequest.
type DeleteLicenseRecordRequest struct { // Unique license record identifier. LicenseRecordId *string `mandatory:"true" contributesTo:"path" name:"licenseRecordId"` // The 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 DeleteLicenseRecordRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request DeleteLicenseRecordRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request DeleteLicenseRecordRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request DeleteLicenseRecordRequest) String() string
func (request DeleteLicenseRecordRequest) 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
DeleteLicenseRecordResponse wrapper for the DeleteLicenseRecord operation
type DeleteLicenseRecordResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous request. You can use this to query the 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"` // Location of the resource. Location *string `presentIn:"header" name:"location"` }
func (response DeleteLicenseRecordResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response DeleteLicenseRecordResponse) String() string
DeleteProductLicenseRequest wrapper for the DeleteProductLicense operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/DeleteProductLicense.go.html to see an example of how to use DeleteProductLicenseRequest.
type DeleteProductLicenseRequest struct { // Unique product license identifier. ProductLicenseId *string `mandatory:"true" contributesTo:"path" name:"productLicenseId"` // The 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 DeleteProductLicenseRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request DeleteProductLicenseRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request DeleteProductLicenseRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request DeleteProductLicenseRequest) String() string
func (request DeleteProductLicenseRequest) 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
DeleteProductLicenseResponse wrapper for the DeleteProductLicense operation
type DeleteProductLicenseResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous request. You can use this to query the 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"` // Location of the resource. Location *string `presentIn:"header" name:"location"` }
func (response DeleteProductLicenseResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response DeleteProductLicenseResponse) String() string
GetBulkUploadTemplateRequest wrapper for the GetBulkUploadTemplate operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/GetBulkUploadTemplate.go.html to see an example of how to use GetBulkUploadTemplateRequest.
type GetBulkUploadTemplateRequest struct { // The 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 GetBulkUploadTemplateRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetBulkUploadTemplateRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetBulkUploadTemplateRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetBulkUploadTemplateRequest) String() string
func (request GetBulkUploadTemplateRequest) 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
GetBulkUploadTemplateResponse wrapper for the GetBulkUploadTemplate operation
type GetBulkUploadTemplateResponse struct { // The underlying http response RawResponse *http.Response // The BulkUploadTemplate instance BulkUploadTemplate `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 GetBulkUploadTemplateResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetBulkUploadTemplateResponse) String() string
GetConfigurationRequest wrapper for the GetConfiguration operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/GetConfiguration.go.html to see an example of how to use GetConfigurationRequest.
type GetConfigurationRequest struct { // The compartment OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) used for the license record, product license, and configuration. CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"` // The 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 GetConfigurationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetConfigurationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetConfigurationRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetConfigurationRequest) String() string
func (request GetConfigurationRequest) 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
GetConfigurationResponse wrapper for the GetConfiguration operation
type GetConfigurationResponse struct { // The underlying http response RawResponse *http.Response // The Configuration instance Configuration `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 GetConfigurationResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetConfigurationResponse) String() string
GetLicenseMetricRequest wrapper for the GetLicenseMetric operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/GetLicenseMetric.go.html to see an example of how to use GetLicenseMetricRequest.
type GetLicenseMetricRequest struct { // The compartment OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) used for the license record, product license, and configuration. CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"` // The 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"` // Indicates if the given compartment is the root compartment. IsCompartmentIdInSubtree *bool `mandatory:"false" contributesTo:"query" name:"isCompartmentIdInSubtree"` // 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 GetLicenseMetricRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetLicenseMetricRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetLicenseMetricRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetLicenseMetricRequest) String() string
func (request GetLicenseMetricRequest) 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
GetLicenseMetricResponse wrapper for the GetLicenseMetric operation
type GetLicenseMetricResponse struct { // The underlying http response RawResponse *http.Response // The LicenseMetric instance LicenseMetric `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 GetLicenseMetricResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetLicenseMetricResponse) String() string
GetLicenseRecordRequest wrapper for the GetLicenseRecord operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/GetLicenseRecord.go.html to see an example of how to use GetLicenseRecordRequest.
type GetLicenseRecordRequest struct { // Unique license record identifier. LicenseRecordId *string `mandatory:"true" contributesTo:"path" name:"licenseRecordId"` // The 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 GetLicenseRecordRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetLicenseRecordRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetLicenseRecordRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetLicenseRecordRequest) String() string
func (request GetLicenseRecordRequest) 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
GetLicenseRecordResponse wrapper for the GetLicenseRecord operation
type GetLicenseRecordResponse struct { // The underlying http response RawResponse *http.Response // The LicenseRecord instance LicenseRecord `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 GetLicenseRecordResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetLicenseRecordResponse) String() string
GetProductLicenseRequest wrapper for the GetProductLicense operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/GetProductLicense.go.html to see an example of how to use GetProductLicenseRequest.
type GetProductLicenseRequest struct { // Unique product license identifier. ProductLicenseId *string `mandatory:"true" contributesTo:"path" name:"productLicenseId"` // The 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 GetProductLicenseRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetProductLicenseRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetProductLicenseRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetProductLicenseRequest) String() string
func (request GetProductLicenseRequest) 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
GetProductLicenseResponse wrapper for the GetProductLicense operation
type GetProductLicenseResponse struct { // The underlying http response RawResponse *http.Response // The ProductLicense instance ProductLicense `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 GetProductLicenseResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetProductLicenseResponse) String() string
ImageDetails Image details associated with the product license.
type ImageDetails struct { // Marketplace image listing ID. ListingId *string `mandatory:"true" json:"listingId"` // Image package version. PackageVersion *string `mandatory:"true" json:"packageVersion"` }
func (m ImageDetails) String() string
func (m ImageDetails) 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
ImageResponse The collection of image details for the product license.
type ImageResponse struct { // The image ID associated with the product license. Id *string `mandatory:"false" json:"id"` // The listing name associated with the product license. ListingName *string `mandatory:"false" json:"listingName"` // The image publisher. Publisher *string `mandatory:"false" json:"publisher"` // The image listing ID. ListingId *string `mandatory:"false" json:"listingId"` // The image package version. PackageVersion *string `mandatory:"false" json:"packageVersion"` }
func (m ImageResponse) String() string
func (m ImageResponse) 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
LicenseManagerClient a client for LicenseManager
type LicenseManagerClient struct { common.BaseClient // contains filtered or unexported fields }
func NewLicenseManagerClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client LicenseManagerClient, err error)
NewLicenseManagerClientWithConfigurationProvider Creates a new default LicenseManager client with the given configuration provider. the configuration provider will be used for the default signer as well as reading the region
func NewLicenseManagerClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client LicenseManagerClient, err error)
NewLicenseManagerClientWithOboToken Creates a new default LicenseManager 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 LicenseManagerClient) BulkUploadLicenseRecords(ctx context.Context, request BulkUploadLicenseRecordsRequest) (response BulkUploadLicenseRecordsResponse, err error)
BulkUploadLicenseRecords Bulk upload the product licenses and license records for a given compartment.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/BulkUploadLicenseRecords.go.html to see an example of how to use BulkUploadLicenseRecords API. A default retry strategy applies to this operation BulkUploadLicenseRecords()
func (client *LicenseManagerClient) ConfigurationProvider() *common.ConfigurationProvider
ConfigurationProvider the ConfigurationProvider used in this client, or null if none set
func (client LicenseManagerClient) CreateLicenseRecord(ctx context.Context, request CreateLicenseRecordRequest) (response CreateLicenseRecordResponse, err error)
CreateLicenseRecord Creates a new license record for the given product license ID.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/CreateLicenseRecord.go.html to see an example of how to use CreateLicenseRecord API. A default retry strategy applies to this operation CreateLicenseRecord()
func (client LicenseManagerClient) CreateProductLicense(ctx context.Context, request CreateProductLicenseRequest) (response CreateProductLicenseResponse, err error)
CreateProductLicense Creates a new product license.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/CreateProductLicense.go.html to see an example of how to use CreateProductLicense API. A default retry strategy applies to this operation CreateProductLicense()
func (client LicenseManagerClient) DeleteLicenseRecord(ctx context.Context, request DeleteLicenseRecordRequest) (response DeleteLicenseRecordResponse, err error)
DeleteLicenseRecord Removes a license record.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/DeleteLicenseRecord.go.html to see an example of how to use DeleteLicenseRecord API. A default retry strategy applies to this operation DeleteLicenseRecord()
func (client LicenseManagerClient) DeleteProductLicense(ctx context.Context, request DeleteProductLicenseRequest) (response DeleteProductLicenseResponse, err error)
DeleteProductLicense Removes a product license.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/DeleteProductLicense.go.html to see an example of how to use DeleteProductLicense API. A default retry strategy applies to this operation DeleteProductLicense()
func (client LicenseManagerClient) GetBulkUploadTemplate(ctx context.Context, request GetBulkUploadTemplateRequest) (response GetBulkUploadTemplateResponse, err error)
GetBulkUploadTemplate Provides the bulk upload file template.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/GetBulkUploadTemplate.go.html to see an example of how to use GetBulkUploadTemplate API. A default retry strategy applies to this operation GetBulkUploadTemplate()
func (client LicenseManagerClient) GetConfiguration(ctx context.Context, request GetConfigurationRequest) (response GetConfigurationResponse, err error)
GetConfiguration Retrieves configuration for a compartment.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/GetConfiguration.go.html to see an example of how to use GetConfiguration API. A default retry strategy applies to this operation GetConfiguration()
func (client LicenseManagerClient) GetLicenseMetric(ctx context.Context, request GetLicenseMetricRequest) (response GetLicenseMetricResponse, err error)
GetLicenseMetric Retrieves the license metrics for a given compartment.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/GetLicenseMetric.go.html to see an example of how to use GetLicenseMetric API. A default retry strategy applies to this operation GetLicenseMetric()
func (client LicenseManagerClient) GetLicenseRecord(ctx context.Context, request GetLicenseRecordRequest) (response GetLicenseRecordResponse, err error)
GetLicenseRecord Retrieves license record details by the license record ID in a given compartment.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/GetLicenseRecord.go.html to see an example of how to use GetLicenseRecord API. A default retry strategy applies to this operation GetLicenseRecord()
func (client LicenseManagerClient) GetProductLicense(ctx context.Context, request GetProductLicenseRequest) (response GetProductLicenseResponse, err error)
GetProductLicense Retrieves product license details by product license ID in a given compartment.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/GetProductLicense.go.html to see an example of how to use GetProductLicense API. A default retry strategy applies to this operation GetProductLicense()
func (client LicenseManagerClient) ListLicenseRecords(ctx context.Context, request ListLicenseRecordsRequest) (response ListLicenseRecordsResponse, err error)
ListLicenseRecords Retrieves all license records for a given product license ID.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/ListLicenseRecords.go.html to see an example of how to use ListLicenseRecords API. A default retry strategy applies to this operation ListLicenseRecords()
func (client LicenseManagerClient) ListProductLicenseConsumers(ctx context.Context, request ListProductLicenseConsumersRequest) (response ListProductLicenseConsumersResponse, err error)
ListProductLicenseConsumers Retrieves the product license consumers for a particular product license ID.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/ListProductLicenseConsumers.go.html to see an example of how to use ListProductLicenseConsumers API. A default retry strategy applies to this operation ListProductLicenseConsumers()
func (client LicenseManagerClient) ListProductLicenses(ctx context.Context, request ListProductLicensesRequest) (response ListProductLicensesResponse, err error)
ListProductLicenses Retrieves all the product licenses from a given compartment.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/ListProductLicenses.go.html to see an example of how to use ListProductLicenses API. A default retry strategy applies to this operation ListProductLicenses()
func (client LicenseManagerClient) ListTopUtilizedProductLicenses(ctx context.Context, request ListTopUtilizedProductLicensesRequest) (response ListTopUtilizedProductLicensesResponse, err error)
ListTopUtilizedProductLicenses Retrieves the top utilized product licenses for a given compartment.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/ListTopUtilizedProductLicenses.go.html to see an example of how to use ListTopUtilizedProductLicenses API. A default retry strategy applies to this operation ListTopUtilizedProductLicenses()
func (client LicenseManagerClient) ListTopUtilizedResources(ctx context.Context, request ListTopUtilizedResourcesRequest) (response ListTopUtilizedResourcesResponse, err error)
ListTopUtilizedResources Retrieves the top utilized resources for a given compartment.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/ListTopUtilizedResources.go.html to see an example of how to use ListTopUtilizedResources API. A default retry strategy applies to this operation ListTopUtilizedResources()
func (client *LicenseManagerClient) SetRegion(region string)
SetRegion overrides the region of this client.
func (client LicenseManagerClient) UpdateConfiguration(ctx context.Context, request UpdateConfigurationRequest) (response UpdateConfigurationResponse, err error)
UpdateConfiguration Updates the configuration for the compartment.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/UpdateConfiguration.go.html to see an example of how to use UpdateConfiguration API. A default retry strategy applies to this operation UpdateConfiguration()
func (client LicenseManagerClient) UpdateLicenseRecord(ctx context.Context, request UpdateLicenseRecordRequest) (response UpdateLicenseRecordResponse, err error)
UpdateLicenseRecord Updates license record entity details.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/UpdateLicenseRecord.go.html to see an example of how to use UpdateLicenseRecord API. A default retry strategy applies to this operation UpdateLicenseRecord()
func (client LicenseManagerClient) UpdateProductLicense(ctx context.Context, request UpdateProductLicenseRequest) (response UpdateProductLicenseResponse, err error)
UpdateProductLicense Updates the list of images for a product license.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/UpdateProductLicense.go.html to see an example of how to use UpdateProductLicense API. A default retry strategy applies to this operation UpdateProductLicense()
LicenseMetric Overview of product license and resources usage.
type LicenseMetric struct { // Total number of product licenses in a particular compartment. TotalProductLicenseCount *int `mandatory:"true" json:"totalProductLicenseCount"` // Total number of BYOL instances in a particular compartment. TotalByolInstanceCount *int `mandatory:"true" json:"totalByolInstanceCount"` // Total number of License Included (LI) instances in a particular compartment. TotalLicenseIncludedInstanceCount *int `mandatory:"true" json:"totalLicenseIncludedInstanceCount"` // Total number of license records that will expire within 90 days in a particular compartment. LicenseRecordExpiringSoonCount *int `mandatory:"true" json:"licenseRecordExpiringSoonCount"` }
func (m LicenseMetric) String() string
func (m LicenseMetric) 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
LicenseRecord License record summary.
type LicenseRecord struct { // The license record OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Id *string `mandatory:"true" json:"id"` // The license record display name. Avoid entering confidential information. DisplayName *string `mandatory:"true" json:"displayName"` // Specifies if the license count is unlimited. IsUnlimited *bool `mandatory:"true" json:"isUnlimited"` // Specifies if the license record term is perpertual. IsPerpetual *bool `mandatory:"true" json:"isPerpetual"` // The current license record state. LifecycleState LifeCycleStateEnum `mandatory:"true" json:"lifecycleState"` // The product license OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) with which the license record is associated. ProductLicenseId *string `mandatory:"false" json:"productLicenseId"` // The compartment OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) where the license record is created. CompartmentId *string `mandatory:"false" json:"compartmentId"` // The license record product ID. ProductId *string `mandatory:"false" json:"productId"` // The number of license units added by the user for the given license record. // Default 1 LicenseCount *int `mandatory:"false" json:"licenseCount"` // The license record end date in RFC 3339 (https://tools.ietf.org/html/rfc3339) // date format. // Example: `2018-09-12` ExpirationDate *common.SDKTime `mandatory:"false" json:"expirationDate"` // The license record support end date in RFC 3339 (https://tools.ietf.org/html/rfc3339) // date format. // Example: `2018-09-12` SupportEndDate *common.SDKTime `mandatory:"false" json:"supportEndDate"` // The time the license record was created. An RFC 3339 (https://tools.ietf.org/html/rfc3339)-formatted datetime string. TimeCreated *common.SDKTime `mandatory:"false" json:"timeCreated"` // The time the license record was updated. An RFC 3339 (https://tools.ietf.org/html/rfc3339)-formatted datetime string. TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"` // The product license unit. LicenseUnit LicenseUnitEnum `mandatory:"false" json:"licenseUnit,omitempty"` // The product license name with which the license record is associated. ProductLicense *string `mandatory:"false" json:"productLicense"` // 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 LicenseRecord) String() string
func (m LicenseRecord) 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
LicenseRecordCollection The license record summary collection.
type LicenseRecordCollection struct { // The license record summary collection. Items []LicenseRecordSummary `mandatory:"true" json:"items"` }
func (m LicenseRecordCollection) String() string
func (m LicenseRecordCollection) 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
LicenseRecordSummary The license record summary.
type LicenseRecordSummary struct { // The license record OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Id *string `mandatory:"true" json:"id"` // License record display name. Avoid entering confidential information. DisplayName *string `mandatory:"true" json:"displayName"` // Specifies if the license count is unlimited. IsUnlimited *bool `mandatory:"true" json:"isUnlimited"` // Specifies if the license record term is perpertual. IsPerpetual *bool `mandatory:"true" json:"isPerpetual"` // The product license OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) with which the license record is associated. ProductLicenseId *string `mandatory:"false" json:"productLicenseId"` // The compartment OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) where the license record is created. CompartmentId *string `mandatory:"false" json:"compartmentId"` // The license record product ID. ProductId *string `mandatory:"false" json:"productId"` // The number of license record units added by the user for the given license record. // Default 1 LicenseCount *int `mandatory:"false" json:"licenseCount"` // The license record end date in RFC 3339 (https://tools.ietf.org/html/rfc3339) format. // date format. // Example: `2018-09-12` ExpirationDate *common.SDKTime `mandatory:"false" json:"expirationDate"` // The license record support end date in RFC 3339 (https://tools.ietf.org/html/rfc3339) format. // date format. // Example: `2018-09-12` SupportEndDate *common.SDKTime `mandatory:"false" json:"supportEndDate"` // The time the license record was created. An RFC 3339 (https://tools.ietf.org/html/rfc3339)-formatted datetime string. TimeCreated *common.SDKTime `mandatory:"false" json:"timeCreated"` // The time the license record was updated. An RFC 3339 (https://tools.ietf.org/html/rfc3339)-formatted datetime string. TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"` // The current license record state. LifecycleState LifeCycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` // The product license unit. LicenseUnit LicenseUnitEnum `mandatory:"false" json:"licenseUnit,omitempty"` // The product license name with which the license record is associated. ProductLicense *string `mandatory:"false" json:"productLicense"` // 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 LicenseRecordSummary) String() string
func (m LicenseRecordSummary) 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
LicenseUnitEnum Enum with underlying type: string
type LicenseUnitEnum string
Set of constants representing the allowable values for LicenseUnitEnum
const ( LicenseUnitOcpu LicenseUnitEnum = "OCPU" LicenseUnitNamedUserPlus LicenseUnitEnum = "NAMED_USER_PLUS" LicenseUnitProcessors LicenseUnitEnum = "PROCESSORS" )
func GetLicenseUnitEnumValues() []LicenseUnitEnum
GetLicenseUnitEnumValues Enumerates the set of values for LicenseUnitEnum
func GetMappingLicenseUnitEnum(val string) (LicenseUnitEnum, bool)
GetMappingLicenseUnitEnum performs case Insensitive comparison on enum value and return the desired enum
LifeCycleStateEnum Enum with underlying type: string
type LifeCycleStateEnum string
Set of constants representing the allowable values for LifeCycleStateEnum
const ( LifeCycleStateActive LifeCycleStateEnum = "ACTIVE" LifeCycleStateInactive LifeCycleStateEnum = "INACTIVE" LifeCycleStateDeleted LifeCycleStateEnum = "DELETED" )
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
ListLicenseRecordsRequest wrapper for the ListLicenseRecords operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/ListLicenseRecords.go.html to see an example of how to use ListLicenseRecordsRequest.
type ListLicenseRecordsRequest struct { // Unique product license identifier. ProductLicenseId *string `mandatory:"true" contributesTo:"query" name:"productLicenseId"` // The maximum number of items to return. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The 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"` // The sort order to use, whether `ASC` or `DESC`. SortOrder ListLicenseRecordsSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // Specifies the attribute with which to sort the rules. // Default: `expirationDate` // * **expirationDate:** Sorts by expiration date of the license record. SortBy ListLicenseRecordsSortByEnum `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 ListLicenseRecordsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListLicenseRecordsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListLicenseRecordsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListLicenseRecordsRequest) String() string
func (request ListLicenseRecordsRequest) 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
ListLicenseRecordsResponse wrapper for the ListLicenseRecords operation
type ListLicenseRecordsResponse struct { // The underlying http response RawResponse *http.Response // A list of LicenseRecordCollection instances LicenseRecordCollection `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 ListLicenseRecordsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListLicenseRecordsResponse) String() string
ListLicenseRecordsSortByEnum Enum with underlying type: string
type ListLicenseRecordsSortByEnum string
Set of constants representing the allowable values for ListLicenseRecordsSortByEnum
const ( ListLicenseRecordsSortByExpirationdate ListLicenseRecordsSortByEnum = "expirationDate" )
func GetListLicenseRecordsSortByEnumValues() []ListLicenseRecordsSortByEnum
GetListLicenseRecordsSortByEnumValues Enumerates the set of values for ListLicenseRecordsSortByEnum
func GetMappingListLicenseRecordsSortByEnum(val string) (ListLicenseRecordsSortByEnum, bool)
GetMappingListLicenseRecordsSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListLicenseRecordsSortOrderEnum Enum with underlying type: string
type ListLicenseRecordsSortOrderEnum string
Set of constants representing the allowable values for ListLicenseRecordsSortOrderEnum
const ( ListLicenseRecordsSortOrderAsc ListLicenseRecordsSortOrderEnum = "ASC" ListLicenseRecordsSortOrderDesc ListLicenseRecordsSortOrderEnum = "DESC" )
func GetListLicenseRecordsSortOrderEnumValues() []ListLicenseRecordsSortOrderEnum
GetListLicenseRecordsSortOrderEnumValues Enumerates the set of values for ListLicenseRecordsSortOrderEnum
func GetMappingListLicenseRecordsSortOrderEnum(val string) (ListLicenseRecordsSortOrderEnum, bool)
GetMappingListLicenseRecordsSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListProductLicenseConsumersRequest wrapper for the ListProductLicenseConsumers operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/ListProductLicenseConsumers.go.html to see an example of how to use ListProductLicenseConsumersRequest.
type ListProductLicenseConsumersRequest struct { // Unique product license identifier. ProductLicenseId *string `mandatory:"true" contributesTo:"query" name:"productLicenseId"` // The compartment OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) used for the license record, product license, and configuration. CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"` // The maximum number of items to return. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The 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"` // Indicates if the given compartment is the root compartment. IsCompartmentIdInSubtree *bool `mandatory:"false" contributesTo:"query" name:"isCompartmentIdInSubtree"` // The sort order to use, whether `ASC` or `DESC`. SortOrder ListProductLicenseConsumersSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // Specifies the attribute with which to sort the rules. // Default: `licenseUnitsRequired` // * **licenseUnitsRequired:** Sorts by licenseUnitsRequired of the Resource. SortBy ListProductLicenseConsumersSortByEnum `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 ListProductLicenseConsumersRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListProductLicenseConsumersRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListProductLicenseConsumersRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListProductLicenseConsumersRequest) String() string
func (request ListProductLicenseConsumersRequest) 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
ListProductLicenseConsumersResponse wrapper for the ListProductLicenseConsumers operation
type ListProductLicenseConsumersResponse struct { // The underlying http response RawResponse *http.Response // A list of ProductLicenseConsumerCollection instances ProductLicenseConsumerCollection `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 ListProductLicenseConsumersResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListProductLicenseConsumersResponse) String() string
ListProductLicenseConsumersSortByEnum Enum with underlying type: string
type ListProductLicenseConsumersSortByEnum string
Set of constants representing the allowable values for ListProductLicenseConsumersSortByEnum
const ( ListProductLicenseConsumersSortByLicenseunitsrequired ListProductLicenseConsumersSortByEnum = "licenseUnitsRequired" )
func GetListProductLicenseConsumersSortByEnumValues() []ListProductLicenseConsumersSortByEnum
GetListProductLicenseConsumersSortByEnumValues Enumerates the set of values for ListProductLicenseConsumersSortByEnum
func GetMappingListProductLicenseConsumersSortByEnum(val string) (ListProductLicenseConsumersSortByEnum, bool)
GetMappingListProductLicenseConsumersSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListProductLicenseConsumersSortOrderEnum Enum with underlying type: string
type ListProductLicenseConsumersSortOrderEnum string
Set of constants representing the allowable values for ListProductLicenseConsumersSortOrderEnum
const ( ListProductLicenseConsumersSortOrderAsc ListProductLicenseConsumersSortOrderEnum = "ASC" ListProductLicenseConsumersSortOrderDesc ListProductLicenseConsumersSortOrderEnum = "DESC" )
func GetListProductLicenseConsumersSortOrderEnumValues() []ListProductLicenseConsumersSortOrderEnum
GetListProductLicenseConsumersSortOrderEnumValues Enumerates the set of values for ListProductLicenseConsumersSortOrderEnum
func GetMappingListProductLicenseConsumersSortOrderEnum(val string) (ListProductLicenseConsumersSortOrderEnum, bool)
GetMappingListProductLicenseConsumersSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListProductLicensesRequest wrapper for the ListProductLicenses operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/ListProductLicenses.go.html to see an example of how to use ListProductLicensesRequest.
type ListProductLicensesRequest struct { // The compartment OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) used for the license record, product license, and configuration. CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"` // The maximum number of items to return. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The 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"` // Indicates if the given compartment is the root compartment. IsCompartmentIdInSubtree *bool `mandatory:"false" contributesTo:"query" name:"isCompartmentIdInSubtree"` // The sort order to use, whether `ASC` or `DESC`. SortOrder ListProductLicensesSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // Specifies the attribute with which to sort the rules. // Default: `totalLicenseUnitsConsumed` // * **totalLicenseUnitsConsumed:** Sorts by totalLicenseUnitsConsumed of ProductLicense. SortBy ListProductLicensesSortByEnum `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 ListProductLicensesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListProductLicensesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListProductLicensesRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListProductLicensesRequest) String() string
func (request ListProductLicensesRequest) 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
ListProductLicensesResponse wrapper for the ListProductLicenses operation
type ListProductLicensesResponse struct { // The underlying http response RawResponse *http.Response // A list of ProductLicenseCollection instances ProductLicenseCollection `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 ListProductLicensesResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListProductLicensesResponse) String() string
ListProductLicensesSortByEnum Enum with underlying type: string
type ListProductLicensesSortByEnum string
Set of constants representing the allowable values for ListProductLicensesSortByEnum
const ( ListProductLicensesSortByTotallicenseunitsconsumed ListProductLicensesSortByEnum = "totalLicenseUnitsConsumed" )
func GetListProductLicensesSortByEnumValues() []ListProductLicensesSortByEnum
GetListProductLicensesSortByEnumValues Enumerates the set of values for ListProductLicensesSortByEnum
func GetMappingListProductLicensesSortByEnum(val string) (ListProductLicensesSortByEnum, bool)
GetMappingListProductLicensesSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListProductLicensesSortOrderEnum Enum with underlying type: string
type ListProductLicensesSortOrderEnum string
Set of constants representing the allowable values for ListProductLicensesSortOrderEnum
const ( ListProductLicensesSortOrderAsc ListProductLicensesSortOrderEnum = "ASC" ListProductLicensesSortOrderDesc ListProductLicensesSortOrderEnum = "DESC" )
func GetListProductLicensesSortOrderEnumValues() []ListProductLicensesSortOrderEnum
GetListProductLicensesSortOrderEnumValues Enumerates the set of values for ListProductLicensesSortOrderEnum
func GetMappingListProductLicensesSortOrderEnum(val string) (ListProductLicensesSortOrderEnum, bool)
GetMappingListProductLicensesSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListTopUtilizedProductLicensesRequest wrapper for the ListTopUtilizedProductLicenses operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/ListTopUtilizedProductLicenses.go.html to see an example of how to use ListTopUtilizedProductLicensesRequest.
type ListTopUtilizedProductLicensesRequest struct { // The compartment OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) used for the license record, product license, and configuration. CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"` // The maximum number of items to return. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The 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"` // Indicates if the given compartment is the root compartment. IsCompartmentIdInSubtree *bool `mandatory:"false" contributesTo:"query" name:"isCompartmentIdInSubtree"` // The sort order to use, whether `ASC` or `DESC`. SortOrder ListTopUtilizedProductLicensesSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // Specifies the attribute with which to sort the rules. // Default: `totalLicenseUnitsConsumed` // * **totalLicenseUnitsConsumed:** Sorts by totalLicenseUnitsConsumed of ProductLicense. SortBy ListTopUtilizedProductLicensesSortByEnum `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 ListTopUtilizedProductLicensesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListTopUtilizedProductLicensesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListTopUtilizedProductLicensesRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListTopUtilizedProductLicensesRequest) String() string
func (request ListTopUtilizedProductLicensesRequest) 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
ListTopUtilizedProductLicensesResponse wrapper for the ListTopUtilizedProductLicenses operation
type ListTopUtilizedProductLicensesResponse struct { // The underlying http response RawResponse *http.Response // A list of TopUtilizedProductLicenseCollection instances TopUtilizedProductLicenseCollection `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 ListTopUtilizedProductLicensesResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListTopUtilizedProductLicensesResponse) String() string
ListTopUtilizedProductLicensesSortByEnum Enum with underlying type: string
type ListTopUtilizedProductLicensesSortByEnum string
Set of constants representing the allowable values for ListTopUtilizedProductLicensesSortByEnum
const ( ListTopUtilizedProductLicensesSortByTotallicenseunitsconsumed ListTopUtilizedProductLicensesSortByEnum = "totalLicenseUnitsConsumed" )
func GetListTopUtilizedProductLicensesSortByEnumValues() []ListTopUtilizedProductLicensesSortByEnum
GetListTopUtilizedProductLicensesSortByEnumValues Enumerates the set of values for ListTopUtilizedProductLicensesSortByEnum
func GetMappingListTopUtilizedProductLicensesSortByEnum(val string) (ListTopUtilizedProductLicensesSortByEnum, bool)
GetMappingListTopUtilizedProductLicensesSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListTopUtilizedProductLicensesSortOrderEnum Enum with underlying type: string
type ListTopUtilizedProductLicensesSortOrderEnum string
Set of constants representing the allowable values for ListTopUtilizedProductLicensesSortOrderEnum
const ( ListTopUtilizedProductLicensesSortOrderAsc ListTopUtilizedProductLicensesSortOrderEnum = "ASC" ListTopUtilizedProductLicensesSortOrderDesc ListTopUtilizedProductLicensesSortOrderEnum = "DESC" )
func GetListTopUtilizedProductLicensesSortOrderEnumValues() []ListTopUtilizedProductLicensesSortOrderEnum
GetListTopUtilizedProductLicensesSortOrderEnumValues Enumerates the set of values for ListTopUtilizedProductLicensesSortOrderEnum
func GetMappingListTopUtilizedProductLicensesSortOrderEnum(val string) (ListTopUtilizedProductLicensesSortOrderEnum, bool)
GetMappingListTopUtilizedProductLicensesSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListTopUtilizedResourcesRequest wrapper for the ListTopUtilizedResources operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/ListTopUtilizedResources.go.html to see an example of how to use ListTopUtilizedResourcesRequest.
type ListTopUtilizedResourcesRequest struct { // The compartment OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) used for the license record, product license, and configuration. CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"` // The maximum number of items to return. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The 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"` // Indicates if the given compartment is the root compartment. IsCompartmentIdInSubtree *bool `mandatory:"false" contributesTo:"query" name:"isCompartmentIdInSubtree"` // A filter to return only resources whose unit matches the given resource unit. ResourceUnitType ListTopUtilizedResourcesResourceUnitTypeEnum `mandatory:"false" contributesTo:"query" name:"resourceUnitType" omitEmpty:"true"` // The sort order to use, whether `ASC` or `DESC`. SortOrder ListTopUtilizedResourcesSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // Specifies the attribute with which to sort the rules. // Default: `totalUnits` // * **totalUnits:** Sorts by totalUnits consumed by resource. SortBy ListTopUtilizedResourcesSortByEnum `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 ListTopUtilizedResourcesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListTopUtilizedResourcesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListTopUtilizedResourcesRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListTopUtilizedResourcesRequest) String() string
func (request ListTopUtilizedResourcesRequest) 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
ListTopUtilizedResourcesResourceUnitTypeEnum Enum with underlying type: string
type ListTopUtilizedResourcesResourceUnitTypeEnum string
Set of constants representing the allowable values for ListTopUtilizedResourcesResourceUnitTypeEnum
const ( ListTopUtilizedResourcesResourceUnitTypeOcpu ListTopUtilizedResourcesResourceUnitTypeEnum = "OCPU" ListTopUtilizedResourcesResourceUnitTypeEcpu ListTopUtilizedResourcesResourceUnitTypeEnum = "ECPU" )
func GetListTopUtilizedResourcesResourceUnitTypeEnumValues() []ListTopUtilizedResourcesResourceUnitTypeEnum
GetListTopUtilizedResourcesResourceUnitTypeEnumValues Enumerates the set of values for ListTopUtilizedResourcesResourceUnitTypeEnum
func GetMappingListTopUtilizedResourcesResourceUnitTypeEnum(val string) (ListTopUtilizedResourcesResourceUnitTypeEnum, bool)
GetMappingListTopUtilizedResourcesResourceUnitTypeEnum performs case Insensitive comparison on enum value and return the desired enum
ListTopUtilizedResourcesResponse wrapper for the ListTopUtilizedResources operation
type ListTopUtilizedResourcesResponse struct { // The underlying http response RawResponse *http.Response // A list of TopUtilizedResourceCollection instances TopUtilizedResourceCollection `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 ListTopUtilizedResourcesResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListTopUtilizedResourcesResponse) String() string
ListTopUtilizedResourcesSortByEnum Enum with underlying type: string
type ListTopUtilizedResourcesSortByEnum string
Set of constants representing the allowable values for ListTopUtilizedResourcesSortByEnum
const ( ListTopUtilizedResourcesSortByTotalunits ListTopUtilizedResourcesSortByEnum = "totalUnits" )
func GetListTopUtilizedResourcesSortByEnumValues() []ListTopUtilizedResourcesSortByEnum
GetListTopUtilizedResourcesSortByEnumValues Enumerates the set of values for ListTopUtilizedResourcesSortByEnum
func GetMappingListTopUtilizedResourcesSortByEnum(val string) (ListTopUtilizedResourcesSortByEnum, bool)
GetMappingListTopUtilizedResourcesSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListTopUtilizedResourcesSortOrderEnum Enum with underlying type: string
type ListTopUtilizedResourcesSortOrderEnum string
Set of constants representing the allowable values for ListTopUtilizedResourcesSortOrderEnum
const ( ListTopUtilizedResourcesSortOrderAsc ListTopUtilizedResourcesSortOrderEnum = "ASC" ListTopUtilizedResourcesSortOrderDesc ListTopUtilizedResourcesSortOrderEnum = "DESC" )
func GetListTopUtilizedResourcesSortOrderEnumValues() []ListTopUtilizedResourcesSortOrderEnum
GetListTopUtilizedResourcesSortOrderEnumValues Enumerates the set of values for ListTopUtilizedResourcesSortOrderEnum
func GetMappingListTopUtilizedResourcesSortOrderEnum(val string) (ListTopUtilizedResourcesSortOrderEnum, bool)
GetMappingListTopUtilizedResourcesSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
Product Details of product.
type Product struct { // Name of the product. Name *string `mandatory:"true" json:"name"` // Units required for the missing product. Count *float64 `mandatory:"true" json:"count"` // Product category base or option. Category ProductCategoryEnum `mandatory:"true" json:"category"` }
func (m Product) String() string
func (m Product) 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
ProductCategoryEnum Enum with underlying type: string
type ProductCategoryEnum string
Set of constants representing the allowable values for ProductCategoryEnum
const ( ProductCategoryBase ProductCategoryEnum = "BASE" ProductCategoryOption ProductCategoryEnum = "OPTION" )
func GetMappingProductCategoryEnum(val string) (ProductCategoryEnum, bool)
GetMappingProductCategoryEnum performs case Insensitive comparison on enum value and return the desired enum
func GetProductCategoryEnumValues() []ProductCategoryEnum
GetProductCategoryEnumValues Enumerates the set of values for ProductCategoryEnum
ProductLicense The product license details.
type ProductLicense struct { // The product license OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Id *string `mandatory:"true" json:"id"` // The compartment OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) where the product license is created. CompartmentId *string `mandatory:"true" json:"compartmentId"` // The current product license status. Status StatusEnum `mandatory:"true" json:"status"` // The product license unit. LicenseUnit LicenseUnitEnum `mandatory:"true" json:"licenseUnit"` // Specifies whether the vendor is Oracle or a third party. IsVendorOracle *bool `mandatory:"true" json:"isVendorOracle"` // License record name DisplayName *string `mandatory:"true" json:"displayName"` // Status description for the current product license status. StatusDescription *string `mandatory:"false" json:"statusDescription"` // The total number of licenses available for the product license, calculated by adding up all the license counts for active license records associated with the product license. TotalActiveLicenseUnitCount *int `mandatory:"false" json:"totalActiveLicenseUnitCount"` // The current product license state. LifecycleState LifeCycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` // The number of license units consumed. Updated after each allocation run. TotalLicenseUnitsConsumed *float64 `mandatory:"false" json:"totalLicenseUnitsConsumed"` // The number of license records associated with the product license. TotalLicenseRecordCount *int `mandatory:"false" json:"totalLicenseRecordCount"` // The number of active license records associated with the product license. ActiveLicenseRecordCount *int `mandatory:"false" json:"activeLicenseRecordCount"` // Specifies whether or not the product license is oversubscribed. IsOverSubscribed *bool `mandatory:"false" json:"isOverSubscribed"` // Specifies if the license unit count is unlimited. IsUnlimited *bool `mandatory:"false" json:"isUnlimited"` // The vendor of the ProductLicense VendorName *string `mandatory:"false" json:"vendorName"` // The time the product license was created. An RFC 3339 (https://tools.ietf.org/html/rfc3339)-formatted datetime string. TimeCreated *common.SDKTime `mandatory:"false" json:"timeCreated"` // The time the product license was updated. An RFC 3339 (https://tools.ietf.org/html/rfc3339)-formatted datetime string. TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"` // The images associated with the product license. Images []ImageResponse `mandatory:"false" json:"images"` // 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 ProductLicense) String() string
func (m ProductLicense) 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
ProductLicenseCollection The product license summary collection.
type ProductLicenseCollection struct { // The product license summary collection. Items []ProductLicenseSummary `mandatory:"true" json:"items"` }
func (m ProductLicenseCollection) String() string
func (m ProductLicenseCollection) 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
ProductLicenseConsumerCollection Collection of resources which have consumed licenses.
type ProductLicenseConsumerCollection struct { // Collection of product license consumers. Items []ProductLicenseConsumerSummary `mandatory:"true" json:"items"` }
func (m ProductLicenseConsumerCollection) String() string
func (m ProductLicenseConsumerCollection) 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
ProductLicenseConsumerSummary Details of a resource that is consuming a particular product license.
type ProductLicenseConsumerSummary struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource. ResourceId *string `mandatory:"true" json:"resourceId"` // The display name of the resource. ResourceName *string `mandatory:"true" json:"resourceName"` // The resource product name. ProductName *string `mandatory:"true" json:"productName"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the resource. ResourceCompartmentId *string `mandatory:"true" json:"resourceCompartmentId"` // The display name of the compartment that contains the resource. ResourceCompartmentName *string `mandatory:"true" json:"resourceCompartmentName"` // The unit type for the resource. ResourceUnitType ResourceUnitEnum `mandatory:"true" json:"resourceUnitType"` // Number of units of the resource ResourceUnitCount *float64 `mandatory:"true" json:"resourceUnitCount"` // The product license unit. LicenseUnitType LicenseUnitEnum `mandatory:"true" json:"licenseUnitType"` // Number of license units consumed by the resource. LicenseUnitsConsumed *float64 `mandatory:"true" json:"licenseUnitsConsumed"` // Specifies if the base license is available. IsBaseLicenseAvailable *bool `mandatory:"true" json:"isBaseLicenseAvailable"` // Specifies if all options are available. AreAllOptionsAvailable *bool `mandatory:"true" json:"areAllOptionsAvailable"` // Collection of missing product licenses. MissingProducts []Product `mandatory:"true" json:"missingProducts"` }
func (m ProductLicenseConsumerSummary) String() string
func (m ProductLicenseConsumerSummary) 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
ProductLicenseSummary The product license summary.
type ProductLicenseSummary struct { // The product license OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Id *string `mandatory:"true" json:"id"` // The compartment OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) where the product license is created. CompartmentId *string `mandatory:"true" json:"compartmentId"` // The current product license status. Status StatusEnum `mandatory:"true" json:"status"` // The product license unit. LicenseUnit LicenseUnitEnum `mandatory:"true" json:"licenseUnit"` // Specifies whether the vendor is Oracle or a third party. IsVendorOracle *bool `mandatory:"true" json:"isVendorOracle"` // License record name DisplayName *string `mandatory:"true" json:"displayName"` // Status description for the current product license status. StatusDescription *string `mandatory:"false" json:"statusDescription"` // The current product license state. LifecycleState LifeCycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` // The total number of licenses available for the product license, calculated by adding up all the license counts for active license records associated with the product license. TotalActiveLicenseUnitCount *int `mandatory:"false" json:"totalActiveLicenseUnitCount"` // The number of license units consumed. Updated after each allocation run. TotalLicenseUnitsConsumed *float64 `mandatory:"false" json:"totalLicenseUnitsConsumed"` // The number of license records associated with the product license. TotalLicenseRecordCount *int `mandatory:"false" json:"totalLicenseRecordCount"` // The number of active license records associated with the product license. ActiveLicenseRecordCount *int `mandatory:"false" json:"activeLicenseRecordCount"` // Specifies whether or not the product license is oversubscribed. IsOverSubscribed *bool `mandatory:"false" json:"isOverSubscribed"` // Specifies if the license unit count is unlimited. IsUnlimited *bool `mandatory:"false" json:"isUnlimited"` // The vendor of the ProductLicense VendorName *string `mandatory:"false" json:"vendorName"` // The time the product license was created. An RFC 3339 (https://tools.ietf.org/html/rfc3339)-formatted datetime string. TimeCreated *common.SDKTime `mandatory:"false" json:"timeCreated"` // The time the product license was updated. An RFC 3339 (https://tools.ietf.org/html/rfc3339)-formatted datetime string. TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"` // The images associated with the product license. Images []ImageResponse `mandatory:"false" json:"images"` // 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 ProductLicenseSummary) String() string
func (m ProductLicenseSummary) 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
ResourceUnitEnum Enum with underlying type: string
type ResourceUnitEnum string
Set of constants representing the allowable values for ResourceUnitEnum
const ( ResourceUnitOcpu ResourceUnitEnum = "OCPU" ResourceUnitEcpu ResourceUnitEnum = "ECPU" )
func GetMappingResourceUnitEnum(val string) (ResourceUnitEnum, bool)
GetMappingResourceUnitEnum performs case Insensitive comparison on enum value and return the desired enum
func GetResourceUnitEnumValues() []ResourceUnitEnum
GetResourceUnitEnumValues Enumerates the set of values for ResourceUnitEnum
StatusEnum Enum with underlying type: string
type StatusEnum string
Set of constants representing the allowable values for StatusEnum
const ( StatusIncomplete StatusEnum = "INCOMPLETE" StatusIssuesFound StatusEnum = "ISSUES_FOUND" StatusWarning StatusEnum = "WARNING" StatusOk StatusEnum = "OK" )
func GetMappingStatusEnum(val string) (StatusEnum, bool)
GetMappingStatusEnum performs case Insensitive comparison on enum value and return the desired enum
func GetStatusEnumValues() []StatusEnum
GetStatusEnumValues Enumerates the set of values for StatusEnum
TopUtilizedProductLicenseCollection A collection of top utilized product licenses.
type TopUtilizedProductLicenseCollection struct { // Collection of top utilized product licenses. Items []TopUtilizedProductLicenseSummary `mandatory:"true" json:"items"` }
func (m TopUtilizedProductLicenseCollection) String() string
func (m TopUtilizedProductLicenseCollection) 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
TopUtilizedProductLicenseSummary A summary of the top utilized product licenses.
type TopUtilizedProductLicenseSummary struct { // The product license OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). ProductLicenseId *string `mandatory:"true" json:"productLicenseId"` // The product type. ProductType *string `mandatory:"true" json:"productType"` // The product license unit. UnitType LicenseUnitEnum `mandatory:"true" json:"unitType"` // Number of license units consumed. TotalUnitsConsumed *float64 `mandatory:"true" json:"totalUnitsConsumed"` // Total number of license units in the product license provided by the user. TotalLicenseUnitCount *int `mandatory:"true" json:"totalLicenseUnitCount"` // Specifies if the license unit count is unlimited. IsUnlimited *bool `mandatory:"true" json:"isUnlimited"` // The current product license status. Status StatusEnum `mandatory:"true" json:"status"` }
func (m TopUtilizedProductLicenseSummary) String() string
func (m TopUtilizedProductLicenseSummary) 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
TopUtilizedResourceCollection The collection of top utilized resources.
type TopUtilizedResourceCollection struct { // The top utilized resource summary collection. Items []TopUtilizedResourceSummary `mandatory:"true" json:"items"` }
func (m TopUtilizedResourceCollection) String() string
func (m TopUtilizedResourceCollection) 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
TopUtilizedResourceSummary A summary of a top utlized resource.
type TopUtilizedResourceSummary struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource. ResourceId *string `mandatory:"true" json:"resourceId"` // Resource canonical name. ResourceName *string `mandatory:"true" json:"resourceName"` // The compartment OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that contains the resource. ResourceCompartmentId *string `mandatory:"true" json:"resourceCompartmentId"` // The display name of the compartment that contains the resource. ResourceCompartmentName *string `mandatory:"true" json:"resourceCompartmentName"` // Number of license units consumed by the resource. TotalUnits *float64 `mandatory:"true" json:"totalUnits"` // The resource unit. UnitType ResourceUnitEnum `mandatory:"true" json:"unitType"` }
func (m TopUtilizedResourceSummary) String() string
func (m TopUtilizedResourceSummary) 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
UpdateConfigurationDetails The compartment-specific configuration.
type UpdateConfigurationDetails struct { // List of email IDs associated with the configuration. EmailIds []string `mandatory:"true" json:"emailIds"` }
func (m UpdateConfigurationDetails) String() string
func (m UpdateConfigurationDetails) 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
UpdateConfigurationRequest wrapper for the UpdateConfiguration operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/UpdateConfiguration.go.html to see an example of how to use UpdateConfigurationRequest.
type UpdateConfigurationRequest struct { // The compartment OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) used for the license record, product license, and configuration. CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"` // Configuration details that need to be updated. UpdateConfigurationDetails `contributesTo:"body"` // For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` // parameter to the value of the etag from a previous GET or POST response for that resource. The resource // will be updated or deleted only if the etag you provide matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // The 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 UpdateConfigurationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request UpdateConfigurationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request UpdateConfigurationRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request UpdateConfigurationRequest) String() string
func (request UpdateConfigurationRequest) 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
UpdateConfigurationResponse wrapper for the UpdateConfiguration operation
type UpdateConfigurationResponse struct { // The underlying http response RawResponse *http.Response // The Configuration instance Configuration `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 UpdateConfigurationResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response UpdateConfigurationResponse) String() string
UpdateLicenseRecordDetails The details about updates in the license record.
type UpdateLicenseRecordDetails struct { // License record name. DisplayName *string `mandatory:"true" json:"displayName"` // Specifies if the license record term is perpertual. IsPerpetual *bool `mandatory:"true" json:"isPerpetual"` // Specifies if the license count is unlimited. IsUnlimited *bool `mandatory:"true" json:"isUnlimited"` // The license record end date in RFC 3339 (https://tools.ietf.org/html/rfc3339) // date format. // Example: `2018-09-12` ExpirationDate *common.SDKTime `mandatory:"false" json:"expirationDate"` // The license record support end date in RFC 3339 (https://tools.ietf.org/html/rfc3339) // date format. // Example: `2018-09-12` SupportEndDate *common.SDKTime `mandatory:"false" json:"supportEndDate"` // The number of license units added by a user in a license record. // Default 1 LicenseCount *int `mandatory:"false" json:"licenseCount"` // The license record product ID. ProductId *string `mandatory:"false" json:"productId"` // 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 UpdateLicenseRecordDetails) String() string
func (m UpdateLicenseRecordDetails) 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
UpdateLicenseRecordRequest wrapper for the UpdateLicenseRecord operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/UpdateLicenseRecord.go.html to see an example of how to use UpdateLicenseRecordRequest.
type UpdateLicenseRecordRequest struct { // Unique license record identifier. LicenseRecordId *string `mandatory:"true" contributesTo:"path" name:"licenseRecordId"` // Details to update a license record entity. UpdateLicenseRecordDetails `contributesTo:"body"` // For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` // parameter to the value of the etag from a previous GET or POST response for that resource. The resource // will be updated or deleted only if the etag you provide matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // The 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 UpdateLicenseRecordRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request UpdateLicenseRecordRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request UpdateLicenseRecordRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request UpdateLicenseRecordRequest) String() string
func (request UpdateLicenseRecordRequest) 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
UpdateLicenseRecordResponse wrapper for the UpdateLicenseRecord operation
type UpdateLicenseRecordResponse struct { // The underlying http response RawResponse *http.Response // The LicenseRecord instance LicenseRecord `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 UpdateLicenseRecordResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response UpdateLicenseRecordResponse) String() string
UpdateProductLicenseDetails Updates the product license object (only allows image updates).
type UpdateProductLicenseDetails struct { // The image details associated with the product license. Images []ImageDetails `mandatory:"true" json:"images"` // 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 UpdateProductLicenseDetails) String() string
func (m UpdateProductLicenseDetails) 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
UpdateProductLicenseRequest wrapper for the UpdateProductLicense operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/licensemanager/UpdateProductLicense.go.html to see an example of how to use UpdateProductLicenseRequest.
type UpdateProductLicenseRequest struct { // Unique product license identifier. ProductLicenseId *string `mandatory:"true" contributesTo:"path" name:"productLicenseId"` // The list of images that needs to be updated. UpdateProductLicenseDetails `contributesTo:"body"` // For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` // parameter to the value of the etag from a previous GET or POST response for that resource. The resource // will be updated or deleted only if the etag you provide matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // The 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 UpdateProductLicenseRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request UpdateProductLicenseRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request UpdateProductLicenseRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request UpdateProductLicenseRequest) String() string
func (request UpdateProductLicenseRequest) 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
UpdateProductLicenseResponse wrapper for the UpdateProductLicense operation
type UpdateProductLicenseResponse struct { // The underlying http response RawResponse *http.Response // The ProductLicense instance ProductLicense `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 UpdateProductLicenseResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response UpdateProductLicenseResponse) String() string