func GetApplianceExportJobLifecycleStateEnumStringValues() []string
GetApplianceExportJobLifecycleStateEnumStringValues Enumerates the set of values in String for ApplianceExportJobLifecycleStateEnum
func GetApplianceExportJobSummaryLifecycleStateEnumStringValues() []string
GetApplianceExportJobSummaryLifecycleStateEnumStringValues Enumerates the set of values in String for ApplianceExportJobSummaryLifecycleStateEnum
func GetCreateTransferJobDetailsDeviceTypeEnumStringValues() []string
GetCreateTransferJobDetailsDeviceTypeEnumStringValues Enumerates the set of values in String for CreateTransferJobDetailsDeviceTypeEnum
func GetListApplianceExportJobsLifecycleStateEnumStringValues() []string
GetListApplianceExportJobsLifecycleStateEnumStringValues Enumerates the set of values in String for ListApplianceExportJobsLifecycleStateEnum
func GetListTransferAppliancesLifecycleStateEnumStringValues() []string
GetListTransferAppliancesLifecycleStateEnumStringValues Enumerates the set of values in String for ListTransferAppliancesLifecycleStateEnum
func GetListTransferDevicesLifecycleStateEnumStringValues() []string
GetListTransferDevicesLifecycleStateEnumStringValues Enumerates the set of values in String for ListTransferDevicesLifecycleStateEnum
func GetListTransferJobsLifecycleStateEnumStringValues() []string
GetListTransferJobsLifecycleStateEnumStringValues Enumerates the set of values in String for ListTransferJobsLifecycleStateEnum
func GetListTransferPackagesLifecycleStateEnumStringValues() []string
GetListTransferPackagesLifecycleStateEnumStringValues Enumerates the set of values in String for ListTransferPackagesLifecycleStateEnum
func GetNewTransferDeviceLifecycleStateEnumStringValues() []string
GetNewTransferDeviceLifecycleStateEnumStringValues Enumerates the set of values in String for NewTransferDeviceLifecycleStateEnum
func GetTransferApplianceEntitlementLifecycleStateEnumStringValues() []string
GetTransferApplianceEntitlementLifecycleStateEnumStringValues Enumerates the set of values in String for TransferApplianceEntitlementLifecycleStateEnum
func GetTransferApplianceLifecycleStateEnumStringValues() []string
GetTransferApplianceLifecycleStateEnumStringValues Enumerates the set of values in String for TransferApplianceLifecycleStateEnum
func GetTransferApplianceSummaryLifecycleStateEnumStringValues() []string
GetTransferApplianceSummaryLifecycleStateEnumStringValues Enumerates the set of values in String for TransferApplianceSummaryLifecycleStateEnum
func GetTransferDeviceLifecycleStateEnumStringValues() []string
GetTransferDeviceLifecycleStateEnumStringValues Enumerates the set of values in String for TransferDeviceLifecycleStateEnum
func GetTransferDeviceSummaryLifecycleStateEnumStringValues() []string
GetTransferDeviceSummaryLifecycleStateEnumStringValues Enumerates the set of values in String for TransferDeviceSummaryLifecycleStateEnum
func GetTransferJobDeviceTypeEnumStringValues() []string
GetTransferJobDeviceTypeEnumStringValues Enumerates the set of values in String for TransferJobDeviceTypeEnum
func GetTransferJobLifecycleStateEnumStringValues() []string
GetTransferJobLifecycleStateEnumStringValues Enumerates the set of values in String for TransferJobLifecycleStateEnum
func GetTransferJobSummaryDeviceTypeEnumStringValues() []string
GetTransferJobSummaryDeviceTypeEnumStringValues Enumerates the set of values in String for TransferJobSummaryDeviceTypeEnum
func GetTransferJobSummaryLifecycleStateEnumStringValues() []string
GetTransferJobSummaryLifecycleStateEnumStringValues Enumerates the set of values in String for TransferJobSummaryLifecycleStateEnum
func GetTransferPackageLifecycleStateEnumStringValues() []string
GetTransferPackageLifecycleStateEnumStringValues Enumerates the set of values in String for TransferPackageLifecycleStateEnum
func GetTransferPackageSummaryLifecycleStateEnumStringValues() []string
GetTransferPackageSummaryLifecycleStateEnumStringValues Enumerates the set of values in String for TransferPackageSummaryLifecycleStateEnum
func GetUpdateApplianceExportJobDetailsLifecycleStateEnumStringValues() []string
GetUpdateApplianceExportJobDetailsLifecycleStateEnumStringValues Enumerates the set of values in String for UpdateApplianceExportJobDetailsLifecycleStateEnum
func GetUpdateTransferApplianceDetailsLifecycleStateEnumStringValues() []string
GetUpdateTransferApplianceDetailsLifecycleStateEnumStringValues Enumerates the set of values in String for UpdateTransferApplianceDetailsLifecycleStateEnum
func GetUpdateTransferDeviceDetailsLifecycleStateEnumStringValues() []string
GetUpdateTransferDeviceDetailsLifecycleStateEnumStringValues Enumerates the set of values in String for UpdateTransferDeviceDetailsLifecycleStateEnum
func GetUpdateTransferJobDetailsDeviceTypeEnumStringValues() []string
GetUpdateTransferJobDetailsDeviceTypeEnumStringValues Enumerates the set of values in String for UpdateTransferJobDetailsDeviceTypeEnum
func GetUpdateTransferJobDetailsLifecycleStateEnumStringValues() []string
GetUpdateTransferJobDetailsLifecycleStateEnumStringValues Enumerates the set of values in String for UpdateTransferJobDetailsLifecycleStateEnum
func GetUpdateTransferPackageDetailsLifecycleStateEnumStringValues() []string
GetUpdateTransferPackageDetailsLifecycleStateEnumStringValues Enumerates the set of values in String for UpdateTransferPackageDetailsLifecycleStateEnum
ApplianceExportJob The representation of ApplianceExportJob
type ApplianceExportJob struct { Id *string `mandatory:"true" json:"id"` CompartmentId *string `mandatory:"false" json:"compartmentId"` BucketName *string `mandatory:"false" json:"bucketName"` DisplayName *string `mandatory:"false" json:"displayName"` CreationTime *common.SDKTime `mandatory:"false" json:"creationTime"` LifecycleState ApplianceExportJobLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` // A property that can contain details on the lifecycle. LifecycleStateDetails *string `mandatory:"false" json:"lifecycleStateDetails"` // Serial Number of the Appliance associated with this Export Job. ApplianceSerialNumber *string `mandatory:"false" json:"applianceSerialNumber"` // Passphrase associated with the Appliance. ApplianceDecryptionPassphrase *string `mandatory:"false" json:"applianceDecryptionPassphrase"` // Shipping Vendor selected to ship the Appliance associated with this job. ApplianceDeliveryVendor *string `mandatory:"false" json:"applianceDeliveryVendor"` // Tracking number associated with the shipment while shipping the Appliance to Customer. ApplianceDeliveryTrackingNumber *string `mandatory:"false" json:"applianceDeliveryTrackingNumber"` // Tracking number associated with the shipment while shipping the Appliance back to Oracle. ApplianceReturnDeliveryTrackingNumber *string `mandatory:"false" json:"applianceReturnDeliveryTrackingNumber"` // Unique number associated with the security tie used to seal the Appliance case. SendingSecurityTie *string `mandatory:"false" json:"sendingSecurityTie"` // Unique number associated with the return security tie used to seal the Appliance case. ReceivingSecurityTie *string `mandatory:"false" json:"receivingSecurityTie"` // List of objects with names matching this prefix would be part of this export job. Prefix *string `mandatory:"false" json:"prefix"` // The name of the first object in the range of objects that are expected to be part of this export job. RangeStart *string `mandatory:"false" json:"rangeStart"` // The name of the last object in the range of objects that are expected to be part of this export job. RangeEnd *string `mandatory:"false" json:"rangeEnd"` // Total number of objects that are exported in this job. NumberOfObjects *string `mandatory:"false" json:"numberOfObjects"` // Total size of objects in Bytes that are exported in this job. TotalSizeInBytes *string `mandatory:"false" json:"totalSizeInBytes"` // First object in the list of objects that are exported in this job. FirstObject *string `mandatory:"false" json:"firstObject"` // Last object in the list of objects that are exported in this job. LastObject *string `mandatory:"false" json:"lastObject"` // First object from which the next potential export job could start. NextObject *string `mandatory:"false" json:"nextObject"` // Url of the Manifest File associated with this export job. ManifestFile *string `mandatory:"false" json:"manifestFile"` // md5 digest of the manifest file. ManifestMd5 *string `mandatory:"false" json:"manifestMd5"` // Polices to grant Data Transfer Service to access objects in the Bucket BucketAccessPolicies []string `mandatory:"false" json:"bucketAccessPolicies"` ReturnShippingLabelUri *string `mandatory:"false" json:"returnShippingLabelUri"` // Expected return date from customer for the device, time portion should be zero. ExpectedReturnDate *common.SDKTime `mandatory:"false" json:"expectedReturnDate"` // Start time for the window to pickup the device from customer. PickupWindowStartTime *common.SDKTime `mandatory:"false" json:"pickupWindowStartTime"` // End time for the window to pickup the device from customer. PickupWindowEndTime *common.SDKTime `mandatory:"false" json:"pickupWindowEndTime"` CustomerShippingAddress *ShippingAddress `mandatory:"false" json:"customerShippingAddress"` // Free-form tags for this resource. Each tag is a simple key-value pair with no // predefined name, type, or namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Department": "Finance"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a // namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Operations": {"CostCenter": "42"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m ApplianceExportJob) String() string
func (m ApplianceExportJob) 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
ApplianceExportJobClient a client for ApplianceExportJob
type ApplianceExportJobClient struct { common.BaseClient // contains filtered or unexported fields }
func NewApplianceExportJobClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client ApplianceExportJobClient, err error)
NewApplianceExportJobClientWithConfigurationProvider Creates a new default ApplianceExportJob client with the given configuration provider. the configuration provider will be used for the default signer as well as reading the region
func NewApplianceExportJobClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client ApplianceExportJobClient, err error)
NewApplianceExportJobClientWithOboToken Creates a new default ApplianceExportJob 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 ApplianceExportJobClient) ChangeApplianceExportJobCompartment(ctx context.Context, request ChangeApplianceExportJobCompartmentRequest) (response ChangeApplianceExportJobCompartmentResponse, err error)
ChangeApplianceExportJobCompartment Moves a ApplianceExportJob into a different compartment.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/ChangeApplianceExportJobCompartment.go.html to see an example of how to use ChangeApplianceExportJobCompartment API.
func (client *ApplianceExportJobClient) ConfigurationProvider() *common.ConfigurationProvider
ConfigurationProvider the ConfigurationProvider used in this client, or null if none set
func (client ApplianceExportJobClient) CreateApplianceExportJob(ctx context.Context, request CreateApplianceExportJobRequest) (response CreateApplianceExportJobResponse, err error)
CreateApplianceExportJob Creates a new Appliance Export Job that corresponds with customer's logical dataset
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/CreateApplianceExportJob.go.html to see an example of how to use CreateApplianceExportJob API.
func (client ApplianceExportJobClient) DeleteApplianceExportJob(ctx context.Context, request DeleteApplianceExportJobRequest) (response DeleteApplianceExportJobResponse, err error)
DeleteApplianceExportJob deletes a Appliance Export Job
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/DeleteApplianceExportJob.go.html to see an example of how to use DeleteApplianceExportJob API.
func (client ApplianceExportJobClient) GetApplianceExportJob(ctx context.Context, request GetApplianceExportJobRequest) (response GetApplianceExportJobResponse, err error)
GetApplianceExportJob Describes a Appliance Export Job in detail
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/GetApplianceExportJob.go.html to see an example of how to use GetApplianceExportJob API.
func (client ApplianceExportJobClient) ListApplianceExportJobs(ctx context.Context, request ListApplianceExportJobsRequest) (response ListApplianceExportJobsResponse, err error)
ListApplianceExportJobs Lists Appliance Export Jobs in a given compartment
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/ListApplianceExportJobs.go.html to see an example of how to use ListApplianceExportJobs API.
func (client *ApplianceExportJobClient) SetRegion(region string)
SetRegion overrides the region of this client.
func (client ApplianceExportJobClient) UpdateApplianceExportJob(ctx context.Context, request UpdateApplianceExportJobRequest) (response UpdateApplianceExportJobResponse, err error)
UpdateApplianceExportJob Updates a Appliance Export Job that corresponds with customer's logical dataset.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/UpdateApplianceExportJob.go.html to see an example of how to use UpdateApplianceExportJob API.
ApplianceExportJobLifecycleStateEnum Enum with underlying type: string
type ApplianceExportJobLifecycleStateEnum string
Set of constants representing the allowable values for ApplianceExportJobLifecycleStateEnum
const ( ApplianceExportJobLifecycleStateCreating ApplianceExportJobLifecycleStateEnum = "CREATING" ApplianceExportJobLifecycleStateActive ApplianceExportJobLifecycleStateEnum = "ACTIVE" ApplianceExportJobLifecycleStateInprogress ApplianceExportJobLifecycleStateEnum = "INPROGRESS" ApplianceExportJobLifecycleStateSucceeded ApplianceExportJobLifecycleStateEnum = "SUCCEEDED" ApplianceExportJobLifecycleStateFailed ApplianceExportJobLifecycleStateEnum = "FAILED" ApplianceExportJobLifecycleStateCancelled ApplianceExportJobLifecycleStateEnum = "CANCELLED" ApplianceExportJobLifecycleStateDeleted ApplianceExportJobLifecycleStateEnum = "DELETED" )
func GetApplianceExportJobLifecycleStateEnumValues() []ApplianceExportJobLifecycleStateEnum
GetApplianceExportJobLifecycleStateEnumValues Enumerates the set of values for ApplianceExportJobLifecycleStateEnum
func GetMappingApplianceExportJobLifecycleStateEnum(val string) (ApplianceExportJobLifecycleStateEnum, bool)
GetMappingApplianceExportJobLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
ApplianceExportJobSummary The representation of ApplianceExportJobSummary
type ApplianceExportJobSummary struct { Id *string `mandatory:"false" json:"id"` BucketName *string `mandatory:"false" json:"bucketName"` DisplayName *string `mandatory:"false" json:"displayName"` CreationTime *common.SDKTime `mandatory:"false" json:"creationTime"` LifecycleState ApplianceExportJobSummaryLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` // A property that can contain details on the lifecycle. LifecycleStateDetails *string `mandatory:"false" json:"lifecycleStateDetails"` // Free-form tags for this resource. Each tag is a simple key-value pair with no // predefined name, type, or namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Department": "Finance"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a // namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Operations": {"CostCenter": "42"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m ApplianceExportJobSummary) String() string
func (m ApplianceExportJobSummary) 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
ApplianceExportJobSummaryLifecycleStateEnum Enum with underlying type: string
type ApplianceExportJobSummaryLifecycleStateEnum string
Set of constants representing the allowable values for ApplianceExportJobSummaryLifecycleStateEnum
const ( ApplianceExportJobSummaryLifecycleStateCreating ApplianceExportJobSummaryLifecycleStateEnum = "CREATING" ApplianceExportJobSummaryLifecycleStateActive ApplianceExportJobSummaryLifecycleStateEnum = "ACTIVE" ApplianceExportJobSummaryLifecycleStateInprogress ApplianceExportJobSummaryLifecycleStateEnum = "INPROGRESS" ApplianceExportJobSummaryLifecycleStateSucceeded ApplianceExportJobSummaryLifecycleStateEnum = "SUCCEEDED" ApplianceExportJobSummaryLifecycleStateFailed ApplianceExportJobSummaryLifecycleStateEnum = "FAILED" ApplianceExportJobSummaryLifecycleStateCancelled ApplianceExportJobSummaryLifecycleStateEnum = "CANCELLED" ApplianceExportJobSummaryLifecycleStateDeleted ApplianceExportJobSummaryLifecycleStateEnum = "DELETED" )
func GetApplianceExportJobSummaryLifecycleStateEnumValues() []ApplianceExportJobSummaryLifecycleStateEnum
GetApplianceExportJobSummaryLifecycleStateEnumValues Enumerates the set of values for ApplianceExportJobSummaryLifecycleStateEnum
func GetMappingApplianceExportJobSummaryLifecycleStateEnum(val string) (ApplianceExportJobSummaryLifecycleStateEnum, bool)
GetMappingApplianceExportJobSummaryLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
AttachDevicesDetails The representation of AttachDevicesDetails
type AttachDevicesDetails struct { // List of TransferDeviceLabel's DeviceLabels []string `mandatory:"false" json:"deviceLabels"` }
func (m AttachDevicesDetails) String() string
func (m AttachDevicesDetails) 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
AttachDevicesToTransferPackageRequest wrapper for the AttachDevicesToTransferPackage operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/AttachDevicesToTransferPackage.go.html to see an example of how to use AttachDevicesToTransferPackageRequest.
type AttachDevicesToTransferPackageRequest struct { // ID of the Transfer Job Id *string `mandatory:"true" contributesTo:"path" name:"id"` // Label of the Transfer Package TransferPackageLabel *string `mandatory:"true" contributesTo:"path" name:"transferPackageLabel"` // Labels of Transfer Devices to attach AttachDevicesDetails `contributesTo:"body"` // A token that uniquely identifies a request so it can be retried in case of a timeout or // server error without risk of executing that same action again. Retry tokens expire after 24 // hours, but can be invalidated before then due to conflicting operations (e.g., if a resource // has been deleted and purged from the system, then a retry of the original creation request // may be rejected). OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // Unique Oracle-assigned identifier for the request. // If you need to contact Oracle about a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // 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 AttachDevicesToTransferPackageRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request AttachDevicesToTransferPackageRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request AttachDevicesToTransferPackageRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request AttachDevicesToTransferPackageRequest) String() string
func (request AttachDevicesToTransferPackageRequest) 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
AttachDevicesToTransferPackageResponse wrapper for the AttachDevicesToTransferPackage operation
type AttachDevicesToTransferPackageResponse struct { // The underlying http response RawResponse *http.Response OpcRequestId *string `presentIn:"header" name:"opc-request-id"` Etag *string `presentIn:"header" name:"etag"` }
func (response AttachDevicesToTransferPackageResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response AttachDevicesToTransferPackageResponse) String() string
ChangeApplianceExportJobCompartmentDetails The representation of ChangeApplianceExportJobCompartmentDetails
type ChangeApplianceExportJobCompartmentDetails struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment into which the resources should be moved. CompartmentId *string `mandatory:"true" json:"compartmentId"` }
func (m ChangeApplianceExportJobCompartmentDetails) String() string
func (m ChangeApplianceExportJobCompartmentDetails) 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
ChangeApplianceExportJobCompartmentRequest wrapper for the ChangeApplianceExportJobCompartment operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/ChangeApplianceExportJobCompartment.go.html to see an example of how to use ChangeApplianceExportJobCompartmentRequest.
type ChangeApplianceExportJobCompartmentRequest struct { // ID of the Appliance Export Job ApplianceExportJobId *string `mandatory:"true" contributesTo:"path" name:"applianceExportJobId"` // CompartmentId of the destination compartment ChangeApplianceExportJobCompartmentDetails `contributesTo:"body"` // The entity tag to match. Optional, if set, the update will be successful only if the // object's tag matches the tag specified in the request. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A token that uniquely identifies a request so it can be retried in case of a timeout or // server error without risk of executing that same action again. Retry tokens expire after 24 // hours, but can be invalidated before then due to conflicting operations (e.g., if a resource // has been deleted and purged from the system, then a retry of the original creation request // may 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 ChangeApplianceExportJobCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ChangeApplianceExportJobCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ChangeApplianceExportJobCompartmentRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ChangeApplianceExportJobCompartmentRequest) String() string
func (request ChangeApplianceExportJobCompartmentRequest) 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
ChangeApplianceExportJobCompartmentResponse wrapper for the ChangeApplianceExportJobCompartment operation
type ChangeApplianceExportJobCompartmentResponse struct { // The underlying http response RawResponse *http.Response OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ChangeApplianceExportJobCompartmentResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ChangeApplianceExportJobCompartmentResponse) String() string
ChangeTransferJobCompartmentDetails The representation of ChangeTransferJobCompartmentDetails
type ChangeTransferJobCompartmentDetails struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment into which the resources should be moved. CompartmentId *string `mandatory:"true" json:"compartmentId"` }
func (m ChangeTransferJobCompartmentDetails) String() string
func (m ChangeTransferJobCompartmentDetails) 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
ChangeTransferJobCompartmentRequest wrapper for the ChangeTransferJobCompartment operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/ChangeTransferJobCompartment.go.html to see an example of how to use ChangeTransferJobCompartmentRequest.
type ChangeTransferJobCompartmentRequest struct { // ID of the Transfer Job TransferJobId *string `mandatory:"true" contributesTo:"path" name:"transferJobId"` // CompartmentId of the destination compartment ChangeTransferJobCompartmentDetails `contributesTo:"body"` // The entity tag to match. Optional, if set, the update will be successful only if the // object's tag matches the tag specified in the request. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A token that uniquely identifies a request so it can be retried in case of a timeout or // server error without risk of executing that same action again. Retry tokens expire after 24 // hours, but can be invalidated before then due to conflicting operations (e.g., if a resource // has been deleted and purged from the system, then a retry of the original creation request // may 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 ChangeTransferJobCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ChangeTransferJobCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ChangeTransferJobCompartmentRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ChangeTransferJobCompartmentRequest) String() string
func (request ChangeTransferJobCompartmentRequest) 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
ChangeTransferJobCompartmentResponse wrapper for the ChangeTransferJobCompartment operation
type ChangeTransferJobCompartmentResponse struct { // The underlying http response RawResponse *http.Response OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // For optimistic concurrency control. See 'if-match'. Etag *string `presentIn:"header" name:"etag"` }
func (response ChangeTransferJobCompartmentResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ChangeTransferJobCompartmentResponse) String() string
CreateApplianceExportJobDetails The representation of CreateApplianceExportJobDetails
type CreateApplianceExportJobDetails struct { CompartmentId *string `mandatory:"true" json:"compartmentId"` BucketName *string `mandatory:"true" json:"bucketName"` DisplayName *string `mandatory:"true" json:"displayName"` CustomerShippingAddress *ShippingAddress `mandatory:"true" json:"customerShippingAddress"` // List of objects with names matching this prefix would be part of this export job. Prefix *string `mandatory:"false" json:"prefix"` // Object names returned by a list query must be greater or equal to this parameter. RangeStart *string `mandatory:"false" json:"rangeStart"` // Object names returned by a list query must be strictly less than this parameter. RangeEnd *string `mandatory:"false" json:"rangeEnd"` // Free-form tags for this resource. Each tag is a simple key-value pair with no // predefined name, type, or namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Department": "Finance"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a // namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Operations": {"CostCenter": "42"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m CreateApplianceExportJobDetails) String() string
func (m CreateApplianceExportJobDetails) 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
CreateApplianceExportJobRequest wrapper for the CreateApplianceExportJob operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/CreateApplianceExportJob.go.html to see an example of how to use CreateApplianceExportJobRequest.
type CreateApplianceExportJobRequest struct { // Creates a new Appliance Export Job CreateApplianceExportJobDetails `contributesTo:"body"` // A token that uniquely identifies a request so it can be retried in case of a timeout or // server error without risk of executing that same action again. Retry tokens expire after 24 // hours, but can be invalidated before then due to conflicting operations (e.g., if a resource // has been deleted and purged from the system, then a retry of the original creation request // may be rejected). OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // 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 CreateApplianceExportJobRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CreateApplianceExportJobRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CreateApplianceExportJobRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CreateApplianceExportJobRequest) String() string
func (request CreateApplianceExportJobRequest) 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
CreateApplianceExportJobResponse wrapper for the CreateApplianceExportJob operation
type CreateApplianceExportJobResponse struct { // The underlying http response RawResponse *http.Response // The ApplianceExportJob instance ApplianceExportJob `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` Etag *string `presentIn:"header" name:"etag"` }
func (response CreateApplianceExportJobResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CreateApplianceExportJobResponse) String() string
CreateTransferApplianceAdminCredentialsRequest wrapper for the CreateTransferApplianceAdminCredentials operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/CreateTransferApplianceAdminCredentials.go.html to see an example of how to use CreateTransferApplianceAdminCredentialsRequest.
type CreateTransferApplianceAdminCredentialsRequest struct { // ID of the Transfer Job Id *string `mandatory:"true" contributesTo:"path" name:"id"` // Label of the Transfer Appliance TransferApplianceLabel *string `mandatory:"true" contributesTo:"path" name:"transferApplianceLabel"` AdminPublicKey TransferAppliancePublicKey `contributesTo:"body"` // A token that uniquely identifies a request so it can be retried in case of a timeout or // server error without risk of executing that same action again. Retry tokens expire after 24 // hours, but can be invalidated before then due to conflicting operations (e.g., if a resource // has been deleted and purged from the system, then a retry of the original creation request // may be rejected). OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // Unique Oracle-assigned identifier for the request. // If you need to contact Oracle about a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // 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 CreateTransferApplianceAdminCredentialsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CreateTransferApplianceAdminCredentialsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CreateTransferApplianceAdminCredentialsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CreateTransferApplianceAdminCredentialsRequest) String() string
func (request CreateTransferApplianceAdminCredentialsRequest) 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
CreateTransferApplianceAdminCredentialsResponse wrapper for the CreateTransferApplianceAdminCredentials operation
type CreateTransferApplianceAdminCredentialsResponse struct { // The underlying http response RawResponse *http.Response // The TransferApplianceCertificate instance TransferApplianceCertificate `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` Etag *string `presentIn:"header" name:"etag"` }
func (response CreateTransferApplianceAdminCredentialsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CreateTransferApplianceAdminCredentialsResponse) String() string
CreateTransferApplianceDetails The representation of CreateTransferApplianceDetails
type CreateTransferApplianceDetails struct { CustomerShippingAddress *ShippingAddress `mandatory:"false" json:"customerShippingAddress"` // Minimum storage capacity of the device, in terabytes. Valid options are 50, 95 and 150. MinimumStorageCapacityInTerabytes *int `mandatory:"false" json:"minimumStorageCapacityInTerabytes"` }
func (m CreateTransferApplianceDetails) String() string
func (m CreateTransferApplianceDetails) 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
CreateTransferApplianceEntitlementDetails The representation of CreateTransferApplianceEntitlementDetails
type CreateTransferApplianceEntitlementDetails struct { CompartmentId *string `mandatory:"false" json:"compartmentId"` DisplayName *string `mandatory:"false" json:"displayName"` RequestorName *string `mandatory:"false" json:"requestorName"` RequestorEmail *string `mandatory:"false" json:"requestorEmail"` // Free-form tags for this resource. Each tag is a simple key-value pair with no // predefined name, type, or namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Department": "Finance"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a // namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Operations": {"CostCenter": "42"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m CreateTransferApplianceEntitlementDetails) String() string
func (m CreateTransferApplianceEntitlementDetails) 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
CreateTransferApplianceEntitlementRequest wrapper for the CreateTransferApplianceEntitlement operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/CreateTransferApplianceEntitlement.go.html to see an example of how to use CreateTransferApplianceEntitlementRequest.
type CreateTransferApplianceEntitlementRequest struct { // Creates a Transfer Appliance Entitlement CreateTransferApplianceEntitlementDetails `contributesTo:"body"` // A token that uniquely identifies a request so it can be retried in case of a timeout or // server error without risk of executing that same action again. Retry tokens expire after 24 // hours, but can be invalidated before then due to conflicting operations (e.g., if a resource // has been deleted and purged from the system, then a retry of the original creation request // may be rejected). OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // 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 CreateTransferApplianceEntitlementRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CreateTransferApplianceEntitlementRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CreateTransferApplianceEntitlementRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CreateTransferApplianceEntitlementRequest) String() string
func (request CreateTransferApplianceEntitlementRequest) 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
CreateTransferApplianceEntitlementResponse wrapper for the CreateTransferApplianceEntitlement operation
type CreateTransferApplianceEntitlementResponse struct { // The underlying http response RawResponse *http.Response // The TransferApplianceEntitlement instance TransferApplianceEntitlement `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` Etag *string `presentIn:"header" name:"etag"` }
func (response CreateTransferApplianceEntitlementResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CreateTransferApplianceEntitlementResponse) String() string
CreateTransferApplianceRequest wrapper for the CreateTransferAppliance operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/CreateTransferAppliance.go.html to see an example of how to use CreateTransferApplianceRequest.
type CreateTransferApplianceRequest struct { // ID of the Transfer Job Id *string `mandatory:"true" contributesTo:"path" name:"id"` // A token that uniquely identifies a request so it can be retried in case of a timeout or // server error without risk of executing that same action again. Retry tokens expire after 24 // hours, but can be invalidated before then due to conflicting operations (e.g., if a resource // has been deleted and purged from the system, then a retry of the original creation request // may be rejected). OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // Creates a New Transfer Appliance CreateTransferApplianceDetails `contributesTo:"body"` // Unique Oracle-assigned identifier for the request. // If you need to contact Oracle about a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // 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 CreateTransferApplianceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CreateTransferApplianceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CreateTransferApplianceRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CreateTransferApplianceRequest) String() string
func (request CreateTransferApplianceRequest) 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
CreateTransferApplianceResponse wrapper for the CreateTransferAppliance operation
type CreateTransferApplianceResponse struct { // The underlying http response RawResponse *http.Response // The TransferAppliance instance TransferAppliance `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` Etag *string `presentIn:"header" name:"etag"` }
func (response CreateTransferApplianceResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CreateTransferApplianceResponse) String() string
CreateTransferDeviceDetails The representation of CreateTransferDeviceDetails
type CreateTransferDeviceDetails struct { SerialNumber *string `mandatory:"false" json:"serialNumber"` IscsiIQN *string `mandatory:"false" json:"iscsiIQN"` }
func (m CreateTransferDeviceDetails) String() string
func (m CreateTransferDeviceDetails) 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
CreateTransferDeviceRequest wrapper for the CreateTransferDevice operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/CreateTransferDevice.go.html to see an example of how to use CreateTransferDeviceRequest.
type CreateTransferDeviceRequest struct { // ID of the Transfer Job Id *string `mandatory:"true" contributesTo:"path" name:"id"` // Creates a New Transfer Device CreateTransferDeviceDetails `contributesTo:"body"` // A token that uniquely identifies a request so it can be retried in case of a timeout or // server error without risk of executing that same action again. Retry tokens expire after 24 // hours, but can be invalidated before then due to conflicting operations (e.g., if a resource // has been deleted and purged from the system, then a retry of the original creation request // may be rejected). OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // Unique Oracle-assigned identifier for the request. // If you need to contact Oracle about a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // 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 CreateTransferDeviceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CreateTransferDeviceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CreateTransferDeviceRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CreateTransferDeviceRequest) String() string
func (request CreateTransferDeviceRequest) 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
CreateTransferDeviceResponse wrapper for the CreateTransferDevice operation
type CreateTransferDeviceResponse struct { // The underlying http response RawResponse *http.Response // The NewTransferDevice instance NewTransferDevice `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` Etag *string `presentIn:"header" name:"etag"` }
func (response CreateTransferDeviceResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CreateTransferDeviceResponse) String() string
CreateTransferJobDetails The representation of CreateTransferJobDetails
type CreateTransferJobDetails struct { CompartmentId *string `mandatory:"false" json:"compartmentId"` UploadBucketName *string `mandatory:"false" json:"uploadBucketName"` DisplayName *string `mandatory:"false" json:"displayName"` DeviceType CreateTransferJobDetailsDeviceTypeEnum `mandatory:"false" json:"deviceType,omitempty"` // Free-form tags for this resource. Each tag is a simple key-value pair with no // predefined name, type, or namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Department": "Finance"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a // namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Operations": {"CostCenter": "42"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m CreateTransferJobDetails) String() string
func (m CreateTransferJobDetails) 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
CreateTransferJobDetailsDeviceTypeEnum Enum with underlying type: string
type CreateTransferJobDetailsDeviceTypeEnum string
Set of constants representing the allowable values for CreateTransferJobDetailsDeviceTypeEnum
const ( CreateTransferJobDetailsDeviceTypeDisk CreateTransferJobDetailsDeviceTypeEnum = "DISK" CreateTransferJobDetailsDeviceTypeAppliance CreateTransferJobDetailsDeviceTypeEnum = "APPLIANCE" )
func GetCreateTransferJobDetailsDeviceTypeEnumValues() []CreateTransferJobDetailsDeviceTypeEnum
GetCreateTransferJobDetailsDeviceTypeEnumValues Enumerates the set of values for CreateTransferJobDetailsDeviceTypeEnum
func GetMappingCreateTransferJobDetailsDeviceTypeEnum(val string) (CreateTransferJobDetailsDeviceTypeEnum, bool)
GetMappingCreateTransferJobDetailsDeviceTypeEnum performs case Insensitive comparison on enum value and return the desired enum
CreateTransferJobRequest wrapper for the CreateTransferJob operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/CreateTransferJob.go.html to see an example of how to use CreateTransferJobRequest.
type CreateTransferJobRequest struct { // Creates a New Transfer Job CreateTransferJobDetails `contributesTo:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A token that uniquely identifies a request so it can be retried in case of a timeout or // server error without risk of executing that same action again. Retry tokens expire after 24 // hours, but can be invalidated before then due to conflicting operations (e.g., if a resource // has been deleted and purged from the system, then a retry of the original creation request // may 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 CreateTransferJobRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CreateTransferJobRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CreateTransferJobRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CreateTransferJobRequest) String() string
func (request CreateTransferJobRequest) 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
CreateTransferJobResponse wrapper for the CreateTransferJob operation
type CreateTransferJobResponse struct { // The underlying http response RawResponse *http.Response // The TransferJob instance TransferJob `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` Etag *string `presentIn:"header" name:"etag"` }
func (response CreateTransferJobResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CreateTransferJobResponse) String() string
CreateTransferPackageDetails The representation of CreateTransferPackageDetails
type CreateTransferPackageDetails struct { OriginalPackageDeliveryTrackingNumber *string `mandatory:"false" json:"originalPackageDeliveryTrackingNumber"` ReturnPackageDeliveryTrackingNumber *string `mandatory:"false" json:"returnPackageDeliveryTrackingNumber"` PackageDeliveryVendor *string `mandatory:"false" json:"packageDeliveryVendor"` }
func (m CreateTransferPackageDetails) String() string
func (m CreateTransferPackageDetails) 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
CreateTransferPackageRequest wrapper for the CreateTransferPackage operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/CreateTransferPackage.go.html to see an example of how to use CreateTransferPackageRequest.
type CreateTransferPackageRequest struct { // ID of the Transfer Job Id *string `mandatory:"true" contributesTo:"path" name:"id"` // A token that uniquely identifies a request so it can be retried in case of a timeout or // server error without risk of executing that same action again. Retry tokens expire after 24 // hours, but can be invalidated before then due to conflicting operations (e.g., if a resource // has been deleted and purged from the system, then a retry of the original creation request // may be rejected). OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // Creates a New Transfer Package CreateTransferPackageDetails `contributesTo:"body"` // Unique Oracle-assigned identifier for the request. // If you need to contact Oracle about a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // 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 CreateTransferPackageRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CreateTransferPackageRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CreateTransferPackageRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CreateTransferPackageRequest) String() string
func (request CreateTransferPackageRequest) 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
CreateTransferPackageResponse wrapper for the CreateTransferPackage operation
type CreateTransferPackageResponse struct { // The underlying http response RawResponse *http.Response // The TransferPackage instance TransferPackage `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` Etag *string `presentIn:"header" name:"etag"` }
func (response CreateTransferPackageResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CreateTransferPackageResponse) String() string
DeleteApplianceExportJobRequest wrapper for the DeleteApplianceExportJob operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/DeleteApplianceExportJob.go.html to see an example of how to use DeleteApplianceExportJobRequest.
type DeleteApplianceExportJobRequest struct { // ID of the Appliance Export Job ApplianceExportJobId *string `mandatory:"true" contributesTo:"path" name:"applianceExportJobId"` // The entity tag to match. Optional, if set, the update will be successful only if the // object's tag matches the tag specified in the request. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A token that uniquely identifies a request so it can be retried in case of a timeout or // server error without risk of executing that same action again. Retry tokens expire after 24 // hours, but can be invalidated before then due to conflicting operations (e.g., if a resource // has been deleted and purged from the system, then a retry of the original creation request // may 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 DeleteApplianceExportJobRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request DeleteApplianceExportJobRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request DeleteApplianceExportJobRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request DeleteApplianceExportJobRequest) String() string
func (request DeleteApplianceExportJobRequest) 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
DeleteApplianceExportJobResponse wrapper for the DeleteApplianceExportJob operation
type DeleteApplianceExportJobResponse struct { // The underlying http response RawResponse *http.Response OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response DeleteApplianceExportJobResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response DeleteApplianceExportJobResponse) String() string
DeleteTransferApplianceRequest wrapper for the DeleteTransferAppliance operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/DeleteTransferAppliance.go.html to see an example of how to use DeleteTransferApplianceRequest.
type DeleteTransferApplianceRequest struct { // ID of the Transfer Job Id *string `mandatory:"true" contributesTo:"path" name:"id"` // Label of the Transfer Appliance TransferApplianceLabel *string `mandatory:"true" contributesTo:"path" name:"transferApplianceLabel"` // A token that uniquely identifies a request so it can be retried in case of a timeout or // server error without risk of executing that same action again. Retry tokens expire after 24 // hours, but can be invalidated before then due to conflicting operations (e.g., if a resource // has been deleted and purged from the system, then a retry of the original creation request // may be rejected). OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // Unique Oracle-assigned identifier for the request. // If you need to contact Oracle about a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // 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 DeleteTransferApplianceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request DeleteTransferApplianceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request DeleteTransferApplianceRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request DeleteTransferApplianceRequest) String() string
func (request DeleteTransferApplianceRequest) 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
DeleteTransferApplianceResponse wrapper for the DeleteTransferAppliance operation
type DeleteTransferApplianceResponse struct { // The underlying http response RawResponse *http.Response OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response DeleteTransferApplianceResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response DeleteTransferApplianceResponse) String() string
DeleteTransferDeviceRequest wrapper for the DeleteTransferDevice operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/DeleteTransferDevice.go.html to see an example of how to use DeleteTransferDeviceRequest.
type DeleteTransferDeviceRequest struct { // ID of the Transfer Job Id *string `mandatory:"true" contributesTo:"path" name:"id"` // Label of the Transfer Device TransferDeviceLabel *string `mandatory:"true" contributesTo:"path" name:"transferDeviceLabel"` // A token that uniquely identifies a request so it can be retried in case of a timeout or // server error without risk of executing that same action again. Retry tokens expire after 24 // hours, but can be invalidated before then due to conflicting operations (e.g., if a resource // has been deleted and purged from the system, then a retry of the original creation request // may be rejected). OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // Unique Oracle-assigned identifier for the request. // If you need to contact Oracle about a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // 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 DeleteTransferDeviceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request DeleteTransferDeviceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request DeleteTransferDeviceRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request DeleteTransferDeviceRequest) String() string
func (request DeleteTransferDeviceRequest) 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
DeleteTransferDeviceResponse wrapper for the DeleteTransferDevice operation
type DeleteTransferDeviceResponse struct { // The underlying http response RawResponse *http.Response OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response DeleteTransferDeviceResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response DeleteTransferDeviceResponse) String() string
DeleteTransferJobRequest wrapper for the DeleteTransferJob operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/DeleteTransferJob.go.html to see an example of how to use DeleteTransferJobRequest.
type DeleteTransferJobRequest struct { // ID of the Transfer Job Id *string `mandatory:"true" contributesTo:"path" name:"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 `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A token that uniquely identifies a request so it can be retried in case of a timeout or // server error without risk of executing that same action again. Retry tokens expire after 24 // hours, but can be invalidated before then due to conflicting operations (e.g., if a resource // has been deleted and purged from the system, then a retry of the original creation request // may 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 DeleteTransferJobRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request DeleteTransferJobRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request DeleteTransferJobRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request DeleteTransferJobRequest) String() string
func (request DeleteTransferJobRequest) 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
DeleteTransferJobResponse wrapper for the DeleteTransferJob operation
type DeleteTransferJobResponse 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 DeleteTransferJobResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response DeleteTransferJobResponse) String() string
DeleteTransferPackageRequest wrapper for the DeleteTransferPackage operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/DeleteTransferPackage.go.html to see an example of how to use DeleteTransferPackageRequest.
type DeleteTransferPackageRequest struct { // ID of the Transfer Job Id *string `mandatory:"true" contributesTo:"path" name:"id"` // Label of the Transfer Package TransferPackageLabel *string `mandatory:"true" contributesTo:"path" name:"transferPackageLabel"` // A token that uniquely identifies a request so it can be retried in case of a timeout or // server error without risk of executing that same action again. Retry tokens expire after 24 // hours, but can be invalidated before then due to conflicting operations (e.g., if a resource // has been deleted and purged from the system, then a retry of the original creation request // may be rejected). OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // Unique Oracle-assigned identifier for the request. // If you need to contact Oracle about a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // 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 DeleteTransferPackageRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request DeleteTransferPackageRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request DeleteTransferPackageRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request DeleteTransferPackageRequest) String() string
func (request DeleteTransferPackageRequest) 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
DeleteTransferPackageResponse wrapper for the DeleteTransferPackage operation
type DeleteTransferPackageResponse struct { // The underlying http response RawResponse *http.Response OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response DeleteTransferPackageResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response DeleteTransferPackageResponse) String() string
DetachDevicesDetails The representation of DetachDevicesDetails
type DetachDevicesDetails struct { // List of TransferDeviceLabel's DeviceLabels []string `mandatory:"false" json:"deviceLabels"` }
func (m DetachDevicesDetails) String() string
func (m DetachDevicesDetails) 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
DetachDevicesFromTransferPackageRequest wrapper for the DetachDevicesFromTransferPackage operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/DetachDevicesFromTransferPackage.go.html to see an example of how to use DetachDevicesFromTransferPackageRequest.
type DetachDevicesFromTransferPackageRequest struct { // ID of the Transfer Job Id *string `mandatory:"true" contributesTo:"path" name:"id"` // Label of the Transfer Package TransferPackageLabel *string `mandatory:"true" contributesTo:"path" name:"transferPackageLabel"` // Labels of Transfer Devices to detach DetachDevicesDetails `contributesTo:"body"` // A token that uniquely identifies a request so it can be retried in case of a timeout or // server error without risk of executing that same action again. Retry tokens expire after 24 // hours, but can be invalidated before then due to conflicting operations (e.g., if a resource // has been deleted and purged from the system, then a retry of the original creation request // may be rejected). OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // Unique Oracle-assigned identifier for the request. // If you need to contact Oracle about a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // 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 DetachDevicesFromTransferPackageRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request DetachDevicesFromTransferPackageRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request DetachDevicesFromTransferPackageRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request DetachDevicesFromTransferPackageRequest) String() string
func (request DetachDevicesFromTransferPackageRequest) 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
DetachDevicesFromTransferPackageResponse wrapper for the DetachDevicesFromTransferPackage operation
type DetachDevicesFromTransferPackageResponse struct { // The underlying http response RawResponse *http.Response OpcRequestId *string `presentIn:"header" name:"opc-request-id"` Etag *string `presentIn:"header" name:"etag"` }
func (response DetachDevicesFromTransferPackageResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response DetachDevicesFromTransferPackageResponse) String() string
GetApplianceExportJobRequest wrapper for the GetApplianceExportJob operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/GetApplianceExportJob.go.html to see an example of how to use GetApplianceExportJobRequest.
type GetApplianceExportJobRequest struct { // OCID of the Appliance Export Job ApplianceExportJobId *string `mandatory:"true" contributesTo:"path" name:"applianceExportJobId"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request GetApplianceExportJobRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetApplianceExportJobRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetApplianceExportJobRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetApplianceExportJobRequest) String() string
func (request GetApplianceExportJobRequest) 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
GetApplianceExportJobResponse wrapper for the GetApplianceExportJob operation
type GetApplianceExportJobResponse struct { // The underlying http response RawResponse *http.Response // The ApplianceExportJob instance ApplianceExportJob `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` Etag *string `presentIn:"header" name:"etag"` }
func (response GetApplianceExportJobResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetApplianceExportJobResponse) String() string
GetTransferApplianceCertificateAuthorityCertificateRequest wrapper for the GetTransferApplianceCertificateAuthorityCertificate operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/GetTransferApplianceCertificateAuthorityCertificate.go.html to see an example of how to use GetTransferApplianceCertificateAuthorityCertificateRequest.
type GetTransferApplianceCertificateAuthorityCertificateRequest struct { // ID of the Transfer Job Id *string `mandatory:"true" contributesTo:"path" name:"id"` // Label of the Transfer Appliance TransferApplianceLabel *string `mandatory:"true" contributesTo:"path" name:"transferApplianceLabel"` // Unique Oracle-assigned identifier for the request. // If you need to contact Oracle about a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request GetTransferApplianceCertificateAuthorityCertificateRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetTransferApplianceCertificateAuthorityCertificateRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetTransferApplianceCertificateAuthorityCertificateRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetTransferApplianceCertificateAuthorityCertificateRequest) String() string
func (request GetTransferApplianceCertificateAuthorityCertificateRequest) 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
GetTransferApplianceCertificateAuthorityCertificateResponse wrapper for the GetTransferApplianceCertificateAuthorityCertificate operation
type GetTransferApplianceCertificateAuthorityCertificateResponse struct { // The underlying http response RawResponse *http.Response // The TransferApplianceCertificate instance TransferApplianceCertificate `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` Etag *string `presentIn:"header" name:"etag"` }
func (response GetTransferApplianceCertificateAuthorityCertificateResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetTransferApplianceCertificateAuthorityCertificateResponse) String() string
GetTransferApplianceEncryptionPassphraseRequest wrapper for the GetTransferApplianceEncryptionPassphrase operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/GetTransferApplianceEncryptionPassphrase.go.html to see an example of how to use GetTransferApplianceEncryptionPassphraseRequest.
type GetTransferApplianceEncryptionPassphraseRequest struct { // ID of the Transfer Job Id *string `mandatory:"true" contributesTo:"path" name:"id"` // Label of the Transfer Appliance TransferApplianceLabel *string `mandatory:"true" contributesTo:"path" name:"transferApplianceLabel"` // Unique Oracle-assigned identifier for the request. // If you need to contact Oracle about a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request GetTransferApplianceEncryptionPassphraseRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetTransferApplianceEncryptionPassphraseRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetTransferApplianceEncryptionPassphraseRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetTransferApplianceEncryptionPassphraseRequest) String() string
func (request GetTransferApplianceEncryptionPassphraseRequest) 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
GetTransferApplianceEncryptionPassphraseResponse wrapper for the GetTransferApplianceEncryptionPassphrase operation
type GetTransferApplianceEncryptionPassphraseResponse struct { // The underlying http response RawResponse *http.Response // The TransferApplianceEncryptionPassphrase instance TransferApplianceEncryptionPassphrase `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` Etag *string `presentIn:"header" name:"etag"` }
func (response GetTransferApplianceEncryptionPassphraseResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetTransferApplianceEncryptionPassphraseResponse) String() string
GetTransferApplianceEntitlementRequest wrapper for the GetTransferApplianceEntitlement operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/GetTransferApplianceEntitlement.go.html to see an example of how to use GetTransferApplianceEntitlementRequest.
type GetTransferApplianceEntitlementRequest struct { // Id of the Transfer Appliance Entitlement Id *string `mandatory:"true" contributesTo:"path" name:"id"` // A token that uniquely identifies a request so it can be retried in case of a timeout or // server error without risk of executing that same action again. Retry tokens expire after 24 // hours, but can be invalidated before then due to conflicting operations (e.g., if a resource // has been deleted and purged from the system, then a retry of the original creation request // may be rejected). OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // 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 GetTransferApplianceEntitlementRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetTransferApplianceEntitlementRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetTransferApplianceEntitlementRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetTransferApplianceEntitlementRequest) String() string
func (request GetTransferApplianceEntitlementRequest) 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
GetTransferApplianceEntitlementResponse wrapper for the GetTransferApplianceEntitlement operation
type GetTransferApplianceEntitlementResponse struct { // The underlying http response RawResponse *http.Response // The TransferApplianceEntitlement instance TransferApplianceEntitlement `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response GetTransferApplianceEntitlementResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetTransferApplianceEntitlementResponse) String() string
GetTransferApplianceRequest wrapper for the GetTransferAppliance operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/GetTransferAppliance.go.html to see an example of how to use GetTransferApplianceRequest.
type GetTransferApplianceRequest struct { // ID of the Transfer Job Id *string `mandatory:"true" contributesTo:"path" name:"id"` // Label of the Transfer Appliance TransferApplianceLabel *string `mandatory:"true" contributesTo:"path" name:"transferApplianceLabel"` // Unique Oracle-assigned identifier for the request. // If you need to contact Oracle about a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request GetTransferApplianceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetTransferApplianceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetTransferApplianceRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetTransferApplianceRequest) String() string
func (request GetTransferApplianceRequest) 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
GetTransferApplianceResponse wrapper for the GetTransferAppliance operation
type GetTransferApplianceResponse struct { // The underlying http response RawResponse *http.Response // The TransferAppliance instance TransferAppliance `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` Etag *string `presentIn:"header" name:"etag"` }
func (response GetTransferApplianceResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetTransferApplianceResponse) String() string
GetTransferDeviceRequest wrapper for the GetTransferDevice operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/GetTransferDevice.go.html to see an example of how to use GetTransferDeviceRequest.
type GetTransferDeviceRequest struct { // ID of the Transfer Job Id *string `mandatory:"true" contributesTo:"path" name:"id"` // Label of the Transfer Device TransferDeviceLabel *string `mandatory:"true" contributesTo:"path" name:"transferDeviceLabel"` // Unique Oracle-assigned identifier for the request. // If you need to contact Oracle about a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request GetTransferDeviceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetTransferDeviceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetTransferDeviceRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetTransferDeviceRequest) String() string
func (request GetTransferDeviceRequest) 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
GetTransferDeviceResponse wrapper for the GetTransferDevice operation
type GetTransferDeviceResponse struct { // The underlying http response RawResponse *http.Response // The TransferDevice instance TransferDevice `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` Etag *string `presentIn:"header" name:"etag"` }
func (response GetTransferDeviceResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetTransferDeviceResponse) String() string
GetTransferJobRequest wrapper for the GetTransferJob operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/GetTransferJob.go.html to see an example of how to use GetTransferJobRequest.
type GetTransferJobRequest struct { // OCID of the Transfer Job Id *string `mandatory:"true" contributesTo:"path" name:"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 `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 GetTransferJobRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetTransferJobRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetTransferJobRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetTransferJobRequest) String() string
func (request GetTransferJobRequest) 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
GetTransferJobResponse wrapper for the GetTransferJob operation
type GetTransferJobResponse struct { // The underlying http response RawResponse *http.Response // The TransferJob instance TransferJob `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` Etag *string `presentIn:"header" name:"etag"` }
func (response GetTransferJobResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetTransferJobResponse) String() string
GetTransferPackageRequest wrapper for the GetTransferPackage operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/GetTransferPackage.go.html to see an example of how to use GetTransferPackageRequest.
type GetTransferPackageRequest struct { // ID of the Transfer Job Id *string `mandatory:"true" contributesTo:"path" name:"id"` // Label of the Transfer Package TransferPackageLabel *string `mandatory:"true" contributesTo:"path" name:"transferPackageLabel"` // Unique Oracle-assigned identifier for the request. // If you need to contact Oracle about a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request GetTransferPackageRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetTransferPackageRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetTransferPackageRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetTransferPackageRequest) String() string
func (request GetTransferPackageRequest) 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
GetTransferPackageResponse wrapper for the GetTransferPackage operation
type GetTransferPackageResponse struct { // The underlying http response RawResponse *http.Response // The TransferPackage instance TransferPackage `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` Etag *string `presentIn:"header" name:"etag"` }
func (response GetTransferPackageResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetTransferPackageResponse) String() string
ListApplianceExportJobsLifecycleStateEnum Enum with underlying type: string
type ListApplianceExportJobsLifecycleStateEnum string
Set of constants representing the allowable values for ListApplianceExportJobsLifecycleStateEnum
const ( ListApplianceExportJobsLifecycleStateCreating ListApplianceExportJobsLifecycleStateEnum = "CREATING" ListApplianceExportJobsLifecycleStateActive ListApplianceExportJobsLifecycleStateEnum = "ACTIVE" ListApplianceExportJobsLifecycleStateInprogress ListApplianceExportJobsLifecycleStateEnum = "INPROGRESS" ListApplianceExportJobsLifecycleStateSucceeded ListApplianceExportJobsLifecycleStateEnum = "SUCCEEDED" ListApplianceExportJobsLifecycleStateFailed ListApplianceExportJobsLifecycleStateEnum = "FAILED" ListApplianceExportJobsLifecycleStateCancelled ListApplianceExportJobsLifecycleStateEnum = "CANCELLED" ListApplianceExportJobsLifecycleStateDeleted ListApplianceExportJobsLifecycleStateEnum = "DELETED" )
func GetListApplianceExportJobsLifecycleStateEnumValues() []ListApplianceExportJobsLifecycleStateEnum
GetListApplianceExportJobsLifecycleStateEnumValues Enumerates the set of values for ListApplianceExportJobsLifecycleStateEnum
func GetMappingListApplianceExportJobsLifecycleStateEnum(val string) (ListApplianceExportJobsLifecycleStateEnum, bool)
GetMappingListApplianceExportJobsLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
ListApplianceExportJobsRequest wrapper for the ListApplianceExportJobs operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/ListApplianceExportJobs.go.html to see an example of how to use ListApplianceExportJobsRequest.
type ListApplianceExportJobsRequest struct { // compartment id CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"` // filtering by lifecycleState LifecycleState ListApplianceExportJobsLifecycleStateEnum `mandatory:"false" contributesTo:"query" name:"lifecycleState" omitEmpty:"true"` // filtering by displayName DisplayName *string `mandatory:"false" contributesTo:"query" name:"displayName"` // 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). // Example: `50` 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"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListApplianceExportJobsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListApplianceExportJobsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListApplianceExportJobsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListApplianceExportJobsRequest) String() string
func (request ListApplianceExportJobsRequest) 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
ListApplianceExportJobsResponse wrapper for the ListApplianceExportJobs operation
type ListApplianceExportJobsResponse struct { // The underlying http response RawResponse *http.Response // A list of []ApplianceExportJobSummary instances Items []ApplianceExportJobSummary `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 ListApplianceExportJobsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListApplianceExportJobsResponse) String() string
ListShippingVendorsRequest wrapper for the ListShippingVendors operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/ListShippingVendors.go.html to see an example of how to use ListShippingVendorsRequest.
type ListShippingVendorsRequest struct { // Unique Oracle-assigned identifier for the request. // If you need to contact Oracle about a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListShippingVendorsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListShippingVendorsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListShippingVendorsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListShippingVendorsRequest) String() string
func (request ListShippingVendorsRequest) 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
ListShippingVendorsResponse wrapper for the ListShippingVendors operation
type ListShippingVendorsResponse struct { // The underlying http response RawResponse *http.Response // The ShippingVendors instance ShippingVendors `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ListShippingVendorsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListShippingVendorsResponse) String() string
ListTransferApplianceEntitlementRequest wrapper for the ListTransferApplianceEntitlement operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/ListTransferApplianceEntitlement.go.html to see an example of how to use ListTransferApplianceEntitlementRequest.
type ListTransferApplianceEntitlementRequest struct { // compartment id CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"` // filtering by Transfer Appliance Entitlement id Id *string `mandatory:"false" contributesTo:"query" name:"id"` // filtering by displayName DisplayName *string `mandatory:"false" contributesTo:"query" name:"displayName"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListTransferApplianceEntitlementRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListTransferApplianceEntitlementRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListTransferApplianceEntitlementRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListTransferApplianceEntitlementRequest) String() string
func (request ListTransferApplianceEntitlementRequest) 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
ListTransferApplianceEntitlementResponse wrapper for the ListTransferApplianceEntitlement operation
type ListTransferApplianceEntitlementResponse struct { // The underlying http response RawResponse *http.Response // The []TransferApplianceEntitlementSummary instance Items []TransferApplianceEntitlementSummary `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ListTransferApplianceEntitlementResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListTransferApplianceEntitlementResponse) String() string
ListTransferAppliancesLifecycleStateEnum Enum with underlying type: string
type ListTransferAppliancesLifecycleStateEnum string
Set of constants representing the allowable values for ListTransferAppliancesLifecycleStateEnum
const ( ListTransferAppliancesLifecycleStateRequested ListTransferAppliancesLifecycleStateEnum = "REQUESTED" ListTransferAppliancesLifecycleStateOraclePreparing ListTransferAppliancesLifecycleStateEnum = "ORACLE_PREPARING" ListTransferAppliancesLifecycleStateShipping ListTransferAppliancesLifecycleStateEnum = "SHIPPING" ListTransferAppliancesLifecycleStateDelivered ListTransferAppliancesLifecycleStateEnum = "DELIVERED" ListTransferAppliancesLifecycleStatePreparing ListTransferAppliancesLifecycleStateEnum = "PREPARING" ListTransferAppliancesLifecycleStateFinalized ListTransferAppliancesLifecycleStateEnum = "FINALIZED" ListTransferAppliancesLifecycleStateReturnLabelRequested ListTransferAppliancesLifecycleStateEnum = "RETURN_LABEL_REQUESTED" ListTransferAppliancesLifecycleStateReturnLabelGenerating ListTransferAppliancesLifecycleStateEnum = "RETURN_LABEL_GENERATING" ListTransferAppliancesLifecycleStateReturnLabelAvailable ListTransferAppliancesLifecycleStateEnum = "RETURN_LABEL_AVAILABLE" ListTransferAppliancesLifecycleStateReturnDelayed ListTransferAppliancesLifecycleStateEnum = "RETURN_DELAYED" ListTransferAppliancesLifecycleStateReturnShipped ListTransferAppliancesLifecycleStateEnum = "RETURN_SHIPPED" ListTransferAppliancesLifecycleStateReturnShippedCancelled ListTransferAppliancesLifecycleStateEnum = "RETURN_SHIPPED_CANCELLED" ListTransferAppliancesLifecycleStateOracleReceived ListTransferAppliancesLifecycleStateEnum = "ORACLE_RECEIVED" ListTransferAppliancesLifecycleStateOracleReceivedCancelled ListTransferAppliancesLifecycleStateEnum = "ORACLE_RECEIVED_CANCELLED" ListTransferAppliancesLifecycleStateProcessing ListTransferAppliancesLifecycleStateEnum = "PROCESSING" ListTransferAppliancesLifecycleStateComplete ListTransferAppliancesLifecycleStateEnum = "COMPLETE" ListTransferAppliancesLifecycleStateCustomerNeverReceived ListTransferAppliancesLifecycleStateEnum = "CUSTOMER_NEVER_RECEIVED" ListTransferAppliancesLifecycleStateOracleNeverReceived ListTransferAppliancesLifecycleStateEnum = "ORACLE_NEVER_RECEIVED" ListTransferAppliancesLifecycleStateCustomerLost ListTransferAppliancesLifecycleStateEnum = "CUSTOMER_LOST" ListTransferAppliancesLifecycleStateCancelled ListTransferAppliancesLifecycleStateEnum = "CANCELLED" ListTransferAppliancesLifecycleStateDeleted ListTransferAppliancesLifecycleStateEnum = "DELETED" ListTransferAppliancesLifecycleStateRejected ListTransferAppliancesLifecycleStateEnum = "REJECTED" ListTransferAppliancesLifecycleStateError ListTransferAppliancesLifecycleStateEnum = "ERROR" )
func GetListTransferAppliancesLifecycleStateEnumValues() []ListTransferAppliancesLifecycleStateEnum
GetListTransferAppliancesLifecycleStateEnumValues Enumerates the set of values for ListTransferAppliancesLifecycleStateEnum
func GetMappingListTransferAppliancesLifecycleStateEnum(val string) (ListTransferAppliancesLifecycleStateEnum, bool)
GetMappingListTransferAppliancesLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
ListTransferAppliancesRequest wrapper for the ListTransferAppliances operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/ListTransferAppliances.go.html to see an example of how to use ListTransferAppliancesRequest.
type ListTransferAppliancesRequest struct { // ID of the Transfer Job Id *string `mandatory:"true" contributesTo:"path" name:"id"` // filtering by lifecycleState LifecycleState ListTransferAppliancesLifecycleStateEnum `mandatory:"false" contributesTo:"query" name:"lifecycleState" omitEmpty:"true"` // Unique Oracle-assigned identifier for the request. // If you need to contact Oracle about a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListTransferAppliancesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListTransferAppliancesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListTransferAppliancesRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListTransferAppliancesRequest) String() string
func (request ListTransferAppliancesRequest) 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
ListTransferAppliancesResponse wrapper for the ListTransferAppliances operation
type ListTransferAppliancesResponse struct { // The underlying http response RawResponse *http.Response // The MultipleTransferAppliances instance MultipleTransferAppliances `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ListTransferAppliancesResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListTransferAppliancesResponse) String() string
ListTransferDevicesLifecycleStateEnum Enum with underlying type: string
type ListTransferDevicesLifecycleStateEnum string
Set of constants representing the allowable values for ListTransferDevicesLifecycleStateEnum
const ( ListTransferDevicesLifecycleStatePreparing ListTransferDevicesLifecycleStateEnum = "PREPARING" ListTransferDevicesLifecycleStateReady ListTransferDevicesLifecycleStateEnum = "READY" ListTransferDevicesLifecycleStatePackaged ListTransferDevicesLifecycleStateEnum = "PACKAGED" ListTransferDevicesLifecycleStateActive ListTransferDevicesLifecycleStateEnum = "ACTIVE" ListTransferDevicesLifecycleStateProcessing ListTransferDevicesLifecycleStateEnum = "PROCESSING" ListTransferDevicesLifecycleStateComplete ListTransferDevicesLifecycleStateEnum = "COMPLETE" ListTransferDevicesLifecycleStateMissing ListTransferDevicesLifecycleStateEnum = "MISSING" ListTransferDevicesLifecycleStateError ListTransferDevicesLifecycleStateEnum = "ERROR" ListTransferDevicesLifecycleStateDeleted ListTransferDevicesLifecycleStateEnum = "DELETED" ListTransferDevicesLifecycleStateCancelled ListTransferDevicesLifecycleStateEnum = "CANCELLED" )
func GetListTransferDevicesLifecycleStateEnumValues() []ListTransferDevicesLifecycleStateEnum
GetListTransferDevicesLifecycleStateEnumValues Enumerates the set of values for ListTransferDevicesLifecycleStateEnum
func GetMappingListTransferDevicesLifecycleStateEnum(val string) (ListTransferDevicesLifecycleStateEnum, bool)
GetMappingListTransferDevicesLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
ListTransferDevicesRequest wrapper for the ListTransferDevices operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/ListTransferDevices.go.html to see an example of how to use ListTransferDevicesRequest.
type ListTransferDevicesRequest struct { // ID of the Transfer Job Id *string `mandatory:"true" contributesTo:"path" name:"id"` // filtering by lifecycleState LifecycleState ListTransferDevicesLifecycleStateEnum `mandatory:"false" contributesTo:"query" name:"lifecycleState" omitEmpty:"true"` // filtering by displayName DisplayName *string `mandatory:"false" contributesTo:"query" name:"displayName"` // Unique Oracle-assigned identifier for the request. // If you need to contact Oracle about a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListTransferDevicesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListTransferDevicesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListTransferDevicesRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListTransferDevicesRequest) String() string
func (request ListTransferDevicesRequest) 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
ListTransferDevicesResponse wrapper for the ListTransferDevices operation
type ListTransferDevicesResponse struct { // The underlying http response RawResponse *http.Response // The MultipleTransferDevices instance MultipleTransferDevices `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ListTransferDevicesResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListTransferDevicesResponse) String() string
ListTransferJobsLifecycleStateEnum Enum with underlying type: string
type ListTransferJobsLifecycleStateEnum string
Set of constants representing the allowable values for ListTransferJobsLifecycleStateEnum
const ( ListTransferJobsLifecycleStateInitiated ListTransferJobsLifecycleStateEnum = "INITIATED" ListTransferJobsLifecycleStatePreparing ListTransferJobsLifecycleStateEnum = "PREPARING" ListTransferJobsLifecycleStateActive ListTransferJobsLifecycleStateEnum = "ACTIVE" ListTransferJobsLifecycleStateDeleted ListTransferJobsLifecycleStateEnum = "DELETED" ListTransferJobsLifecycleStateClosed ListTransferJobsLifecycleStateEnum = "CLOSED" )
func GetListTransferJobsLifecycleStateEnumValues() []ListTransferJobsLifecycleStateEnum
GetListTransferJobsLifecycleStateEnumValues Enumerates the set of values for ListTransferJobsLifecycleStateEnum
func GetMappingListTransferJobsLifecycleStateEnum(val string) (ListTransferJobsLifecycleStateEnum, bool)
GetMappingListTransferJobsLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
ListTransferJobsRequest wrapper for the ListTransferJobs operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/ListTransferJobs.go.html to see an example of how to use ListTransferJobsRequest.
type ListTransferJobsRequest struct { // compartment id CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"` // filtering by lifecycleState LifecycleState ListTransferJobsLifecycleStateEnum `mandatory:"false" contributesTo:"query" name:"lifecycleState" omitEmpty:"true"` // filtering by displayName DisplayName *string `mandatory:"false" contributesTo:"query" name:"displayName"` // 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). // Example: `50` 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"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListTransferJobsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListTransferJobsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListTransferJobsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListTransferJobsRequest) String() string
func (request ListTransferJobsRequest) 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
ListTransferJobsResponse wrapper for the ListTransferJobs operation
type ListTransferJobsResponse struct { // The underlying http response RawResponse *http.Response // A list of []TransferJobSummary instances Items []TransferJobSummary `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 ListTransferJobsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListTransferJobsResponse) String() string
ListTransferPackagesLifecycleStateEnum Enum with underlying type: string
type ListTransferPackagesLifecycleStateEnum string
Set of constants representing the allowable values for ListTransferPackagesLifecycleStateEnum
const ( ListTransferPackagesLifecycleStatePreparing ListTransferPackagesLifecycleStateEnum = "PREPARING" ListTransferPackagesLifecycleStateShipping ListTransferPackagesLifecycleStateEnum = "SHIPPING" ListTransferPackagesLifecycleStateReceived ListTransferPackagesLifecycleStateEnum = "RECEIVED" ListTransferPackagesLifecycleStateProcessing ListTransferPackagesLifecycleStateEnum = "PROCESSING" ListTransferPackagesLifecycleStateProcessed ListTransferPackagesLifecycleStateEnum = "PROCESSED" ListTransferPackagesLifecycleStateReturned ListTransferPackagesLifecycleStateEnum = "RETURNED" ListTransferPackagesLifecycleStateDeleted ListTransferPackagesLifecycleStateEnum = "DELETED" ListTransferPackagesLifecycleStateCancelled ListTransferPackagesLifecycleStateEnum = "CANCELLED" ListTransferPackagesLifecycleStateCancelledReturned ListTransferPackagesLifecycleStateEnum = "CANCELLED_RETURNED" )
func GetListTransferPackagesLifecycleStateEnumValues() []ListTransferPackagesLifecycleStateEnum
GetListTransferPackagesLifecycleStateEnumValues Enumerates the set of values for ListTransferPackagesLifecycleStateEnum
func GetMappingListTransferPackagesLifecycleStateEnum(val string) (ListTransferPackagesLifecycleStateEnum, bool)
GetMappingListTransferPackagesLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
ListTransferPackagesRequest wrapper for the ListTransferPackages operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/ListTransferPackages.go.html to see an example of how to use ListTransferPackagesRequest.
type ListTransferPackagesRequest struct { // ID of the Transfer Job Id *string `mandatory:"true" contributesTo:"path" name:"id"` // filtering by lifecycleState LifecycleState ListTransferPackagesLifecycleStateEnum `mandatory:"false" contributesTo:"query" name:"lifecycleState" omitEmpty:"true"` // filtering by displayName DisplayName *string `mandatory:"false" contributesTo:"query" name:"displayName"` // Unique Oracle-assigned identifier for the request. // If you need to contact Oracle about a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListTransferPackagesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListTransferPackagesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListTransferPackagesRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListTransferPackagesRequest) String() string
func (request ListTransferPackagesRequest) 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
ListTransferPackagesResponse wrapper for the ListTransferPackages operation
type ListTransferPackagesResponse struct { // The underlying http response RawResponse *http.Response // The MultipleTransferPackages instance MultipleTransferPackages `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ListTransferPackagesResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListTransferPackagesResponse) String() string
MultipleTransferAppliances The representation of MultipleTransferAppliances
type MultipleTransferAppliances struct { // List of TransferAppliance summary's TransferApplianceObjects []TransferApplianceSummary `mandatory:"false" json:"transferApplianceObjects"` }
func (m MultipleTransferAppliances) String() string
func (m MultipleTransferAppliances) 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
MultipleTransferDevices The representation of MultipleTransferDevices
type MultipleTransferDevices struct { // List of TransferDeviceObject's TransferDeviceObjects []TransferDeviceSummary `mandatory:"false" json:"transferDeviceObjects"` }
func (m MultipleTransferDevices) String() string
func (m MultipleTransferDevices) 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
MultipleTransferPackages The representation of MultipleTransferPackages
type MultipleTransferPackages struct { // List of TransferPackage summary's TransferPackageObjects []TransferPackageSummary `mandatory:"false" json:"transferPackageObjects"` }
func (m MultipleTransferPackages) String() string
func (m MultipleTransferPackages) 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
NewTransferDevice The representation of NewTransferDevice
type NewTransferDevice struct { Label *string `mandatory:"true" json:"label"` SerialNumber *string `mandatory:"false" json:"serialNumber"` IscsiIQN *string `mandatory:"false" json:"iscsiIQN"` LifecycleState NewTransferDeviceLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` EncryptionPassphrase *string `mandatory:"false" json:"encryptionPassphrase"` TransferJobId *string `mandatory:"false" json:"transferJobId"` CreationTime *common.SDKTime `mandatory:"false" json:"creationTime"` }
func (m NewTransferDevice) String() string
func (m NewTransferDevice) 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
NewTransferDeviceLifecycleStateEnum Enum with underlying type: string
type NewTransferDeviceLifecycleStateEnum string
Set of constants representing the allowable values for NewTransferDeviceLifecycleStateEnum
const ( NewTransferDeviceLifecycleStatePreparing NewTransferDeviceLifecycleStateEnum = "PREPARING" )
func GetMappingNewTransferDeviceLifecycleStateEnum(val string) (NewTransferDeviceLifecycleStateEnum, bool)
GetMappingNewTransferDeviceLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetNewTransferDeviceLifecycleStateEnumValues() []NewTransferDeviceLifecycleStateEnum
GetNewTransferDeviceLifecycleStateEnumValues Enumerates the set of values for NewTransferDeviceLifecycleStateEnum
ShippingAddress The representation of ShippingAddress
type ShippingAddress struct { Addressee *string `mandatory:"true" json:"addressee"` Address1 *string `mandatory:"true" json:"address1"` CityOrLocality *string `mandatory:"true" json:"cityOrLocality"` StateOrRegion *string `mandatory:"true" json:"stateOrRegion"` Zipcode *string `mandatory:"true" json:"zipcode"` Country *string `mandatory:"true" json:"country"` CareOf *string `mandatory:"false" json:"careOf"` Address2 *string `mandatory:"false" json:"address2"` Address3 *string `mandatory:"false" json:"address3"` Address4 *string `mandatory:"false" json:"address4"` PhoneNumber *string `mandatory:"false" json:"phoneNumber"` Email *string `mandatory:"false" json:"email"` }
func (m ShippingAddress) String() string
func (m ShippingAddress) 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
ShippingVendors The representation of ShippingVendors
type ShippingVendors struct { // List of available shipping vendors for package delivery Vendors []string `mandatory:"false" json:"vendors"` }
func (m ShippingVendors) String() string
func (m ShippingVendors) 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
ShippingVendorsClient a client for ShippingVendors
type ShippingVendorsClient struct { common.BaseClient // contains filtered or unexported fields }
func NewShippingVendorsClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client ShippingVendorsClient, err error)
NewShippingVendorsClientWithConfigurationProvider Creates a new default ShippingVendors client with the given configuration provider. the configuration provider will be used for the default signer as well as reading the region
func NewShippingVendorsClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client ShippingVendorsClient, err error)
NewShippingVendorsClientWithOboToken Creates a new default ShippingVendors 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 *ShippingVendorsClient) ConfigurationProvider() *common.ConfigurationProvider
ConfigurationProvider the ConfigurationProvider used in this client, or null if none set
func (client ShippingVendorsClient) ListShippingVendors(ctx context.Context, request ListShippingVendorsRequest) (response ListShippingVendorsResponse, err error)
ListShippingVendors Lists available shipping vendors for Transfer Package delivery
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/ListShippingVendors.go.html to see an example of how to use ListShippingVendors API.
func (client *ShippingVendorsClient) SetRegion(region string)
SetRegion overrides the region of this client.
TransferAppliance The representation of TransferAppliance
type TransferAppliance struct { // Unique alpha-numeric identifier for a transfer appliance auto generated during create. Label *string `mandatory:"true" json:"label"` LifecycleState TransferApplianceLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` TransferJobId *string `mandatory:"false" json:"transferJobId"` SerialNumber *string `mandatory:"false" json:"serialNumber"` CreationTime *common.SDKTime `mandatory:"false" json:"creationTime"` CustomerReceivedTime *common.SDKTime `mandatory:"false" json:"customerReceivedTime"` CustomerReturnedTime *common.SDKTime `mandatory:"false" json:"customerReturnedTime"` NextBillingTime *common.SDKTime `mandatory:"false" json:"nextBillingTime"` DeliverySecurityTieId *string `mandatory:"false" json:"deliverySecurityTieId"` ReturnSecurityTieId *string `mandatory:"false" json:"returnSecurityTieId"` ApplianceDeliveryTrackingNumber *string `mandatory:"false" json:"applianceDeliveryTrackingNumber"` ApplianceReturnDeliveryTrackingNumber *string `mandatory:"false" json:"applianceReturnDeliveryTrackingNumber"` ApplianceDeliveryVendor *string `mandatory:"false" json:"applianceDeliveryVendor"` CustomerShippingAddress *ShippingAddress `mandatory:"false" json:"customerShippingAddress"` UploadStatusLogUri *string `mandatory:"false" json:"uploadStatusLogUri"` ReturnShippingLabelUri *string `mandatory:"false" json:"returnShippingLabelUri"` // Expected return date from customer for the device, time portion should be zero. ExpectedReturnDate *common.SDKTime `mandatory:"false" json:"expectedReturnDate"` // Start time for the window to pickup the device from customer. PickupWindowStartTime *common.SDKTime `mandatory:"false" json:"pickupWindowStartTime"` // End time for the window to pickup the device from customer. PickupWindowEndTime *common.SDKTime `mandatory:"false" json:"pickupWindowEndTime"` // Minimum storage capacity of the device, in terabytes. Valid options are 50, 95 and 150. MinimumStorageCapacityInTerabytes *int `mandatory:"false" json:"minimumStorageCapacityInTerabytes"` }
func (m TransferAppliance) String() string
func (m TransferAppliance) 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
TransferApplianceCertificate The representation of TransferApplianceCertificate
type TransferApplianceCertificate struct { Certificate *string `mandatory:"false" json:"certificate"` }
func (m TransferApplianceCertificate) String() string
func (m TransferApplianceCertificate) 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
TransferApplianceClient a client for TransferAppliance
type TransferApplianceClient struct { common.BaseClient // contains filtered or unexported fields }
func NewTransferApplianceClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client TransferApplianceClient, err error)
NewTransferApplianceClientWithConfigurationProvider Creates a new default TransferAppliance client with the given configuration provider. the configuration provider will be used for the default signer as well as reading the region
func NewTransferApplianceClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client TransferApplianceClient, err error)
NewTransferApplianceClientWithOboToken Creates a new default TransferAppliance 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 *TransferApplianceClient) ConfigurationProvider() *common.ConfigurationProvider
ConfigurationProvider the ConfigurationProvider used in this client, or null if none set
func (client TransferApplianceClient) CreateTransferAppliance(ctx context.Context, request CreateTransferApplianceRequest) (response CreateTransferApplianceResponse, err error)
CreateTransferAppliance Create a new Transfer Appliance
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/CreateTransferAppliance.go.html to see an example of how to use CreateTransferAppliance API.
func (client TransferApplianceClient) CreateTransferApplianceAdminCredentials(ctx context.Context, request CreateTransferApplianceAdminCredentialsRequest) (response CreateTransferApplianceAdminCredentialsResponse, err error)
CreateTransferApplianceAdminCredentials Creates an X.509 certificate from a public key
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/CreateTransferApplianceAdminCredentials.go.html to see an example of how to use CreateTransferApplianceAdminCredentials API.
func (client TransferApplianceClient) DeleteTransferAppliance(ctx context.Context, request DeleteTransferApplianceRequest) (response DeleteTransferApplianceResponse, err error)
DeleteTransferAppliance deletes a transfer Appliance
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/DeleteTransferAppliance.go.html to see an example of how to use DeleteTransferAppliance API.
func (client TransferApplianceClient) GetTransferAppliance(ctx context.Context, request GetTransferApplianceRequest) (response GetTransferApplianceResponse, err error)
GetTransferAppliance Describes a transfer appliance in detail
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/GetTransferAppliance.go.html to see an example of how to use GetTransferAppliance API.
func (client TransferApplianceClient) GetTransferApplianceCertificateAuthorityCertificate(ctx context.Context, request GetTransferApplianceCertificateAuthorityCertificateRequest) (response GetTransferApplianceCertificateAuthorityCertificateResponse, err error)
GetTransferApplianceCertificateAuthorityCertificate Gets the x.509 certificate for the Transfer Appliance's dedicated Certificate Authority (CA)
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/GetTransferApplianceCertificateAuthorityCertificate.go.html to see an example of how to use GetTransferApplianceCertificateAuthorityCertificate API.
func (client TransferApplianceClient) GetTransferApplianceEncryptionPassphrase(ctx context.Context, request GetTransferApplianceEncryptionPassphraseRequest) (response GetTransferApplianceEncryptionPassphraseResponse, err error)
GetTransferApplianceEncryptionPassphrase Describes a transfer appliance encryptionPassphrase in detail
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/GetTransferApplianceEncryptionPassphrase.go.html to see an example of how to use GetTransferApplianceEncryptionPassphrase API.
func (client TransferApplianceClient) ListTransferAppliances(ctx context.Context, request ListTransferAppliancesRequest) (response ListTransferAppliancesResponse, err error)
ListTransferAppliances Lists Transfer Appliances associated with a transferJob
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/ListTransferAppliances.go.html to see an example of how to use ListTransferAppliances API.
func (client *TransferApplianceClient) SetRegion(region string)
SetRegion overrides the region of this client.
func (client TransferApplianceClient) UpdateTransferAppliance(ctx context.Context, request UpdateTransferApplianceRequest) (response UpdateTransferApplianceResponse, err error)
UpdateTransferAppliance Updates a Transfer Appliance
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/UpdateTransferAppliance.go.html to see an example of how to use UpdateTransferAppliance API.
TransferApplianceEncryptionPassphrase The representation of TransferApplianceEncryptionPassphrase
type TransferApplianceEncryptionPassphrase struct { EncryptionPassphrase *string `mandatory:"false" json:"encryptionPassphrase"` }
func (m TransferApplianceEncryptionPassphrase) String() string
func (m TransferApplianceEncryptionPassphrase) 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
TransferApplianceEntitlement The representation of TransferApplianceEntitlement
type TransferApplianceEntitlement struct { CompartmentId *string `mandatory:"true" json:"compartmentId"` LifecycleState TransferApplianceEntitlementLifecycleStateEnum `mandatory:"true" json:"lifecycleState"` Id *string `mandatory:"false" json:"id"` DisplayName *string `mandatory:"false" json:"displayName"` RequestorName *string `mandatory:"false" json:"requestorName"` RequestorEmail *string `mandatory:"false" json:"requestorEmail"` // A property that can contain details on the lifecycle. LifecycleStateDetails *string `mandatory:"false" json:"lifecycleStateDetails"` CreationTime *common.SDKTime `mandatory:"false" json:"creationTime"` UpdateTime *common.SDKTime `mandatory:"false" json:"updateTime"` // Free-form tags for this resource. Each tag is a simple key-value pair with no // predefined name, type, or namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Department": "Finance"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a // namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Operations": {"CostCenter": "42"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m TransferApplianceEntitlement) String() string
func (m TransferApplianceEntitlement) 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
TransferApplianceEntitlementClient a client for TransferApplianceEntitlement
type TransferApplianceEntitlementClient struct { common.BaseClient // contains filtered or unexported fields }
func NewTransferApplianceEntitlementClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client TransferApplianceEntitlementClient, err error)
NewTransferApplianceEntitlementClientWithConfigurationProvider Creates a new default TransferApplianceEntitlement client with the given configuration provider. the configuration provider will be used for the default signer as well as reading the region
func NewTransferApplianceEntitlementClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client TransferApplianceEntitlementClient, err error)
NewTransferApplianceEntitlementClientWithOboToken Creates a new default TransferApplianceEntitlement 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 *TransferApplianceEntitlementClient) ConfigurationProvider() *common.ConfigurationProvider
ConfigurationProvider the ConfigurationProvider used in this client, or null if none set
func (client TransferApplianceEntitlementClient) CreateTransferApplianceEntitlement(ctx context.Context, request CreateTransferApplianceEntitlementRequest) (response CreateTransferApplianceEntitlementResponse, err error)
CreateTransferApplianceEntitlement Create the Entitlement to use a Transfer Appliance. It requires some offline process of review and signatures before request is granted.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/CreateTransferApplianceEntitlement.go.html to see an example of how to use CreateTransferApplianceEntitlement API.
func (client TransferApplianceEntitlementClient) GetTransferApplianceEntitlement(ctx context.Context, request GetTransferApplianceEntitlementRequest) (response GetTransferApplianceEntitlementResponse, err error)
GetTransferApplianceEntitlement Describes the Transfer Appliance Entitlement in detail
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/GetTransferApplianceEntitlement.go.html to see an example of how to use GetTransferApplianceEntitlement API.
func (client TransferApplianceEntitlementClient) ListTransferApplianceEntitlement(ctx context.Context, request ListTransferApplianceEntitlementRequest) (response ListTransferApplianceEntitlementResponse, err error)
ListTransferApplianceEntitlement Lists Transfer Transfer Appliance Entitlement
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/ListTransferApplianceEntitlement.go.html to see an example of how to use ListTransferApplianceEntitlement API.
func (client *TransferApplianceEntitlementClient) SetRegion(region string)
SetRegion overrides the region of this client.
TransferApplianceEntitlementLifecycleStateEnum Enum with underlying type: string
type TransferApplianceEntitlementLifecycleStateEnum string
Set of constants representing the allowable values for TransferApplianceEntitlementLifecycleStateEnum
const ( TransferApplianceEntitlementLifecycleStateCreating TransferApplianceEntitlementLifecycleStateEnum = "CREATING" TransferApplianceEntitlementLifecycleStateActive TransferApplianceEntitlementLifecycleStateEnum = "ACTIVE" TransferApplianceEntitlementLifecycleStateInactive TransferApplianceEntitlementLifecycleStateEnum = "INACTIVE" TransferApplianceEntitlementLifecycleStateDeleted TransferApplianceEntitlementLifecycleStateEnum = "DELETED" )
func GetMappingTransferApplianceEntitlementLifecycleStateEnum(val string) (TransferApplianceEntitlementLifecycleStateEnum, bool)
GetMappingTransferApplianceEntitlementLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetTransferApplianceEntitlementLifecycleStateEnumValues() []TransferApplianceEntitlementLifecycleStateEnum
GetTransferApplianceEntitlementLifecycleStateEnumValues Enumerates the set of values for TransferApplianceEntitlementLifecycleStateEnum
TransferApplianceEntitlementSummary The representation of TransferApplianceEntitlementSummary
type TransferApplianceEntitlementSummary struct { CompartmentId *string `mandatory:"true" json:"compartmentId"` LifecycleState TransferApplianceEntitlementLifecycleStateEnum `mandatory:"true" json:"lifecycleState"` Id *string `mandatory:"false" json:"id"` DisplayName *string `mandatory:"false" json:"displayName"` RequestorName *string `mandatory:"false" json:"requestorName"` RequestorEmail *string `mandatory:"false" json:"requestorEmail"` // A property that can contain details on the lifecycle. LifecycleStateDetails *string `mandatory:"false" json:"lifecycleStateDetails"` // Free-form tags for this resource. Each tag is a simple key-value pair with no // predefined name, type, or namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Department": "Finance"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a // namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Operations": {"CostCenter": "42"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m TransferApplianceEntitlementSummary) String() string
func (m TransferApplianceEntitlementSummary) 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
TransferApplianceLifecycleStateEnum Enum with underlying type: string
type TransferApplianceLifecycleStateEnum string
Set of constants representing the allowable values for TransferApplianceLifecycleStateEnum
const ( TransferApplianceLifecycleStateRequested TransferApplianceLifecycleStateEnum = "REQUESTED" TransferApplianceLifecycleStateOraclePreparing TransferApplianceLifecycleStateEnum = "ORACLE_PREPARING" TransferApplianceLifecycleStateShipping TransferApplianceLifecycleStateEnum = "SHIPPING" TransferApplianceLifecycleStateDelivered TransferApplianceLifecycleStateEnum = "DELIVERED" TransferApplianceLifecycleStatePreparing TransferApplianceLifecycleStateEnum = "PREPARING" TransferApplianceLifecycleStateFinalized TransferApplianceLifecycleStateEnum = "FINALIZED" TransferApplianceLifecycleStateReturnLabelRequested TransferApplianceLifecycleStateEnum = "RETURN_LABEL_REQUESTED" TransferApplianceLifecycleStateReturnLabelGenerating TransferApplianceLifecycleStateEnum = "RETURN_LABEL_GENERATING" TransferApplianceLifecycleStateReturnLabelAvailable TransferApplianceLifecycleStateEnum = "RETURN_LABEL_AVAILABLE" TransferApplianceLifecycleStateReturnDelayed TransferApplianceLifecycleStateEnum = "RETURN_DELAYED" TransferApplianceLifecycleStateReturnShipped TransferApplianceLifecycleStateEnum = "RETURN_SHIPPED" TransferApplianceLifecycleStateReturnShippedCancelled TransferApplianceLifecycleStateEnum = "RETURN_SHIPPED_CANCELLED" TransferApplianceLifecycleStateOracleReceived TransferApplianceLifecycleStateEnum = "ORACLE_RECEIVED" TransferApplianceLifecycleStateOracleReceivedCancelled TransferApplianceLifecycleStateEnum = "ORACLE_RECEIVED_CANCELLED" TransferApplianceLifecycleStateProcessing TransferApplianceLifecycleStateEnum = "PROCESSING" TransferApplianceLifecycleStateComplete TransferApplianceLifecycleStateEnum = "COMPLETE" TransferApplianceLifecycleStateCustomerNeverReceived TransferApplianceLifecycleStateEnum = "CUSTOMER_NEVER_RECEIVED" TransferApplianceLifecycleStateOracleNeverReceived TransferApplianceLifecycleStateEnum = "ORACLE_NEVER_RECEIVED" TransferApplianceLifecycleStateCustomerLost TransferApplianceLifecycleStateEnum = "CUSTOMER_LOST" TransferApplianceLifecycleStateCancelled TransferApplianceLifecycleStateEnum = "CANCELLED" TransferApplianceLifecycleStateDeleted TransferApplianceLifecycleStateEnum = "DELETED" TransferApplianceLifecycleStateRejected TransferApplianceLifecycleStateEnum = "REJECTED" TransferApplianceLifecycleStateError TransferApplianceLifecycleStateEnum = "ERROR" )
func GetMappingTransferApplianceLifecycleStateEnum(val string) (TransferApplianceLifecycleStateEnum, bool)
GetMappingTransferApplianceLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetTransferApplianceLifecycleStateEnumValues() []TransferApplianceLifecycleStateEnum
GetTransferApplianceLifecycleStateEnumValues Enumerates the set of values for TransferApplianceLifecycleStateEnum
TransferAppliancePublicKey The representation of TransferAppliancePublicKey
type TransferAppliancePublicKey struct { PublicKey *string `mandatory:"false" json:"publicKey"` }
func (m TransferAppliancePublicKey) String() string
func (m TransferAppliancePublicKey) 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
TransferApplianceSummary The representation of TransferApplianceSummary
type TransferApplianceSummary struct { Label *string `mandatory:"false" json:"label"` LifecycleState TransferApplianceSummaryLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` SerialNumber *string `mandatory:"false" json:"serialNumber"` CreationTime *common.SDKTime `mandatory:"false" json:"creationTime"` }
func (m TransferApplianceSummary) String() string
func (m TransferApplianceSummary) 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
TransferApplianceSummaryLifecycleStateEnum Enum with underlying type: string
type TransferApplianceSummaryLifecycleStateEnum string
Set of constants representing the allowable values for TransferApplianceSummaryLifecycleStateEnum
const ( TransferApplianceSummaryLifecycleStateRequested TransferApplianceSummaryLifecycleStateEnum = "REQUESTED" TransferApplianceSummaryLifecycleStateOraclePreparing TransferApplianceSummaryLifecycleStateEnum = "ORACLE_PREPARING" TransferApplianceSummaryLifecycleStateShipping TransferApplianceSummaryLifecycleStateEnum = "SHIPPING" TransferApplianceSummaryLifecycleStateDelivered TransferApplianceSummaryLifecycleStateEnum = "DELIVERED" TransferApplianceSummaryLifecycleStatePreparing TransferApplianceSummaryLifecycleStateEnum = "PREPARING" TransferApplianceSummaryLifecycleStateFinalized TransferApplianceSummaryLifecycleStateEnum = "FINALIZED" TransferApplianceSummaryLifecycleStateReturnLabelRequested TransferApplianceSummaryLifecycleStateEnum = "RETURN_LABEL_REQUESTED" TransferApplianceSummaryLifecycleStateReturnLabelGenerating TransferApplianceSummaryLifecycleStateEnum = "RETURN_LABEL_GENERATING" TransferApplianceSummaryLifecycleStateReturnLabelAvailable TransferApplianceSummaryLifecycleStateEnum = "RETURN_LABEL_AVAILABLE" TransferApplianceSummaryLifecycleStateReturnDelayed TransferApplianceSummaryLifecycleStateEnum = "RETURN_DELAYED" TransferApplianceSummaryLifecycleStateReturnShipped TransferApplianceSummaryLifecycleStateEnum = "RETURN_SHIPPED" TransferApplianceSummaryLifecycleStateReturnShippedCancelled TransferApplianceSummaryLifecycleStateEnum = "RETURN_SHIPPED_CANCELLED" TransferApplianceSummaryLifecycleStateOracleReceived TransferApplianceSummaryLifecycleStateEnum = "ORACLE_RECEIVED" TransferApplianceSummaryLifecycleStateOracleReceivedCancelled TransferApplianceSummaryLifecycleStateEnum = "ORACLE_RECEIVED_CANCELLED" TransferApplianceSummaryLifecycleStateProcessing TransferApplianceSummaryLifecycleStateEnum = "PROCESSING" TransferApplianceSummaryLifecycleStateComplete TransferApplianceSummaryLifecycleStateEnum = "COMPLETE" TransferApplianceSummaryLifecycleStateCustomerNeverReceived TransferApplianceSummaryLifecycleStateEnum = "CUSTOMER_NEVER_RECEIVED" TransferApplianceSummaryLifecycleStateOracleNeverReceived TransferApplianceSummaryLifecycleStateEnum = "ORACLE_NEVER_RECEIVED" TransferApplianceSummaryLifecycleStateCustomerLost TransferApplianceSummaryLifecycleStateEnum = "CUSTOMER_LOST" TransferApplianceSummaryLifecycleStateCancelled TransferApplianceSummaryLifecycleStateEnum = "CANCELLED" TransferApplianceSummaryLifecycleStateDeleted TransferApplianceSummaryLifecycleStateEnum = "DELETED" TransferApplianceSummaryLifecycleStateRejected TransferApplianceSummaryLifecycleStateEnum = "REJECTED" TransferApplianceSummaryLifecycleStateError TransferApplianceSummaryLifecycleStateEnum = "ERROR" )
func GetMappingTransferApplianceSummaryLifecycleStateEnum(val string) (TransferApplianceSummaryLifecycleStateEnum, bool)
GetMappingTransferApplianceSummaryLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetTransferApplianceSummaryLifecycleStateEnumValues() []TransferApplianceSummaryLifecycleStateEnum
GetTransferApplianceSummaryLifecycleStateEnumValues Enumerates the set of values for TransferApplianceSummaryLifecycleStateEnum
TransferDevice The representation of TransferDevice
type TransferDevice struct { Label *string `mandatory:"true" json:"label"` SerialNumber *string `mandatory:"false" json:"serialNumber"` IscsiIQN *string `mandatory:"false" json:"iscsiIQN"` LifecycleState TransferDeviceLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` TransferJobId *string `mandatory:"false" json:"transferJobId"` AttachedTransferPackageLabel *string `mandatory:"false" json:"attachedTransferPackageLabel"` CreationTime *common.SDKTime `mandatory:"false" json:"creationTime"` UploadStatusLogUri *string `mandatory:"false" json:"uploadStatusLogUri"` }
func (m TransferDevice) String() string
func (m TransferDevice) 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
TransferDeviceClient a client for TransferDevice
type TransferDeviceClient struct { common.BaseClient // contains filtered or unexported fields }
func NewTransferDeviceClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client TransferDeviceClient, err error)
NewTransferDeviceClientWithConfigurationProvider Creates a new default TransferDevice client with the given configuration provider. the configuration provider will be used for the default signer as well as reading the region
func NewTransferDeviceClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client TransferDeviceClient, err error)
NewTransferDeviceClientWithOboToken Creates a new default TransferDevice 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 *TransferDeviceClient) ConfigurationProvider() *common.ConfigurationProvider
ConfigurationProvider the ConfigurationProvider used in this client, or null if none set
func (client TransferDeviceClient) CreateTransferDevice(ctx context.Context, request CreateTransferDeviceRequest) (response CreateTransferDeviceResponse, err error)
CreateTransferDevice Create a new Transfer Device
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/CreateTransferDevice.go.html to see an example of how to use CreateTransferDevice API.
func (client TransferDeviceClient) DeleteTransferDevice(ctx context.Context, request DeleteTransferDeviceRequest) (response DeleteTransferDeviceResponse, err error)
DeleteTransferDevice deletes a transfer Device
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/DeleteTransferDevice.go.html to see an example of how to use DeleteTransferDevice API.
func (client TransferDeviceClient) GetTransferDevice(ctx context.Context, request GetTransferDeviceRequest) (response GetTransferDeviceResponse, err error)
GetTransferDevice Describes a transfer package in detail
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/GetTransferDevice.go.html to see an example of how to use GetTransferDevice API.
func (client TransferDeviceClient) ListTransferDevices(ctx context.Context, request ListTransferDevicesRequest) (response ListTransferDevicesResponse, err error)
ListTransferDevices Lists Transfer Devices associated with a transferJob
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/ListTransferDevices.go.html to see an example of how to use ListTransferDevices API.
func (client *TransferDeviceClient) SetRegion(region string)
SetRegion overrides the region of this client.
func (client TransferDeviceClient) UpdateTransferDevice(ctx context.Context, request UpdateTransferDeviceRequest) (response UpdateTransferDeviceResponse, err error)
UpdateTransferDevice Updates a Transfer Device
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/UpdateTransferDevice.go.html to see an example of how to use UpdateTransferDevice API.
TransferDeviceLifecycleStateEnum Enum with underlying type: string
type TransferDeviceLifecycleStateEnum string
Set of constants representing the allowable values for TransferDeviceLifecycleStateEnum
const ( TransferDeviceLifecycleStatePreparing TransferDeviceLifecycleStateEnum = "PREPARING" TransferDeviceLifecycleStateReady TransferDeviceLifecycleStateEnum = "READY" TransferDeviceLifecycleStatePackaged TransferDeviceLifecycleStateEnum = "PACKAGED" TransferDeviceLifecycleStateActive TransferDeviceLifecycleStateEnum = "ACTIVE" TransferDeviceLifecycleStateProcessing TransferDeviceLifecycleStateEnum = "PROCESSING" TransferDeviceLifecycleStateComplete TransferDeviceLifecycleStateEnum = "COMPLETE" TransferDeviceLifecycleStateMissing TransferDeviceLifecycleStateEnum = "MISSING" TransferDeviceLifecycleStateError TransferDeviceLifecycleStateEnum = "ERROR" TransferDeviceLifecycleStateDeleted TransferDeviceLifecycleStateEnum = "DELETED" TransferDeviceLifecycleStateCancelled TransferDeviceLifecycleStateEnum = "CANCELLED" )
func GetMappingTransferDeviceLifecycleStateEnum(val string) (TransferDeviceLifecycleStateEnum, bool)
GetMappingTransferDeviceLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetTransferDeviceLifecycleStateEnumValues() []TransferDeviceLifecycleStateEnum
GetTransferDeviceLifecycleStateEnumValues Enumerates the set of values for TransferDeviceLifecycleStateEnum
TransferDeviceSummary The representation of TransferDeviceSummary
type TransferDeviceSummary struct { SerialNumber *string `mandatory:"false" json:"serialNumber"` IscsiIQN *string `mandatory:"false" json:"iscsiIQN"` Label *string `mandatory:"false" json:"label"` LifecycleState TransferDeviceSummaryLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` AttachedTransferPackageLabel *string `mandatory:"false" json:"attachedTransferPackageLabel"` CreationTime *common.SDKTime `mandatory:"false" json:"creationTime"` UploadStatusLogUri *string `mandatory:"false" json:"uploadStatusLogUri"` }
func (m TransferDeviceSummary) String() string
func (m TransferDeviceSummary) 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
TransferDeviceSummaryLifecycleStateEnum Enum with underlying type: string
type TransferDeviceSummaryLifecycleStateEnum string
Set of constants representing the allowable values for TransferDeviceSummaryLifecycleStateEnum
const ( TransferDeviceSummaryLifecycleStatePreparing TransferDeviceSummaryLifecycleStateEnum = "PREPARING" TransferDeviceSummaryLifecycleStateReady TransferDeviceSummaryLifecycleStateEnum = "READY" TransferDeviceSummaryLifecycleStatePackaged TransferDeviceSummaryLifecycleStateEnum = "PACKAGED" TransferDeviceSummaryLifecycleStateActive TransferDeviceSummaryLifecycleStateEnum = "ACTIVE" TransferDeviceSummaryLifecycleStateProcessing TransferDeviceSummaryLifecycleStateEnum = "PROCESSING" TransferDeviceSummaryLifecycleStateComplete TransferDeviceSummaryLifecycleStateEnum = "COMPLETE" TransferDeviceSummaryLifecycleStateMissing TransferDeviceSummaryLifecycleStateEnum = "MISSING" TransferDeviceSummaryLifecycleStateError TransferDeviceSummaryLifecycleStateEnum = "ERROR" TransferDeviceSummaryLifecycleStateDeleted TransferDeviceSummaryLifecycleStateEnum = "DELETED" TransferDeviceSummaryLifecycleStateCancelled TransferDeviceSummaryLifecycleStateEnum = "CANCELLED" )
func GetMappingTransferDeviceSummaryLifecycleStateEnum(val string) (TransferDeviceSummaryLifecycleStateEnum, bool)
GetMappingTransferDeviceSummaryLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetTransferDeviceSummaryLifecycleStateEnumValues() []TransferDeviceSummaryLifecycleStateEnum
GetTransferDeviceSummaryLifecycleStateEnumValues Enumerates the set of values for TransferDeviceSummaryLifecycleStateEnum
TransferJob The representation of TransferJob
type TransferJob struct { Id *string `mandatory:"true" json:"id"` CompartmentId *string `mandatory:"false" json:"compartmentId"` UploadBucketName *string `mandatory:"false" json:"uploadBucketName"` DisplayName *string `mandatory:"false" json:"displayName"` Label *string `mandatory:"false" json:"label"` CreationTime *common.SDKTime `mandatory:"false" json:"creationTime"` DeviceType TransferJobDeviceTypeEnum `mandatory:"false" json:"deviceType,omitempty"` LifecycleState TransferJobLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` // Transfer Appliance labels associated with this transfer Job AttachedTransferApplianceLabels []string `mandatory:"false" json:"attachedTransferApplianceLabels"` // Transfer Package labels associated with this transfer Job AttachedTransferPackageLabels []string `mandatory:"false" json:"attachedTransferPackageLabels"` // Transfer Device labels associated with this transfer Job AttachedTransferDeviceLabels []string `mandatory:"false" json:"attachedTransferDeviceLabels"` // Free-form tags for this resource. Each tag is a simple key-value pair with no // predefined name, type, or namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Department": "Finance"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a // namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Operations": {"CostCenter": "42"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m TransferJob) String() string
func (m TransferJob) 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
TransferJobClient a client for TransferJob
type TransferJobClient struct { common.BaseClient // contains filtered or unexported fields }
func NewTransferJobClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client TransferJobClient, err error)
NewTransferJobClientWithConfigurationProvider Creates a new default TransferJob client with the given configuration provider. the configuration provider will be used for the default signer as well as reading the region
func NewTransferJobClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client TransferJobClient, err error)
NewTransferJobClientWithOboToken Creates a new default TransferJob 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 TransferJobClient) ChangeTransferJobCompartment(ctx context.Context, request ChangeTransferJobCompartmentRequest) (response ChangeTransferJobCompartmentResponse, err error)
ChangeTransferJobCompartment Moves a TransferJob into a different compartment.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/ChangeTransferJobCompartment.go.html to see an example of how to use ChangeTransferJobCompartment API.
func (client *TransferJobClient) ConfigurationProvider() *common.ConfigurationProvider
ConfigurationProvider the ConfigurationProvider used in this client, or null if none set
func (client TransferJobClient) CreateTransferJob(ctx context.Context, request CreateTransferJobRequest) (response CreateTransferJobResponse, err error)
CreateTransferJob Create a new Transfer Job that corresponds with customer's logical dataset e.g. a DB or a filesystem.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/CreateTransferJob.go.html to see an example of how to use CreateTransferJob API.
func (client TransferJobClient) DeleteTransferJob(ctx context.Context, request DeleteTransferJobRequest) (response DeleteTransferJobResponse, err error)
DeleteTransferJob deletes a transfer job
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/DeleteTransferJob.go.html to see an example of how to use DeleteTransferJob API.
func (client TransferJobClient) GetTransferJob(ctx context.Context, request GetTransferJobRequest) (response GetTransferJobResponse, err error)
GetTransferJob Describes a transfer job in detail
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/GetTransferJob.go.html to see an example of how to use GetTransferJob API.
func (client TransferJobClient) ListTransferJobs(ctx context.Context, request ListTransferJobsRequest) (response ListTransferJobsResponse, err error)
ListTransferJobs Lists Transfer Jobs in a given compartment
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/ListTransferJobs.go.html to see an example of how to use ListTransferJobs API.
func (client *TransferJobClient) SetRegion(region string)
SetRegion overrides the region of this client.
func (client TransferJobClient) UpdateTransferJob(ctx context.Context, request UpdateTransferJobRequest) (response UpdateTransferJobResponse, err error)
UpdateTransferJob Updates a Transfer Job that corresponds with customer's logical dataset e.g. a DB or a filesystem.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/UpdateTransferJob.go.html to see an example of how to use UpdateTransferJob API.
TransferJobDeviceTypeEnum Enum with underlying type: string
type TransferJobDeviceTypeEnum string
Set of constants representing the allowable values for TransferJobDeviceTypeEnum
const ( TransferJobDeviceTypeDisk TransferJobDeviceTypeEnum = "DISK" TransferJobDeviceTypeAppliance TransferJobDeviceTypeEnum = "APPLIANCE" )
func GetMappingTransferJobDeviceTypeEnum(val string) (TransferJobDeviceTypeEnum, bool)
GetMappingTransferJobDeviceTypeEnum performs case Insensitive comparison on enum value and return the desired enum
func GetTransferJobDeviceTypeEnumValues() []TransferJobDeviceTypeEnum
GetTransferJobDeviceTypeEnumValues Enumerates the set of values for TransferJobDeviceTypeEnum
TransferJobLifecycleStateEnum Enum with underlying type: string
type TransferJobLifecycleStateEnum string
Set of constants representing the allowable values for TransferJobLifecycleStateEnum
const ( TransferJobLifecycleStateInitiated TransferJobLifecycleStateEnum = "INITIATED" TransferJobLifecycleStatePreparing TransferJobLifecycleStateEnum = "PREPARING" TransferJobLifecycleStateActive TransferJobLifecycleStateEnum = "ACTIVE" TransferJobLifecycleStateDeleted TransferJobLifecycleStateEnum = "DELETED" TransferJobLifecycleStateClosed TransferJobLifecycleStateEnum = "CLOSED" )
func GetMappingTransferJobLifecycleStateEnum(val string) (TransferJobLifecycleStateEnum, bool)
GetMappingTransferJobLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetTransferJobLifecycleStateEnumValues() []TransferJobLifecycleStateEnum
GetTransferJobLifecycleStateEnumValues Enumerates the set of values for TransferJobLifecycleStateEnum
TransferJobSummary The representation of TransferJobSummary
type TransferJobSummary struct { Id *string `mandatory:"false" json:"id"` UploadBucketName *string `mandatory:"false" json:"uploadBucketName"` DisplayName *string `mandatory:"false" json:"displayName"` Label *string `mandatory:"false" json:"label"` DeviceType TransferJobSummaryDeviceTypeEnum `mandatory:"false" json:"deviceType,omitempty"` CreationTime *common.SDKTime `mandatory:"false" json:"creationTime"` LifecycleState TransferJobSummaryLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` // Free-form tags for this resource. Each tag is a simple key-value pair with no // predefined name, type, or namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Department": "Finance"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a // namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Operations": {"CostCenter": "42"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m TransferJobSummary) String() string
func (m TransferJobSummary) 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
TransferJobSummaryDeviceTypeEnum Enum with underlying type: string
type TransferJobSummaryDeviceTypeEnum string
Set of constants representing the allowable values for TransferJobSummaryDeviceTypeEnum
const ( TransferJobSummaryDeviceTypeDisk TransferJobSummaryDeviceTypeEnum = "DISK" TransferJobSummaryDeviceTypeAppliance TransferJobSummaryDeviceTypeEnum = "APPLIANCE" )
func GetMappingTransferJobSummaryDeviceTypeEnum(val string) (TransferJobSummaryDeviceTypeEnum, bool)
GetMappingTransferJobSummaryDeviceTypeEnum performs case Insensitive comparison on enum value and return the desired enum
func GetTransferJobSummaryDeviceTypeEnumValues() []TransferJobSummaryDeviceTypeEnum
GetTransferJobSummaryDeviceTypeEnumValues Enumerates the set of values for TransferJobSummaryDeviceTypeEnum
TransferJobSummaryLifecycleStateEnum Enum with underlying type: string
type TransferJobSummaryLifecycleStateEnum string
Set of constants representing the allowable values for TransferJobSummaryLifecycleStateEnum
const ( TransferJobSummaryLifecycleStateInitiated TransferJobSummaryLifecycleStateEnum = "INITIATED" TransferJobSummaryLifecycleStatePreparing TransferJobSummaryLifecycleStateEnum = "PREPARING" TransferJobSummaryLifecycleStateActive TransferJobSummaryLifecycleStateEnum = "ACTIVE" TransferJobSummaryLifecycleStateDeleted TransferJobSummaryLifecycleStateEnum = "DELETED" TransferJobSummaryLifecycleStateClosed TransferJobSummaryLifecycleStateEnum = "CLOSED" )
func GetMappingTransferJobSummaryLifecycleStateEnum(val string) (TransferJobSummaryLifecycleStateEnum, bool)
GetMappingTransferJobSummaryLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetTransferJobSummaryLifecycleStateEnumValues() []TransferJobSummaryLifecycleStateEnum
GetTransferJobSummaryLifecycleStateEnumValues Enumerates the set of values for TransferJobSummaryLifecycleStateEnum
TransferPackage The representation of TransferPackage
type TransferPackage struct { Label *string `mandatory:"true" json:"label"` LifecycleState TransferPackageLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` TransferJobId *string `mandatory:"false" json:"transferJobId"` CreationTime *common.SDKTime `mandatory:"false" json:"creationTime"` OriginalPackageDeliveryTrackingNumber *string `mandatory:"false" json:"originalPackageDeliveryTrackingNumber"` ReturnPackageDeliveryTrackingNumber *string `mandatory:"false" json:"returnPackageDeliveryTrackingNumber"` PackageDeliveryVendor *string `mandatory:"false" json:"packageDeliveryVendor"` TransferSiteShippingAddress *string `mandatory:"false" json:"transferSiteShippingAddress"` // Transfer Devices attached to this Transfer Package AttachedTransferDeviceLabels []string `mandatory:"false" json:"attachedTransferDeviceLabels"` }
func (m TransferPackage) String() string
func (m TransferPackage) 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
TransferPackageClient a client for TransferPackage
type TransferPackageClient struct { common.BaseClient // contains filtered or unexported fields }
func NewTransferPackageClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client TransferPackageClient, err error)
NewTransferPackageClientWithConfigurationProvider Creates a new default TransferPackage client with the given configuration provider. the configuration provider will be used for the default signer as well as reading the region
func NewTransferPackageClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client TransferPackageClient, err error)
NewTransferPackageClientWithOboToken Creates a new default TransferPackage 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 TransferPackageClient) AttachDevicesToTransferPackage(ctx context.Context, request AttachDevicesToTransferPackageRequest) (response AttachDevicesToTransferPackageResponse, err error)
AttachDevicesToTransferPackage Attaches Devices to a Transfer Package
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/AttachDevicesToTransferPackage.go.html to see an example of how to use AttachDevicesToTransferPackage API.
func (client *TransferPackageClient) ConfigurationProvider() *common.ConfigurationProvider
ConfigurationProvider the ConfigurationProvider used in this client, or null if none set
func (client TransferPackageClient) CreateTransferPackage(ctx context.Context, request CreateTransferPackageRequest) (response CreateTransferPackageResponse, err error)
CreateTransferPackage Create a new Transfer Package
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/CreateTransferPackage.go.html to see an example of how to use CreateTransferPackage API.
func (client TransferPackageClient) DeleteTransferPackage(ctx context.Context, request DeleteTransferPackageRequest) (response DeleteTransferPackageResponse, err error)
DeleteTransferPackage deletes a transfer Package
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/DeleteTransferPackage.go.html to see an example of how to use DeleteTransferPackage API.
func (client TransferPackageClient) DetachDevicesFromTransferPackage(ctx context.Context, request DetachDevicesFromTransferPackageRequest) (response DetachDevicesFromTransferPackageResponse, err error)
DetachDevicesFromTransferPackage Detaches Devices from a Transfer Package
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/DetachDevicesFromTransferPackage.go.html to see an example of how to use DetachDevicesFromTransferPackage API.
func (client TransferPackageClient) GetTransferPackage(ctx context.Context, request GetTransferPackageRequest) (response GetTransferPackageResponse, err error)
GetTransferPackage Describes a transfer package in detail
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/GetTransferPackage.go.html to see an example of how to use GetTransferPackage API.
func (client TransferPackageClient) ListTransferPackages(ctx context.Context, request ListTransferPackagesRequest) (response ListTransferPackagesResponse, err error)
ListTransferPackages Lists Transfer Packages associated with a transferJob
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/ListTransferPackages.go.html to see an example of how to use ListTransferPackages API.
func (client *TransferPackageClient) SetRegion(region string)
SetRegion overrides the region of this client.
func (client TransferPackageClient) UpdateTransferPackage(ctx context.Context, request UpdateTransferPackageRequest) (response UpdateTransferPackageResponse, err error)
UpdateTransferPackage Updates a Transfer Package
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/UpdateTransferPackage.go.html to see an example of how to use UpdateTransferPackage API.
TransferPackageLifecycleStateEnum Enum with underlying type: string
type TransferPackageLifecycleStateEnum string
Set of constants representing the allowable values for TransferPackageLifecycleStateEnum
const ( TransferPackageLifecycleStatePreparing TransferPackageLifecycleStateEnum = "PREPARING" TransferPackageLifecycleStateShipping TransferPackageLifecycleStateEnum = "SHIPPING" TransferPackageLifecycleStateReceived TransferPackageLifecycleStateEnum = "RECEIVED" TransferPackageLifecycleStateProcessing TransferPackageLifecycleStateEnum = "PROCESSING" TransferPackageLifecycleStateProcessed TransferPackageLifecycleStateEnum = "PROCESSED" TransferPackageLifecycleStateReturned TransferPackageLifecycleStateEnum = "RETURNED" TransferPackageLifecycleStateDeleted TransferPackageLifecycleStateEnum = "DELETED" TransferPackageLifecycleStateCancelled TransferPackageLifecycleStateEnum = "CANCELLED" TransferPackageLifecycleStateCancelledReturned TransferPackageLifecycleStateEnum = "CANCELLED_RETURNED" )
func GetMappingTransferPackageLifecycleStateEnum(val string) (TransferPackageLifecycleStateEnum, bool)
GetMappingTransferPackageLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetTransferPackageLifecycleStateEnumValues() []TransferPackageLifecycleStateEnum
GetTransferPackageLifecycleStateEnumValues Enumerates the set of values for TransferPackageLifecycleStateEnum
TransferPackageSummary The representation of TransferPackageSummary
type TransferPackageSummary struct { Label *string `mandatory:"false" json:"label"` LifecycleState TransferPackageSummaryLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` CreationTime *common.SDKTime `mandatory:"false" json:"creationTime"` }
func (m TransferPackageSummary) String() string
func (m TransferPackageSummary) 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
TransferPackageSummaryLifecycleStateEnum Enum with underlying type: string
type TransferPackageSummaryLifecycleStateEnum string
Set of constants representing the allowable values for TransferPackageSummaryLifecycleStateEnum
const ( TransferPackageSummaryLifecycleStatePreparing TransferPackageSummaryLifecycleStateEnum = "PREPARING" TransferPackageSummaryLifecycleStateShipping TransferPackageSummaryLifecycleStateEnum = "SHIPPING" TransferPackageSummaryLifecycleStateReceived TransferPackageSummaryLifecycleStateEnum = "RECEIVED" TransferPackageSummaryLifecycleStateProcessing TransferPackageSummaryLifecycleStateEnum = "PROCESSING" TransferPackageSummaryLifecycleStateProcessed TransferPackageSummaryLifecycleStateEnum = "PROCESSED" TransferPackageSummaryLifecycleStateReturned TransferPackageSummaryLifecycleStateEnum = "RETURNED" TransferPackageSummaryLifecycleStateDeleted TransferPackageSummaryLifecycleStateEnum = "DELETED" TransferPackageSummaryLifecycleStateCancelled TransferPackageSummaryLifecycleStateEnum = "CANCELLED" TransferPackageSummaryLifecycleStateCancelledReturned TransferPackageSummaryLifecycleStateEnum = "CANCELLED_RETURNED" )
func GetMappingTransferPackageSummaryLifecycleStateEnum(val string) (TransferPackageSummaryLifecycleStateEnum, bool)
GetMappingTransferPackageSummaryLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetTransferPackageSummaryLifecycleStateEnumValues() []TransferPackageSummaryLifecycleStateEnum
GetTransferPackageSummaryLifecycleStateEnumValues Enumerates the set of values for TransferPackageSummaryLifecycleStateEnum
UpdateApplianceExportJobDetails The representation of UpdateApplianceExportJobDetails
type UpdateApplianceExportJobDetails struct { BucketName *string `mandatory:"false" json:"bucketName"` // List of objects with names matching this prefix would be part of this export job. Prefix *string `mandatory:"false" json:"prefix"` // Object names returned by a list query must be greater or equal to this parameter. RangeStart *string `mandatory:"false" json:"rangeStart"` // Object names returned by a list query must be strictly less than this parameter. RangeEnd *string `mandatory:"false" json:"rangeEnd"` DisplayName *string `mandatory:"false" json:"displayName"` LifecycleState UpdateApplianceExportJobDetailsLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` // A property that can contain details on the lifecycle. LifecycleStateDetails *string `mandatory:"false" json:"lifecycleStateDetails"` // Manifest File associated with this export job. ManifestFile *string `mandatory:"false" json:"manifestFile"` // md5 digest of the manifest file. ManifestMd5 *string `mandatory:"false" json:"manifestMd5"` // Total number of objects that are exported in this job. NumberOfObjects *string `mandatory:"false" json:"numberOfObjects"` // Total size of objects in Bytes that are exported in this job. TotalSizeInBytes *string `mandatory:"false" json:"totalSizeInBytes"` // First object in the list of objects that are exported in this job. FirstObject *string `mandatory:"false" json:"firstObject"` // Last object in the list of objects that are exported in this job. LastObject *string `mandatory:"false" json:"lastObject"` // First object from which the next potential export job could start. NextObject *string `mandatory:"false" json:"nextObject"` // Expected return date from customer for the device, time portion should be zero. ExpectedReturnDate *common.SDKTime `mandatory:"false" json:"expectedReturnDate"` // Start time for the window to pickup the device from customer. PickupWindowStartTime *common.SDKTime `mandatory:"false" json:"pickupWindowStartTime"` // End time for the window to pickup the device from customer. PickupWindowEndTime *common.SDKTime `mandatory:"false" json:"pickupWindowEndTime"` CustomerShippingAddress *ShippingAddress `mandatory:"false" json:"customerShippingAddress"` // Free-form tags for this resource. Each tag is a simple key-value pair with no // predefined name, type, or namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Department": "Finance"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a // namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Operations": {"CostCenter": "42"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m UpdateApplianceExportJobDetails) String() string
func (m UpdateApplianceExportJobDetails) 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
UpdateApplianceExportJobDetailsLifecycleStateEnum Enum with underlying type: string
type UpdateApplianceExportJobDetailsLifecycleStateEnum string
Set of constants representing the allowable values for UpdateApplianceExportJobDetailsLifecycleStateEnum
const ( UpdateApplianceExportJobDetailsLifecycleStateCreating UpdateApplianceExportJobDetailsLifecycleStateEnum = "CREATING" UpdateApplianceExportJobDetailsLifecycleStateActive UpdateApplianceExportJobDetailsLifecycleStateEnum = "ACTIVE" UpdateApplianceExportJobDetailsLifecycleStateInprogress UpdateApplianceExportJobDetailsLifecycleStateEnum = "INPROGRESS" UpdateApplianceExportJobDetailsLifecycleStateSucceeded UpdateApplianceExportJobDetailsLifecycleStateEnum = "SUCCEEDED" UpdateApplianceExportJobDetailsLifecycleStateFailed UpdateApplianceExportJobDetailsLifecycleStateEnum = "FAILED" UpdateApplianceExportJobDetailsLifecycleStateCancelled UpdateApplianceExportJobDetailsLifecycleStateEnum = "CANCELLED" UpdateApplianceExportJobDetailsLifecycleStateDeleted UpdateApplianceExportJobDetailsLifecycleStateEnum = "DELETED" )
func GetMappingUpdateApplianceExportJobDetailsLifecycleStateEnum(val string) (UpdateApplianceExportJobDetailsLifecycleStateEnum, bool)
GetMappingUpdateApplianceExportJobDetailsLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetUpdateApplianceExportJobDetailsLifecycleStateEnumValues() []UpdateApplianceExportJobDetailsLifecycleStateEnum
GetUpdateApplianceExportJobDetailsLifecycleStateEnumValues Enumerates the set of values for UpdateApplianceExportJobDetailsLifecycleStateEnum
UpdateApplianceExportJobRequest wrapper for the UpdateApplianceExportJob operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/UpdateApplianceExportJob.go.html to see an example of how to use UpdateApplianceExportJobRequest.
type UpdateApplianceExportJobRequest struct { // ID of the Appliance Export Job ApplianceExportJobId *string `mandatory:"true" contributesTo:"path" name:"applianceExportJobId"` // fields to update UpdateApplianceExportJobDetails `contributesTo:"body"` // The entity tag to match. Optional, if set, the update will be successful only if the // object's tag matches the tag specified in the request. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request UpdateApplianceExportJobRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request UpdateApplianceExportJobRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request UpdateApplianceExportJobRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request UpdateApplianceExportJobRequest) String() string
func (request UpdateApplianceExportJobRequest) 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
UpdateApplianceExportJobResponse wrapper for the UpdateApplianceExportJob operation
type UpdateApplianceExportJobResponse struct { // The underlying http response RawResponse *http.Response // The ApplianceExportJob instance ApplianceExportJob `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` Etag *string `presentIn:"header" name:"etag"` }
func (response UpdateApplianceExportJobResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response UpdateApplianceExportJobResponse) String() string
UpdateTransferApplianceDetails The representation of UpdateTransferApplianceDetails
type UpdateTransferApplianceDetails struct { LifecycleState UpdateTransferApplianceDetailsLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` CustomerShippingAddress *ShippingAddress `mandatory:"false" json:"customerShippingAddress"` // Expected return date from customer for the device, time portion should be zero. ExpectedReturnDate *common.SDKTime `mandatory:"false" json:"expectedReturnDate"` // Start time for the window to pickup the device from customer. PickupWindowStartTime *common.SDKTime `mandatory:"false" json:"pickupWindowStartTime"` // End time for the window to pickup the device from customer. PickupWindowEndTime *common.SDKTime `mandatory:"false" json:"pickupWindowEndTime"` // Minimum storage capacity of the device, in terabytes. Valid options are 50, 95 and 150. MinimumStorageCapacityInTerabytes *int `mandatory:"false" json:"minimumStorageCapacityInTerabytes"` }
func (m UpdateTransferApplianceDetails) String() string
func (m UpdateTransferApplianceDetails) 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
UpdateTransferApplianceDetailsLifecycleStateEnum Enum with underlying type: string
type UpdateTransferApplianceDetailsLifecycleStateEnum string
Set of constants representing the allowable values for UpdateTransferApplianceDetailsLifecycleStateEnum
const ( UpdateTransferApplianceDetailsLifecycleStatePreparing UpdateTransferApplianceDetailsLifecycleStateEnum = "PREPARING" UpdateTransferApplianceDetailsLifecycleStateFinalized UpdateTransferApplianceDetailsLifecycleStateEnum = "FINALIZED" UpdateTransferApplianceDetailsLifecycleStateReturnLabelRequested UpdateTransferApplianceDetailsLifecycleStateEnum = "RETURN_LABEL_REQUESTED" UpdateTransferApplianceDetailsLifecycleStateReturnLabelGenerating UpdateTransferApplianceDetailsLifecycleStateEnum = "RETURN_LABEL_GENERATING" UpdateTransferApplianceDetailsLifecycleStateReturnLabelAvailable UpdateTransferApplianceDetailsLifecycleStateEnum = "RETURN_LABEL_AVAILABLE" UpdateTransferApplianceDetailsLifecycleStateDeleted UpdateTransferApplianceDetailsLifecycleStateEnum = "DELETED" UpdateTransferApplianceDetailsLifecycleStateCustomerNeverReceived UpdateTransferApplianceDetailsLifecycleStateEnum = "CUSTOMER_NEVER_RECEIVED" UpdateTransferApplianceDetailsLifecycleStateCancelled UpdateTransferApplianceDetailsLifecycleStateEnum = "CANCELLED" )
func GetMappingUpdateTransferApplianceDetailsLifecycleStateEnum(val string) (UpdateTransferApplianceDetailsLifecycleStateEnum, bool)
GetMappingUpdateTransferApplianceDetailsLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetUpdateTransferApplianceDetailsLifecycleStateEnumValues() []UpdateTransferApplianceDetailsLifecycleStateEnum
GetUpdateTransferApplianceDetailsLifecycleStateEnumValues Enumerates the set of values for UpdateTransferApplianceDetailsLifecycleStateEnum
UpdateTransferApplianceRequest wrapper for the UpdateTransferAppliance operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/UpdateTransferAppliance.go.html to see an example of how to use UpdateTransferApplianceRequest.
type UpdateTransferApplianceRequest struct { // ID of the Transfer Job Id *string `mandatory:"true" contributesTo:"path" name:"id"` // Label of the Transfer Appliance TransferApplianceLabel *string `mandatory:"true" contributesTo:"path" name:"transferApplianceLabel"` // fields to update UpdateTransferApplianceDetails `contributesTo:"body"` // The entity tag to match. Optional, if set, the update will be successful only if the // object's tag matches the tag specified in the request. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Unique Oracle-assigned identifier for the request. // If you need to contact Oracle about a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request UpdateTransferApplianceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request UpdateTransferApplianceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request UpdateTransferApplianceRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request UpdateTransferApplianceRequest) String() string
func (request UpdateTransferApplianceRequest) 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
UpdateTransferApplianceResponse wrapper for the UpdateTransferAppliance operation
type UpdateTransferApplianceResponse struct { // The underlying http response RawResponse *http.Response // The TransferAppliance instance TransferAppliance `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` Etag *string `presentIn:"header" name:"etag"` }
func (response UpdateTransferApplianceResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response UpdateTransferApplianceResponse) String() string
UpdateTransferDeviceDetails The representation of UpdateTransferDeviceDetails
type UpdateTransferDeviceDetails struct { LifecycleState UpdateTransferDeviceDetailsLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` }
func (m UpdateTransferDeviceDetails) String() string
func (m UpdateTransferDeviceDetails) 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
UpdateTransferDeviceDetailsLifecycleStateEnum Enum with underlying type: string
type UpdateTransferDeviceDetailsLifecycleStateEnum string
Set of constants representing the allowable values for UpdateTransferDeviceDetailsLifecycleStateEnum
const ( UpdateTransferDeviceDetailsLifecycleStatePreparing UpdateTransferDeviceDetailsLifecycleStateEnum = "PREPARING" UpdateTransferDeviceDetailsLifecycleStateReady UpdateTransferDeviceDetailsLifecycleStateEnum = "READY" UpdateTransferDeviceDetailsLifecycleStateCancelled UpdateTransferDeviceDetailsLifecycleStateEnum = "CANCELLED" )
func GetMappingUpdateTransferDeviceDetailsLifecycleStateEnum(val string) (UpdateTransferDeviceDetailsLifecycleStateEnum, bool)
GetMappingUpdateTransferDeviceDetailsLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetUpdateTransferDeviceDetailsLifecycleStateEnumValues() []UpdateTransferDeviceDetailsLifecycleStateEnum
GetUpdateTransferDeviceDetailsLifecycleStateEnumValues Enumerates the set of values for UpdateTransferDeviceDetailsLifecycleStateEnum
UpdateTransferDeviceRequest wrapper for the UpdateTransferDevice operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/UpdateTransferDevice.go.html to see an example of how to use UpdateTransferDeviceRequest.
type UpdateTransferDeviceRequest struct { // ID of the Transfer Job Id *string `mandatory:"true" contributesTo:"path" name:"id"` // Label of the Transfer Device TransferDeviceLabel *string `mandatory:"true" contributesTo:"path" name:"transferDeviceLabel"` // fields to update UpdateTransferDeviceDetails `contributesTo:"body"` // The entity tag to match. Optional, if set, the update will be successful only if the // object's tag matches the tag specified in the request. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Unique Oracle-assigned identifier for the request. // If you need to contact Oracle about a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request UpdateTransferDeviceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request UpdateTransferDeviceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request UpdateTransferDeviceRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request UpdateTransferDeviceRequest) String() string
func (request UpdateTransferDeviceRequest) 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
UpdateTransferDeviceResponse wrapper for the UpdateTransferDevice operation
type UpdateTransferDeviceResponse struct { // The underlying http response RawResponse *http.Response // The TransferDevice instance TransferDevice `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` Etag *string `presentIn:"header" name:"etag"` }
func (response UpdateTransferDeviceResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response UpdateTransferDeviceResponse) String() string
UpdateTransferJobDetails The representation of UpdateTransferJobDetails
type UpdateTransferJobDetails struct { LifecycleState UpdateTransferJobDetailsLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` DisplayName *string `mandatory:"false" json:"displayName"` DeviceType UpdateTransferJobDetailsDeviceTypeEnum `mandatory:"false" json:"deviceType,omitempty"` // Free-form tags for this resource. Each tag is a simple key-value pair with no // predefined name, type, or namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Department": "Finance"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a // namespace. For more information, see Resource Tags (https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). // Example: `{"Operations": {"CostCenter": "42"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` }
func (m UpdateTransferJobDetails) String() string
func (m UpdateTransferJobDetails) 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
UpdateTransferJobDetailsDeviceTypeEnum Enum with underlying type: string
type UpdateTransferJobDetailsDeviceTypeEnum string
Set of constants representing the allowable values for UpdateTransferJobDetailsDeviceTypeEnum
const ( UpdateTransferJobDetailsDeviceTypeDisk UpdateTransferJobDetailsDeviceTypeEnum = "DISK" UpdateTransferJobDetailsDeviceTypeAppliance UpdateTransferJobDetailsDeviceTypeEnum = "APPLIANCE" )
func GetMappingUpdateTransferJobDetailsDeviceTypeEnum(val string) (UpdateTransferJobDetailsDeviceTypeEnum, bool)
GetMappingUpdateTransferJobDetailsDeviceTypeEnum performs case Insensitive comparison on enum value and return the desired enum
func GetUpdateTransferJobDetailsDeviceTypeEnumValues() []UpdateTransferJobDetailsDeviceTypeEnum
GetUpdateTransferJobDetailsDeviceTypeEnumValues Enumerates the set of values for UpdateTransferJobDetailsDeviceTypeEnum
UpdateTransferJobDetailsLifecycleStateEnum Enum with underlying type: string
type UpdateTransferJobDetailsLifecycleStateEnum string
Set of constants representing the allowable values for UpdateTransferJobDetailsLifecycleStateEnum
const ( UpdateTransferJobDetailsLifecycleStateClosed UpdateTransferJobDetailsLifecycleStateEnum = "CLOSED" )
func GetMappingUpdateTransferJobDetailsLifecycleStateEnum(val string) (UpdateTransferJobDetailsLifecycleStateEnum, bool)
GetMappingUpdateTransferJobDetailsLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetUpdateTransferJobDetailsLifecycleStateEnumValues() []UpdateTransferJobDetailsLifecycleStateEnum
GetUpdateTransferJobDetailsLifecycleStateEnumValues Enumerates the set of values for UpdateTransferJobDetailsLifecycleStateEnum
UpdateTransferJobRequest wrapper for the UpdateTransferJob operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/UpdateTransferJob.go.html to see an example of how to use UpdateTransferJobRequest.
type UpdateTransferJobRequest struct { // ID of the Transfer Job Id *string `mandatory:"true" contributesTo:"path" name:"id"` // fields to update UpdateTransferJobDetails `contributesTo:"body"` // The entity tag to match. Optional, if set, the update will be successful only if the // object's tag matches the tag specified in the request. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Unique Oracle-assigned identifier for the request. If you need to contact Oracle about // a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request UpdateTransferJobRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request UpdateTransferJobRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request UpdateTransferJobRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request UpdateTransferJobRequest) String() string
func (request UpdateTransferJobRequest) 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
UpdateTransferJobResponse wrapper for the UpdateTransferJob operation
type UpdateTransferJobResponse struct { // The underlying http response RawResponse *http.Response // The TransferJob instance TransferJob `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` Etag *string `presentIn:"header" name:"etag"` }
func (response UpdateTransferJobResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response UpdateTransferJobResponse) String() string
UpdateTransferPackageDetails The representation of UpdateTransferPackageDetails
type UpdateTransferPackageDetails struct { OriginalPackageDeliveryTrackingNumber *string `mandatory:"false" json:"originalPackageDeliveryTrackingNumber"` ReturnPackageDeliveryTrackingNumber *string `mandatory:"false" json:"returnPackageDeliveryTrackingNumber"` PackageDeliveryVendor *string `mandatory:"false" json:"packageDeliveryVendor"` LifecycleState UpdateTransferPackageDetailsLifecycleStateEnum `mandatory:"false" json:"lifecycleState,omitempty"` }
func (m UpdateTransferPackageDetails) String() string
func (m UpdateTransferPackageDetails) 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
UpdateTransferPackageDetailsLifecycleStateEnum Enum with underlying type: string
type UpdateTransferPackageDetailsLifecycleStateEnum string
Set of constants representing the allowable values for UpdateTransferPackageDetailsLifecycleStateEnum
const ( UpdateTransferPackageDetailsLifecycleStateShipping UpdateTransferPackageDetailsLifecycleStateEnum = "SHIPPING" UpdateTransferPackageDetailsLifecycleStateCancelled UpdateTransferPackageDetailsLifecycleStateEnum = "CANCELLED" )
func GetMappingUpdateTransferPackageDetailsLifecycleStateEnum(val string) (UpdateTransferPackageDetailsLifecycleStateEnum, bool)
GetMappingUpdateTransferPackageDetailsLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetUpdateTransferPackageDetailsLifecycleStateEnumValues() []UpdateTransferPackageDetailsLifecycleStateEnum
GetUpdateTransferPackageDetailsLifecycleStateEnumValues Enumerates the set of values for UpdateTransferPackageDetailsLifecycleStateEnum
UpdateTransferPackageRequest wrapper for the UpdateTransferPackage operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/dts/UpdateTransferPackage.go.html to see an example of how to use UpdateTransferPackageRequest.
type UpdateTransferPackageRequest struct { // ID of the Transfer Job Id *string `mandatory:"true" contributesTo:"path" name:"id"` // Label of the Transfer Package TransferPackageLabel *string `mandatory:"true" contributesTo:"path" name:"transferPackageLabel"` // fields to update UpdateTransferPackageDetails `contributesTo:"body"` // The entity tag to match. Optional, if set, the update will be successful only if the // object's tag matches the tag specified in the request. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // Unique Oracle-assigned identifier for the request. // If you need to contact Oracle about a particular request, please provide the request ID. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request UpdateTransferPackageRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request UpdateTransferPackageRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request UpdateTransferPackageRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request UpdateTransferPackageRequest) String() string
func (request UpdateTransferPackageRequest) 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
UpdateTransferPackageResponse wrapper for the UpdateTransferPackage operation
type UpdateTransferPackageResponse struct { // The underlying http response RawResponse *http.Response // The TransferPackage instance TransferPackage `presentIn:"body"` OpcRequestId *string `presentIn:"header" name:"opc-request-id"` Etag *string `presentIn:"header" name:"etag"` }
func (response UpdateTransferPackageResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response UpdateTransferPackageResponse) String() string