# Functions

No description provided by the author
CheckDeleted checks the error to see if it's a 404 (Not Found) and, if so, sets the resource ID to the empty string instead of throwing an error.
CheckDeletedDiag checks the error to see if it's a 404 (Not Found) and, if so, sets the resource ID to the empty string instead of throwing an error.
No description provided by the author
GetAutoPay is a method to return whether order is auto pay according to the user input.
GetEipIDbyAddress returns the EIP ID of address when success.
GetEnterpriseProjectID returns the enterprise_project_id that was specified in the resource.
GetRegion returns the region that was specified ina the resource.
No description provided by the author
No description provided by the author
NewCustomClient creates a custom client assembled from user-provided endpoints.
No description provided by the author
RetryContextWithWaitForState The RetryFunc will be called first if the error of the return is nil, the retry will be ended and the res of the return will be returned if the retry of the return is true, the RetryFunc will be retried, and the WaitFunc will be called if it is not nil if the retry of the return is false, the retry will be ended and the error of the retry func will be returned.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TagsComputedSchema returns the schema to use for tags as an attribute.
TagsForceNewSchema returns the schema to use for tags with ForceNew.
TagsSchema returns the schema to use for tags.
UnsubscribePrePaidResource impl the action of unsubscribe resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WaitOrderResourceComplete is the method to wait for the resource to be generated.

# Structs

ErrorResp is the response when API failed.
No description provided by the author
No description provided by the author

# Type aliases

RetryFunc is the function retried until it succeeds.