func GetActionTypeEnumStringValues() []string
GetActionTypeEnumStringValues Enumerates the set of values in String for ActionTypeEnum
func GetListMacDevicesSortByEnumStringValues() []string
GetListMacDevicesSortByEnumStringValues Enumerates the set of values in String for ListMacDevicesSortByEnum
func GetListMacDevicesSortOrderEnumStringValues() []string
GetListMacDevicesSortOrderEnumStringValues Enumerates the set of values in String for ListMacDevicesSortOrderEnum
func GetListMacOrdersSortByEnumStringValues() []string
GetListMacOrdersSortByEnumStringValues Enumerates the set of values in String for ListMacOrdersSortByEnum
func GetListMacOrdersSortOrderEnumStringValues() []string
GetListMacOrdersSortOrderEnumStringValues Enumerates the set of values in String for ListMacOrdersSortOrderEnum
func GetListWorkRequestErrorsSortByEnumStringValues() []string
GetListWorkRequestErrorsSortByEnumStringValues Enumerates the set of values in String for ListWorkRequestErrorsSortByEnum
func GetListWorkRequestErrorsSortOrderEnumStringValues() []string
GetListWorkRequestErrorsSortOrderEnumStringValues Enumerates the set of values in String for ListWorkRequestErrorsSortOrderEnum
func GetListWorkRequestLogsSortByEnumStringValues() []string
GetListWorkRequestLogsSortByEnumStringValues Enumerates the set of values in String for ListWorkRequestLogsSortByEnum
func GetListWorkRequestLogsSortOrderEnumStringValues() []string
GetListWorkRequestLogsSortOrderEnumStringValues Enumerates the set of values in String for ListWorkRequestLogsSortOrderEnum
func GetListWorkRequestsSortByEnumStringValues() []string
GetListWorkRequestsSortByEnumStringValues Enumerates the set of values in String for ListWorkRequestsSortByEnum
func GetListWorkRequestsSortOrderEnumStringValues() []string
GetListWorkRequestsSortOrderEnumStringValues Enumerates the set of values in String for ListWorkRequestsSortOrderEnum
func GetListWorkRequestsStatusEnumStringValues() []string
GetListWorkRequestsStatusEnumStringValues Enumerates the set of values in String for ListWorkRequestsStatusEnum
func GetMacDeviceLifecycleStateEnumStringValues() []string
GetMacDeviceLifecycleStateEnumStringValues Enumerates the set of values in String for MacDeviceLifecycleStateEnum
func GetMacOrderCommitmentTermEnumStringValues() []string
GetMacOrderCommitmentTermEnumStringValues Enumerates the set of values in String for MacOrderCommitmentTermEnum
func GetMacOrderLifecycleStateEnumStringValues() []string
GetMacOrderLifecycleStateEnumStringValues Enumerates the set of values in String for MacOrderLifecycleStateEnum
func GetMacOrderOrderStatusEnumStringValues() []string
GetMacOrderOrderStatusEnumStringValues Enumerates the set of values in String for MacOrderOrderStatusEnum
func GetMacOrderShapeEnumStringValues() []string
GetMacOrderShapeEnumStringValues Enumerates the set of values in String for MacOrderShapeEnum
func GetOperationStatusEnumStringValues() []string
GetOperationStatusEnumStringValues Enumerates the set of values in String for OperationStatusEnum
func GetOperationTypeEnumStringValues() []string
GetOperationTypeEnumStringValues Enumerates the set of values in String for OperationTypeEnum
func GetOpsActionUpdateMacDeviceDetailsLifecycleStateEnumStringValues() []string
GetOpsActionUpdateMacDeviceDetailsLifecycleStateEnumStringValues Enumerates the set of values in String for OpsActionUpdateMacDeviceDetailsLifecycleStateEnum
func GetSortOrderEnumStringValues() []string
GetSortOrderEnumStringValues Enumerates the set of values in String for SortOrderEnum
func GetWorkRequestResourceMetadataKeyEnumStringValues() []string
GetWorkRequestResourceMetadataKeyEnumStringValues Enumerates the set of values in String for WorkRequestResourceMetadataKeyEnum
ActionTypeEnum Enum with underlying type: string
type ActionTypeEnum string
Set of constants representing the allowable values for ActionTypeEnum
const ( ActionTypeCreated ActionTypeEnum = "CREATED" ActionTypeUpdated ActionTypeEnum = "UPDATED" ActionTypeDeleted ActionTypeEnum = "DELETED" ActionTypeInProgress ActionTypeEnum = "IN_PROGRESS" ActionTypeRelated ActionTypeEnum = "RELATED" ActionTypeFailed ActionTypeEnum = "FAILED" )
func GetActionTypeEnumValues() []ActionTypeEnum
GetActionTypeEnumValues Enumerates the set of values for ActionTypeEnum
func GetMappingActionTypeEnum(val string) (ActionTypeEnum, bool)
GetMappingActionTypeEnum performs case Insensitive comparison on enum value and return the desired enum
CancelMacOrderDetails The data to cancel a MacOrder.
type CancelMacOrderDetails struct { // The reason for the MacOrder cancellation. CancelReason *string `mandatory:"false" json:"cancelReason"` }
func (m CancelMacOrderDetails) String() string
func (m CancelMacOrderDetails) 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
CancelMacOrderRequest wrapper for the CancelMacOrder operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/CancelMacOrder.go.html to see an example of how to use CancelMacOrderRequest.
type CancelMacOrderRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the MacOrder. MacOrderId *string `mandatory:"true" contributesTo:"path" name:"macOrderId"` // The information to cancel a MacOrder. CancelMacOrderDetails `contributesTo:"body"` // For optimistic concurrency control. In the PUT or DELETE call for a resource, set the // `if-match` parameter to the value of the etag from a previous GET or POST response for // that resource. The resource will be updated or deleted only if the etag you provide // matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. // The only valid characters for request IDs are letters, numbers, // underscore, and dash. 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 running 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 removed 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 CancelMacOrderRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CancelMacOrderRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CancelMacOrderRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CancelMacOrderRequest) String() string
func (request CancelMacOrderRequest) 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
CancelMacOrderResponse wrapper for the CancelMacOrder operation
type CancelMacOrderResponse struct { // The underlying http response RawResponse *http.Response // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request. // Use GetWorkRequest with this ID to track the status of the request. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response CancelMacOrderResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CancelMacOrderResponse) String() string
CancelWorkRequestRequest wrapper for the CancelWorkRequest operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/CancelWorkRequest.go.html to see an example of how to use CancelWorkRequestRequest.
type CancelWorkRequestRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request. WorkRequestId *string `mandatory:"true" contributesTo:"path" name:"workRequestId"` // For optimistic concurrency control. In the PUT or DELETE call for a resource, set the // `if-match` parameter to the value of the etag from a previous GET or POST response for // that resource. The resource will be updated or deleted only if the etag you provide // matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. // The only valid characters for request IDs are letters, numbers, // underscore, and dash. 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 CancelWorkRequestRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CancelWorkRequestRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CancelWorkRequestRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CancelWorkRequestRequest) String() string
func (request CancelWorkRequestRequest) 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
CancelWorkRequestResponse wrapper for the CancelWorkRequest operation
type CancelWorkRequestResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response CancelWorkRequestResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CancelWorkRequestResponse) String() string
ChangeMacOrderCompartmentDetails The configuration details for the move operation.
type ChangeMacOrderCompartmentDetails struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to move the MacOrder to. CompartmentId *string `mandatory:"true" json:"compartmentId"` }
func (m ChangeMacOrderCompartmentDetails) String() string
func (m ChangeMacOrderCompartmentDetails) 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
ChangeMacOrderCompartmentRequest wrapper for the ChangeMacOrderCompartment operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/ChangeMacOrderCompartment.go.html to see an example of how to use ChangeMacOrderCompartmentRequest.
type ChangeMacOrderCompartmentRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the MacOrder. MacOrderId *string `mandatory:"true" contributesTo:"path" name:"macOrderId"` // The information to be updated. ChangeMacOrderCompartmentDetails `contributesTo:"body"` // For optimistic concurrency control. In the PUT or DELETE call for a resource, set the // `if-match` parameter to the value of the etag from a previous GET or POST response for // that resource. The resource will be updated or deleted only if the etag you provide // matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. // The only valid characters for request IDs are letters, numbers, // underscore, and dash. 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 ChangeMacOrderCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ChangeMacOrderCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ChangeMacOrderCompartmentRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ChangeMacOrderCompartmentRequest) String() string
func (request ChangeMacOrderCompartmentRequest) 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
ChangeMacOrderCompartmentResponse wrapper for the ChangeMacOrderCompartment operation
type ChangeMacOrderCompartmentResponse struct { // The underlying http response RawResponse *http.Response // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request. // Use GetWorkRequest with this ID to track the status of the request. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ChangeMacOrderCompartmentResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ChangeMacOrderCompartmentResponse) String() string
CreateMacOrderDetails The data to create a new MacOrder.
type CreateMacOrderDetails struct { // OCID of the compartment to which the resource belongs to. CompartmentId *string `mandatory:"true" json:"compartmentId"` // A user-friendly description. To provide some insight about the resource. // Avoid entering confidential information. OrderDescription *string `mandatory:"true" json:"orderDescription"` // Number of macs requested in this MacOrder. OrderSize *int `mandatory:"true" json:"orderSize"` // The requested shape of the MacDevices in the MacOrder. Shape MacOrderShapeEnum `mandatory:"true" json:"shape"` // Enum that indicates the agreed commitment term for the MacDevices. CommitmentTerm MacOrderCommitmentTermEnum `mandatory:"true" json:"commitmentTerm"` // A user-friendly name. Does not have to be unique, and it's changeable. // Avoid entering confidential information. // Example: `My new resource` DisplayName *string `mandatory:"false" json:"displayName"` // The IP Range specified by the customer for this order. IpRange *string `mandatory:"false" json:"ipRange"` }
func (m CreateMacOrderDetails) String() string
func (m CreateMacOrderDetails) 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
CreateMacOrderRequest wrapper for the CreateMacOrder operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/CreateMacOrder.go.html to see an example of how to use CreateMacOrderRequest.
type CreateMacOrderRequest struct { // Details for the new MacOrder. CreateMacOrderDetails `contributesTo:"body"` // A token that uniquely identifies a request so it can be retried in case of a timeout or // server error without risk of running 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 removed from the system, then a retry of the original creation request // might be rejected. OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. // The only valid characters for request IDs are letters, numbers, // underscore, and dash. 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 CreateMacOrderRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CreateMacOrderRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CreateMacOrderRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CreateMacOrderRequest) String() string
func (request CreateMacOrderRequest) 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
CreateMacOrderResponse wrapper for the CreateMacOrder operation
type CreateMacOrderResponse struct { // The underlying http response RawResponse *http.Response // The MacOrder instance MacOrder `presentIn:"body"` // URL for the created MacOrder. The MacOrder OCID is generated after this request is sent. Location *string `presentIn:"header" name:"location"` // Same as location. ContentLocation *string `presentIn:"header" name:"content-location"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request. // Use GetWorkRequest with this ID to track the status of the request. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response CreateMacOrderResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CreateMacOrderResponse) String() string
CreateNodeConfigDetails The data to create a new NodeConfig.
type CreateNodeConfigDetails struct { // The serial number of the MacDevice. SerialNumber *string `mandatory:"true" json:"serialNumber"` // The macAddress. MacAddress *string `mandatory:"true" json:"macAddress"` // The macOrderId. MacOrderId *string `mandatory:"true" json:"macOrderId"` // The switchHostname. SwitchHostname *string `mandatory:"false" json:"switchHostname"` // The switchEthPort. SwitchEthPort *string `mandatory:"false" json:"switchEthPort"` // The ipKvmHostname. IpKvmHostname *string `mandatory:"false" json:"ipKvmHostname"` // The ipKvmPortNumber. IpKvmPortNumber *int `mandatory:"false" json:"ipKvmPortNumber"` // The pduHostname. PduHostname *string `mandatory:"false" json:"pduHostname"` // The pduPort. PduPort *int `mandatory:"false" json:"pduPort"` // The buildVlanId. BuildVlanId *int `mandatory:"false" json:"buildVlanId"` // The buildIpAddress. BuildIpAddress *string `mandatory:"false" json:"buildIpAddress"` // The prodVlanId. ProdVlanId *int `mandatory:"false" json:"prodVlanId"` // The prodIpAddress. ProdIpAddress *string `mandatory:"false" json:"prodIpAddress"` // The rackLocation. RackLocation *string `mandatory:"false" json:"rackLocation"` // The chipSetn. ChipSet *string `mandatory:"false" json:"chipSet"` // The osVersion. OsVersion *string `mandatory:"false" json:"osVersion"` // The tenancyId. TenancyId *string `mandatory:"false" json:"tenancyId"` }
func (m CreateNodeConfigDetails) String() string
func (m CreateNodeConfigDetails) 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
GetMacDeviceRequest wrapper for the GetMacDevice operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/GetMacDevice.go.html to see an example of how to use GetMacDeviceRequest.
type GetMacDeviceRequest struct { // The UUID of the MacDevice. MacDeviceId *string `mandatory:"true" contributesTo:"path" name:"macDeviceId"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the MacOrder. MacOrderId *string `mandatory:"true" contributesTo:"path" name:"macOrderId"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. // The only valid characters for request IDs are letters, numbers, // underscore, and dash. 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 GetMacDeviceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetMacDeviceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetMacDeviceRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetMacDeviceRequest) String() string
func (request GetMacDeviceRequest) 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
GetMacDeviceResponse wrapper for the GetMacDevice operation
type GetMacDeviceResponse struct { // The underlying http response RawResponse *http.Response // The MacDevice instance MacDevice `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 GetMacDeviceResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetMacDeviceResponse) String() string
GetMacOrderRequest wrapper for the GetMacOrder operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/GetMacOrder.go.html to see an example of how to use GetMacOrderRequest.
type GetMacOrderRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the MacOrder. MacOrderId *string `mandatory:"true" contributesTo:"path" name:"macOrderId"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. // The only valid characters for request IDs are letters, numbers, // underscore, and dash. 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 GetMacOrderRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetMacOrderRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetMacOrderRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetMacOrderRequest) String() string
func (request GetMacOrderRequest) 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
GetMacOrderResponse wrapper for the GetMacOrder operation
type GetMacOrderResponse struct { // The underlying http response RawResponse *http.Response // The MacOrder instance MacOrder `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 GetMacOrderResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetMacOrderResponse) String() string
GetWorkRequestRequest wrapper for the GetWorkRequest operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/GetWorkRequest.go.html to see an example of how to use GetWorkRequestRequest.
type GetWorkRequestRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request. WorkRequestId *string `mandatory:"true" contributesTo:"path" name:"workRequestId"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. // The only valid characters for request IDs are letters, numbers, // underscore, and dash. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request GetWorkRequestRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetWorkRequestRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetWorkRequestRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetWorkRequestRequest) String() string
func (request GetWorkRequestRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
GetWorkRequestResponse wrapper for the GetWorkRequest operation
type GetWorkRequestResponse struct { // The underlying http response RawResponse *http.Response // The WorkRequest instance WorkRequest `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // A decimal number representing the number of seconds the client should wait before polling this endpoint again. RetryAfter *int `presentIn:"header" name:"retry-after"` }
func (response GetWorkRequestResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetWorkRequestResponse) String() string
ListMacDevicesRequest wrapper for the ListMacDevices operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/ListMacDevices.go.html to see an example of how to use ListMacDevicesRequest.
type ListMacDevicesRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the MacOrder. MacOrderId *string `mandatory:"true" contributesTo:"path" name:"macOrderId"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources. CompartmentId *string `mandatory:"false" contributesTo:"query" name:"compartmentId"` // The UUID of the MacDevice. Id *string `mandatory:"false" contributesTo:"query" name:"id"` // The serial number of the MacDevice. SerialNumber *string `mandatory:"false" contributesTo:"query" name:"serialNumber"` // A filter to return only resources that match the given lifecycle state. The // state value is case-insensitive. LifecycleState MacDeviceLifecycleStateEnum `mandatory:"false" contributesTo:"query" name:"lifecycleState" omitEmpty:"true"` // For list pagination. The maximum number of results per page, or items to return in a // paginated "List" call. For important details about how pagination works, see // List Pagination (https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // For list pagination. The value of the opc-next-page response header from the previous // "List" call. For important details about how pagination works, see // List Pagination (https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The sort order to use, either ascending (`ASC`) or descending (`DESC`). SortOrder ListMacDevicesSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // The field to sort by. You can provide only one sort order. Default order for `timeCreated` // is descending. Default order for `SerialNumber` is ascending. SortBy ListMacDevicesSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. // The only valid characters for request IDs are letters, numbers, // underscore, and dash. 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 ListMacDevicesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListMacDevicesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListMacDevicesRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListMacDevicesRequest) String() string
func (request ListMacDevicesRequest) 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
ListMacDevicesResponse wrapper for the ListMacDevices operation
type ListMacDevicesResponse struct { // The underlying http response RawResponse *http.Response // A list of MacDeviceCollection instances MacDeviceCollection `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 list pagination. When this header appears in the response, additional pages of results remain. For // important details about how pagination works, see List Pagination (https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). OpcNextPage *string `presentIn:"header" name:"opc-next-page"` }
func (response ListMacDevicesResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListMacDevicesResponse) String() string
ListMacDevicesSortByEnum Enum with underlying type: string
type ListMacDevicesSortByEnum string
Set of constants representing the allowable values for ListMacDevicesSortByEnum
const ( ListMacDevicesSortByTimecreated ListMacDevicesSortByEnum = "timeCreated" ListMacDevicesSortBySerialnumber ListMacDevicesSortByEnum = "SerialNumber" )
func GetListMacDevicesSortByEnumValues() []ListMacDevicesSortByEnum
GetListMacDevicesSortByEnumValues Enumerates the set of values for ListMacDevicesSortByEnum
func GetMappingListMacDevicesSortByEnum(val string) (ListMacDevicesSortByEnum, bool)
GetMappingListMacDevicesSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListMacDevicesSortOrderEnum Enum with underlying type: string
type ListMacDevicesSortOrderEnum string
Set of constants representing the allowable values for ListMacDevicesSortOrderEnum
const ( ListMacDevicesSortOrderAsc ListMacDevicesSortOrderEnum = "ASC" ListMacDevicesSortOrderDesc ListMacDevicesSortOrderEnum = "DESC" )
func GetListMacDevicesSortOrderEnumValues() []ListMacDevicesSortOrderEnum
GetListMacDevicesSortOrderEnumValues Enumerates the set of values for ListMacDevicesSortOrderEnum
func GetMappingListMacDevicesSortOrderEnum(val string) (ListMacDevicesSortOrderEnum, bool)
GetMappingListMacDevicesSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListMacOrdersRequest wrapper for the ListMacOrders operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/ListMacOrders.go.html to see an example of how to use ListMacOrdersRequest.
type ListMacOrdersRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources. CompartmentId *string `mandatory:"false" contributesTo:"query" name:"compartmentId"` // A filter to return only resources that match the given lifecycle state. The // state value is case-insensitive. LifecycleState MacOrderLifecycleStateEnum `mandatory:"false" contributesTo:"query" name:"lifecycleState" omitEmpty:"true"` // A filter to return only resources that match the given display name exactly. DisplayName *string `mandatory:"false" contributesTo:"query" name:"displayName"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the MacOrder. Id *string `mandatory:"false" contributesTo:"query" name:"id"` // For list pagination. The maximum number of results per page, or items to return in a // paginated "List" call. For important details about how pagination works, see // List Pagination (https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // For list pagination. The value of the opc-next-page response header from the previous // "List" call. For important details about how pagination works, see // List Pagination (https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The sort order to use, either ascending (`ASC`) or descending (`DESC`). SortOrder ListMacOrdersSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // The field to sort by. You can provide only one sort order. Default order for `timeCreated` // is descending. Default order for `displayName` is ascending. SortBy ListMacOrdersSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. // The only valid characters for request IDs are letters, numbers, // underscore, and dash. 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 ListMacOrdersRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListMacOrdersRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListMacOrdersRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListMacOrdersRequest) String() string
func (request ListMacOrdersRequest) 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
ListMacOrdersResponse wrapper for the ListMacOrders operation
type ListMacOrdersResponse struct { // The underlying http response RawResponse *http.Response // A list of MacOrderCollection instances MacOrderCollection `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 list pagination. When this header appears in the response, additional pages of results remain. For // important details about how pagination works, see List Pagination (https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). OpcNextPage *string `presentIn:"header" name:"opc-next-page"` }
func (response ListMacOrdersResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListMacOrdersResponse) String() string
ListMacOrdersSortByEnum Enum with underlying type: string
type ListMacOrdersSortByEnum string
Set of constants representing the allowable values for ListMacOrdersSortByEnum
const ( ListMacOrdersSortByTimecreated ListMacOrdersSortByEnum = "timeCreated" ListMacOrdersSortByDisplayname ListMacOrdersSortByEnum = "displayName" )
func GetListMacOrdersSortByEnumValues() []ListMacOrdersSortByEnum
GetListMacOrdersSortByEnumValues Enumerates the set of values for ListMacOrdersSortByEnum
func GetMappingListMacOrdersSortByEnum(val string) (ListMacOrdersSortByEnum, bool)
GetMappingListMacOrdersSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListMacOrdersSortOrderEnum Enum with underlying type: string
type ListMacOrdersSortOrderEnum string
Set of constants representing the allowable values for ListMacOrdersSortOrderEnum
const ( ListMacOrdersSortOrderAsc ListMacOrdersSortOrderEnum = "ASC" ListMacOrdersSortOrderDesc ListMacOrdersSortOrderEnum = "DESC" )
func GetListMacOrdersSortOrderEnumValues() []ListMacOrdersSortOrderEnum
GetListMacOrdersSortOrderEnumValues Enumerates the set of values for ListMacOrdersSortOrderEnum
func GetMappingListMacOrdersSortOrderEnum(val string) (ListMacOrdersSortOrderEnum, bool)
GetMappingListMacOrdersSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListWorkRequestErrorsRequest wrapper for the ListWorkRequestErrors operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/ListWorkRequestErrors.go.html to see an example of how to use ListWorkRequestErrorsRequest.
type ListWorkRequestErrorsRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request. WorkRequestId *string `mandatory:"true" contributesTo:"path" name:"workRequestId"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. // The only valid characters for request IDs are letters, numbers, // underscore, and dash. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // For list pagination. The value of the opc-next-page response header from the previous // "List" call. For important details about how pagination works, see // List Pagination (https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Page *string `mandatory:"false" contributesTo:"query" name:"page"` // For list pagination. The maximum number of results per page, or items to return in a // paginated "List" call. For important details about how pagination works, see // List Pagination (https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // The field to sort by. Only one sort order may be provided. Default order for `timestamp` is descending. SortBy ListWorkRequestErrorsSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // The sort order to use, either ascending (`ASC`) or descending (`DESC`). SortOrder ListWorkRequestErrorsSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListWorkRequestErrorsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListWorkRequestErrorsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListWorkRequestErrorsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListWorkRequestErrorsRequest) String() string
func (request ListWorkRequestErrorsRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListWorkRequestErrorsResponse wrapper for the ListWorkRequestErrors operation
type ListWorkRequestErrorsResponse struct { // The underlying http response RawResponse *http.Response // A list of WorkRequestErrorCollection instances WorkRequestErrorCollection `presentIn:"body"` // For list pagination. When this header appears in the response, additional pages of results remain. For // important details about how pagination works, see List Pagination (https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). OpcNextPage *string `presentIn:"header" name:"opc-next-page"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ListWorkRequestErrorsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListWorkRequestErrorsResponse) String() string
ListWorkRequestErrorsSortByEnum Enum with underlying type: string
type ListWorkRequestErrorsSortByEnum string
Set of constants representing the allowable values for ListWorkRequestErrorsSortByEnum
const ( ListWorkRequestErrorsSortByTimestamp ListWorkRequestErrorsSortByEnum = "timestamp" )
func GetListWorkRequestErrorsSortByEnumValues() []ListWorkRequestErrorsSortByEnum
GetListWorkRequestErrorsSortByEnumValues Enumerates the set of values for ListWorkRequestErrorsSortByEnum
func GetMappingListWorkRequestErrorsSortByEnum(val string) (ListWorkRequestErrorsSortByEnum, bool)
GetMappingListWorkRequestErrorsSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListWorkRequestErrorsSortOrderEnum Enum with underlying type: string
type ListWorkRequestErrorsSortOrderEnum string
Set of constants representing the allowable values for ListWorkRequestErrorsSortOrderEnum
const ( ListWorkRequestErrorsSortOrderAsc ListWorkRequestErrorsSortOrderEnum = "ASC" ListWorkRequestErrorsSortOrderDesc ListWorkRequestErrorsSortOrderEnum = "DESC" )
func GetListWorkRequestErrorsSortOrderEnumValues() []ListWorkRequestErrorsSortOrderEnum
GetListWorkRequestErrorsSortOrderEnumValues Enumerates the set of values for ListWorkRequestErrorsSortOrderEnum
func GetMappingListWorkRequestErrorsSortOrderEnum(val string) (ListWorkRequestErrorsSortOrderEnum, bool)
GetMappingListWorkRequestErrorsSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListWorkRequestLogsRequest wrapper for the ListWorkRequestLogs operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/ListWorkRequestLogs.go.html to see an example of how to use ListWorkRequestLogsRequest.
type ListWorkRequestLogsRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request. WorkRequestId *string `mandatory:"true" contributesTo:"path" name:"workRequestId"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. // The only valid characters for request IDs are letters, numbers, // underscore, and dash. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // For list pagination. The value of the opc-next-page response header from the previous // "List" call. For important details about how pagination works, see // List Pagination (https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Page *string `mandatory:"false" contributesTo:"query" name:"page"` // For list pagination. The maximum number of results per page, or items to return in a // paginated "List" call. For important details about how pagination works, see // List Pagination (https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // The field to sort by. Only one sort order may be provided. Default order for `timestamp` is descending. SortBy ListWorkRequestLogsSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // The sort order to use, either ascending (`ASC`) or descending (`DESC`). SortOrder ListWorkRequestLogsSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListWorkRequestLogsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListWorkRequestLogsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListWorkRequestLogsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListWorkRequestLogsRequest) String() string
func (request ListWorkRequestLogsRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListWorkRequestLogsResponse wrapper for the ListWorkRequestLogs operation
type ListWorkRequestLogsResponse struct { // The underlying http response RawResponse *http.Response // A list of WorkRequestLogEntryCollection instances WorkRequestLogEntryCollection `presentIn:"body"` // For list pagination. When this header appears in the response, additional pages of results remain. For // important details about how pagination works, see List Pagination (https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). OpcNextPage *string `presentIn:"header" name:"opc-next-page"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ListWorkRequestLogsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListWorkRequestLogsResponse) String() string
ListWorkRequestLogsSortByEnum Enum with underlying type: string
type ListWorkRequestLogsSortByEnum string
Set of constants representing the allowable values for ListWorkRequestLogsSortByEnum
const ( ListWorkRequestLogsSortByTimestamp ListWorkRequestLogsSortByEnum = "timestamp" )
func GetListWorkRequestLogsSortByEnumValues() []ListWorkRequestLogsSortByEnum
GetListWorkRequestLogsSortByEnumValues Enumerates the set of values for ListWorkRequestLogsSortByEnum
func GetMappingListWorkRequestLogsSortByEnum(val string) (ListWorkRequestLogsSortByEnum, bool)
GetMappingListWorkRequestLogsSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListWorkRequestLogsSortOrderEnum Enum with underlying type: string
type ListWorkRequestLogsSortOrderEnum string
Set of constants representing the allowable values for ListWorkRequestLogsSortOrderEnum
const ( ListWorkRequestLogsSortOrderAsc ListWorkRequestLogsSortOrderEnum = "ASC" ListWorkRequestLogsSortOrderDesc ListWorkRequestLogsSortOrderEnum = "DESC" )
func GetListWorkRequestLogsSortOrderEnumValues() []ListWorkRequestLogsSortOrderEnum
GetListWorkRequestLogsSortOrderEnumValues Enumerates the set of values for ListWorkRequestLogsSortOrderEnum
func GetMappingListWorkRequestLogsSortOrderEnum(val string) (ListWorkRequestLogsSortOrderEnum, bool)
GetMappingListWorkRequestLogsSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListWorkRequestsRequest wrapper for the ListWorkRequests operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/ListWorkRequests.go.html to see an example of how to use ListWorkRequestsRequest.
type ListWorkRequestsRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources. CompartmentId *string `mandatory:"false" contributesTo:"query" name:"compartmentId"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request. WorkRequestId *string `mandatory:"false" contributesTo:"query" name:"workRequestId"` // A filter to return only the resources that match the given lifecycle state. Status ListWorkRequestsStatusEnum `mandatory:"false" contributesTo:"query" name:"status" omitEmpty:"true"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource affected by the work request. ResourceId *string `mandatory:"false" contributesTo:"query" name:"resourceId"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. // The only valid characters for request IDs are letters, numbers, // underscore, and dash. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // For list pagination. The value of the opc-next-page response header from the previous // "List" call. For important details about how pagination works, see // List Pagination (https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Page *string `mandatory:"false" contributesTo:"query" name:"page"` // For list pagination. The maximum number of results per page, or items to return in a // paginated "List" call. For important details about how pagination works, see // List Pagination (https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // The sort order to use, either ascending (`ASC`) or descending (`DESC`). SortOrder ListWorkRequestsSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // The field to sort by. Only one sort order may be provided. Default order for `timeAccepted` is descending. SortBy ListWorkRequestsSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListWorkRequestsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListWorkRequestsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListWorkRequestsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListWorkRequestsRequest) String() string
func (request ListWorkRequestsRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListWorkRequestsResponse wrapper for the ListWorkRequests operation
type ListWorkRequestsResponse struct { // The underlying http response RawResponse *http.Response // A list of WorkRequestSummaryCollection instances WorkRequestSummaryCollection `presentIn:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // For list pagination. When this header appears in the response, additional pages of results remain. For // important details about how pagination works, see List Pagination (https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). OpcNextPage *string `presentIn:"header" name:"opc-next-page"` }
func (response ListWorkRequestsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListWorkRequestsResponse) String() string
ListWorkRequestsSortByEnum Enum with underlying type: string
type ListWorkRequestsSortByEnum string
Set of constants representing the allowable values for ListWorkRequestsSortByEnum
const ( ListWorkRequestsSortByTimeaccepted ListWorkRequestsSortByEnum = "timeAccepted" )
func GetListWorkRequestsSortByEnumValues() []ListWorkRequestsSortByEnum
GetListWorkRequestsSortByEnumValues Enumerates the set of values for ListWorkRequestsSortByEnum
func GetMappingListWorkRequestsSortByEnum(val string) (ListWorkRequestsSortByEnum, bool)
GetMappingListWorkRequestsSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListWorkRequestsSortOrderEnum Enum with underlying type: string
type ListWorkRequestsSortOrderEnum string
Set of constants representing the allowable values for ListWorkRequestsSortOrderEnum
const ( ListWorkRequestsSortOrderAsc ListWorkRequestsSortOrderEnum = "ASC" ListWorkRequestsSortOrderDesc ListWorkRequestsSortOrderEnum = "DESC" )
func GetListWorkRequestsSortOrderEnumValues() []ListWorkRequestsSortOrderEnum
GetListWorkRequestsSortOrderEnumValues Enumerates the set of values for ListWorkRequestsSortOrderEnum
func GetMappingListWorkRequestsSortOrderEnum(val string) (ListWorkRequestsSortOrderEnum, bool)
GetMappingListWorkRequestsSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListWorkRequestsStatusEnum Enum with underlying type: string
type ListWorkRequestsStatusEnum string
Set of constants representing the allowable values for ListWorkRequestsStatusEnum
const ( ListWorkRequestsStatusAccepted ListWorkRequestsStatusEnum = "ACCEPTED" ListWorkRequestsStatusInProgress ListWorkRequestsStatusEnum = "IN_PROGRESS" ListWorkRequestsStatusWaiting ListWorkRequestsStatusEnum = "WAITING" ListWorkRequestsStatusNeedsAttention ListWorkRequestsStatusEnum = "NEEDS_ATTENTION" ListWorkRequestsStatusFailed ListWorkRequestsStatusEnum = "FAILED" ListWorkRequestsStatusSucceeded ListWorkRequestsStatusEnum = "SUCCEEDED" ListWorkRequestsStatusCanceling ListWorkRequestsStatusEnum = "CANCELING" ListWorkRequestsStatusCanceled ListWorkRequestsStatusEnum = "CANCELED" )
func GetListWorkRequestsStatusEnumValues() []ListWorkRequestsStatusEnum
GetListWorkRequestsStatusEnumValues Enumerates the set of values for ListWorkRequestsStatusEnum
func GetMappingListWorkRequestsStatusEnum(val string) (ListWorkRequestsStatusEnum, bool)
GetMappingListWorkRequestsStatusEnum performs case Insensitive comparison on enum value and return the desired enum
MacDevice Represents a MacDevice resource.
type MacDevice struct { // The unique ID of the MacDevice. Id *string `mandatory:"true" json:"id"` // OCID of the compartment to which the resource belongs to. CompartmentId *string `mandatory:"true" json:"compartmentId"` // The OCID of the resource. MacOrderId *string `mandatory:"true" json:"macOrderId"` // The serial number of the MacDevice. SerialNumber *string `mandatory:"true" json:"serialNumber"` // The IP address assigned to the MacDevice. IpAddress *string `mandatory:"true" json:"ipAddress"` // The current status of the MacDevice. LifecycleState MacDeviceLifecycleStateEnum `mandatory:"true" json:"lifecycleState"` // The shape of the Mac. Shape MacOrderShapeEnum `mandatory:"true" json:"shape"` // The time this resource was created. An RFC3339 formatted datetime string. TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // The time this resource was last updated. An RFC3339 formatted datetime string. TimeUpdated *common.SDKTime `mandatory:"true" json:"timeUpdated"` // A flag that indicates if this MacDevice is decommissioned. IsMarkedDecom *bool `mandatory:"true" json:"isMarkedDecom"` // An RFC3339-formatted datetime string containing the time this MacDevice was decommissioned. TimeDecom *common.SDKTime `mandatory:"true" json:"timeDecom"` }
func (m MacDevice) String() string
func (m MacDevice) 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
MacDeviceClient a client for MacDevice
type MacDeviceClient struct { common.BaseClient // contains filtered or unexported fields }
func NewMacDeviceClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client MacDeviceClient, err error)
NewMacDeviceClientWithConfigurationProvider Creates a new default MacDevice client with the given configuration provider. the configuration provider will be used for the default signer as well as reading the region
func NewMacDeviceClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client MacDeviceClient, err error)
NewMacDeviceClientWithOboToken Creates a new default MacDevice 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 *MacDeviceClient) ConfigurationProvider() *common.ConfigurationProvider
ConfigurationProvider the ConfigurationProvider used in this client, or null if none set
func (client MacDeviceClient) GetMacDevice(ctx context.Context, request GetMacDeviceRequest) (response GetMacDeviceResponse, err error)
GetMacDevice Gets information about a MacDevice.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/GetMacDevice.go.html to see an example of how to use GetMacDevice API. A default retry strategy applies to this operation GetMacDevice()
func (client MacDeviceClient) ListMacDevices(ctx context.Context, request ListMacDevicesRequest) (response ListMacDevicesResponse, err error)
ListMacDevices Gets a list of MacDevices assigned to this order.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/ListMacDevices.go.html to see an example of how to use ListMacDevices API. A default retry strategy applies to this operation ListMacDevices()
func (client *MacDeviceClient) SetRegion(region string)
SetRegion overrides the region of this client.
func (client MacDeviceClient) TerminateMacDevice(ctx context.Context, request TerminateMacDeviceRequest) (response TerminateMacDeviceResponse, err error)
TerminateMacDevice Terminates a MacDevice.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/TerminateMacDevice.go.html to see an example of how to use TerminateMacDevice API. A default retry strategy applies to this operation TerminateMacDevice()
MacDeviceCollection Results of a MacDevice search. Contains both MacDeviceSummary items and other information, such as metadata.
type MacDeviceCollection struct { // List of MacDevices. Items []MacDeviceSummary `mandatory:"true" json:"items"` }
func (m MacDeviceCollection) String() string
func (m MacDeviceCollection) 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
MacDeviceLifecycleStateEnum Enum with underlying type: string
type MacDeviceLifecycleStateEnum string
Set of constants representing the allowable values for MacDeviceLifecycleStateEnum
const ( MacDeviceLifecycleStateCreating MacDeviceLifecycleStateEnum = "CREATING" MacDeviceLifecycleStateActive MacDeviceLifecycleStateEnum = "ACTIVE" MacDeviceLifecycleStateNeedsAttention MacDeviceLifecycleStateEnum = "NEEDS_ATTENTION" MacDeviceLifecycleStateDeleting MacDeviceLifecycleStateEnum = "DELETING" MacDeviceLifecycleStateDeleted MacDeviceLifecycleStateEnum = "DELETED" )
func GetMacDeviceLifecycleStateEnumValues() []MacDeviceLifecycleStateEnum
GetMacDeviceLifecycleStateEnumValues Enumerates the set of values for MacDeviceLifecycleStateEnum
func GetMappingMacDeviceLifecycleStateEnum(val string) (MacDeviceLifecycleStateEnum, bool)
GetMappingMacDeviceLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
MacDeviceSummary Summary information about a MacDevice.
type MacDeviceSummary struct { // The unique ID of the MacDevice. Id *string `mandatory:"true" json:"id"` // OCID of the compartment to which the resource belongs to. CompartmentId *string `mandatory:"true" json:"compartmentId"` // The OCID of the resource. MacOrderId *string `mandatory:"true" json:"macOrderId"` // The serial number of the MacDevice. SerialNumber *string `mandatory:"true" json:"serialNumber"` // The IP address assigned to the MacDevice. IpAddress *string `mandatory:"true" json:"ipAddress"` // The shape of the MacDevice. Shape MacOrderShapeEnum `mandatory:"true" json:"shape"` // The current status of the MacDevice. LifecycleState MacDeviceLifecycleStateEnum `mandatory:"true" json:"lifecycleState"` // The time this resource was created. An RFC3339 formatted datetime string. TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // The time this resource was last updated. An RFC3339 formatted datetime string. TimeUpdated *common.SDKTime `mandatory:"true" json:"timeUpdated"` // A flag that indicates if this MacDevice is decommissioned. IsMarkedDecom *bool `mandatory:"true" json:"isMarkedDecom"` // An RFC3339-formatted datetime string containing the time this MacDevice was decommissioned. TimeDecom *common.SDKTime `mandatory:"true" json:"timeDecom"` }
func (m MacDeviceSummary) String() string
func (m MacDeviceSummary) 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
MacOrder A description of a MacOrder resource.
type MacOrder struct { // The OCID of the resource. Id *string `mandatory:"true" json:"id"` // OCID of the compartment to which the resource belongs to. CompartmentId *string `mandatory:"true" json:"compartmentId"` // A user-friendly description. To provide some insight about the resource. // Avoid entering confidential information. OrderDescription *string `mandatory:"true" json:"orderDescription"` // Number of macs requested in this MacOrder. OrderSize *int `mandatory:"true" json:"orderSize"` // Checkbox value that indicates whether the customer completed docusign process. IsDocusigned *bool `mandatory:"true" json:"isDocusigned"` // Enum indicating the requested shape for the MacDevices. Shape MacOrderShapeEnum `mandatory:"true" json:"shape"` // The time this resource was created. An RFC3339 formatted datetime string. TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // Enum indicating the agreed commitment term for the requested MacDevices. CommitmentTerm MacOrderCommitmentTermEnum `mandatory:"true" json:"commitmentTerm"` // The current status of the MacOrder. OrderStatus MacOrderOrderStatusEnum `mandatory:"true" json:"orderStatus"` // The current state of the MacOrder. LifecycleState MacOrderLifecycleStateEnum `mandatory:"true" json:"lifecycleState"` // A user-friendly name. Does not have to be unique, and it's changeable. // Avoid entering confidential information. // Example: `My new resource` DisplayName *string `mandatory:"false" json:"displayName"` // The IP Range specified by the customer for this order. IpRange *string `mandatory:"false" json:"ipRange"` // The time this resource was last updated. An RFC3339 formatted datetime string. TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"` // An RFC3339-formatted datetime string containing the date and time that billing for this MacOrder begins. TimeBillingStarted *common.SDKTime `mandatory:"false" json:"timeBillingStarted"` // An RFC3339-formatted datetime string containing the date and time that billing for this MacOrder ends. TimeBillingEnded *common.SDKTime `mandatory:"false" json:"timeBillingEnded"` // A message that describes the current state of the MacOrder in more detail. LifecycleDetails *string `mandatory:"false" json:"lifecycleDetails"` // The reason for the MacOrder cancellation. CancelReason *string `mandatory:"false" json:"cancelReason"` // An RFC3339-formatted datetime string containing the time this MacOrder was cancelled. TimeCanceled *common.SDKTime `mandatory:"false" json:"timeCanceled"` }
func (m MacOrder) String() string
func (m MacOrder) 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
MacOrderClient a client for MacOrder
type MacOrderClient struct { common.BaseClient // contains filtered or unexported fields }
func NewMacOrderClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client MacOrderClient, err error)
NewMacOrderClientWithConfigurationProvider Creates a new default MacOrder client with the given configuration provider. the configuration provider will be used for the default signer as well as reading the region
func NewMacOrderClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client MacOrderClient, err error)
NewMacOrderClientWithOboToken Creates a new default MacOrder 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 MacOrderClient) CancelMacOrder(ctx context.Context, request CancelMacOrderRequest) (response CancelMacOrderResponse, err error)
CancelMacOrder Cancels a MacOrder.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/CancelMacOrder.go.html to see an example of how to use CancelMacOrder API. A default retry strategy applies to this operation CancelMacOrder()
func (client MacOrderClient) CancelWorkRequest(ctx context.Context, request CancelWorkRequestRequest) (response CancelWorkRequestResponse, err error)
CancelWorkRequest Cancels a work request.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/CancelWorkRequest.go.html to see an example of how to use CancelWorkRequest API. A default retry strategy applies to this operation CancelWorkRequest()
func (client MacOrderClient) ChangeMacOrderCompartment(ctx context.Context, request ChangeMacOrderCompartmentRequest) (response ChangeMacOrderCompartmentResponse, err error)
ChangeMacOrderCompartment Moves a MacOrder into a different compartment within the same tenancy. For information about moving resources between compartments, see Moving Resources to a Different Compartment (https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/ChangeMacOrderCompartment.go.html to see an example of how to use ChangeMacOrderCompartment API. A default retry strategy applies to this operation ChangeMacOrderCompartment()
func (client *MacOrderClient) ConfigurationProvider() *common.ConfigurationProvider
ConfigurationProvider the ConfigurationProvider used in this client, or null if none set
func (client MacOrderClient) CreateMacOrder(ctx context.Context, request CreateMacOrderRequest) (response CreateMacOrderResponse, err error)
CreateMacOrder Creates a MacOrder.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/CreateMacOrder.go.html to see an example of how to use CreateMacOrder API. A default retry strategy applies to this operation CreateMacOrder()
func (client MacOrderClient) GetMacOrder(ctx context.Context, request GetMacOrderRequest) (response GetMacOrderResponse, err error)
GetMacOrder Gets information about a MacOrder.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/GetMacOrder.go.html to see an example of how to use GetMacOrder API. A default retry strategy applies to this operation GetMacOrder()
func (client MacOrderClient) GetWorkRequest(ctx context.Context, request GetWorkRequestRequest) (response GetWorkRequestResponse, err error)
GetWorkRequest Gets the details of a work request.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/GetWorkRequest.go.html to see an example of how to use GetWorkRequest API. A default retry strategy applies to this operation GetWorkRequest()
func (client MacOrderClient) ListMacOrders(ctx context.Context, request ListMacOrdersRequest) (response ListMacOrdersResponse, err error)
ListMacOrders Gets a list of MacOrders.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/ListMacOrders.go.html to see an example of how to use ListMacOrders API. A default retry strategy applies to this operation ListMacOrders()
func (client MacOrderClient) ListWorkRequestErrors(ctx context.Context, request ListWorkRequestErrorsRequest) (response ListWorkRequestErrorsResponse, err error)
ListWorkRequestErrors Lists the errors for a work request.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/ListWorkRequestErrors.go.html to see an example of how to use ListWorkRequestErrors API. A default retry strategy applies to this operation ListWorkRequestErrors()
func (client MacOrderClient) ListWorkRequestLogs(ctx context.Context, request ListWorkRequestLogsRequest) (response ListWorkRequestLogsResponse, err error)
ListWorkRequestLogs Lists the logs for a work request.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/ListWorkRequestLogs.go.html to see an example of how to use ListWorkRequestLogs API. A default retry strategy applies to this operation ListWorkRequestLogs()
func (client MacOrderClient) ListWorkRequests(ctx context.Context, request ListWorkRequestsRequest) (response ListWorkRequestsResponse, err error)
ListWorkRequests Lists the work requests in a compartment.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/ListWorkRequests.go.html to see an example of how to use ListWorkRequests API. A default retry strategy applies to this operation ListWorkRequests()
func (client *MacOrderClient) SetRegion(region string)
SetRegion overrides the region of this client.
func (client MacOrderClient) UpdateMacOrder(ctx context.Context, request UpdateMacOrderRequest) (response UpdateMacOrderResponse, err error)
UpdateMacOrder Updates a MacOrder.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/UpdateMacOrder.go.html to see an example of how to use UpdateMacOrder API. A default retry strategy applies to this operation UpdateMacOrder()
MacOrderCollection Results of a MacOrder search. Contains both MacOrderSummary items and other information, such as metadata.
type MacOrderCollection struct { // List of MacOrders. Items []MacOrderSummary `mandatory:"true" json:"items"` }
func (m MacOrderCollection) String() string
func (m MacOrderCollection) 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
MacOrderCommitmentTermEnum Enum with underlying type: string
type MacOrderCommitmentTermEnum string
Set of constants representing the allowable values for MacOrderCommitmentTermEnum
const ( MacOrderCommitmentTermYears3 MacOrderCommitmentTermEnum = "YEARS_3" )
func GetMacOrderCommitmentTermEnumValues() []MacOrderCommitmentTermEnum
GetMacOrderCommitmentTermEnumValues Enumerates the set of values for MacOrderCommitmentTermEnum
func GetMappingMacOrderCommitmentTermEnum(val string) (MacOrderCommitmentTermEnum, bool)
GetMappingMacOrderCommitmentTermEnum performs case Insensitive comparison on enum value and return the desired enum
MacOrderLifecycleStateEnum Enum with underlying type: string
type MacOrderLifecycleStateEnum string
Set of constants representing the allowable values for MacOrderLifecycleStateEnum
const ( MacOrderLifecycleStateCreating MacOrderLifecycleStateEnum = "CREATING" MacOrderLifecycleStateUpdating MacOrderLifecycleStateEnum = "UPDATING" MacOrderLifecycleStateActive MacOrderLifecycleStateEnum = "ACTIVE" MacOrderLifecycleStateNeedsAttention MacOrderLifecycleStateEnum = "NEEDS_ATTENTION" MacOrderLifecycleStateDeleting MacOrderLifecycleStateEnum = "DELETING" MacOrderLifecycleStateDeleted MacOrderLifecycleStateEnum = "DELETED" MacOrderLifecycleStateFailed MacOrderLifecycleStateEnum = "FAILED" )
func GetMacOrderLifecycleStateEnumValues() []MacOrderLifecycleStateEnum
GetMacOrderLifecycleStateEnumValues Enumerates the set of values for MacOrderLifecycleStateEnum
func GetMappingMacOrderLifecycleStateEnum(val string) (MacOrderLifecycleStateEnum, bool)
GetMappingMacOrderLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
MacOrderOrderStatusEnum Enum with underlying type: string
type MacOrderOrderStatusEnum string
Set of constants representing the allowable values for MacOrderOrderStatusEnum
const ( MacOrderOrderStatusSubmitted MacOrderOrderStatusEnum = "SUBMITTED" MacOrderOrderStatusPendingDocusign MacOrderOrderStatusEnum = "PENDING_DOCUSIGN" MacOrderOrderStatusOrderReview MacOrderOrderStatusEnum = "ORDER_REVIEW" MacOrderOrderStatusCustomerReview MacOrderOrderStatusEnum = "CUSTOMER_REVIEW" MacOrderOrderStatusCustomerApproved MacOrderOrderStatusEnum = "CUSTOMER_APPROVED" MacOrderOrderStatusFundingApproved MacOrderOrderStatusEnum = "FUNDING_APPROVED" MacOrderOrderStatusProvisioning MacOrderOrderStatusEnum = "PROVISIONING" MacOrderOrderStatusCustomerAccepted MacOrderOrderStatusEnum = "CUSTOMER_ACCEPTED" MacOrderOrderStatusCompleted MacOrderOrderStatusEnum = "COMPLETED" MacOrderOrderStatusCanceled MacOrderOrderStatusEnum = "CANCELED" )
func GetMacOrderOrderStatusEnumValues() []MacOrderOrderStatusEnum
GetMacOrderOrderStatusEnumValues Enumerates the set of values for MacOrderOrderStatusEnum
func GetMappingMacOrderOrderStatusEnum(val string) (MacOrderOrderStatusEnum, bool)
GetMappingMacOrderOrderStatusEnum performs case Insensitive comparison on enum value and return the desired enum
MacOrderShapeEnum Enum with underlying type: string
type MacOrderShapeEnum string
Set of constants representing the allowable values for MacOrderShapeEnum
const ( MacOrderShapeM2ProMacMini32gb1tb MacOrderShapeEnum = "M2_PRO_MAC_MINI_32GB_1TB" MacOrderShapeM2UltraMacStudio64gb4tb MacOrderShapeEnum = "M2_ULTRA_MAC_STUDIO_64GB_4TB" MacOrderShapeM2UltraMacStudio192gb4tb MacOrderShapeEnum = "M2_ULTRA_MAC_STUDIO_192GB_4TB" MacOrderShapeM4ProMacMini64gb2tb MacOrderShapeEnum = "M4_PRO_MAC_MINI_64GB_2TB" MacOrderShapeM4ProMacMini64gb4tb MacOrderShapeEnum = "M4_PRO_MAC_MINI_64GB_4TB" )
func GetMacOrderShapeEnumValues() []MacOrderShapeEnum
GetMacOrderShapeEnumValues Enumerates the set of values for MacOrderShapeEnum
func GetMappingMacOrderShapeEnum(val string) (MacOrderShapeEnum, bool)
GetMappingMacOrderShapeEnum performs case Insensitive comparison on enum value and return the desired enum
MacOrderSummary Summary information about a MacOrder.
type MacOrderSummary struct { // The OCID of the resource. Id *string `mandatory:"true" json:"id"` // OCID of the compartment to which the resource belongs to. CompartmentId *string `mandatory:"true" json:"compartmentId"` // A user-friendly name. Does not have to be unique, and it's changeable. // Avoid entering confidential information. // Example: `My new resource` DisplayName *string `mandatory:"true" json:"displayName"` // A user-friendly description. To provide some insight about the resource. // Avoid entering confidential information. OrderDescription *string `mandatory:"true" json:"orderDescription"` // Number of macs requested in this MacOrder. OrderSize *int `mandatory:"true" json:"orderSize"` // Checkbox value that indicates whether the customer completed docusign process. IsDocusigned *bool `mandatory:"true" json:"isDocusigned"` // The requested shape for Macs in this MacOrder. Shape MacOrderShapeEnum `mandatory:"true" json:"shape"` // The time this resource was created. An RFC3339 formatted datetime string. TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // Enum indicating the agreed commitment term on the MacOrder. CommitmentTerm MacOrderCommitmentTermEnum `mandatory:"true" json:"commitmentTerm"` // The current status of the MacOrder. OrderStatus MacOrderOrderStatusEnum `mandatory:"true" json:"orderStatus"` // The current state of the MacOrder. LifecycleState MacOrderLifecycleStateEnum `mandatory:"true" json:"lifecycleState"` // The IP Range specified by the customer for this order. IpRange *string `mandatory:"false" json:"ipRange"` // The time this resource was last updated. An RFC3339 formatted datetime string. TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"` // An RFC3339-formatted datetime string containing the date and time this MacOrder begins. TimeBillingStarted *common.SDKTime `mandatory:"false" json:"timeBillingStarted"` // An RFC3339-formatted datetime string containing the date and time this MacOrder begins. TimeBillingEnded *common.SDKTime `mandatory:"false" json:"timeBillingEnded"` // A message that describes the current state of the MacOrder in more detail. LifecycleDetails *string `mandatory:"false" json:"lifecycleDetails"` }
func (m MacOrderSummary) String() string
func (m MacOrderSummary) 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
NodeConfig Represents a MacDevice resource.
type NodeConfig struct { // The serial number of the MacDevice. SerialNumber *string `mandatory:"true" json:"serialNumber"` // The macAddress. MacAddress *string `mandatory:"true" json:"macAddress"` // The switchHostname. SwitchHostname *string `mandatory:"true" json:"switchHostname"` // The switchEthPort. SwitchEthPort *string `mandatory:"true" json:"switchEthPort"` // The ipKvmHostname. IpKvmHostname *string `mandatory:"true" json:"ipKvmHostname"` // The ipKvmPortNumber. IpKvmPortNumber *int `mandatory:"true" json:"ipKvmPortNumber"` // The pduHostname. PduHostname *string `mandatory:"true" json:"pduHostname"` // The pduPort. PduPort *int `mandatory:"true" json:"pduPort"` // The buildVlanId. BuildVlanId *int `mandatory:"true" json:"buildVlanId"` // The buildIpAddress. BuildIpAddress *string `mandatory:"true" json:"buildIpAddress"` // The prodVlanId. ProdVlanId *int `mandatory:"true" json:"prodVlanId"` // The prodIpAddress. ProdIpAddress *string `mandatory:"true" json:"prodIpAddress"` // The rackLocation. RackLocation *string `mandatory:"true" json:"rackLocation"` // The chipSetn. ChipSet *string `mandatory:"true" json:"chipSet"` // The osVersion. OsVersion *string `mandatory:"true" json:"osVersion"` // The macOrderId. MacOrderId *string `mandatory:"true" json:"macOrderId"` // The tenancyId. TenancyId *string `mandatory:"true" json:"tenancyId"` }
func (m NodeConfig) String() string
func (m NodeConfig) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
OperationStatusEnum Enum with underlying type: string
type OperationStatusEnum string
Set of constants representing the allowable values for OperationStatusEnum
const ( OperationStatusAccepted OperationStatusEnum = "ACCEPTED" OperationStatusInProgress OperationStatusEnum = "IN_PROGRESS" OperationStatusWaiting OperationStatusEnum = "WAITING" OperationStatusNeedsAttention OperationStatusEnum = "NEEDS_ATTENTION" OperationStatusFailed OperationStatusEnum = "FAILED" OperationStatusSucceeded OperationStatusEnum = "SUCCEEDED" OperationStatusCanceling OperationStatusEnum = "CANCELING" OperationStatusCanceled OperationStatusEnum = "CANCELED" )
func GetMappingOperationStatusEnum(val string) (OperationStatusEnum, bool)
GetMappingOperationStatusEnum performs case Insensitive comparison on enum value and return the desired enum
func GetOperationStatusEnumValues() []OperationStatusEnum
GetOperationStatusEnumValues Enumerates the set of values for OperationStatusEnum
OperationTypeEnum Enum with underlying type: string
type OperationTypeEnum string
Set of constants representing the allowable values for OperationTypeEnum
const ( OperationTypeCreateMacOrder OperationTypeEnum = "CREATE_MAC_ORDER" OperationTypeUpdateMacOrder OperationTypeEnum = "UPDATE_MAC_ORDER" OperationTypeCancelMacOrder OperationTypeEnum = "CANCEL_MAC_ORDER" OperationTypeDeleteMacOrder OperationTypeEnum = "DELETE_MAC_ORDER" OperationTypeMoveMacOrder OperationTypeEnum = "MOVE_MAC_ORDER" OperationTypeDeleteMacDevice OperationTypeEnum = "DELETE_MAC_DEVICE" )
func GetMappingOperationTypeEnum(val string) (OperationTypeEnum, bool)
GetMappingOperationTypeEnum performs case Insensitive comparison on enum value and return the desired enum
func GetOperationTypeEnumValues() []OperationTypeEnum
GetOperationTypeEnumValues Enumerates the set of values for OperationTypeEnum
OpsActionCreateMacDeviceDetails The data to create a MacDevice in MAC_DEVICE bucket.
type OpsActionCreateMacDeviceDetails struct { // The serial number of the MacDevice. SerialNumber *string `mandatory:"true" json:"serialNumber"` // The IP address assigned to the MacDevice. IpAddress *string `mandatory:"true" json:"ipAddress"` }
func (m OpsActionCreateMacDeviceDetails) String() string
func (m OpsActionCreateMacDeviceDetails) 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
OpsActionUpdateMacDeviceDetails The data to update a MacDevice in MAC_DEVICE bucket.
type OpsActionUpdateMacDeviceDetails struct { // The current status of the MacDevice. LifecycleState OpsActionUpdateMacDeviceDetailsLifecycleStateEnum `mandatory:"true" json:"lifecycleState"` // The IP address assigned to the MacDevice. IpAddress *string `mandatory:"false" json:"ipAddress"` }
func (m OpsActionUpdateMacDeviceDetails) String() string
func (m OpsActionUpdateMacDeviceDetails) 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
OpsActionUpdateMacDeviceDetailsLifecycleStateEnum Enum with underlying type: string
type OpsActionUpdateMacDeviceDetailsLifecycleStateEnum string
Set of constants representing the allowable values for OpsActionUpdateMacDeviceDetailsLifecycleStateEnum
const ( OpsActionUpdateMacDeviceDetailsLifecycleStateCreating OpsActionUpdateMacDeviceDetailsLifecycleStateEnum = "CREATING" OpsActionUpdateMacDeviceDetailsLifecycleStateActive OpsActionUpdateMacDeviceDetailsLifecycleStateEnum = "ACTIVE" OpsActionUpdateMacDeviceDetailsLifecycleStateNeedsAttention OpsActionUpdateMacDeviceDetailsLifecycleStateEnum = "NEEDS_ATTENTION" OpsActionUpdateMacDeviceDetailsLifecycleStateDeleting OpsActionUpdateMacDeviceDetailsLifecycleStateEnum = "DELETING" OpsActionUpdateMacDeviceDetailsLifecycleStateDeleted OpsActionUpdateMacDeviceDetailsLifecycleStateEnum = "DELETED" )
func GetMappingOpsActionUpdateMacDeviceDetailsLifecycleStateEnum(val string) (OpsActionUpdateMacDeviceDetailsLifecycleStateEnum, bool)
GetMappingOpsActionUpdateMacDeviceDetailsLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetOpsActionUpdateMacDeviceDetailsLifecycleStateEnumValues() []OpsActionUpdateMacDeviceDetailsLifecycleStateEnum
GetOpsActionUpdateMacDeviceDetailsLifecycleStateEnumValues Enumerates the set of values for OpsActionUpdateMacDeviceDetailsLifecycleStateEnum
OpsActionUpdateMacOrderDetails The data to update an order in MAC_ORDER bucket.
type OpsActionUpdateMacOrderDetails struct { // The new status of the MacOrder. OrderStatus MacOrderOrderStatusEnum `mandatory:"false" json:"orderStatus,omitempty"` // The IP Range specified by the customer for this order. IpRange *string `mandatory:"false" json:"ipRange"` // The date and time this mac order is Active from. An RFC3339 formatted datetime string. TimeBillingStarted *common.SDKTime `mandatory:"false" json:"timeBillingStarted"` // The date and time this mac order until which this mac is Active. An RFC3339 formatted datetime string. TimeBillingEnded *common.SDKTime `mandatory:"false" json:"timeBillingEnded"` }
func (m OpsActionUpdateMacOrderDetails) String() string
func (m OpsActionUpdateMacOrderDetails) 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
SortOrderEnum Enum with underlying type: string
type SortOrderEnum string
Set of constants representing the allowable values for SortOrderEnum
const ( SortOrderAsc SortOrderEnum = "ASC" SortOrderDesc SortOrderEnum = "DESC" )
func GetMappingSortOrderEnum(val string) (SortOrderEnum, bool)
GetMappingSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
func GetSortOrderEnumValues() []SortOrderEnum
GetSortOrderEnumValues Enumerates the set of values for SortOrderEnum
TerminateMacDeviceRequest wrapper for the TerminateMacDevice operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/TerminateMacDevice.go.html to see an example of how to use TerminateMacDeviceRequest.
type TerminateMacDeviceRequest struct { // The UUID of the MacDevice. MacDeviceId *string `mandatory:"true" contributesTo:"path" name:"macDeviceId"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the MacOrder. MacOrderId *string `mandatory:"true" contributesTo:"path" name:"macOrderId"` // For optimistic concurrency control. In the PUT or DELETE call for a resource, set the // `if-match` parameter to the value of the etag from a previous GET or POST response for // that resource. The resource will be updated or deleted only if the etag you provide // matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. // The only valid characters for request IDs are letters, numbers, // underscore, and dash. 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 running 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 removed 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 TerminateMacDeviceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request TerminateMacDeviceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request TerminateMacDeviceRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request TerminateMacDeviceRequest) String() string
func (request TerminateMacDeviceRequest) 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
TerminateMacDeviceResponse wrapper for the TerminateMacDevice operation
type TerminateMacDeviceResponse struct { // The underlying http response RawResponse *http.Response // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request. // Use GetWorkRequest with this ID to track the status of the request. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response TerminateMacDeviceResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response TerminateMacDeviceResponse) String() string
UpdateMacOrderDetails The data to update a MacOrder.
type UpdateMacOrderDetails struct { // A user-friendly name. Does not have to be unique, and it's changeable. // Avoid entering confidential information. // Example: `My new resource` DisplayName *string `mandatory:"false" json:"displayName"` // A user-friendly description. To provide some insight about the resource. // Avoid entering confidential information. OrderDescription *string `mandatory:"false" json:"orderDescription"` // Number of macs requested in this MacOrder. OrderSize *int `mandatory:"false" json:"orderSize"` // The shape of the Mac. Shape MacOrderShapeEnum `mandatory:"false" json:"shape,omitempty"` // The IP Range specified by the customer for this order. IpRange *string `mandatory:"false" json:"ipRange"` }
func (m UpdateMacOrderDetails) String() string
func (m UpdateMacOrderDetails) 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
UpdateMacOrderRequest wrapper for the UpdateMacOrder operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/mngdmac/UpdateMacOrder.go.html to see an example of how to use UpdateMacOrderRequest.
type UpdateMacOrderRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the MacOrder. MacOrderId *string `mandatory:"true" contributesTo:"path" name:"macOrderId"` // The information to be updated. UpdateMacOrderDetails `contributesTo:"body"` // For optimistic concurrency control. In the PUT or DELETE call for a resource, set the // `if-match` parameter to the value of the etag from a previous GET or POST response for // that resource. The resource will be updated or deleted only if the etag you provide // matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. // The only valid characters for request IDs are letters, numbers, // underscore, and dash. 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 UpdateMacOrderRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request UpdateMacOrderRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request UpdateMacOrderRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request UpdateMacOrderRequest) String() string
func (request UpdateMacOrderRequest) 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
UpdateMacOrderResponse wrapper for the UpdateMacOrder operation
type UpdateMacOrderResponse struct { // The underlying http response RawResponse *http.Response // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request. // Use GetWorkRequest with this ID to track the status of the request. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response UpdateMacOrderResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response UpdateMacOrderResponse) String() string
UpdateNodeConfigDetails The data to update a new NodeConfig.
type UpdateNodeConfigDetails struct { // The macAddress. MacAddress *string `mandatory:"false" json:"macAddress"` // The macOrderId. MacOrderId *string `mandatory:"false" json:"macOrderId"` // The switchHostname. SwitchHostname *string `mandatory:"false" json:"switchHostname"` // The switchEthPort. SwitchEthPort *string `mandatory:"false" json:"switchEthPort"` // The ipKvmHostname. IpKvmHostname *string `mandatory:"false" json:"ipKvmHostname"` // The ipKvmPortNumber. IpKvmPortNumber *int `mandatory:"false" json:"ipKvmPortNumber"` // The pduHostname. PduHostname *string `mandatory:"false" json:"pduHostname"` // The pduPort. PduPort *int `mandatory:"false" json:"pduPort"` // The buildVlanId. BuildVlanId *int `mandatory:"false" json:"buildVlanId"` // The buildIpAddress. BuildIpAddress *string `mandatory:"false" json:"buildIpAddress"` // The prodVlanId. ProdVlanId *int `mandatory:"false" json:"prodVlanId"` // The prodIpAddress. ProdIpAddress *string `mandatory:"false" json:"prodIpAddress"` // The rackLocation. RackLocation *string `mandatory:"false" json:"rackLocation"` // The chipSetn. ChipSet *string `mandatory:"false" json:"chipSet"` // The osVersion. OsVersion *string `mandatory:"false" json:"osVersion"` // The tenancyId. TenancyId *string `mandatory:"false" json:"tenancyId"` }
func (m UpdateNodeConfigDetails) String() string
func (m UpdateNodeConfigDetails) 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
WorkRequest An asynchronous work request. Work requests help you monitor long-running operations. When you start a long-running operation, the service creates a work request. A work request is an activity log that lets you track each step in the operation's progress. Each work request has an OCID that lets you interact with it programmatically and use it for automation.
type WorkRequest struct { // The asynchronous operation tracked by this work request. OperationType OperationTypeEnum `mandatory:"true" json:"operationType"` // The status of the work request. Status OperationStatusEnum `mandatory:"true" json:"status"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request. Id *string `mandatory:"true" json:"id"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the work request. CompartmentId *string `mandatory:"true" json:"compartmentId"` // The resources that are affected by the work request. Resources []WorkRequestResource `mandatory:"true" json:"resources"` // Shows the progress of the operation tracked by the work request, as a percentage of the total work // that must be performed. PercentComplete *float32 `mandatory:"true" json:"percentComplete"` // The date and time the work request was created, in the format defined by // RFC 3339 (https://tools.ietf.org/html/rfc3339). TimeAccepted *common.SDKTime `mandatory:"true" json:"timeAccepted"` // The date and time the work request was started, in the format defined by // RFC 3339 (https://tools.ietf.org/html/rfc3339). TimeStarted *common.SDKTime `mandatory:"false" json:"timeStarted"` // The date and time the work request was finished, in the format defined by // RFC 3339 (https://tools.ietf.org/rfc/rfc3339). TimeFinished *common.SDKTime `mandatory:"false" json:"timeFinished"` // The date and time the work request was updated, in the format defined by // RFC 3339 (https://tools.ietf.org/rfc/rfc3339). TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"` }
func (m WorkRequest) String() string
func (m WorkRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestError An error encountered while performing an operation that is tracked by a work request.
type WorkRequestError struct { // A machine-usable code for the error that occurred. For a list of error codes, see // API Errors (https://docs.oracle.com/iaas/Content/API/References/apierrors.htm). Code *string `mandatory:"true" json:"code"` // A human-readable error message. Message *string `mandatory:"true" json:"message"` // The date and time the error occurred, in the format defined by // RFC 3339 (https://tools.ietf.org/html/rfc3339). Timestamp *common.SDKTime `mandatory:"true" json:"timestamp"` }
func (m WorkRequestError) String() string
func (m WorkRequestError) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestErrorCollection A list of work request errors. Can contain both errors and other information, such as metadata.
type WorkRequestErrorCollection struct { // A list of work request errors. Items []WorkRequestError `mandatory:"true" json:"items"` }
func (m WorkRequestErrorCollection) String() string
func (m WorkRequestErrorCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestLogEntry A log message from performing an operation that is tracked by a work request.
type WorkRequestLogEntry struct { // A human-readable log message. Message *string `mandatory:"true" json:"message"` // The date and time the log message was written, in the format defined by // RFC 3339 (https://tools.ietf.org/html/rfc3339). Timestamp *common.SDKTime `mandatory:"true" json:"timestamp"` }
func (m WorkRequestLogEntry) String() string
func (m WorkRequestLogEntry) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestLogEntryCollection A list of work request logs. Can contain both logs and other information, such as metadata.
type WorkRequestLogEntryCollection struct { // A list of work request log entries. Items []WorkRequestLogEntry `mandatory:"true" json:"items"` }
func (m WorkRequestLogEntryCollection) String() string
func (m WorkRequestLogEntryCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestResource A resource created or operated on by a work request.
type WorkRequestResource struct { // The resource type that the work request affects. EntityType *string `mandatory:"true" json:"entityType"` // The way in which this resource is affected by the operation tracked in the work request. // A resource being created, updated, or deleted remains in the IN_PROGRESS state until // work is complete for that resource, at which point it transitions to CREATED, UPDATED, // or DELETED, respectively. ActionType ActionTypeEnum `mandatory:"true" json:"actionType"` // An OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) or other unique identifier for the resource. Identifier *string `mandatory:"true" json:"identifier"` // The URI path that you can use for a GET request to access the resource metadata. EntityUri *string `mandatory:"false" json:"entityUri"` // Additional information that helps to explain the resource. Metadata map[string]string `mandatory:"false" json:"metadata"` }
func (m WorkRequestResource) String() string
func (m WorkRequestResource) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestResourceMetadataKeyEnum Enum with underlying type: string
type WorkRequestResourceMetadataKeyEnum string
Set of constants representing the allowable values for WorkRequestResourceMetadataKeyEnum
const ( WorkRequestResourceMetadataKeyIsDryRun WorkRequestResourceMetadataKeyEnum = "IS_DRY_RUN" )
func GetMappingWorkRequestResourceMetadataKeyEnum(val string) (WorkRequestResourceMetadataKeyEnum, bool)
GetMappingWorkRequestResourceMetadataKeyEnum performs case Insensitive comparison on enum value and return the desired enum
func GetWorkRequestResourceMetadataKeyEnumValues() []WorkRequestResourceMetadataKeyEnum
GetWorkRequestResourceMetadataKeyEnumValues Enumerates the set of values for WorkRequestResourceMetadataKeyEnum
WorkRequestSummary Summary information about an asynchronous work request.
type WorkRequestSummary struct { // The asynchronous operation tracked by this work request. OperationType OperationTypeEnum `mandatory:"true" json:"operationType"` // The status of the work request. Status OperationStatusEnum `mandatory:"true" json:"status"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request. Id *string `mandatory:"true" json:"id"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the work request. CompartmentId *string `mandatory:"true" json:"compartmentId"` // The resources that are affected by this work request. Resources []WorkRequestResource `mandatory:"true" json:"resources"` // Shows the progress of the operation tracked by the work request, as a percentage of the total work // that must be performed. PercentComplete *float32 `mandatory:"true" json:"percentComplete"` // The date and time the work request was created, in the format defined by // RFC 3339 (https://tools.ietf.org/html/rfc3339). TimeAccepted *common.SDKTime `mandatory:"true" json:"timeAccepted"` // The date and time the work request was started, in the format defined by // RFC 3339 (https://tools.ietf.org/html/rfc3339). TimeStarted *common.SDKTime `mandatory:"false" json:"timeStarted"` // The date and time the work request was finished, in the format defined by // RFC 3339 (https://tools.ietf.org/rfc/rfc3339). TimeFinished *common.SDKTime `mandatory:"false" json:"timeFinished"` // The date and time the work request was updated, in the format defined by // RFC 3339 (https://tools.ietf.org/rfc/rfc3339). TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"` }
func (m WorkRequestSummary) String() string
func (m WorkRequestSummary) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestSummaryCollection A list of work requests. Can contain both work requests and other information, such as metadata.
type WorkRequestSummaryCollection struct { // A list of work requests. Items []WorkRequestSummary `mandatory:"true" json:"items"` }
func (m WorkRequestSummaryCollection) String() string
func (m WorkRequestSummaryCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly