func GetActionTypeEnumStringValues() []string
GetActionTypeEnumStringValues Enumerates the set of values in String for ActionTypeEnum
func GetBackendTypeEnumStringValues() []string
GetBackendTypeEnumStringValues Enumerates the set of values in String for BackendTypeEnum
func GetCreateNetworkAddressListDetailsTypeEnumStringValues() []string
GetCreateNetworkAddressListDetailsTypeEnumStringValues Enumerates the set of values in String for CreateNetworkAddressListDetailsTypeEnum
func GetHttpResponseBodyTypeEnumStringValues() []string
GetHttpResponseBodyTypeEnumStringValues Enumerates the set of values in String for HttpResponseBodyTypeEnum
func GetListNetworkAddressListsSortByEnumStringValues() []string
GetListNetworkAddressListsSortByEnumStringValues Enumerates the set of values in String for ListNetworkAddressListsSortByEnum
func GetListNetworkAddressListsSortOrderEnumStringValues() []string
GetListNetworkAddressListsSortOrderEnumStringValues Enumerates the set of values in String for ListNetworkAddressListsSortOrderEnum
func GetListProtectionCapabilitiesSortByEnumStringValues() []string
GetListProtectionCapabilitiesSortByEnumStringValues Enumerates the set of values in String for ListProtectionCapabilitiesSortByEnum
func GetListProtectionCapabilitiesSortOrderEnumStringValues() []string
GetListProtectionCapabilitiesSortOrderEnumStringValues Enumerates the set of values in String for ListProtectionCapabilitiesSortOrderEnum
func GetListProtectionCapabilityGroupTagsSortByEnumStringValues() []string
GetListProtectionCapabilityGroupTagsSortByEnumStringValues Enumerates the set of values in String for ListProtectionCapabilityGroupTagsSortByEnum
func GetListProtectionCapabilityGroupTagsSortOrderEnumStringValues() []string
GetListProtectionCapabilityGroupTagsSortOrderEnumStringValues Enumerates the set of values in String for ListProtectionCapabilityGroupTagsSortOrderEnum
func GetListWebAppFirewallPoliciesSortByEnumStringValues() []string
GetListWebAppFirewallPoliciesSortByEnumStringValues Enumerates the set of values in String for ListWebAppFirewallPoliciesSortByEnum
func GetListWebAppFirewallPoliciesSortOrderEnumStringValues() []string
GetListWebAppFirewallPoliciesSortOrderEnumStringValues Enumerates the set of values in String for ListWebAppFirewallPoliciesSortOrderEnum
func GetListWebAppFirewallsSortByEnumStringValues() []string
GetListWebAppFirewallsSortByEnumStringValues Enumerates the set of values in String for ListWebAppFirewallsSortByEnum
func GetListWebAppFirewallsSortOrderEnumStringValues() []string
GetListWebAppFirewallsSortOrderEnumStringValues Enumerates the set of values in String for ListWebAppFirewallsSortOrderEnum
func GetNetworkAddressListLifecycleStateEnumStringValues() []string
GetNetworkAddressListLifecycleStateEnumStringValues Enumerates the set of values in String for NetworkAddressListLifecycleStateEnum
func GetNetworkAddressListSummaryTypeEnumStringValues() []string
GetNetworkAddressListSummaryTypeEnumStringValues Enumerates the set of values in String for NetworkAddressListSummaryTypeEnum
func GetNetworkAddressListTypeEnumStringValues() []string
GetNetworkAddressListTypeEnumStringValues Enumerates the set of values in String for NetworkAddressListTypeEnum
func GetProtectionCapabilitySummaryTypeEnumStringValues() []string
GetProtectionCapabilitySummaryTypeEnumStringValues Enumerates the set of values in String for ProtectionCapabilitySummaryTypeEnum
func GetSortOrderEnumStringValues() []string
GetSortOrderEnumStringValues Enumerates the set of values in String for SortOrderEnum
func GetUpdateNetworkAddressListDetailsTypeEnumStringValues() []string
GetUpdateNetworkAddressListDetailsTypeEnumStringValues Enumerates the set of values in String for UpdateNetworkAddressListDetailsTypeEnum
func GetWebAppFirewallLifecycleStateEnumStringValues() []string
GetWebAppFirewallLifecycleStateEnumStringValues Enumerates the set of values in String for WebAppFirewallLifecycleStateEnum
func GetWebAppFirewallPolicyLifecycleStateEnumStringValues() []string
GetWebAppFirewallPolicyLifecycleStateEnumStringValues Enumerates the set of values in String for WebAppFirewallPolicyLifecycleStateEnum
func GetWebAppFirewallPolicyRuleConditionLanguageEnumStringValues() []string
GetWebAppFirewallPolicyRuleConditionLanguageEnumStringValues Enumerates the set of values in String for WebAppFirewallPolicyRuleConditionLanguageEnum
func GetWebAppFirewallPolicyRuleTypeEnumStringValues() []string
GetWebAppFirewallPolicyRuleTypeEnumStringValues Enumerates the set of values in String for WebAppFirewallPolicyRuleTypeEnum
func GetWorkRequestOperationTypeEnumStringValues() []string
GetWorkRequestOperationTypeEnumStringValues Enumerates the set of values in String for WorkRequestOperationTypeEnum
func GetWorkRequestResourceActionTypeEnumStringValues() []string
GetWorkRequestResourceActionTypeEnumStringValues Enumerates the set of values in String for WorkRequestResourceActionTypeEnum
func GetWorkRequestStatusEnumStringValues() []string
GetWorkRequestStatusEnumStringValues Enumerates the set of values in String for WorkRequestStatusEnum
AccessControlRule Rule that represents Request/Response Access Control. Only actions of the following types are allowed to be referenced in this rule:
type AccessControlRule struct { // Rule name. Must be unique within the module. Name *string `mandatory:"true" json:"name"` // References action by name from actions defined in WebAppFirewallPolicy. ActionName *string `mandatory:"true" json:"actionName"` // An expression that determines whether or not the rule action should be executed. Condition *string `mandatory:"false" json:"condition"` // The language used to parse condition from field `condition`. Available languages: // * **JMESPATH** an extended JMESPath language syntax. ConditionLanguage WebAppFirewallPolicyRuleConditionLanguageEnum `mandatory:"false" json:"conditionLanguage,omitempty"` }
func (m AccessControlRule) GetActionName() *string
GetActionName returns ActionName
func (m AccessControlRule) GetCondition() *string
GetCondition returns Condition
func (m AccessControlRule) GetConditionLanguage() WebAppFirewallPolicyRuleConditionLanguageEnum
GetConditionLanguage returns ConditionLanguage
func (m AccessControlRule) GetName() *string
GetName returns Name
func (m AccessControlRule) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m AccessControlRule) String() string
func (m AccessControlRule) 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
Action An object that represents action and its options. The action can be terminating, if it stops further execution of rules and modules. And non-terminating, if it does not interrupt execution flow.
type Action interface { // Action name. Can be used to reference the action. GetName() *string }
ActionTypeEnum Enum with underlying type: string
type ActionTypeEnum string
Set of constants representing the allowable values for ActionTypeEnum
const ( ActionTypeCheck ActionTypeEnum = "CHECK" ActionTypeAllow ActionTypeEnum = "ALLOW" ActionTypeReturnHttpResponse ActionTypeEnum = "RETURN_HTTP_RESPONSE" )
func GetActionTypeEnumValues() []ActionTypeEnum
GetActionTypeEnumValues Enumerates the set of values for ActionTypeEnum
func GetMappingActionTypeEnum(val string) (ActionTypeEnum, bool)
GetMappingActionTypeEnum performs case Insensitive comparison on enum value and return the desired enum
AllowAction An object that represents an action which upon matching rule skips all remaining rules in the current module.
type AllowAction struct { // Action name. Can be used to reference the action. Name *string `mandatory:"true" json:"name"` }
func (m AllowAction) GetName() *string
GetName returns Name
func (m AllowAction) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m AllowAction) String() string
func (m AllowAction) 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
BackendTypeEnum Enum with underlying type: string
type BackendTypeEnum string
Set of constants representing the allowable values for BackendTypeEnum
const ( BackendTypeLoadBalancer BackendTypeEnum = "LOAD_BALANCER" )
func GetBackendTypeEnumValues() []BackendTypeEnum
GetBackendTypeEnumValues Enumerates the set of values for BackendTypeEnum
func GetMappingBackendTypeEnum(val string) (BackendTypeEnum, bool)
GetMappingBackendTypeEnum performs case Insensitive comparison on enum value and return the desired enum
ChangeNetworkAddressListCompartmentDetails Updates compartmentId of resource.
type ChangeNetworkAddressListCompartmentDetails struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment // into which the resource should be moved. CompartmentId *string `mandatory:"true" json:"compartmentId"` }
func (m ChangeNetworkAddressListCompartmentDetails) String() string
func (m ChangeNetworkAddressListCompartmentDetails) 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
ChangeNetworkAddressListCompartmentRequest wrapper for the ChangeNetworkAddressListCompartment operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/ChangeNetworkAddressListCompartment.go.html to see an example of how to use ChangeNetworkAddressListCompartmentRequest.
type ChangeNetworkAddressListCompartmentRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the NetworkAddressList. NetworkAddressListId *string `mandatory:"true" contributesTo:"path" name:"networkAddressListId"` // The information to be updated. ChangeNetworkAddressListCompartmentDetails `contributesTo:"body"` // For optimistic concurrency control. In the PUT or DELETE call for a resource, // set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. // The resource will be updated or deleted only if the etag you provide matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // The client request ID for tracing. 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 ChangeNetworkAddressListCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ChangeNetworkAddressListCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ChangeNetworkAddressListCompartmentRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ChangeNetworkAddressListCompartmentRequest) String() string
func (request ChangeNetworkAddressListCompartmentRequest) 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
ChangeNetworkAddressListCompartmentResponse wrapper for the ChangeNetworkAddressListCompartment operation
type ChangeNetworkAddressListCompartmentResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ChangeNetworkAddressListCompartmentResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ChangeNetworkAddressListCompartmentResponse) String() string
ChangeResourceCompartmentDetails Updates compartmentId of resource.
type ChangeResourceCompartmentDetails struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment // into which the resource should be moved. CompartmentId *string `mandatory:"true" json:"compartmentId"` }
func (m ChangeResourceCompartmentDetails) String() string
func (m ChangeResourceCompartmentDetails) 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
ChangeWebAppFirewallCompartmentDetails Updates compartmentId of resource.
type ChangeWebAppFirewallCompartmentDetails struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment // into which the resource should be moved. CompartmentId *string `mandatory:"true" json:"compartmentId"` }
func (m ChangeWebAppFirewallCompartmentDetails) String() string
func (m ChangeWebAppFirewallCompartmentDetails) 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
ChangeWebAppFirewallCompartmentRequest wrapper for the ChangeWebAppFirewallCompartment operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/ChangeWebAppFirewallCompartment.go.html to see an example of how to use ChangeWebAppFirewallCompartmentRequest.
type ChangeWebAppFirewallCompartmentRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppFirewall. WebAppFirewallId *string `mandatory:"true" contributesTo:"path" name:"webAppFirewallId"` // The information to be updated. ChangeWebAppFirewallCompartmentDetails `contributesTo:"body"` // For optimistic concurrency control. In the PUT or DELETE call for a resource, // set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. // The resource will be updated or deleted only if the etag you provide matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // The client request ID for tracing. 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 ChangeWebAppFirewallCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ChangeWebAppFirewallCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ChangeWebAppFirewallCompartmentRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ChangeWebAppFirewallCompartmentRequest) String() string
func (request ChangeWebAppFirewallCompartmentRequest) 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
ChangeWebAppFirewallCompartmentResponse wrapper for the ChangeWebAppFirewallCompartment operation
type ChangeWebAppFirewallCompartmentResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ChangeWebAppFirewallCompartmentResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ChangeWebAppFirewallCompartmentResponse) String() string
ChangeWebAppFirewallPolicyCompartmentDetails Updates compartmentId of resource.
type ChangeWebAppFirewallPolicyCompartmentDetails struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment // into which the resource should be moved. CompartmentId *string `mandatory:"true" json:"compartmentId"` }
func (m ChangeWebAppFirewallPolicyCompartmentDetails) String() string
func (m ChangeWebAppFirewallPolicyCompartmentDetails) 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
ChangeWebAppFirewallPolicyCompartmentRequest wrapper for the ChangeWebAppFirewallPolicyCompartment operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/ChangeWebAppFirewallPolicyCompartment.go.html to see an example of how to use ChangeWebAppFirewallPolicyCompartmentRequest.
type ChangeWebAppFirewallPolicyCompartmentRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppFirewallPolicy. WebAppFirewallPolicyId *string `mandatory:"true" contributesTo:"path" name:"webAppFirewallPolicyId"` // The information to be updated. ChangeWebAppFirewallPolicyCompartmentDetails `contributesTo:"body"` // For optimistic concurrency control. In the PUT or DELETE call for a resource, // set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. // The resource will be updated or deleted only if the etag you provide matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // The client request ID for tracing. 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 ChangeWebAppFirewallPolicyCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ChangeWebAppFirewallPolicyCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ChangeWebAppFirewallPolicyCompartmentRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ChangeWebAppFirewallPolicyCompartmentRequest) String() string
func (request ChangeWebAppFirewallPolicyCompartmentRequest) 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
ChangeWebAppFirewallPolicyCompartmentResponse wrapper for the ChangeWebAppFirewallPolicyCompartment operation
type ChangeWebAppFirewallPolicyCompartmentResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ChangeWebAppFirewallPolicyCompartmentResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ChangeWebAppFirewallPolicyCompartmentResponse) String() string
CheckAction An object that represents an action which does not stop the execution of rules in current module, just emits a log message documenting result of rule execution.
type CheckAction struct { // Action name. Can be used to reference the action. Name *string `mandatory:"true" json:"name"` }
func (m CheckAction) GetName() *string
GetName returns Name
func (m CheckAction) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m CheckAction) String() string
func (m CheckAction) 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
CollaborativeCapabilityWeight Defines how much a contributing capability contributes towards the action threshold of a collaborative protection capability.
type CollaborativeCapabilityWeight struct { // Unique key of contributing protection capability. Key *string `mandatory:"true" json:"key"` // The display name of contributing protection capability. DisplayName *string `mandatory:"true" json:"displayName"` // The weight of contributing protection capability. Weight *int `mandatory:"true" json:"weight"` }
func (m CollaborativeCapabilityWeight) String() string
func (m CollaborativeCapabilityWeight) 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
CollaborativeCapabilityWeightOverride Collaborative capability key and overriding weight.
type CollaborativeCapabilityWeightOverride struct { // Unique key of collaborative capability for which weight will be overridden. Key *string `mandatory:"true" json:"key"` // The value of weight to set. Weight *int `mandatory:"true" json:"weight"` }
func (m CollaborativeCapabilityWeightOverride) String() string
func (m CollaborativeCapabilityWeightOverride) 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
CreateNetworkAddressListAddressesDetails The information about new NetworkAddressListAddresses.
type CreateNetworkAddressListAddressesDetails struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. CompartmentId *string `mandatory:"true" json:"compartmentId"` // A list of IP address prefixes in CIDR notation. // To specify all addresses, use "0.0.0.0/0" for IPv4 and "::/0" for IPv6. Addresses []string `mandatory:"true" json:"addresses"` // NetworkAddressList display name, can be renamed. DisplayName *string `mandatory:"false" json:"displayName"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"false" json:"systemTags"` }
func (m CreateNetworkAddressListAddressesDetails) GetCompartmentId() *string
GetCompartmentId returns CompartmentId
func (m CreateNetworkAddressListAddressesDetails) GetDefinedTags() map[string]map[string]interface{}
GetDefinedTags returns DefinedTags
func (m CreateNetworkAddressListAddressesDetails) GetDisplayName() *string
GetDisplayName returns DisplayName
func (m CreateNetworkAddressListAddressesDetails) GetFreeformTags() map[string]string
GetFreeformTags returns FreeformTags
func (m CreateNetworkAddressListAddressesDetails) GetSystemTags() map[string]map[string]interface{}
GetSystemTags returns SystemTags
func (m CreateNetworkAddressListAddressesDetails) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m CreateNetworkAddressListAddressesDetails) String() string
func (m CreateNetworkAddressListAddressesDetails) 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
CreateNetworkAddressListDetails The information about new NetworkAddressList.
type CreateNetworkAddressListDetails interface { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. GetCompartmentId() *string // NetworkAddressList display name, can be renamed. GetDisplayName() *string // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` GetFreeformTags() map[string]string // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` GetDefinedTags() map[string]map[string]interface{} // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` GetSystemTags() map[string]map[string]interface{} }
CreateNetworkAddressListDetailsTypeEnum Enum with underlying type: string
type CreateNetworkAddressListDetailsTypeEnum string
Set of constants representing the allowable values for CreateNetworkAddressListDetailsTypeEnum
const ( CreateNetworkAddressListDetailsTypeAddresses CreateNetworkAddressListDetailsTypeEnum = "ADDRESSES" CreateNetworkAddressListDetailsTypeVcnAddresses CreateNetworkAddressListDetailsTypeEnum = "VCN_ADDRESSES" )
func GetCreateNetworkAddressListDetailsTypeEnumValues() []CreateNetworkAddressListDetailsTypeEnum
GetCreateNetworkAddressListDetailsTypeEnumValues Enumerates the set of values for CreateNetworkAddressListDetailsTypeEnum
func GetMappingCreateNetworkAddressListDetailsTypeEnum(val string) (CreateNetworkAddressListDetailsTypeEnum, bool)
GetMappingCreateNetworkAddressListDetailsTypeEnum performs case Insensitive comparison on enum value and return the desired enum
CreateNetworkAddressListRequest wrapper for the CreateNetworkAddressList operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/CreateNetworkAddressList.go.html to see an example of how to use CreateNetworkAddressListRequest.
type CreateNetworkAddressListRequest struct { // Details for the new NetworkAddressList. CreateNetworkAddressListDetails `contributesTo:"body"` // A token that uniquely identifies a request so it can be retried in case of a timeout or // server error without risk of executing that same action again. Retry tokens expire after 24 // hours, but can be invalidated before then due to conflicting operations. For example, if a resource // has been deleted and purged from the system, then a retry of the original creation request might be rejected. OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // The client request ID for tracing. 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 CreateNetworkAddressListRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CreateNetworkAddressListRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CreateNetworkAddressListRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CreateNetworkAddressListRequest) String() string
func (request CreateNetworkAddressListRequest) 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
CreateNetworkAddressListResponse wrapper for the CreateNetworkAddressList operation
type CreateNetworkAddressListResponse struct { // The underlying http response RawResponse *http.Response // The NetworkAddressList instance NetworkAddressList `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // Location of the resource. Location *string `presentIn:"header" name:"location"` // Content Location of the resource. ContentLocation *string `presentIn:"header" name:"content-location"` }
func (response CreateNetworkAddressListResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CreateNetworkAddressListResponse) String() string
CreateNetworkAddressListVcnAddressesDetails The information about new NetworkAddressListVcnAddresses.
type CreateNetworkAddressListVcnAddressesDetails struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. CompartmentId *string `mandatory:"true" json:"compartmentId"` // A list of private address prefixes, each associated with a particular VCN. // To specify all addresses in a VCN, use "0.0.0.0/0" for IPv4 and "::/0" for IPv6. VcnAddresses []PrivateAddresses `mandatory:"true" json:"vcnAddresses"` // NetworkAddressList display name, can be renamed. DisplayName *string `mandatory:"false" json:"displayName"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"false" json:"systemTags"` }
func (m CreateNetworkAddressListVcnAddressesDetails) GetCompartmentId() *string
GetCompartmentId returns CompartmentId
func (m CreateNetworkAddressListVcnAddressesDetails) GetDefinedTags() map[string]map[string]interface{}
GetDefinedTags returns DefinedTags
func (m CreateNetworkAddressListVcnAddressesDetails) GetDisplayName() *string
GetDisplayName returns DisplayName
func (m CreateNetworkAddressListVcnAddressesDetails) GetFreeformTags() map[string]string
GetFreeformTags returns FreeformTags
func (m CreateNetworkAddressListVcnAddressesDetails) GetSystemTags() map[string]map[string]interface{}
GetSystemTags returns SystemTags
func (m CreateNetworkAddressListVcnAddressesDetails) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m CreateNetworkAddressListVcnAddressesDetails) String() string
func (m CreateNetworkAddressListVcnAddressesDetails) 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
CreateWebAppFirewallDetails The information about new Web App Firewall.
type CreateWebAppFirewallDetails interface { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. GetCompartmentId() *string // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of WebAppFirewallPolicy, which is attached to the resource. GetWebAppFirewallPolicyId() *string // WebAppFirewall display name, can be renamed. GetDisplayName() *string // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` GetFreeformTags() map[string]string // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` GetDefinedTags() map[string]map[string]interface{} // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` GetSystemTags() map[string]map[string]interface{} }
CreateWebAppFirewallLoadBalancerDetails The information about new WebAppFirewallLoadBalancer.
type CreateWebAppFirewallLoadBalancerDetails struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. CompartmentId *string `mandatory:"true" json:"compartmentId"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of WebAppFirewallPolicy, which is attached to the resource. WebAppFirewallPolicyId *string `mandatory:"true" json:"webAppFirewallPolicyId"` // LoadBalancer OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to which the WebAppFirewallPolicy is attached to. LoadBalancerId *string `mandatory:"true" json:"loadBalancerId"` // WebAppFirewall display name, can be renamed. DisplayName *string `mandatory:"false" json:"displayName"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"false" json:"systemTags"` }
func (m CreateWebAppFirewallLoadBalancerDetails) GetCompartmentId() *string
GetCompartmentId returns CompartmentId
func (m CreateWebAppFirewallLoadBalancerDetails) GetDefinedTags() map[string]map[string]interface{}
GetDefinedTags returns DefinedTags
func (m CreateWebAppFirewallLoadBalancerDetails) GetDisplayName() *string
GetDisplayName returns DisplayName
func (m CreateWebAppFirewallLoadBalancerDetails) GetFreeformTags() map[string]string
GetFreeformTags returns FreeformTags
func (m CreateWebAppFirewallLoadBalancerDetails) GetSystemTags() map[string]map[string]interface{}
GetSystemTags returns SystemTags
func (m CreateWebAppFirewallLoadBalancerDetails) GetWebAppFirewallPolicyId() *string
GetWebAppFirewallPolicyId returns WebAppFirewallPolicyId
func (m CreateWebAppFirewallLoadBalancerDetails) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m CreateWebAppFirewallLoadBalancerDetails) String() string
func (m CreateWebAppFirewallLoadBalancerDetails) 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
CreateWebAppFirewallPolicyDetails The information about new WebAppFirewallPolicy.
type CreateWebAppFirewallPolicyDetails struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. CompartmentId *string `mandatory:"true" json:"compartmentId"` // WebAppFirewallPolicy display name, can be renamed. DisplayName *string `mandatory:"false" json:"displayName"` // Predefined actions for use in multiple different rules. Not all actions are supported in every module. // Some actions terminate further execution of modules and rules in a module and some do not. // Actions names must be unique within this array. Actions []Action `mandatory:"false" json:"actions"` RequestAccessControl *RequestAccessControl `mandatory:"false" json:"requestAccessControl"` RequestRateLimiting *RequestRateLimiting `mandatory:"false" json:"requestRateLimiting"` RequestProtection *RequestProtection `mandatory:"false" json:"requestProtection"` ResponseAccessControl *ResponseAccessControl `mandatory:"false" json:"responseAccessControl"` ResponseProtection *ResponseProtection `mandatory:"false" json:"responseProtection"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"false" json:"systemTags"` }
func (m CreateWebAppFirewallPolicyDetails) String() string
func (m *CreateWebAppFirewallPolicyDetails) UnmarshalJSON(data []byte) (e error)
UnmarshalJSON unmarshals from json
func (m CreateWebAppFirewallPolicyDetails) 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
CreateWebAppFirewallPolicyRequest wrapper for the CreateWebAppFirewallPolicy operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/CreateWebAppFirewallPolicy.go.html to see an example of how to use CreateWebAppFirewallPolicyRequest.
type CreateWebAppFirewallPolicyRequest struct { // Details for the new WebAppFirewallPolicy. CreateWebAppFirewallPolicyDetails `contributesTo:"body"` // A token that uniquely identifies a request so it can be retried in case of a timeout or // server error without risk of executing that same action again. Retry tokens expire after 24 // hours, but can be invalidated before then due to conflicting operations. For example, if a resource // has been deleted and purged from the system, then a retry of the original creation request might be rejected. OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // The client request ID for tracing. 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 CreateWebAppFirewallPolicyRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CreateWebAppFirewallPolicyRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CreateWebAppFirewallPolicyRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CreateWebAppFirewallPolicyRequest) String() string
func (request CreateWebAppFirewallPolicyRequest) 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
CreateWebAppFirewallPolicyResponse wrapper for the CreateWebAppFirewallPolicy operation
type CreateWebAppFirewallPolicyResponse struct { // The underlying http response RawResponse *http.Response // The WebAppFirewallPolicy instance WebAppFirewallPolicy `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // Location of the resource. Location *string `presentIn:"header" name:"location"` // Content Location of the resource. ContentLocation *string `presentIn:"header" name:"content-location"` }
func (response CreateWebAppFirewallPolicyResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CreateWebAppFirewallPolicyResponse) String() string
CreateWebAppFirewallRequest wrapper for the CreateWebAppFirewall operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/CreateWebAppFirewall.go.html to see an example of how to use CreateWebAppFirewallRequest.
type CreateWebAppFirewallRequest struct { // Details for the new Web App Firewall. CreateWebAppFirewallDetails `contributesTo:"body"` // A token that uniquely identifies a request so it can be retried in case of a timeout or // server error without risk of executing that same action again. Retry tokens expire after 24 // hours, but can be invalidated before then due to conflicting operations. For example, if a resource // has been deleted and purged from the system, then a retry of the original creation request might be rejected. OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"` // The client request ID for tracing. 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 CreateWebAppFirewallRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request CreateWebAppFirewallRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request CreateWebAppFirewallRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CreateWebAppFirewallRequest) String() string
func (request CreateWebAppFirewallRequest) 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
CreateWebAppFirewallResponse wrapper for the CreateWebAppFirewall operation
type CreateWebAppFirewallResponse struct { // The underlying http response RawResponse *http.Response // The WebAppFirewall instance WebAppFirewall `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // Location of the resource. Location *string `presentIn:"header" name:"location"` // Content Location of the resource. ContentLocation *string `presentIn:"header" name:"content-location"` }
func (response CreateWebAppFirewallResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response CreateWebAppFirewallResponse) String() string
DeleteNetworkAddressListRequest wrapper for the DeleteNetworkAddressList operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/DeleteNetworkAddressList.go.html to see an example of how to use DeleteNetworkAddressListRequest.
type DeleteNetworkAddressListRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the NetworkAddressList. NetworkAddressListId *string `mandatory:"true" contributesTo:"path" name:"networkAddressListId"` // For optimistic concurrency control. In the PUT or DELETE call for a resource, // set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. // The resource will be updated or deleted only if the etag you provide matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // The client request ID for tracing. 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 DeleteNetworkAddressListRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request DeleteNetworkAddressListRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request DeleteNetworkAddressListRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request DeleteNetworkAddressListRequest) String() string
func (request DeleteNetworkAddressListRequest) 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
DeleteNetworkAddressListResponse wrapper for the DeleteNetworkAddressList operation
type DeleteNetworkAddressListResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response DeleteNetworkAddressListResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response DeleteNetworkAddressListResponse) String() string
DeleteWebAppFirewallPolicyRequest wrapper for the DeleteWebAppFirewallPolicy operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/DeleteWebAppFirewallPolicy.go.html to see an example of how to use DeleteWebAppFirewallPolicyRequest.
type DeleteWebAppFirewallPolicyRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppFirewallPolicy. WebAppFirewallPolicyId *string `mandatory:"true" contributesTo:"path" name:"webAppFirewallPolicyId"` // For optimistic concurrency control. In the PUT or DELETE call for a resource, // set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. // The resource will be updated or deleted only if the etag you provide matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // The client request ID for tracing. 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 DeleteWebAppFirewallPolicyRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request DeleteWebAppFirewallPolicyRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request DeleteWebAppFirewallPolicyRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request DeleteWebAppFirewallPolicyRequest) String() string
func (request DeleteWebAppFirewallPolicyRequest) 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
DeleteWebAppFirewallPolicyResponse wrapper for the DeleteWebAppFirewallPolicy operation
type DeleteWebAppFirewallPolicyResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response DeleteWebAppFirewallPolicyResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response DeleteWebAppFirewallPolicyResponse) String() string
DeleteWebAppFirewallRequest wrapper for the DeleteWebAppFirewall operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/DeleteWebAppFirewall.go.html to see an example of how to use DeleteWebAppFirewallRequest.
type DeleteWebAppFirewallRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppFirewall. WebAppFirewallId *string `mandatory:"true" contributesTo:"path" name:"webAppFirewallId"` // For optimistic concurrency control. In the PUT or DELETE call for a resource, // set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. // The resource will be updated or deleted only if the etag you provide matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // The client request ID for tracing. 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 DeleteWebAppFirewallRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request DeleteWebAppFirewallRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request DeleteWebAppFirewallRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request DeleteWebAppFirewallRequest) String() string
func (request DeleteWebAppFirewallRequest) 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
DeleteWebAppFirewallResponse wrapper for the DeleteWebAppFirewall operation
type DeleteWebAppFirewallResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response DeleteWebAppFirewallResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response DeleteWebAppFirewallResponse) String() string
DynamicHttpResponseBody Allows returning dynamically generated HTTP response body based on the provided template. The template allows variable interpolation by specifying variable name between the '${' and '}' delimiters. Escape sequences using '\' are supported to allow usage of '\\' and '\${' in the template to return '\' and '\${' in final response. The following variables are supported: * http.request.id - the HTTP request ID. For example: "d5fa953f75ef417e4c8008ef9336d779". Example:
{ "type": "DYNAMIC", "template": "{\n \"code\": 403,\n \"message\":\"Unauthorised\",\n \"incidentId\": \"${http.request.id}\"\n}" }
Example with escape sequence:
{ "type": "DYNAMIC", "template": "\\${Returned as plain text}" }
type DynamicHttpResponseBody struct { // Dynamic response body Template *string `mandatory:"true" json:"template"` }
func (m DynamicHttpResponseBody) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m DynamicHttpResponseBody) String() string
func (m DynamicHttpResponseBody) 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
GetNetworkAddressListRequest wrapper for the GetNetworkAddressList operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/GetNetworkAddressList.go.html to see an example of how to use GetNetworkAddressListRequest.
type GetNetworkAddressListRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the NetworkAddressList. NetworkAddressListId *string `mandatory:"true" contributesTo:"path" name:"networkAddressListId"` // The client request ID for tracing. 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 GetNetworkAddressListRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetNetworkAddressListRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetNetworkAddressListRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetNetworkAddressListRequest) String() string
func (request GetNetworkAddressListRequest) 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
GetNetworkAddressListResponse wrapper for the GetNetworkAddressList operation
type GetNetworkAddressListResponse struct { // The underlying http response RawResponse *http.Response // The NetworkAddressList instance NetworkAddressList `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response GetNetworkAddressListResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetNetworkAddressListResponse) String() string
GetWebAppFirewallPolicyRequest wrapper for the GetWebAppFirewallPolicy operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/GetWebAppFirewallPolicy.go.html to see an example of how to use GetWebAppFirewallPolicyRequest.
type GetWebAppFirewallPolicyRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppFirewallPolicy. WebAppFirewallPolicyId *string `mandatory:"true" contributesTo:"path" name:"webAppFirewallPolicyId"` // The client request ID for tracing. 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 GetWebAppFirewallPolicyRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetWebAppFirewallPolicyRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetWebAppFirewallPolicyRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetWebAppFirewallPolicyRequest) String() string
func (request GetWebAppFirewallPolicyRequest) 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
GetWebAppFirewallPolicyResponse wrapper for the GetWebAppFirewallPolicy operation
type GetWebAppFirewallPolicyResponse struct { // The underlying http response RawResponse *http.Response // The WebAppFirewallPolicy instance WebAppFirewallPolicy `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response GetWebAppFirewallPolicyResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetWebAppFirewallPolicyResponse) String() string
GetWebAppFirewallRequest wrapper for the GetWebAppFirewall operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/GetWebAppFirewall.go.html to see an example of how to use GetWebAppFirewallRequest.
type GetWebAppFirewallRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppFirewall. WebAppFirewallId *string `mandatory:"true" contributesTo:"path" name:"webAppFirewallId"` // The client request ID for tracing. 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 GetWebAppFirewallRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetWebAppFirewallRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetWebAppFirewallRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetWebAppFirewallRequest) String() string
func (request GetWebAppFirewallRequest) 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
GetWebAppFirewallResponse wrapper for the GetWebAppFirewall operation
type GetWebAppFirewallResponse struct { // The underlying http response RawResponse *http.Response // The WebAppFirewall instance WebAppFirewall `presentIn:"body"` // For optimistic concurrency control. See `if-match`. Etag *string `presentIn:"header" name:"etag"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response GetWebAppFirewallResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetWebAppFirewallResponse) String() string
GetWorkRequestRequest wrapper for the GetWorkRequest operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/GetWorkRequest.go.html to see an example of how to use GetWorkRequestRequest.
type GetWorkRequestRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous request. WorkRequestId *string `mandatory:"true" contributesTo:"path" name:"workRequestId"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request GetWorkRequestRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request GetWorkRequestRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request GetWorkRequestRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request GetWorkRequestRequest) String() string
func (request GetWorkRequestRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
GetWorkRequestResponse wrapper for the GetWorkRequest operation
type GetWorkRequestResponse struct { // The underlying http response RawResponse *http.Response // The WorkRequest instance WorkRequest `presentIn:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // A decimal number representing the number of seconds the client should wait before polling this endpoint again. RetryAfter *int `presentIn:"header" name:"retry-after"` }
func (response GetWorkRequestResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response GetWorkRequestResponse) String() string
HttpResponseBody Type of returned HTTP response body.
type HttpResponseBody interface { }
HttpResponseBodyTypeEnum Enum with underlying type: string
type HttpResponseBodyTypeEnum string
Set of constants representing the allowable values for HttpResponseBodyTypeEnum
const ( HttpResponseBodyTypeStaticText HttpResponseBodyTypeEnum = "STATIC_TEXT" HttpResponseBodyTypeDynamic HttpResponseBodyTypeEnum = "DYNAMIC" )
func GetHttpResponseBodyTypeEnumValues() []HttpResponseBodyTypeEnum
GetHttpResponseBodyTypeEnumValues Enumerates the set of values for HttpResponseBodyTypeEnum
func GetMappingHttpResponseBodyTypeEnum(val string) (HttpResponseBodyTypeEnum, bool)
GetMappingHttpResponseBodyTypeEnum performs case Insensitive comparison on enum value and return the desired enum
ListNetworkAddressListsRequest wrapper for the ListNetworkAddressLists operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/ListNetworkAddressLists.go.html to see an example of how to use ListNetworkAddressListsRequest.
type ListNetworkAddressListsRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources. CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"` // A filter to return only resources that match the given lifecycleState. LifecycleState []NetworkAddressListLifecycleStateEnum `contributesTo:"query" name:"lifecycleState" omitEmpty:"true" collectionFormat:"multi"` // A filter to return only resources that match the entire display name given. DisplayName *string `mandatory:"false" contributesTo:"query" name:"displayName"` // A filter to return only the NetworkAddressList with the given OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Id *string `mandatory:"false" contributesTo:"query" name:"id"` // The maximum number of items to return. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // A token representing the position at which to start retrieving results. // This must come from the `opc-next-page` header field of a previous response. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The sort order to use, either 'ASC' or 'DESC'. SortOrder ListNetworkAddressListsSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // The field to sort by. Only one sort order may be provided. // Default order for timeCreated is descending. // Default order for displayName is ascending. // If no value is specified timeCreated is default. SortBy ListNetworkAddressListsSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // The client request ID for tracing. 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 ListNetworkAddressListsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListNetworkAddressListsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListNetworkAddressListsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListNetworkAddressListsRequest) String() string
func (request ListNetworkAddressListsRequest) 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
ListNetworkAddressListsResponse wrapper for the ListNetworkAddressLists operation
type ListNetworkAddressListsResponse struct { // The underlying http response RawResponse *http.Response // A list of NetworkAddressListCollection instances NetworkAddressListCollection `presentIn:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // For pagination of a list of items. When paging through a list, if this header appears in the response, // then a partial list might have been returned. Include this value as the `page` parameter for the // subsequent GET request to get the next batch of items. OpcNextPage *string `presentIn:"header" name:"opc-next-page"` }
func (response ListNetworkAddressListsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListNetworkAddressListsResponse) String() string
ListNetworkAddressListsSortByEnum Enum with underlying type: string
type ListNetworkAddressListsSortByEnum string
Set of constants representing the allowable values for ListNetworkAddressListsSortByEnum
const ( ListNetworkAddressListsSortByTimecreated ListNetworkAddressListsSortByEnum = "timeCreated" ListNetworkAddressListsSortByDisplayname ListNetworkAddressListsSortByEnum = "displayName" )
func GetListNetworkAddressListsSortByEnumValues() []ListNetworkAddressListsSortByEnum
GetListNetworkAddressListsSortByEnumValues Enumerates the set of values for ListNetworkAddressListsSortByEnum
func GetMappingListNetworkAddressListsSortByEnum(val string) (ListNetworkAddressListsSortByEnum, bool)
GetMappingListNetworkAddressListsSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListNetworkAddressListsSortOrderEnum Enum with underlying type: string
type ListNetworkAddressListsSortOrderEnum string
Set of constants representing the allowable values for ListNetworkAddressListsSortOrderEnum
const ( ListNetworkAddressListsSortOrderAsc ListNetworkAddressListsSortOrderEnum = "ASC" ListNetworkAddressListsSortOrderDesc ListNetworkAddressListsSortOrderEnum = "DESC" )
func GetListNetworkAddressListsSortOrderEnumValues() []ListNetworkAddressListsSortOrderEnum
GetListNetworkAddressListsSortOrderEnumValues Enumerates the set of values for ListNetworkAddressListsSortOrderEnum
func GetMappingListNetworkAddressListsSortOrderEnum(val string) (ListNetworkAddressListsSortOrderEnum, bool)
GetMappingListNetworkAddressListsSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListProtectionCapabilitiesRequest wrapper for the ListProtectionCapabilities operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/ListProtectionCapabilities.go.html to see an example of how to use ListProtectionCapabilitiesRequest.
type ListProtectionCapabilitiesRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources. CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A token representing the position at which to start retrieving results. // This must come from the `opc-next-page` header field of a previous response. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The maximum number of items to return. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // The unique key of protection capability to filter by. Key *string `mandatory:"false" contributesTo:"query" name:"key"` // A filter to return only resources that matches given isLatestVersion. IsLatestVersion []bool `contributesTo:"query" name:"isLatestVersion" collectionFormat:"multi"` // A filter to return only resources that matches given type. Type ProtectionCapabilitySummaryTypeEnum `mandatory:"false" contributesTo:"query" name:"type" omitEmpty:"true"` // A filter to return only resources that are accociated given group tag. GroupTag []string `contributesTo:"query" name:"groupTag" collectionFormat:"multi"` // A filter to return only resources that match the entire display name given. DisplayName *string `mandatory:"false" contributesTo:"query" name:"displayName"` // The sort order to use, either 'ASC' or 'DESC'. SortOrder ListProtectionCapabilitiesSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // The field to sort by. Only one sort order may be provided. // Default order for key is descending. // Default order for type is descending. // Default order for displayName is ascending. // If no value is specified key is default. SortBy ListProtectionCapabilitiesSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListProtectionCapabilitiesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListProtectionCapabilitiesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListProtectionCapabilitiesRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListProtectionCapabilitiesRequest) String() string
func (request ListProtectionCapabilitiesRequest) 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
ListProtectionCapabilitiesResponse wrapper for the ListProtectionCapabilities operation
type ListProtectionCapabilitiesResponse struct { // The underlying http response RawResponse *http.Response // A list of ProtectionCapabilityCollection instances ProtectionCapabilityCollection `presentIn:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // For pagination of a list of items. When paging through a list, if this header appears in the response, // then a partial list might have been returned. Include this value as the `page` parameter for the // subsequent GET request to get the next batch of items. OpcNextPage *string `presentIn:"header" name:"opc-next-page"` }
func (response ListProtectionCapabilitiesResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListProtectionCapabilitiesResponse) String() string
ListProtectionCapabilitiesSortByEnum Enum with underlying type: string
type ListProtectionCapabilitiesSortByEnum string
Set of constants representing the allowable values for ListProtectionCapabilitiesSortByEnum
const ( ListProtectionCapabilitiesSortByKey ListProtectionCapabilitiesSortByEnum = "key" ListProtectionCapabilitiesSortByType ListProtectionCapabilitiesSortByEnum = "type" ListProtectionCapabilitiesSortByDisplayname ListProtectionCapabilitiesSortByEnum = "displayName" )
func GetListProtectionCapabilitiesSortByEnumValues() []ListProtectionCapabilitiesSortByEnum
GetListProtectionCapabilitiesSortByEnumValues Enumerates the set of values for ListProtectionCapabilitiesSortByEnum
func GetMappingListProtectionCapabilitiesSortByEnum(val string) (ListProtectionCapabilitiesSortByEnum, bool)
GetMappingListProtectionCapabilitiesSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListProtectionCapabilitiesSortOrderEnum Enum with underlying type: string
type ListProtectionCapabilitiesSortOrderEnum string
Set of constants representing the allowable values for ListProtectionCapabilitiesSortOrderEnum
const ( ListProtectionCapabilitiesSortOrderAsc ListProtectionCapabilitiesSortOrderEnum = "ASC" ListProtectionCapabilitiesSortOrderDesc ListProtectionCapabilitiesSortOrderEnum = "DESC" )
func GetListProtectionCapabilitiesSortOrderEnumValues() []ListProtectionCapabilitiesSortOrderEnum
GetListProtectionCapabilitiesSortOrderEnumValues Enumerates the set of values for ListProtectionCapabilitiesSortOrderEnum
func GetMappingListProtectionCapabilitiesSortOrderEnum(val string) (ListProtectionCapabilitiesSortOrderEnum, bool)
GetMappingListProtectionCapabilitiesSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListProtectionCapabilityGroupTagsRequest wrapper for the ListProtectionCapabilityGroupTags operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/ListProtectionCapabilityGroupTags.go.html to see an example of how to use ListProtectionCapabilityGroupTagsRequest.
type ListProtectionCapabilityGroupTagsRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources. CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A token representing the position at which to start retrieving results. // This must come from the `opc-next-page` header field of a previous response. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The maximum number of items to return. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // A filter to return only resources that matches given type. Type ProtectionCapabilitySummaryTypeEnum `mandatory:"false" contributesTo:"query" name:"type" omitEmpty:"true"` // The sort order to use, either 'ASC' or 'DESC'. SortOrder ListProtectionCapabilityGroupTagsSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // The field to sort by. Only one sort order may be provided. // Default order for name is ascending. // If no value is specified name is default. SortBy ListProtectionCapabilityGroupTagsSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // A filter to return only resources that match the entire name given. Name *string `mandatory:"false" contributesTo:"query" name:"name"` // 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 ListProtectionCapabilityGroupTagsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListProtectionCapabilityGroupTagsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListProtectionCapabilityGroupTagsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListProtectionCapabilityGroupTagsRequest) String() string
func (request ListProtectionCapabilityGroupTagsRequest) 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
ListProtectionCapabilityGroupTagsResponse wrapper for the ListProtectionCapabilityGroupTags operation
type ListProtectionCapabilityGroupTagsResponse struct { // The underlying http response RawResponse *http.Response // A list of ProtectionCapabilityGroupTagCollection instances ProtectionCapabilityGroupTagCollection `presentIn:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // For pagination of a list of items. When paging through a list, if this header appears in the response, // then a partial list might have been returned. Include this value as the `page` parameter for the // subsequent GET request to get the next batch of items. OpcNextPage *string `presentIn:"header" name:"opc-next-page"` }
func (response ListProtectionCapabilityGroupTagsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListProtectionCapabilityGroupTagsResponse) String() string
ListProtectionCapabilityGroupTagsSortByEnum Enum with underlying type: string
type ListProtectionCapabilityGroupTagsSortByEnum string
Set of constants representing the allowable values for ListProtectionCapabilityGroupTagsSortByEnum
const ( ListProtectionCapabilityGroupTagsSortByName ListProtectionCapabilityGroupTagsSortByEnum = "name" )
func GetListProtectionCapabilityGroupTagsSortByEnumValues() []ListProtectionCapabilityGroupTagsSortByEnum
GetListProtectionCapabilityGroupTagsSortByEnumValues Enumerates the set of values for ListProtectionCapabilityGroupTagsSortByEnum
func GetMappingListProtectionCapabilityGroupTagsSortByEnum(val string) (ListProtectionCapabilityGroupTagsSortByEnum, bool)
GetMappingListProtectionCapabilityGroupTagsSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListProtectionCapabilityGroupTagsSortOrderEnum Enum with underlying type: string
type ListProtectionCapabilityGroupTagsSortOrderEnum string
Set of constants representing the allowable values for ListProtectionCapabilityGroupTagsSortOrderEnum
const ( ListProtectionCapabilityGroupTagsSortOrderAsc ListProtectionCapabilityGroupTagsSortOrderEnum = "ASC" ListProtectionCapabilityGroupTagsSortOrderDesc ListProtectionCapabilityGroupTagsSortOrderEnum = "DESC" )
func GetListProtectionCapabilityGroupTagsSortOrderEnumValues() []ListProtectionCapabilityGroupTagsSortOrderEnum
GetListProtectionCapabilityGroupTagsSortOrderEnumValues Enumerates the set of values for ListProtectionCapabilityGroupTagsSortOrderEnum
func GetMappingListProtectionCapabilityGroupTagsSortOrderEnum(val string) (ListProtectionCapabilityGroupTagsSortOrderEnum, bool)
GetMappingListProtectionCapabilityGroupTagsSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListWebAppFirewallPoliciesRequest wrapper for the ListWebAppFirewallPolicies operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/ListWebAppFirewallPolicies.go.html to see an example of how to use ListWebAppFirewallPoliciesRequest.
type ListWebAppFirewallPoliciesRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources. CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"` // A filter to return only resources that match the given lifecycleState. LifecycleState []WebAppFirewallPolicyLifecycleStateEnum `contributesTo:"query" name:"lifecycleState" omitEmpty:"true" collectionFormat:"multi"` // A filter to return only resources that match the entire display name given. DisplayName *string `mandatory:"false" contributesTo:"query" name:"displayName"` // A filter to return only the WebAppFirewallPolicy with the given OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Id *string `mandatory:"false" contributesTo:"query" name:"id"` // The maximum number of items to return. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // A token representing the position at which to start retrieving results. // This must come from the `opc-next-page` header field of a previous response. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The sort order to use, either 'ASC' or 'DESC'. SortOrder ListWebAppFirewallPoliciesSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // The field to sort by. Only one sort order may be provided. // Default order for timeCreated is descending. // Default order for displayName is ascending. // If no value is specified timeCreated is default. SortBy ListWebAppFirewallPoliciesSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // The client request ID for tracing. 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 ListWebAppFirewallPoliciesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListWebAppFirewallPoliciesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListWebAppFirewallPoliciesRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListWebAppFirewallPoliciesRequest) String() string
func (request ListWebAppFirewallPoliciesRequest) 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
ListWebAppFirewallPoliciesResponse wrapper for the ListWebAppFirewallPolicies operation
type ListWebAppFirewallPoliciesResponse struct { // The underlying http response RawResponse *http.Response // A list of WebAppFirewallPolicyCollection instances WebAppFirewallPolicyCollection `presentIn:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // For pagination of a list of items. When paging through a list, if this header appears in the response, // then a partial list might have been returned. Include this value as the `page` parameter for the // subsequent GET request to get the next batch of items. OpcNextPage *string `presentIn:"header" name:"opc-next-page"` }
func (response ListWebAppFirewallPoliciesResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListWebAppFirewallPoliciesResponse) String() string
ListWebAppFirewallPoliciesSortByEnum Enum with underlying type: string
type ListWebAppFirewallPoliciesSortByEnum string
Set of constants representing the allowable values for ListWebAppFirewallPoliciesSortByEnum
const ( ListWebAppFirewallPoliciesSortByTimecreated ListWebAppFirewallPoliciesSortByEnum = "timeCreated" ListWebAppFirewallPoliciesSortByDisplayname ListWebAppFirewallPoliciesSortByEnum = "displayName" )
func GetListWebAppFirewallPoliciesSortByEnumValues() []ListWebAppFirewallPoliciesSortByEnum
GetListWebAppFirewallPoliciesSortByEnumValues Enumerates the set of values for ListWebAppFirewallPoliciesSortByEnum
func GetMappingListWebAppFirewallPoliciesSortByEnum(val string) (ListWebAppFirewallPoliciesSortByEnum, bool)
GetMappingListWebAppFirewallPoliciesSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListWebAppFirewallPoliciesSortOrderEnum Enum with underlying type: string
type ListWebAppFirewallPoliciesSortOrderEnum string
Set of constants representing the allowable values for ListWebAppFirewallPoliciesSortOrderEnum
const ( ListWebAppFirewallPoliciesSortOrderAsc ListWebAppFirewallPoliciesSortOrderEnum = "ASC" ListWebAppFirewallPoliciesSortOrderDesc ListWebAppFirewallPoliciesSortOrderEnum = "DESC" )
func GetListWebAppFirewallPoliciesSortOrderEnumValues() []ListWebAppFirewallPoliciesSortOrderEnum
GetListWebAppFirewallPoliciesSortOrderEnumValues Enumerates the set of values for ListWebAppFirewallPoliciesSortOrderEnum
func GetMappingListWebAppFirewallPoliciesSortOrderEnum(val string) (ListWebAppFirewallPoliciesSortOrderEnum, bool)
GetMappingListWebAppFirewallPoliciesSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListWebAppFirewallsRequest wrapper for the ListWebAppFirewalls operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/ListWebAppFirewalls.go.html to see an example of how to use ListWebAppFirewallsRequest.
type ListWebAppFirewallsRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources. CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"` // A filter to return only the WebAppFirewall with the given OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Id *string `mandatory:"false" contributesTo:"query" name:"id"` // A filter to return only the WebAppFirewall with the given OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of related WebAppFirewallPolicy. WebAppFirewallPolicyId *string `mandatory:"false" contributesTo:"query" name:"webAppFirewallPolicyId"` // A filter to return only resources that match the given lifecycleState. LifecycleState []WebAppFirewallLifecycleStateEnum `contributesTo:"query" name:"lifecycleState" omitEmpty:"true" collectionFormat:"multi"` // A filter to return only resources that match the entire display name given. DisplayName *string `mandatory:"false" contributesTo:"query" name:"displayName"` // The maximum number of items to return. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // A token representing the position at which to start retrieving results. // This must come from the `opc-next-page` header field of a previous response. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The sort order to use, either 'ASC' or 'DESC'. SortOrder ListWebAppFirewallsSortOrderEnum `mandatory:"false" contributesTo:"query" name:"sortOrder" omitEmpty:"true"` // The field to sort by. Only one sort order may be provided. // Default order for timeCreated is descending. // Default order for displayName is ascending. // If no value is specified timeCreated is default. SortBy ListWebAppFirewallsSortByEnum `mandatory:"false" contributesTo:"query" name:"sortBy" omitEmpty:"true"` // The client request ID for tracing. 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 ListWebAppFirewallsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListWebAppFirewallsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListWebAppFirewallsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListWebAppFirewallsRequest) String() string
func (request ListWebAppFirewallsRequest) 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
ListWebAppFirewallsResponse wrapper for the ListWebAppFirewalls operation
type ListWebAppFirewallsResponse struct { // The underlying http response RawResponse *http.Response // A list of WebAppFirewallCollection instances WebAppFirewallCollection `presentIn:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // For pagination of a list of items. When paging through a list, if this header appears in the response, // then a partial list might have been returned. Include this value as the `page` parameter for the // subsequent GET request to get the next batch of items. OpcNextPage *string `presentIn:"header" name:"opc-next-page"` }
func (response ListWebAppFirewallsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListWebAppFirewallsResponse) String() string
ListWebAppFirewallsSortByEnum Enum with underlying type: string
type ListWebAppFirewallsSortByEnum string
Set of constants representing the allowable values for ListWebAppFirewallsSortByEnum
const ( ListWebAppFirewallsSortByTimecreated ListWebAppFirewallsSortByEnum = "timeCreated" ListWebAppFirewallsSortByDisplayname ListWebAppFirewallsSortByEnum = "displayName" )
func GetListWebAppFirewallsSortByEnumValues() []ListWebAppFirewallsSortByEnum
GetListWebAppFirewallsSortByEnumValues Enumerates the set of values for ListWebAppFirewallsSortByEnum
func GetMappingListWebAppFirewallsSortByEnum(val string) (ListWebAppFirewallsSortByEnum, bool)
GetMappingListWebAppFirewallsSortByEnum performs case Insensitive comparison on enum value and return the desired enum
ListWebAppFirewallsSortOrderEnum Enum with underlying type: string
type ListWebAppFirewallsSortOrderEnum string
Set of constants representing the allowable values for ListWebAppFirewallsSortOrderEnum
const ( ListWebAppFirewallsSortOrderAsc ListWebAppFirewallsSortOrderEnum = "ASC" ListWebAppFirewallsSortOrderDesc ListWebAppFirewallsSortOrderEnum = "DESC" )
func GetListWebAppFirewallsSortOrderEnumValues() []ListWebAppFirewallsSortOrderEnum
GetListWebAppFirewallsSortOrderEnumValues Enumerates the set of values for ListWebAppFirewallsSortOrderEnum
func GetMappingListWebAppFirewallsSortOrderEnum(val string) (ListWebAppFirewallsSortOrderEnum, bool)
GetMappingListWebAppFirewallsSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
ListWorkRequestErrorsRequest wrapper for the ListWorkRequestErrors operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/ListWorkRequestErrors.go.html to see an example of how to use ListWorkRequestErrorsRequest.
type ListWorkRequestErrorsRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous request. WorkRequestId *string `mandatory:"true" contributesTo:"path" name:"workRequestId"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A token representing the position at which to start retrieving results. // This must come from the `opc-next-page` header field of a previous response. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The maximum number of items to return. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListWorkRequestErrorsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListWorkRequestErrorsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListWorkRequestErrorsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListWorkRequestErrorsRequest) String() string
func (request ListWorkRequestErrorsRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListWorkRequestErrorsResponse wrapper for the ListWorkRequestErrors operation
type ListWorkRequestErrorsResponse struct { // The underlying http response RawResponse *http.Response // A list of WorkRequestErrorCollection instances WorkRequestErrorCollection `presentIn:"body"` // For pagination of a list of items. When paging through a list, if this header appears in the response, // then a partial list might have been returned. Include this value as the `page` parameter for the // subsequent GET request to get the next batch of items. OpcNextPage *string `presentIn:"header" name:"opc-next-page"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ListWorkRequestErrorsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListWorkRequestErrorsResponse) String() string
ListWorkRequestLogsRequest wrapper for the ListWorkRequestLogs operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/ListWorkRequestLogs.go.html to see an example of how to use ListWorkRequestLogsRequest.
type ListWorkRequestLogsRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous request. WorkRequestId *string `mandatory:"true" contributesTo:"path" name:"workRequestId"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A token representing the position at which to start retrieving results. // This must come from the `opc-next-page` header field of a previous response. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The maximum number of items to return. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListWorkRequestLogsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListWorkRequestLogsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListWorkRequestLogsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListWorkRequestLogsRequest) String() string
func (request ListWorkRequestLogsRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListWorkRequestLogsResponse wrapper for the ListWorkRequestLogs operation
type ListWorkRequestLogsResponse struct { // The underlying http response RawResponse *http.Response // A list of WorkRequestLogEntryCollection instances WorkRequestLogEntryCollection `presentIn:"body"` // For pagination of a list of items. When paging through a list, if this header appears in the response, // then a partial list might have been returned. Include this value as the `page` parameter for the // subsequent GET request to get the next batch of items. OpcNextPage *string `presentIn:"header" name:"opc-next-page"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response ListWorkRequestLogsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListWorkRequestLogsResponse) String() string
ListWorkRequestsRequest wrapper for the ListWorkRequests operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/ListWorkRequests.go.html to see an example of how to use ListWorkRequestsRequest.
type ListWorkRequestsRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources. CompartmentId *string `mandatory:"true" contributesTo:"query" name:"compartmentId"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request. WorkRequestId *string `mandatory:"false" contributesTo:"query" name:"workRequestId"` // The client request ID for tracing. OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"` // A token representing the position at which to start retrieving results. // This must come from the `opc-next-page` header field of a previous response. Page *string `mandatory:"false" contributesTo:"query" name:"page"` // The maximum number of items to return. Limit *int `mandatory:"false" contributesTo:"query" name:"limit"` // Metadata about the request. This information will not be transmitted to the service, but // represents information that the SDK will consume to drive retry behavior. RequestMetadata common.RequestMetadata }
func (request ListWorkRequestsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request ListWorkRequestsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request ListWorkRequestsRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request ListWorkRequestsRequest) String() string
func (request ListWorkRequestsRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
ListWorkRequestsResponse wrapper for the ListWorkRequests operation
type ListWorkRequestsResponse struct { // The underlying http response RawResponse *http.Response // A list of WorkRequestCollection instances WorkRequestCollection `presentIn:"body"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` // For pagination of a list of items. When paging through a list, if this header appears in the response, // then a partial list might have been returned. Include this value as the `page` parameter for the // subsequent GET request to get the next batch of items. OpcNextPage *string `presentIn:"header" name:"opc-next-page"` }
func (response ListWorkRequestsResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response ListWorkRequestsResponse) String() string
NetworkAddressList IP addresses that can be used between different WebAppFirewallPolicies.
type NetworkAddressList interface { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the NetworkAddressList. GetId() *string // NetworkAddressList display name, can be renamed. GetDisplayName() *string // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. GetCompartmentId() *string // The time the NetworkAddressList was created. An RFC3339 formatted datetime string. GetTimeCreated() *common.SDKTime // The current state of the NetworkAddressList. GetLifecycleState() NetworkAddressListLifecycleStateEnum // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` GetFreeformTags() map[string]string // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` GetDefinedTags() map[string]map[string]interface{} // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` GetSystemTags() map[string]map[string]interface{} // The time the NetworkAddressList was updated. An RFC3339 formatted datetime string. GetTimeUpdated() *common.SDKTime // A message describing the current state in more detail. // For example, can be used to provide actionable information for a resource in FAILED state. GetLifecycleDetails() *string }
NetworkAddressListAddresses A NetworkAddressList that contains addresses.
type NetworkAddressListAddresses struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the NetworkAddressList. Id *string `mandatory:"true" json:"id"` // NetworkAddressList display name, can be renamed. DisplayName *string `mandatory:"true" json:"displayName"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. CompartmentId *string `mandatory:"true" json:"compartmentId"` // The time the NetworkAddressList was created. An RFC3339 formatted datetime string. TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"true" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"true" json:"definedTags"` // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"true" json:"systemTags"` // A list of IP address prefixes in CIDR notation. // To specify all addresses, use "0.0.0.0/0" for IPv4 and "::/0" for IPv6. Addresses []string `mandatory:"true" json:"addresses"` // The time the NetworkAddressList was updated. An RFC3339 formatted datetime string. TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"` // A message describing the current state in more detail. // For example, can be used to provide actionable information for a resource in FAILED state. LifecycleDetails *string `mandatory:"false" json:"lifecycleDetails"` // The current state of the NetworkAddressList. LifecycleState NetworkAddressListLifecycleStateEnum `mandatory:"true" json:"lifecycleState"` }
func (m NetworkAddressListAddresses) GetCompartmentId() *string
GetCompartmentId returns CompartmentId
func (m NetworkAddressListAddresses) GetDefinedTags() map[string]map[string]interface{}
GetDefinedTags returns DefinedTags
func (m NetworkAddressListAddresses) GetDisplayName() *string
GetDisplayName returns DisplayName
func (m NetworkAddressListAddresses) GetFreeformTags() map[string]string
GetFreeformTags returns FreeformTags
func (m NetworkAddressListAddresses) GetId() *string
GetId returns Id
func (m NetworkAddressListAddresses) GetLifecycleDetails() *string
GetLifecycleDetails returns LifecycleDetails
func (m NetworkAddressListAddresses) GetLifecycleState() NetworkAddressListLifecycleStateEnum
GetLifecycleState returns LifecycleState
func (m NetworkAddressListAddresses) GetSystemTags() map[string]map[string]interface{}
GetSystemTags returns SystemTags
func (m NetworkAddressListAddresses) GetTimeCreated() *common.SDKTime
GetTimeCreated returns TimeCreated
func (m NetworkAddressListAddresses) GetTimeUpdated() *common.SDKTime
GetTimeUpdated returns TimeUpdated
func (m NetworkAddressListAddresses) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m NetworkAddressListAddresses) String() string
func (m NetworkAddressListAddresses) 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
NetworkAddressListAddressesSummary Summary of NetworkAddressListAddresses.
type NetworkAddressListAddressesSummary struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the NetworkAddressList. Id *string `mandatory:"true" json:"id"` // NetworkAddressList display name, can be renamed. DisplayName *string `mandatory:"true" json:"displayName"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. CompartmentId *string `mandatory:"true" json:"compartmentId"` // The time the NetworkAddressList was created. An RFC3339 formatted datetime string. TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"true" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"true" json:"definedTags"` // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"true" json:"systemTags"` // A list of IP address prefixes in CIDR notation. // To specify all addresses, use "0.0.0.0/0" for IPv4 and "::/0" for IPv6. Addresses []string `mandatory:"true" json:"addresses"` // The time the NetworkAddressList was updated. An RFC3339 formatted datetime string. TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"` // A message describing the current state in more detail. // For example, can be used to provide actionable information for a resource in FAILED state. LifecycleDetails *string `mandatory:"false" json:"lifecycleDetails"` // The current state of the NetworkAddress List. LifecycleState NetworkAddressListLifecycleStateEnum `mandatory:"true" json:"lifecycleState"` }
func (m NetworkAddressListAddressesSummary) GetCompartmentId() *string
GetCompartmentId returns CompartmentId
func (m NetworkAddressListAddressesSummary) GetDefinedTags() map[string]map[string]interface{}
GetDefinedTags returns DefinedTags
func (m NetworkAddressListAddressesSummary) GetDisplayName() *string
GetDisplayName returns DisplayName
func (m NetworkAddressListAddressesSummary) GetFreeformTags() map[string]string
GetFreeformTags returns FreeformTags
func (m NetworkAddressListAddressesSummary) GetId() *string
GetId returns Id
func (m NetworkAddressListAddressesSummary) GetLifecycleDetails() *string
GetLifecycleDetails returns LifecycleDetails
func (m NetworkAddressListAddressesSummary) GetLifecycleState() NetworkAddressListLifecycleStateEnum
GetLifecycleState returns LifecycleState
func (m NetworkAddressListAddressesSummary) GetSystemTags() map[string]map[string]interface{}
GetSystemTags returns SystemTags
func (m NetworkAddressListAddressesSummary) GetTimeCreated() *common.SDKTime
GetTimeCreated returns TimeCreated
func (m NetworkAddressListAddressesSummary) GetTimeUpdated() *common.SDKTime
GetTimeUpdated returns TimeUpdated
func (m NetworkAddressListAddressesSummary) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m NetworkAddressListAddressesSummary) String() string
func (m NetworkAddressListAddressesSummary) 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
NetworkAddressListCollection Contains NetworkAddressListSummary items.
type NetworkAddressListCollection struct { // A list of NetworkAddressListSummary objects. Items []NetworkAddressListSummary `mandatory:"true" json:"items"` }
func (m NetworkAddressListCollection) String() string
func (m *NetworkAddressListCollection) UnmarshalJSON(data []byte) (e error)
UnmarshalJSON unmarshals from json
func (m NetworkAddressListCollection) 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
NetworkAddressListLifecycleStateEnum Enum with underlying type: string
type NetworkAddressListLifecycleStateEnum string
Set of constants representing the allowable values for NetworkAddressListLifecycleStateEnum
const ( NetworkAddressListLifecycleStateCreating NetworkAddressListLifecycleStateEnum = "CREATING" NetworkAddressListLifecycleStateUpdating NetworkAddressListLifecycleStateEnum = "UPDATING" NetworkAddressListLifecycleStateActive NetworkAddressListLifecycleStateEnum = "ACTIVE" NetworkAddressListLifecycleStateDeleting NetworkAddressListLifecycleStateEnum = "DELETING" NetworkAddressListLifecycleStateDeleted NetworkAddressListLifecycleStateEnum = "DELETED" NetworkAddressListLifecycleStateFailed NetworkAddressListLifecycleStateEnum = "FAILED" )
func GetMappingNetworkAddressListLifecycleStateEnum(val string) (NetworkAddressListLifecycleStateEnum, bool)
GetMappingNetworkAddressListLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetNetworkAddressListLifecycleStateEnumValues() []NetworkAddressListLifecycleStateEnum
GetNetworkAddressListLifecycleStateEnumValues Enumerates the set of values for NetworkAddressListLifecycleStateEnum
NetworkAddressListSummary Summary of NetworkAddressList.
type NetworkAddressListSummary interface { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the NetworkAddressList. GetId() *string // NetworkAddressList display name, can be renamed. GetDisplayName() *string // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. GetCompartmentId() *string // The time the NetworkAddressList was created. An RFC3339 formatted datetime string. GetTimeCreated() *common.SDKTime // The current state of the NetworkAddress List. GetLifecycleState() NetworkAddressListLifecycleStateEnum // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` GetFreeformTags() map[string]string // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` GetDefinedTags() map[string]map[string]interface{} // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` GetSystemTags() map[string]map[string]interface{} // The time the NetworkAddressList was updated. An RFC3339 formatted datetime string. GetTimeUpdated() *common.SDKTime // A message describing the current state in more detail. // For example, can be used to provide actionable information for a resource in FAILED state. GetLifecycleDetails() *string }
NetworkAddressListSummaryTypeEnum Enum with underlying type: string
type NetworkAddressListSummaryTypeEnum string
Set of constants representing the allowable values for NetworkAddressListSummaryTypeEnum
const ( NetworkAddressListSummaryTypeAddresses NetworkAddressListSummaryTypeEnum = "ADDRESSES" NetworkAddressListSummaryTypeVcnAddresses NetworkAddressListSummaryTypeEnum = "VCN_ADDRESSES" )
func GetMappingNetworkAddressListSummaryTypeEnum(val string) (NetworkAddressListSummaryTypeEnum, bool)
GetMappingNetworkAddressListSummaryTypeEnum performs case Insensitive comparison on enum value and return the desired enum
func GetNetworkAddressListSummaryTypeEnumValues() []NetworkAddressListSummaryTypeEnum
GetNetworkAddressListSummaryTypeEnumValues Enumerates the set of values for NetworkAddressListSummaryTypeEnum
NetworkAddressListTypeEnum Enum with underlying type: string
type NetworkAddressListTypeEnum string
Set of constants representing the allowable values for NetworkAddressListTypeEnum
const ( NetworkAddressListTypeAddresses NetworkAddressListTypeEnum = "ADDRESSES" NetworkAddressListTypeVcnAddresses NetworkAddressListTypeEnum = "VCN_ADDRESSES" )
func GetMappingNetworkAddressListTypeEnum(val string) (NetworkAddressListTypeEnum, bool)
GetMappingNetworkAddressListTypeEnum performs case Insensitive comparison on enum value and return the desired enum
func GetNetworkAddressListTypeEnumValues() []NetworkAddressListTypeEnum
GetNetworkAddressListTypeEnumValues Enumerates the set of values for NetworkAddressListTypeEnum
NetworkAddressListVcnAddresses A NetworkAddressList that contains VCN addresses.
type NetworkAddressListVcnAddresses struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the NetworkAddressList. Id *string `mandatory:"true" json:"id"` // NetworkAddressList display name, can be renamed. DisplayName *string `mandatory:"true" json:"displayName"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. CompartmentId *string `mandatory:"true" json:"compartmentId"` // The time the NetworkAddressList was created. An RFC3339 formatted datetime string. TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"true" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"true" json:"definedTags"` // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"true" json:"systemTags"` // A list of private address prefixes, each associated with a particular VCN. // To specify all addresses in a VCN, use "0.0.0.0/0" for IPv4 and "::/0" for IPv6. VcnAddresses []PrivateAddresses `mandatory:"true" json:"vcnAddresses"` // The time the NetworkAddressList was updated. An RFC3339 formatted datetime string. TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"` // A message describing the current state in more detail. // For example, can be used to provide actionable information for a resource in FAILED state. LifecycleDetails *string `mandatory:"false" json:"lifecycleDetails"` // The current state of the NetworkAddressList. LifecycleState NetworkAddressListLifecycleStateEnum `mandatory:"true" json:"lifecycleState"` }
func (m NetworkAddressListVcnAddresses) GetCompartmentId() *string
GetCompartmentId returns CompartmentId
func (m NetworkAddressListVcnAddresses) GetDefinedTags() map[string]map[string]interface{}
GetDefinedTags returns DefinedTags
func (m NetworkAddressListVcnAddresses) GetDisplayName() *string
GetDisplayName returns DisplayName
func (m NetworkAddressListVcnAddresses) GetFreeformTags() map[string]string
GetFreeformTags returns FreeformTags
func (m NetworkAddressListVcnAddresses) GetId() *string
GetId returns Id
func (m NetworkAddressListVcnAddresses) GetLifecycleDetails() *string
GetLifecycleDetails returns LifecycleDetails
func (m NetworkAddressListVcnAddresses) GetLifecycleState() NetworkAddressListLifecycleStateEnum
GetLifecycleState returns LifecycleState
func (m NetworkAddressListVcnAddresses) GetSystemTags() map[string]map[string]interface{}
GetSystemTags returns SystemTags
func (m NetworkAddressListVcnAddresses) GetTimeCreated() *common.SDKTime
GetTimeCreated returns TimeCreated
func (m NetworkAddressListVcnAddresses) GetTimeUpdated() *common.SDKTime
GetTimeUpdated returns TimeUpdated
func (m NetworkAddressListVcnAddresses) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m NetworkAddressListVcnAddresses) String() string
func (m NetworkAddressListVcnAddresses) 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
NetworkAddressListVcnAddressesSummary Summary of NetworkAddressListVcnAddresses.
type NetworkAddressListVcnAddressesSummary struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the NetworkAddressList. Id *string `mandatory:"true" json:"id"` // NetworkAddressList display name, can be renamed. DisplayName *string `mandatory:"true" json:"displayName"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. CompartmentId *string `mandatory:"true" json:"compartmentId"` // The time the NetworkAddressList was created. An RFC3339 formatted datetime string. TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"true" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"true" json:"definedTags"` // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"true" json:"systemTags"` // A list of private address prefixes, each associated with a particular VCN. // To specify all addresses in a VCN, use "0.0.0.0/0" for IPv4 and "::/0" for IPv6. VcnAddresses []PrivateAddresses `mandatory:"true" json:"vcnAddresses"` // The time the NetworkAddressList was updated. An RFC3339 formatted datetime string. TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"` // A message describing the current state in more detail. // For example, can be used to provide actionable information for a resource in FAILED state. LifecycleDetails *string `mandatory:"false" json:"lifecycleDetails"` // The current state of the NetworkAddress List. LifecycleState NetworkAddressListLifecycleStateEnum `mandatory:"true" json:"lifecycleState"` }
func (m NetworkAddressListVcnAddressesSummary) GetCompartmentId() *string
GetCompartmentId returns CompartmentId
func (m NetworkAddressListVcnAddressesSummary) GetDefinedTags() map[string]map[string]interface{}
GetDefinedTags returns DefinedTags
func (m NetworkAddressListVcnAddressesSummary) GetDisplayName() *string
GetDisplayName returns DisplayName
func (m NetworkAddressListVcnAddressesSummary) GetFreeformTags() map[string]string
GetFreeformTags returns FreeformTags
func (m NetworkAddressListVcnAddressesSummary) GetId() *string
GetId returns Id
func (m NetworkAddressListVcnAddressesSummary) GetLifecycleDetails() *string
GetLifecycleDetails returns LifecycleDetails
func (m NetworkAddressListVcnAddressesSummary) GetLifecycleState() NetworkAddressListLifecycleStateEnum
GetLifecycleState returns LifecycleState
func (m NetworkAddressListVcnAddressesSummary) GetSystemTags() map[string]map[string]interface{}
GetSystemTags returns SystemTags
func (m NetworkAddressListVcnAddressesSummary) GetTimeCreated() *common.SDKTime
GetTimeCreated returns TimeCreated
func (m NetworkAddressListVcnAddressesSummary) GetTimeUpdated() *common.SDKTime
GetTimeUpdated returns TimeUpdated
func (m NetworkAddressListVcnAddressesSummary) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m NetworkAddressListVcnAddressesSummary) String() string
func (m NetworkAddressListVcnAddressesSummary) 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
PrivateAddresses A pair of VCN OCID and private IP address prefix in CIDR notation.
type PrivateAddresses struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN. VcnId *string `mandatory:"true" json:"vcnId"` // A private IP address or CIDR IP address range. Addresses *string `mandatory:"true" json:"addresses"` }
func (m PrivateAddresses) String() string
func (m PrivateAddresses) 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
ProtectionCapability References an OCI-managed protection capability. Checks if HTTP requests/responses are malicious.
type ProtectionCapability struct { // Unique key of referenced protection capability. Key *string `mandatory:"true" json:"key"` // Version of referenced protection capability. Version *int `mandatory:"true" json:"version"` Exclusions *ProtectionCapabilityExclusions `mandatory:"false" json:"exclusions"` // Override action to take if capability was triggered, defined in Protection Rule for this capability. // Only actions of type CHECK are allowed. ActionName *string `mandatory:"false" json:"actionName"` // The minimum sum of weights of associated collaborative protection capabilities that have triggered which // must be reached in order for _this_ capability to trigger. // This field is ignored for non-collaborative capabilities. CollaborativeActionThreshold *int `mandatory:"false" json:"collaborativeActionThreshold"` // Explicit weight values to use for associated collaborative protection capabilities. CollaborativeWeights []CollaborativeCapabilityWeightOverride `mandatory:"false" json:"collaborativeWeights"` }
func (m ProtectionCapability) String() string
func (m ProtectionCapability) 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
ProtectionCapabilityCollection Result of a protection capabilities search.
type ProtectionCapabilityCollection struct { // List of protection capabilities. Items []ProtectionCapabilitySummary `mandatory:"true" json:"items"` }
func (m ProtectionCapabilityCollection) String() string
func (m ProtectionCapabilityCollection) 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
ProtectionCapabilityExclusions Identifies specific HTTP message parameters to exclude from inspection by a protection capability.
type ProtectionCapabilityExclusions struct { // List of HTTP request cookie values (by cookie name) to exclude from inspecting. // Example: If we have cookie 'cookieName=cookieValue' and requestCookies=['cookieName'], both 'cookieName' and 'cookieValue' will not be inspected. RequestCookies []string `mandatory:"false" json:"requestCookies"` // List of URL query parameter values from form-urlencoded XML, JSON, AMP, or POST payloads to exclude from inspecting. // Example: If we have query parameter 'argumentName=argumentValue' and args=['argumentName'], both 'argumentName' and 'argumentValue' will not be inspected. Args []string `mandatory:"false" json:"args"` }
func (m ProtectionCapabilityExclusions) String() string
func (m ProtectionCapabilityExclusions) 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
ProtectionCapabilityGroupTagCollection Result of a protection capabilities group tags search.
type ProtectionCapabilityGroupTagCollection struct { // List of protection capabilities group tags. Items []ProtectionCapabilityGroupTagSummary `mandatory:"true" json:"items"` }
func (m ProtectionCapabilityGroupTagCollection) String() string
func (m ProtectionCapabilityGroupTagCollection) 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
ProtectionCapabilityGroupTagSummary Object representing protection cabapility group tag and its metadata.
type ProtectionCapabilityGroupTagSummary struct { // Unique name of protection capability group tag. Name *string `mandatory:"true" json:"name"` }
func (m ProtectionCapabilityGroupTagSummary) String() string
func (m ProtectionCapabilityGroupTagSummary) 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
ProtectionCapabilitySettings Settings for protection capabilities
type ProtectionCapabilitySettings struct { // Maximum number of arguments allowed. Used in protection capability 920380: Number of Arguments Limits. MaxNumberOfArguments *int `mandatory:"false" json:"maxNumberOfArguments"` // Maximum allowed length of a single argument. Used in protection capability 920370: Limit argument value length. MaxSingleArgumentLength *int `mandatory:"false" json:"maxSingleArgumentLength"` // Maximum allowed total length of all arguments. Used in protection capability 920390: Limit arguments total length. MaxTotalArgumentLength *int `mandatory:"false" json:"maxTotalArgumentLength"` // Maximum number of headers allowed in an HTTP request. Used in protection capability 9200014: Limit Number of Request Headers. MaxHttpRequestHeaders *int `mandatory:"false" json:"maxHttpRequestHeaders"` // Maximum allowed length of headers in an HTTP request. Used in protection capability: 9200024: Limit length of request header size. MaxHttpRequestHeaderLength *int `mandatory:"false" json:"maxHttpRequestHeaderLength"` // List of allowed HTTP methods. Each value as a RFC7230 formated token string. // Used in protection capability 911100: Restrict HTTP Request Methods. AllowedHttpMethods []string `mandatory:"false" json:"allowedHttpMethods"` }
func (m ProtectionCapabilitySettings) String() string
func (m ProtectionCapabilitySettings) 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
ProtectionCapabilitySummary A summary of available OCI-managed protection capabilities in WebAppFirewallPolicy. Protection capabilies checks HTTP requests/responses if they are malicious.
type ProtectionCapabilitySummary struct { // Unique key of protection capability. Key *string `mandatory:"true" json:"key"` // The display name of protection capability. DisplayName *string `mandatory:"true" json:"displayName"` // The description of protection capability. Description *string `mandatory:"true" json:"description"` // The version of protection capability. Version *int `mandatory:"true" json:"version"` // The field that shows if this is the latest version of protection capability. IsLatestVersion *bool `mandatory:"true" json:"isLatestVersion"` // The type of protection capability. // * **REQUEST_PROTECTION_CAPABILITY** can only be used in `requestProtection` module of WebAppFirewallPolicy. // * **RESPONSE_PROTECTION_CAPABILITY** can only be used in `responseProtection` module of WebAppFirewallPolicy. Type ProtectionCapabilitySummaryTypeEnum `mandatory:"true" json:"type"` // The list of unique names protection capability group tags that are associated with this capability. // Example: ["PCI", "Recommended"] GroupTags []string `mandatory:"false" json:"groupTags"` // The default collaborative action threshold for OCI-managed collaborative protection capability. // Collaborative protection capabilities are made of several simple, non-collaborative protection capabilities // (referred to as `contributing capabilities` later on) which have weights assigned to them. These weights can // be found in the `collaborativeWeights` array. // For incoming/outgoing HTTP messages, all contributing capabilities are executed and the sum of all triggered // contributing capabilities weights is calculated. Only if this sum is greater than or equal to // `collaborativeActionThreshold` is the incoming/outgoing HTTP message marked as malicious. // This field is ignored for non-collaborative capabilities. CollaborativeActionThreshold *int `mandatory:"false" json:"collaborativeActionThreshold"` // The weights of contributing capabilities. // Defines how much each contributing capability contributes towards the action threshold of a collaborative protection capability. // This field is ignored for non-collaborative capabilities. CollaborativeWeights []CollaborativeCapabilityWeight `mandatory:"false" json:"collaborativeWeights"` }
func (m ProtectionCapabilitySummary) String() string
func (m ProtectionCapabilitySummary) 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
ProtectionCapabilitySummaryTypeEnum Enum with underlying type: string
type ProtectionCapabilitySummaryTypeEnum string
Set of constants representing the allowable values for ProtectionCapabilitySummaryTypeEnum
const ( ProtectionCapabilitySummaryTypeRequestProtectionCapability ProtectionCapabilitySummaryTypeEnum = "REQUEST_PROTECTION_CAPABILITY" ProtectionCapabilitySummaryTypeResponseProtectionCapability ProtectionCapabilitySummaryTypeEnum = "RESPONSE_PROTECTION_CAPABILITY" )
func GetMappingProtectionCapabilitySummaryTypeEnum(val string) (ProtectionCapabilitySummaryTypeEnum, bool)
GetMappingProtectionCapabilitySummaryTypeEnum performs case Insensitive comparison on enum value and return the desired enum
func GetProtectionCapabilitySummaryTypeEnumValues() []ProtectionCapabilitySummaryTypeEnum
GetProtectionCapabilitySummaryTypeEnumValues Enumerates the set of values for ProtectionCapabilitySummaryTypeEnum
ProtectionRule Rule that represents Request/Response Protection. Only actions of the following types are allowed to be referenced in this rule:
type ProtectionRule struct { // Rule name. Must be unique within the module. Name *string `mandatory:"true" json:"name"` // References action by name from actions defined in WebAppFirewallPolicy. ActionName *string `mandatory:"true" json:"actionName"` // An ordered list that references OCI-managed protection capabilities. // Referenced protection capabilities are not necessarily executed in order of appearance. Their execution order // is decided at runtime for improved performance. // The array cannot contain entries with the same pair of capability key and version more than once. ProtectionCapabilities []ProtectionCapability `mandatory:"true" json:"protectionCapabilities"` // An expression that determines whether or not the rule action should be executed. Condition *string `mandatory:"false" json:"condition"` ProtectionCapabilitySettings *ProtectionCapabilitySettings `mandatory:"false" json:"protectionCapabilitySettings"` // Enables/disables body inspection for this protection rule. // Only Protection Rules in RequestProtection can have this option enabled. Response body inspection will // be available at a later date. IsBodyInspectionEnabled *bool `mandatory:"false" json:"isBodyInspectionEnabled"` // The language used to parse condition from field `condition`. Available languages: // * **JMESPATH** an extended JMESPath language syntax. ConditionLanguage WebAppFirewallPolicyRuleConditionLanguageEnum `mandatory:"false" json:"conditionLanguage,omitempty"` }
func (m ProtectionRule) GetActionName() *string
GetActionName returns ActionName
func (m ProtectionRule) GetCondition() *string
GetCondition returns Condition
func (m ProtectionRule) GetConditionLanguage() WebAppFirewallPolicyRuleConditionLanguageEnum
GetConditionLanguage returns ConditionLanguage
func (m ProtectionRule) GetName() *string
GetName returns Name
func (m ProtectionRule) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m ProtectionRule) String() string
func (m ProtectionRule) 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
RequestAccessControl Module that allows inspection of HTTP request properties and to return a defined HTTP response. In this module, rules with the name 'Default Action' are not allowed, since this name is reserved for default action logs.
type RequestAccessControl struct { // References an default Action to take if no AccessControlRule was matched. Allowed action types: // * **ALLOW** continues execution of other modules and their rules. // * **RETURN_HTTP_RESPONSE** terminates further execution of modules and rules and returns defined HTTP response. DefaultActionName *string `mandatory:"true" json:"defaultActionName"` // Ordered list of AccessControlRules. Rules are executed in order of appearance in this array. Rules []AccessControlRule `mandatory:"false" json:"rules"` }
func (m RequestAccessControl) String() string
func (m RequestAccessControl) 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
RequestProtection Module that allows to enable OCI-managed protection capabilities for incoming HTTP requests.
type RequestProtection struct { // Ordered list of ProtectionRules. Rules are executed in order of appearance in this array. // ProtectionRules in this array can only use protection Capabilities of REQUEST_PROTECTION_CAPABILITY type. Rules []ProtectionRule `mandatory:"false" json:"rules"` // Maximum size of inspected HTTP message body in bytes. Actions to take if this limit is exceeded are defined in `bodyInspectionSizeLimitExceededActionName`. // Body inspection maximum size allowed is defined with per-tenancy limit: 8192 bytes. BodyInspectionSizeLimitInBytes *int `mandatory:"false" json:"bodyInspectionSizeLimitInBytes"` // References action by name from actions defined in WebAppFirewallPolicy. Executed if HTTP message // body size exceeds limit set in field `bodyInspectionSizeLimitInBytes`. // If this field is `null` HTTP message body will inspected up to `bodyInspectionSizeLimitInBytes` and the rest // will not be inspected by Protection Capabilities. // Allowed action types: // * **RETURN_HTTP_RESPONSE** terminates further execution of modules and rules and returns defined HTTP response. BodyInspectionSizeLimitExceededActionName *string `mandatory:"false" json:"bodyInspectionSizeLimitExceededActionName"` }
func (m RequestProtection) String() string
func (m RequestProtection) 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
RequestRateLimiting Module that allows inspection of HTTP connection properties and to limit requests frequency for a given key.
type RequestRateLimiting struct { // Ordered list of RequestRateLimitingRules. Rules are executed in order of appearance in this array. Rules []RequestRateLimitingRule `mandatory:"false" json:"rules"` }
func (m RequestRateLimiting) String() string
func (m RequestRateLimiting) 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
RequestRateLimitingConfiguration Rate limiting configuration.
type RequestRateLimitingConfiguration struct { // Evaluation period in seconds. PeriodInSeconds *int `mandatory:"true" json:"periodInSeconds"` // Requests allowed per evaluation period. RequestsLimit *int `mandatory:"true" json:"requestsLimit"` // Duration of block action application in seconds when `requestsLimit` is reached. Optional and can be 0 (no block duration). ActionDurationInSeconds *int `mandatory:"false" json:"actionDurationInSeconds"` }
func (m RequestRateLimitingConfiguration) String() string
func (m RequestRateLimitingConfiguration) 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
RequestRateLimitingRule Rule that represents RequestRateLimitingConfigurations. Only actions of the following types are allowed to be referenced in this rule:
type RequestRateLimitingRule struct { // Rule name. Must be unique within the module. Name *string `mandatory:"true" json:"name"` // References action by name from actions defined in WebAppFirewallPolicy. ActionName *string `mandatory:"true" json:"actionName"` // Rate Limiting Configurations. // Each configuration counts requests towards its own `requestsLimit`. Configurations []RequestRateLimitingConfiguration `mandatory:"true" json:"configurations"` // An expression that determines whether or not the rule action should be executed. Condition *string `mandatory:"false" json:"condition"` // The language used to parse condition from field `condition`. Available languages: // * **JMESPATH** an extended JMESPath language syntax. ConditionLanguage WebAppFirewallPolicyRuleConditionLanguageEnum `mandatory:"false" json:"conditionLanguage,omitempty"` }
func (m RequestRateLimitingRule) GetActionName() *string
GetActionName returns ActionName
func (m RequestRateLimitingRule) GetCondition() *string
GetCondition returns Condition
func (m RequestRateLimitingRule) GetConditionLanguage() WebAppFirewallPolicyRuleConditionLanguageEnum
GetConditionLanguage returns ConditionLanguage
func (m RequestRateLimitingRule) GetName() *string
GetName returns Name
func (m RequestRateLimitingRule) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m RequestRateLimitingRule) String() string
func (m RequestRateLimitingRule) 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
ResponseAccessControl Module that allows inspection of HTTP response properties and to return a defined HTTP response.
type ResponseAccessControl struct { // Ordered list of AccessControlRules. Rules are executed in order of appearance in this array. Rules []AccessControlRule `mandatory:"false" json:"rules"` }
func (m ResponseAccessControl) String() string
func (m ResponseAccessControl) 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
ResponseHeader A header field to add to a response.
type ResponseHeader struct { // The name of the header field. Name *string `mandatory:"true" json:"name"` // The value of the header field. Value *string `mandatory:"true" json:"value"` }
func (m ResponseHeader) String() string
func (m ResponseHeader) 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
ResponseProtection Module that allows to enable OCI-managed protection capabilities for HTTP responses.
type ResponseProtection struct { // Ordered list of ProtectionRules. Rules are executed in order of appearance in this array. // ProtectionRules in this array can only use protection capabilities of RESPONSE_PROTECTION_CAPABILITY type. Rules []ProtectionRule `mandatory:"false" json:"rules"` }
func (m ResponseProtection) String() string
func (m ResponseProtection) 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
ReturnHttpResponseAction An object that represents an action which returns a defined HTTP response.
type ReturnHttpResponseAction struct { // Action name. Can be used to reference the action. Name *string `mandatory:"true" json:"name"` // Response code. // The following response codes are valid values for this property: // * 2xx // 200 OK // 201 Created // 202 Accepted // 206 Partial Content // * 3xx // 300 Multiple Choices // 301 Moved Permanently // 302 Found // 303 See Other // 307 Temporary Redirect // * 4xx // 400 Bad Request // 401 Unauthorized // 403 Forbidden // 404 Not Found // 405 Method Not Allowed // 408 Request Timeout // 409 Conflict // 411 Length Required // 412 Precondition Failed // 413 Payload Too Large // 414 URI Too Long // 415 Unsupported Media Type // 416 Range Not Satisfiable // 422 Unprocessable Entity // 429 Too Many Requests // 494 Request Header Too Large // 495 Cert Error // 496 No Cert // 497 HTTP to HTTPS // * 5xx // 500 Internal Server Error // 501 Not Implemented // 502 Bad Gateway // 503 Service Unavailable // 504 Gateway Timeout // 507 Insufficient Storage // Example: `200` Code *int `mandatory:"true" json:"code"` // Adds headers defined in this array for HTTP response. // Hop-by-hop headers are not allowed to be set: // * Connection // * Keep-Alive // * Proxy-Authenticate // * Proxy-Authorization // * TE // * Trailer // * Transfer-Encoding // * Upgrade Headers []ResponseHeader `mandatory:"false" json:"headers"` Body HttpResponseBody `mandatory:"false" json:"body"` }
func (m ReturnHttpResponseAction) GetName() *string
GetName returns Name
func (m ReturnHttpResponseAction) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m ReturnHttpResponseAction) String() string
func (m *ReturnHttpResponseAction) UnmarshalJSON(data []byte) (e error)
UnmarshalJSON unmarshals from json
func (m ReturnHttpResponseAction) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
SortOrderEnum Enum with underlying type: string
type SortOrderEnum string
Set of constants representing the allowable values for SortOrderEnum
const ( SortOrderAsc SortOrderEnum = "ASC" SortOrderDesc SortOrderEnum = "DESC" )
func GetMappingSortOrderEnum(val string) (SortOrderEnum, bool)
GetMappingSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum
func GetSortOrderEnumValues() []SortOrderEnum
GetSortOrderEnumValues Enumerates the set of values for SortOrderEnum
StaticTextHttpResponseBody Allows returning static text as HTTP response body. Example:
{ "type": "STATIC_TEXT", "text": "{\n \"code\": 403,\n \"message\":\"Unauthorised\"\n}" }
type StaticTextHttpResponseBody struct { // Static response body text. Text *string `mandatory:"true" json:"text"` }
func (m StaticTextHttpResponseBody) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m StaticTextHttpResponseBody) String() string
func (m StaticTextHttpResponseBody) 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
UpdateNetworkAddressListAddressesDetails The information to be updated for NetworkAddressListAddresses.
type UpdateNetworkAddressListAddressesDetails struct { // NetworkAddressList display name, can be renamed. DisplayName *string `mandatory:"false" json:"displayName"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"false" json:"systemTags"` // A list of IP address prefixes in CIDR notation. // To specify all addresses, use "0.0.0.0/0" for IPv4 and "::/0" for IPv6. Addresses []string `mandatory:"false" json:"addresses"` }
func (m UpdateNetworkAddressListAddressesDetails) GetDefinedTags() map[string]map[string]interface{}
GetDefinedTags returns DefinedTags
func (m UpdateNetworkAddressListAddressesDetails) GetDisplayName() *string
GetDisplayName returns DisplayName
func (m UpdateNetworkAddressListAddressesDetails) GetFreeformTags() map[string]string
GetFreeformTags returns FreeformTags
func (m UpdateNetworkAddressListAddressesDetails) GetSystemTags() map[string]map[string]interface{}
GetSystemTags returns SystemTags
func (m UpdateNetworkAddressListAddressesDetails) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m UpdateNetworkAddressListAddressesDetails) String() string
func (m UpdateNetworkAddressListAddressesDetails) 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
UpdateNetworkAddressListDetails The information to be updated.
type UpdateNetworkAddressListDetails interface { // NetworkAddressList display name, can be renamed. GetDisplayName() *string // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` GetFreeformTags() map[string]string // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` GetDefinedTags() map[string]map[string]interface{} // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` GetSystemTags() map[string]map[string]interface{} }
UpdateNetworkAddressListDetailsTypeEnum Enum with underlying type: string
type UpdateNetworkAddressListDetailsTypeEnum string
Set of constants representing the allowable values for UpdateNetworkAddressListDetailsTypeEnum
const ( UpdateNetworkAddressListDetailsTypeAddresses UpdateNetworkAddressListDetailsTypeEnum = "ADDRESSES" UpdateNetworkAddressListDetailsTypeVcnAddresses UpdateNetworkAddressListDetailsTypeEnum = "VCN_ADDRESSES" )
func GetMappingUpdateNetworkAddressListDetailsTypeEnum(val string) (UpdateNetworkAddressListDetailsTypeEnum, bool)
GetMappingUpdateNetworkAddressListDetailsTypeEnum performs case Insensitive comparison on enum value and return the desired enum
func GetUpdateNetworkAddressListDetailsTypeEnumValues() []UpdateNetworkAddressListDetailsTypeEnum
GetUpdateNetworkAddressListDetailsTypeEnumValues Enumerates the set of values for UpdateNetworkAddressListDetailsTypeEnum
UpdateNetworkAddressListRequest wrapper for the UpdateNetworkAddressList operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/UpdateNetworkAddressList.go.html to see an example of how to use UpdateNetworkAddressListRequest.
type UpdateNetworkAddressListRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the NetworkAddressList. NetworkAddressListId *string `mandatory:"true" contributesTo:"path" name:"networkAddressListId"` // The information to be updated. UpdateNetworkAddressListDetails `contributesTo:"body"` // For optimistic concurrency control. In the PUT or DELETE call for a resource, // set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. // The resource will be updated or deleted only if the etag you provide matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // The client request ID for tracing. 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 UpdateNetworkAddressListRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request UpdateNetworkAddressListRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request UpdateNetworkAddressListRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request UpdateNetworkAddressListRequest) String() string
func (request UpdateNetworkAddressListRequest) 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
UpdateNetworkAddressListResponse wrapper for the UpdateNetworkAddressList operation
type UpdateNetworkAddressListResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response UpdateNetworkAddressListResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response UpdateNetworkAddressListResponse) String() string
UpdateNetworkAddressListVcnAddressesDetails The information to be updated for NetworkAddressListVcnAddresses.
type UpdateNetworkAddressListVcnAddressesDetails struct { // NetworkAddressList display name, can be renamed. DisplayName *string `mandatory:"false" json:"displayName"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"false" json:"systemTags"` // A list of private address prefixes, each associated with a particular VCN. // To specify all addresses in a VCN, use "0.0.0.0/0" for IPv4 and "::/0" for IPv6. VcnAddresses []PrivateAddresses `mandatory:"false" json:"vcnAddresses"` }
func (m UpdateNetworkAddressListVcnAddressesDetails) GetDefinedTags() map[string]map[string]interface{}
GetDefinedTags returns DefinedTags
func (m UpdateNetworkAddressListVcnAddressesDetails) GetDisplayName() *string
GetDisplayName returns DisplayName
func (m UpdateNetworkAddressListVcnAddressesDetails) GetFreeformTags() map[string]string
GetFreeformTags returns FreeformTags
func (m UpdateNetworkAddressListVcnAddressesDetails) GetSystemTags() map[string]map[string]interface{}
GetSystemTags returns SystemTags
func (m UpdateNetworkAddressListVcnAddressesDetails) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m UpdateNetworkAddressListVcnAddressesDetails) String() string
func (m UpdateNetworkAddressListVcnAddressesDetails) 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
UpdateWebAppFirewallDetails The information to be updated for WebAppFirewall.
type UpdateWebAppFirewallDetails struct { // WebAppFirewall display name, can be renamed. DisplayName *string `mandatory:"false" json:"displayName"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of WebAppFirewallPolicy, which is attached to the resource. // This update guarantees that the resource always has WebAppFirewallPolicy attached at any time. WebAppFirewallPolicyId *string `mandatory:"false" json:"webAppFirewallPolicyId"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"false" json:"systemTags"` }
func (m UpdateWebAppFirewallDetails) String() string
func (m UpdateWebAppFirewallDetails) 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
UpdateWebAppFirewallPolicyDetails The information to be updated. When updating WebAppFirewallPolicy, shallow merge is used for all top-level fields, meaning that top-level fields with defined values are completely overwritten and top-level fields without defined values are unchanged.
type UpdateWebAppFirewallPolicyDetails struct { // WebAppFirewallPolicy display name, can be renamed. DisplayName *string `mandatory:"false" json:"displayName"` // Predefined actions for use in multiple different rules. Not all actions are supported in every module. // Some actions terminate further execution of modules and rules in a module and some do not. // Actions names must be unique within this array. Actions []Action `mandatory:"false" json:"actions"` RequestAccessControl *RequestAccessControl `mandatory:"false" json:"requestAccessControl"` RequestRateLimiting *RequestRateLimiting `mandatory:"false" json:"requestRateLimiting"` RequestProtection *RequestProtection `mandatory:"false" json:"requestProtection"` ResponseAccessControl *ResponseAccessControl `mandatory:"false" json:"responseAccessControl"` ResponseProtection *ResponseProtection `mandatory:"false" json:"responseProtection"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"false" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"` // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"false" json:"systemTags"` }
func (m UpdateWebAppFirewallPolicyDetails) String() string
func (m *UpdateWebAppFirewallPolicyDetails) UnmarshalJSON(data []byte) (e error)
UnmarshalJSON unmarshals from json
func (m UpdateWebAppFirewallPolicyDetails) 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
UpdateWebAppFirewallPolicyRequest wrapper for the UpdateWebAppFirewallPolicy operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/UpdateWebAppFirewallPolicy.go.html to see an example of how to use UpdateWebAppFirewallPolicyRequest.
type UpdateWebAppFirewallPolicyRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppFirewallPolicy. WebAppFirewallPolicyId *string `mandatory:"true" contributesTo:"path" name:"webAppFirewallPolicyId"` // The information to be updated. UpdateWebAppFirewallPolicyDetails `contributesTo:"body"` // For optimistic concurrency control. In the PUT or DELETE call for a resource, // set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. // The resource will be updated or deleted only if the etag you provide matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // The client request ID for tracing. 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 UpdateWebAppFirewallPolicyRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request UpdateWebAppFirewallPolicyRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request UpdateWebAppFirewallPolicyRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request UpdateWebAppFirewallPolicyRequest) String() string
func (request UpdateWebAppFirewallPolicyRequest) 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
UpdateWebAppFirewallPolicyResponse wrapper for the UpdateWebAppFirewallPolicy operation
type UpdateWebAppFirewallPolicyResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response UpdateWebAppFirewallPolicyResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response UpdateWebAppFirewallPolicyResponse) String() string
UpdateWebAppFirewallRequest wrapper for the UpdateWebAppFirewall operation
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/UpdateWebAppFirewall.go.html to see an example of how to use UpdateWebAppFirewallRequest.
type UpdateWebAppFirewallRequest struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppFirewall. WebAppFirewallId *string `mandatory:"true" contributesTo:"path" name:"webAppFirewallId"` // The information to be updated. UpdateWebAppFirewallDetails `contributesTo:"body"` // For optimistic concurrency control. In the PUT or DELETE call for a resource, // set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. // The resource will be updated or deleted only if the etag you provide matches the resource's current etag value. IfMatch *string `mandatory:"false" contributesTo:"header" name:"if-match"` // The client request ID for tracing. 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 UpdateWebAppFirewallRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool)
BinaryRequestBody implements the OCIRequest interface
func (request UpdateWebAppFirewallRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error)
HTTPRequest implements the OCIRequest interface
func (request UpdateWebAppFirewallRequest) RetryPolicy() *common.RetryPolicy
RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request UpdateWebAppFirewallRequest) String() string
func (request UpdateWebAppFirewallRequest) 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
UpdateWebAppFirewallResponse wrapper for the UpdateWebAppFirewall operation
type UpdateWebAppFirewallResponse struct { // The underlying http response RawResponse *http.Response // Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation. OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"` // Unique Oracle-assigned identifier for the request. If you need to contact // Oracle about a particular request, please provide the request ID. OpcRequestId *string `presentIn:"header" name:"opc-request-id"` }
func (response UpdateWebAppFirewallResponse) HTTPResponse() *http.Response
HTTPResponse implements the OCIResponse interface
func (response UpdateWebAppFirewallResponse) String() string
WafClient a client for Waf
type WafClient struct { common.BaseClient // contains filtered or unexported fields }
func NewWafClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client WafClient, err error)
NewWafClientWithConfigurationProvider Creates a new default Waf client with the given configuration provider. the configuration provider will be used for the default signer as well as reading the region
func NewWafClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client WafClient, err error)
NewWafClientWithOboToken Creates a new default Waf 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 WafClient) ChangeNetworkAddressListCompartment(ctx context.Context, request ChangeNetworkAddressListCompartmentRequest) (response ChangeNetworkAddressListCompartmentResponse, err error)
ChangeNetworkAddressListCompartment Moves a NetworkAddressList resource from one compartment to another. When provided, If-Match is checked against ETag values of the resource.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/ChangeNetworkAddressListCompartment.go.html to see an example of how to use ChangeNetworkAddressListCompartment API. A default retry strategy applies to this operation ChangeNetworkAddressListCompartment()
func (client WafClient) ChangeWebAppFirewallCompartment(ctx context.Context, request ChangeWebAppFirewallCompartmentRequest) (response ChangeWebAppFirewallCompartmentResponse, err error)
ChangeWebAppFirewallCompartment Moves a Web App Firewall resource from one compartment to another. When provided, If-Match is checked against ETag values of the resource.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/ChangeWebAppFirewallCompartment.go.html to see an example of how to use ChangeWebAppFirewallCompartment API. A default retry strategy applies to this operation ChangeWebAppFirewallCompartment()
func (client WafClient) ChangeWebAppFirewallPolicyCompartment(ctx context.Context, request ChangeWebAppFirewallPolicyCompartmentRequest) (response ChangeWebAppFirewallPolicyCompartmentResponse, err error)
ChangeWebAppFirewallPolicyCompartment Moves a WebAppFirewallfPolicy resource from one compartment to another. When provided, If-Match is checked against ETag values of the resource.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/ChangeWebAppFirewallPolicyCompartment.go.html to see an example of how to use ChangeWebAppFirewallPolicyCompartment API. A default retry strategy applies to this operation ChangeWebAppFirewallPolicyCompartment()
func (client *WafClient) ConfigurationProvider() *common.ConfigurationProvider
ConfigurationProvider the ConfigurationProvider used in this client, or null if none set
func (client WafClient) CreateNetworkAddressList(ctx context.Context, request CreateNetworkAddressListRequest) (response CreateNetworkAddressListResponse, err error)
CreateNetworkAddressList Creates a new NetworkAddressList.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/CreateNetworkAddressList.go.html to see an example of how to use CreateNetworkAddressList API. A default retry strategy applies to this operation CreateNetworkAddressList()
func (client WafClient) CreateWebAppFirewall(ctx context.Context, request CreateWebAppFirewallRequest) (response CreateWebAppFirewallResponse, err error)
CreateWebAppFirewall Creates a new WebAppFirewall.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/CreateWebAppFirewall.go.html to see an example of how to use CreateWebAppFirewall API. A default retry strategy applies to this operation CreateWebAppFirewall()
func (client WafClient) CreateWebAppFirewallPolicy(ctx context.Context, request CreateWebAppFirewallPolicyRequest) (response CreateWebAppFirewallPolicyResponse, err error)
CreateWebAppFirewallPolicy Creates a new WebAppFirewallPolicy.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/CreateWebAppFirewallPolicy.go.html to see an example of how to use CreateWebAppFirewallPolicy API. A default retry strategy applies to this operation CreateWebAppFirewallPolicy()
func (client WafClient) DeleteNetworkAddressList(ctx context.Context, request DeleteNetworkAddressListRequest) (response DeleteNetworkAddressListResponse, err error)
DeleteNetworkAddressList Deletes a NetworkAddressList resource identified by the OCID.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/DeleteNetworkAddressList.go.html to see an example of how to use DeleteNetworkAddressList API. A default retry strategy applies to this operation DeleteNetworkAddressList()
func (client WafClient) DeleteWebAppFirewall(ctx context.Context, request DeleteWebAppFirewallRequest) (response DeleteWebAppFirewallResponse, err error)
DeleteWebAppFirewall Deletes a WebAppFirewall resource identified by the OCID.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/DeleteWebAppFirewall.go.html to see an example of how to use DeleteWebAppFirewall API. A default retry strategy applies to this operation DeleteWebAppFirewall()
func (client WafClient) DeleteWebAppFirewallPolicy(ctx context.Context, request DeleteWebAppFirewallPolicyRequest) (response DeleteWebAppFirewallPolicyResponse, err error)
DeleteWebAppFirewallPolicy Deletes a WebAppFirewallPolicy resource identified by the OCID.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/DeleteWebAppFirewallPolicy.go.html to see an example of how to use DeleteWebAppFirewallPolicy API. A default retry strategy applies to this operation DeleteWebAppFirewallPolicy()
func (client WafClient) GetNetworkAddressList(ctx context.Context, request GetNetworkAddressListRequest) (response GetNetworkAddressListResponse, err error)
GetNetworkAddressList Gets a NetworkAddressList by OCID.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/GetNetworkAddressList.go.html to see an example of how to use GetNetworkAddressList API. A default retry strategy applies to this operation GetNetworkAddressList()
func (client WafClient) GetWebAppFirewall(ctx context.Context, request GetWebAppFirewallRequest) (response GetWebAppFirewallResponse, err error)
GetWebAppFirewall Gets a WebAppFirewall by OCID.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/GetWebAppFirewall.go.html to see an example of how to use GetWebAppFirewall API. A default retry strategy applies to this operation GetWebAppFirewall()
func (client WafClient) GetWebAppFirewallPolicy(ctx context.Context, request GetWebAppFirewallPolicyRequest) (response GetWebAppFirewallPolicyResponse, err error)
GetWebAppFirewallPolicy Gets a WebAppFirewallPolicy with the given OCID.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/GetWebAppFirewallPolicy.go.html to see an example of how to use GetWebAppFirewallPolicy API. A default retry strategy applies to this operation GetWebAppFirewallPolicy()
func (client WafClient) GetWorkRequest(ctx context.Context, request GetWorkRequestRequest) (response GetWorkRequestResponse, err error)
GetWorkRequest Gets the status of the WorkRequest with the given OCID.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/GetWorkRequest.go.html to see an example of how to use GetWorkRequest API. A default retry strategy applies to this operation GetWorkRequest()
func (client WafClient) ListNetworkAddressLists(ctx context.Context, request ListNetworkAddressListsRequest) (response ListNetworkAddressListsResponse, err error)
ListNetworkAddressLists Gets a list of all NetworkAddressLists in a compartment.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/ListNetworkAddressLists.go.html to see an example of how to use ListNetworkAddressLists API. A default retry strategy applies to this operation ListNetworkAddressLists()
func (client WafClient) ListProtectionCapabilities(ctx context.Context, request ListProtectionCapabilitiesRequest) (response ListProtectionCapabilitiesResponse, err error)
ListProtectionCapabilities Lists of protection capabilities filtered by query parameters.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/ListProtectionCapabilities.go.html to see an example of how to use ListProtectionCapabilities API. A default retry strategy applies to this operation ListProtectionCapabilities()
func (client WafClient) ListProtectionCapabilityGroupTags(ctx context.Context, request ListProtectionCapabilityGroupTagsRequest) (response ListProtectionCapabilityGroupTagsResponse, err error)
ListProtectionCapabilityGroupTags Lists of available group tags filtered by query parameters.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/ListProtectionCapabilityGroupTags.go.html to see an example of how to use ListProtectionCapabilityGroupTags API. A default retry strategy applies to this operation ListProtectionCapabilityGroupTags()
func (client WafClient) ListWebAppFirewallPolicies(ctx context.Context, request ListWebAppFirewallPoliciesRequest) (response ListWebAppFirewallPoliciesResponse, err error)
ListWebAppFirewallPolicies Gets a list of all WebAppFirewallPolicies in a compartment.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/ListWebAppFirewallPolicies.go.html to see an example of how to use ListWebAppFirewallPolicies API. A default retry strategy applies to this operation ListWebAppFirewallPolicies()
func (client WafClient) ListWebAppFirewalls(ctx context.Context, request ListWebAppFirewallsRequest) (response ListWebAppFirewallsResponse, err error)
ListWebAppFirewalls Gets a list of all WebAppFirewalls in a compartment.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/ListWebAppFirewalls.go.html to see an example of how to use ListWebAppFirewalls API. A default retry strategy applies to this operation ListWebAppFirewalls()
func (client WafClient) ListWorkRequestErrors(ctx context.Context, request ListWorkRequestErrorsRequest) (response ListWorkRequestErrorsResponse, err error)
ListWorkRequestErrors Return a (paginated) list of errors for a given WorkRequest.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/ListWorkRequestErrors.go.html to see an example of how to use ListWorkRequestErrors API. A default retry strategy applies to this operation ListWorkRequestErrors()
func (client WafClient) ListWorkRequestLogs(ctx context.Context, request ListWorkRequestLogsRequest) (response ListWorkRequestLogsResponse, err error)
ListWorkRequestLogs Return a (paginated) list of logs for a given WorkRequest.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/ListWorkRequestLogs.go.html to see an example of how to use ListWorkRequestLogs API. A default retry strategy applies to this operation ListWorkRequestLogs()
func (client WafClient) ListWorkRequests(ctx context.Context, request ListWorkRequestsRequest) (response ListWorkRequestsResponse, err error)
ListWorkRequests Lists the WorkRequests in a compartment.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/ListWorkRequests.go.html to see an example of how to use ListWorkRequests API. A default retry strategy applies to this operation ListWorkRequests()
func (client *WafClient) SetRegion(region string)
SetRegion overrides the region of this client.
func (client WafClient) UpdateNetworkAddressList(ctx context.Context, request UpdateNetworkAddressListRequest) (response UpdateNetworkAddressListResponse, err error)
UpdateNetworkAddressList Update the NetworkAddressList identified by the OCID.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/UpdateNetworkAddressList.go.html to see an example of how to use UpdateNetworkAddressList API. A default retry strategy applies to this operation UpdateNetworkAddressList()
func (client WafClient) UpdateWebAppFirewall(ctx context.Context, request UpdateWebAppFirewallRequest) (response UpdateWebAppFirewallResponse, err error)
UpdateWebAppFirewall Updates the WebAppFirewall identified by the OCID.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/UpdateWebAppFirewall.go.html to see an example of how to use UpdateWebAppFirewall API. A default retry strategy applies to this operation UpdateWebAppFirewall()
func (client WafClient) UpdateWebAppFirewallPolicy(ctx context.Context, request UpdateWebAppFirewallPolicyRequest) (response UpdateWebAppFirewallPolicyResponse, err error)
UpdateWebAppFirewallPolicy Update the WebAppFirewallPolicy identified by the OCID.
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/waf/UpdateWebAppFirewallPolicy.go.html to see an example of how to use UpdateWebAppFirewallPolicy API. A default retry strategy applies to this operation UpdateWebAppFirewallPolicy()
WebAppFirewall A resource connecting a WebAppFirewallPolicy to a backend of particular type, applying that policy's coverage to the backend.
type WebAppFirewall interface { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppFirewall. GetId() *string // WebAppFirewall display name, can be renamed. GetDisplayName() *string // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. GetCompartmentId() *string // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of WebAppFirewallPolicy, which is attached to the resource. GetWebAppFirewallPolicyId() *string // The time the WebAppFirewall was created. An RFC3339 formatted datetime string. GetTimeCreated() *common.SDKTime // The current state of the WebAppFirewall. GetLifecycleState() WebAppFirewallLifecycleStateEnum // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` GetFreeformTags() map[string]string // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` GetDefinedTags() map[string]map[string]interface{} // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` GetSystemTags() map[string]map[string]interface{} // The time the WebAppFirewall was updated. An RFC3339 formatted datetime string. GetTimeUpdated() *common.SDKTime // A message describing the current state in more detail. // For example, can be used to provide actionable information for a resource in FAILED state. GetLifecycleDetails() *string }
WebAppFirewallCollection Result of a WebAppFirewall list operation.
type WebAppFirewallCollection struct { // List of WebAppFirewalls. Items []WebAppFirewallSummary `mandatory:"true" json:"items"` }
func (m WebAppFirewallCollection) String() string
func (m *WebAppFirewallCollection) UnmarshalJSON(data []byte) (e error)
UnmarshalJSON unmarshals from json
func (m WebAppFirewallCollection) 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
WebAppFirewallLifecycleStateEnum Enum with underlying type: string
type WebAppFirewallLifecycleStateEnum string
Set of constants representing the allowable values for WebAppFirewallLifecycleStateEnum
const ( WebAppFirewallLifecycleStateCreating WebAppFirewallLifecycleStateEnum = "CREATING" WebAppFirewallLifecycleStateUpdating WebAppFirewallLifecycleStateEnum = "UPDATING" WebAppFirewallLifecycleStateActive WebAppFirewallLifecycleStateEnum = "ACTIVE" WebAppFirewallLifecycleStateDeleting WebAppFirewallLifecycleStateEnum = "DELETING" WebAppFirewallLifecycleStateDeleted WebAppFirewallLifecycleStateEnum = "DELETED" WebAppFirewallLifecycleStateFailed WebAppFirewallLifecycleStateEnum = "FAILED" )
func GetMappingWebAppFirewallLifecycleStateEnum(val string) (WebAppFirewallLifecycleStateEnum, bool)
GetMappingWebAppFirewallLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetWebAppFirewallLifecycleStateEnumValues() []WebAppFirewallLifecycleStateEnum
GetWebAppFirewallLifecycleStateEnumValues Enumerates the set of values for WebAppFirewallLifecycleStateEnum
WebAppFirewallLoadBalancer WebAppFirewall to a LoadBalancer resource.
type WebAppFirewallLoadBalancer struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppFirewall. Id *string `mandatory:"true" json:"id"` // WebAppFirewall display name, can be renamed. DisplayName *string `mandatory:"true" json:"displayName"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. CompartmentId *string `mandatory:"true" json:"compartmentId"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of WebAppFirewallPolicy, which is attached to the resource. WebAppFirewallPolicyId *string `mandatory:"true" json:"webAppFirewallPolicyId"` // The time the WebAppFirewall was created. An RFC3339 formatted datetime string. TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"true" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"true" json:"definedTags"` // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"true" json:"systemTags"` // LoadBalancer OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to which the WebAppFirewallPolicy is attached to. LoadBalancerId *string `mandatory:"true" json:"loadBalancerId"` // The time the WebAppFirewall was updated. An RFC3339 formatted datetime string. TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"` // A message describing the current state in more detail. // For example, can be used to provide actionable information for a resource in FAILED state. LifecycleDetails *string `mandatory:"false" json:"lifecycleDetails"` // The current state of the WebAppFirewall. LifecycleState WebAppFirewallLifecycleStateEnum `mandatory:"true" json:"lifecycleState"` }
func (m WebAppFirewallLoadBalancer) GetCompartmentId() *string
GetCompartmentId returns CompartmentId
func (m WebAppFirewallLoadBalancer) GetDefinedTags() map[string]map[string]interface{}
GetDefinedTags returns DefinedTags
func (m WebAppFirewallLoadBalancer) GetDisplayName() *string
GetDisplayName returns DisplayName
func (m WebAppFirewallLoadBalancer) GetFreeformTags() map[string]string
GetFreeformTags returns FreeformTags
func (m WebAppFirewallLoadBalancer) GetId() *string
GetId returns Id
func (m WebAppFirewallLoadBalancer) GetLifecycleDetails() *string
GetLifecycleDetails returns LifecycleDetails
func (m WebAppFirewallLoadBalancer) GetLifecycleState() WebAppFirewallLifecycleStateEnum
GetLifecycleState returns LifecycleState
func (m WebAppFirewallLoadBalancer) GetSystemTags() map[string]map[string]interface{}
GetSystemTags returns SystemTags
func (m WebAppFirewallLoadBalancer) GetTimeCreated() *common.SDKTime
GetTimeCreated returns TimeCreated
func (m WebAppFirewallLoadBalancer) GetTimeUpdated() *common.SDKTime
GetTimeUpdated returns TimeUpdated
func (m WebAppFirewallLoadBalancer) GetWebAppFirewallPolicyId() *string
GetWebAppFirewallPolicyId returns WebAppFirewallPolicyId
func (m WebAppFirewallLoadBalancer) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m WebAppFirewallLoadBalancer) String() string
func (m WebAppFirewallLoadBalancer) 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
WebAppFirewallLoadBalancerSummary Summary of the WebAppFirewallLoadBalancer.
type WebAppFirewallLoadBalancerSummary struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppFirewall. Id *string `mandatory:"true" json:"id"` // WebAppFirewall display name, can be renamed. DisplayName *string `mandatory:"true" json:"displayName"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. CompartmentId *string `mandatory:"true" json:"compartmentId"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of WebAppFirewallPolicy, which is attached to the resource. WebAppFirewallPolicyId *string `mandatory:"true" json:"webAppFirewallPolicyId"` // The time the WebAppFirewall was created. An RFC3339 formatted datetime string. TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"true" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"true" json:"definedTags"` // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"true" json:"systemTags"` // LoadBalancer OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to which the WebAppFirewallPolicy is attached to. LoadBalancerId *string `mandatory:"true" json:"loadBalancerId"` // The time the WebAppFirewall was updated. An RFC3339 formatted datetime string. TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"` // A message describing the current state in more detail. // For example, can be used to provide actionable information for a resource in FAILED state. LifecycleDetails *string `mandatory:"false" json:"lifecycleDetails"` // The current state of the WebAppFirewall. LifecycleState WebAppFirewallLifecycleStateEnum `mandatory:"true" json:"lifecycleState"` }
func (m WebAppFirewallLoadBalancerSummary) GetCompartmentId() *string
GetCompartmentId returns CompartmentId
func (m WebAppFirewallLoadBalancerSummary) GetDefinedTags() map[string]map[string]interface{}
GetDefinedTags returns DefinedTags
func (m WebAppFirewallLoadBalancerSummary) GetDisplayName() *string
GetDisplayName returns DisplayName
func (m WebAppFirewallLoadBalancerSummary) GetFreeformTags() map[string]string
GetFreeformTags returns FreeformTags
func (m WebAppFirewallLoadBalancerSummary) GetId() *string
GetId returns Id
func (m WebAppFirewallLoadBalancerSummary) GetLifecycleDetails() *string
GetLifecycleDetails returns LifecycleDetails
func (m WebAppFirewallLoadBalancerSummary) GetLifecycleState() WebAppFirewallLifecycleStateEnum
GetLifecycleState returns LifecycleState
func (m WebAppFirewallLoadBalancerSummary) GetSystemTags() map[string]map[string]interface{}
GetSystemTags returns SystemTags
func (m WebAppFirewallLoadBalancerSummary) GetTimeCreated() *common.SDKTime
GetTimeCreated returns TimeCreated
func (m WebAppFirewallLoadBalancerSummary) GetTimeUpdated() *common.SDKTime
GetTimeUpdated returns TimeUpdated
func (m WebAppFirewallLoadBalancerSummary) GetWebAppFirewallPolicyId() *string
GetWebAppFirewallPolicyId returns WebAppFirewallPolicyId
func (m WebAppFirewallLoadBalancerSummary) MarshalJSON() (buff []byte, e error)
MarshalJSON marshals to json representation
func (m WebAppFirewallLoadBalancerSummary) String() string
func (m WebAppFirewallLoadBalancerSummary) 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
WebAppFirewallPolicy The details of WebAppFirewallPolicy. A policy is comprised of rules, which allows executing inspections of incoming/outgoing HTTP message parameters and execution of actions, based on results of rules execution. In policy, rules are grouped into modules by their functionality. Modules can be further divided by the type of HTTP messages they handle:
Modules that inspect incoming HTTP request. These modules are executed in the order they are enumerated here: * requestAccessControl * requestRateLimiting * requestProtection Modules that inspect outgoing HTTP responses. These modules are executed in the order they are enumerated here: * responseAccessControl * responseProtection
type WebAppFirewallPolicy struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppFirewallPolicy. Id *string `mandatory:"true" json:"id"` // WebAppFirewallPolicy display name, can be renamed. DisplayName *string `mandatory:"true" json:"displayName"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. CompartmentId *string `mandatory:"true" json:"compartmentId"` // The time the WebAppFirewallPolicy was created. An RFC3339 formatted datetime string. TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // The current state of the WebAppFirewallPolicy. LifecycleState WebAppFirewallPolicyLifecycleStateEnum `mandatory:"true" json:"lifecycleState"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"true" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"true" json:"definedTags"` // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"true" json:"systemTags"` // The time the WebAppFirewallPolicy was updated. An RFC3339 formatted datetime string. TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"` // A message describing the current state in more detail. // For example, can be used to provide actionable information for a resource in FAILED state. LifecycleDetails *string `mandatory:"false" json:"lifecycleDetails"` // Predefined actions for use in multiple different rules. Not all actions are supported in every module. // Some actions terminate further execution of modules and rules in a module and some do not. // Actions names must be unique within this array. Actions []Action `mandatory:"false" json:"actions"` RequestAccessControl *RequestAccessControl `mandatory:"false" json:"requestAccessControl"` RequestRateLimiting *RequestRateLimiting `mandatory:"false" json:"requestRateLimiting"` RequestProtection *RequestProtection `mandatory:"false" json:"requestProtection"` ResponseAccessControl *ResponseAccessControl `mandatory:"false" json:"responseAccessControl"` ResponseProtection *ResponseProtection `mandatory:"false" json:"responseProtection"` }
func (m WebAppFirewallPolicy) String() string
func (m *WebAppFirewallPolicy) UnmarshalJSON(data []byte) (e error)
UnmarshalJSON unmarshals from json
func (m WebAppFirewallPolicy) 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
WebAppFirewallPolicyCollection Contains WebAppFirewallPolicySummary items.
type WebAppFirewallPolicyCollection struct { // A list of WebAppFirewallPolicySummary objects. Items []WebAppFirewallPolicySummary `mandatory:"true" json:"items"` }
func (m WebAppFirewallPolicyCollection) String() string
func (m WebAppFirewallPolicyCollection) 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
WebAppFirewallPolicyLifecycleStateEnum Enum with underlying type: string
type WebAppFirewallPolicyLifecycleStateEnum string
Set of constants representing the allowable values for WebAppFirewallPolicyLifecycleStateEnum
const ( WebAppFirewallPolicyLifecycleStateCreating WebAppFirewallPolicyLifecycleStateEnum = "CREATING" WebAppFirewallPolicyLifecycleStateUpdating WebAppFirewallPolicyLifecycleStateEnum = "UPDATING" WebAppFirewallPolicyLifecycleStateActive WebAppFirewallPolicyLifecycleStateEnum = "ACTIVE" WebAppFirewallPolicyLifecycleStateDeleting WebAppFirewallPolicyLifecycleStateEnum = "DELETING" WebAppFirewallPolicyLifecycleStateDeleted WebAppFirewallPolicyLifecycleStateEnum = "DELETED" WebAppFirewallPolicyLifecycleStateFailed WebAppFirewallPolicyLifecycleStateEnum = "FAILED" )
func GetMappingWebAppFirewallPolicyLifecycleStateEnum(val string) (WebAppFirewallPolicyLifecycleStateEnum, bool)
GetMappingWebAppFirewallPolicyLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetWebAppFirewallPolicyLifecycleStateEnumValues() []WebAppFirewallPolicyLifecycleStateEnum
GetWebAppFirewallPolicyLifecycleStateEnumValues Enumerates the set of values for WebAppFirewallPolicyLifecycleStateEnum
WebAppFirewallPolicyRule Base schema for WebAppFirewallPolicyRules, including properties common to all of them.
type WebAppFirewallPolicyRule interface { // Rule name. Must be unique within the module. GetName() *string // References action by name from actions defined in WebAppFirewallPolicy. GetActionName() *string // The language used to parse condition from field `condition`. Available languages: // * **JMESPATH** an extended JMESPath language syntax. GetConditionLanguage() WebAppFirewallPolicyRuleConditionLanguageEnum // An expression that determines whether or not the rule action should be executed. GetCondition() *string }
WebAppFirewallPolicyRuleConditionLanguageEnum Enum with underlying type: string
type WebAppFirewallPolicyRuleConditionLanguageEnum string
Set of constants representing the allowable values for WebAppFirewallPolicyRuleConditionLanguageEnum
const ( WebAppFirewallPolicyRuleConditionLanguageJmespath WebAppFirewallPolicyRuleConditionLanguageEnum = "JMESPATH" )
func GetMappingWebAppFirewallPolicyRuleConditionLanguageEnum(val string) (WebAppFirewallPolicyRuleConditionLanguageEnum, bool)
GetMappingWebAppFirewallPolicyRuleConditionLanguageEnum performs case Insensitive comparison on enum value and return the desired enum
func GetWebAppFirewallPolicyRuleConditionLanguageEnumValues() []WebAppFirewallPolicyRuleConditionLanguageEnum
GetWebAppFirewallPolicyRuleConditionLanguageEnumValues Enumerates the set of values for WebAppFirewallPolicyRuleConditionLanguageEnum
WebAppFirewallPolicyRuleTypeEnum Enum with underlying type: string
type WebAppFirewallPolicyRuleTypeEnum string
Set of constants representing the allowable values for WebAppFirewallPolicyRuleTypeEnum
const ( WebAppFirewallPolicyRuleTypeAccessControl WebAppFirewallPolicyRuleTypeEnum = "ACCESS_CONTROL" WebAppFirewallPolicyRuleTypeProtection WebAppFirewallPolicyRuleTypeEnum = "PROTECTION" WebAppFirewallPolicyRuleTypeRequestRateLimiting WebAppFirewallPolicyRuleTypeEnum = "REQUEST_RATE_LIMITING" )
func GetMappingWebAppFirewallPolicyRuleTypeEnum(val string) (WebAppFirewallPolicyRuleTypeEnum, bool)
GetMappingWebAppFirewallPolicyRuleTypeEnum performs case Insensitive comparison on enum value and return the desired enum
func GetWebAppFirewallPolicyRuleTypeEnumValues() []WebAppFirewallPolicyRuleTypeEnum
GetWebAppFirewallPolicyRuleTypeEnumValues Enumerates the set of values for WebAppFirewallPolicyRuleTypeEnum
WebAppFirewallPolicySummary Summary of the WebAppFirewallPolicy.
type WebAppFirewallPolicySummary struct { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppFirewallPolicy. Id *string `mandatory:"true" json:"id"` // WebAppFirewallPolicy display name, can be renamed. DisplayName *string `mandatory:"true" json:"displayName"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. CompartmentId *string `mandatory:"true" json:"compartmentId"` // The time the WebAppFirewallPolicy was created. An RFC3339 formatted datetime string. TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"` // The current state of the WebAppFirewallPolicy. LifecycleState WebAppFirewallPolicyLifecycleStateEnum `mandatory:"true" json:"lifecycleState"` // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` FreeformTags map[string]string `mandatory:"true" json:"freeformTags"` // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` DefinedTags map[string]map[string]interface{} `mandatory:"true" json:"definedTags"` // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` SystemTags map[string]map[string]interface{} `mandatory:"true" json:"systemTags"` // The time the WebAppFirewallPolicy was updated. An RFC3339 formatted datetime string. TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"` // A message describing the current state in more detail. // For example, can be used to provide actionable information for a resource in FAILED state. LifecycleDetails *string `mandatory:"false" json:"lifecycleDetails"` }
func (m WebAppFirewallPolicySummary) String() string
func (m WebAppFirewallPolicySummary) 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
WebAppFirewallSummary Summary of the WebAppFirewall.
type WebAppFirewallSummary interface { // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppFirewall. GetId() *string // WebAppFirewall display name, can be renamed. GetDisplayName() *string // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. GetCompartmentId() *string // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of WebAppFirewallPolicy, which is attached to the resource. GetWebAppFirewallPolicyId() *string // The time the WebAppFirewall was created. An RFC3339 formatted datetime string. GetTimeCreated() *common.SDKTime // The current state of the WebAppFirewall. GetLifecycleState() WebAppFirewallLifecycleStateEnum // Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. // Example: `{"bar-key": "value"}` GetFreeformTags() map[string]string // Defined tags for this resource. Each key is predefined and scoped to a namespace. // Example: `{"foo-namespace": {"bar-key": "value"}}` GetDefinedTags() map[string]map[string]interface{} // Usage of system tag keys. These predefined keys are scoped to namespaces. // Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` GetSystemTags() map[string]map[string]interface{} // The time the WebAppFirewall was updated. An RFC3339 formatted datetime string. GetTimeUpdated() *common.SDKTime // A message describing the current state in more detail. // For example, can be used to provide actionable information for a resource in FAILED state. GetLifecycleDetails() *string }
WorkRequest A description of WorkRequest status
type WorkRequest struct { // Type of the WorkRequest OperationType WorkRequestOperationTypeEnum `mandatory:"true" json:"operationType"` // Status of current work request. Status WorkRequestStatusEnum `mandatory:"true" json:"status"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WorkRequest. Id *string `mandatory:"true" json:"id"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the WorkRequest. // WorkRequests should be scoped to the same compartment as the resource the work request affects. CompartmentId *string `mandatory:"true" json:"compartmentId"` // The resources affected by this WorkRequest. Resources []WorkRequestResource `mandatory:"true" json:"resources"` // Percentage of the request completed. PercentComplete *float32 `mandatory:"true" json:"percentComplete"` // The date and time the request was created, as described in // RFC 3339 (https://tools.ietf.org/rfc/rfc3339), section 14.29. TimeAccepted *common.SDKTime `mandatory:"true" json:"timeAccepted"` // The date and time the request was started, as described in // RFC 3339 (https://tools.ietf.org/rfc/rfc3339), section 14.29. TimeStarted *common.SDKTime `mandatory:"false" json:"timeStarted"` // The date and time the object was finished, as described in RFC 3339 (https://tools.ietf.org/rfc/rfc3339). TimeFinished *common.SDKTime `mandatory:"false" json:"timeFinished"` }
func (m WorkRequest) String() string
func (m WorkRequest) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestCollection Result of a WorkRequest search. Contains both WorkRequest items and other information, such as metadata.
type WorkRequestCollection struct { // List of WorkRequests. Items []WorkRequest `mandatory:"true" json:"items"` }
func (m WorkRequestCollection) String() string
func (m WorkRequestCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestError An error encountered while executing a WorkRequest.
type WorkRequestError struct { // A machine-usable code for the error that occured. Error codes are listed on // https://docs.oracle.com/iaas/Content/API/References/apierrors.htm. Code *string `mandatory:"true" json:"code"` // A human readable description of the issue encountered. Message *string `mandatory:"true" json:"message"` // The time the error occured. An RFC3339 formatted datetime string. Timestamp *common.SDKTime `mandatory:"true" json:"timestamp"` }
func (m WorkRequestError) String() string
func (m WorkRequestError) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestErrorCollection Result of a WorkRequestError search. Contains both WorkRequestError items and other information, such as metadata.
type WorkRequestErrorCollection struct { // List of WorkRequestError objects. Items []WorkRequestError `mandatory:"true" json:"items"` }
func (m WorkRequestErrorCollection) String() string
func (m WorkRequestErrorCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestLogEntry A log message from the execution of a WorkRequest.
type WorkRequestLogEntry struct { // Human-readable log message. Message *string `mandatory:"true" json:"message"` // The time the log message was written. An RFC3339 formatted datetime string. Timestamp *common.SDKTime `mandatory:"true" json:"timestamp"` }
func (m WorkRequestLogEntry) String() string
func (m WorkRequestLogEntry) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestLogEntryCollection Result of a WorkRequestLog search. Contains both WorkRequestLog items and other information, such as metadata.
type WorkRequestLogEntryCollection struct { // List of WorkRequestLogEntries. Items []WorkRequestLogEntry `mandatory:"true" json:"items"` }
func (m WorkRequestLogEntryCollection) String() string
func (m WorkRequestLogEntryCollection) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestOperationTypeEnum Enum with underlying type: string
type WorkRequestOperationTypeEnum string
Set of constants representing the allowable values for WorkRequestOperationTypeEnum
const ( WorkRequestOperationTypeCreateWafPolicy WorkRequestOperationTypeEnum = "CREATE_WAF_POLICY" WorkRequestOperationTypeUpdateWafPolicy WorkRequestOperationTypeEnum = "UPDATE_WAF_POLICY" WorkRequestOperationTypeDeleteWafPolicy WorkRequestOperationTypeEnum = "DELETE_WAF_POLICY" WorkRequestOperationTypeMoveWafPolicy WorkRequestOperationTypeEnum = "MOVE_WAF_POLICY" WorkRequestOperationTypeCreateNetworkAddressList WorkRequestOperationTypeEnum = "CREATE_NETWORK_ADDRESS_LIST" WorkRequestOperationTypeUpdateNetworkAddressList WorkRequestOperationTypeEnum = "UPDATE_NETWORK_ADDRESS_LIST" WorkRequestOperationTypeDeleteNetworkAddressList WorkRequestOperationTypeEnum = "DELETE_NETWORK_ADDRESS_LIST" WorkRequestOperationTypeMoveNetworkAddressList WorkRequestOperationTypeEnum = "MOVE_NETWORK_ADDRESS_LIST" WorkRequestOperationTypeCreateWebAppFirewall WorkRequestOperationTypeEnum = "CREATE_WEB_APP_FIREWALL" WorkRequestOperationTypeUpdateWebAppFirewall WorkRequestOperationTypeEnum = "UPDATE_WEB_APP_FIREWALL" WorkRequestOperationTypeDeleteWebAppFirewall WorkRequestOperationTypeEnum = "DELETE_WEB_APP_FIREWALL" WorkRequestOperationTypeMoveWebAppFirewall WorkRequestOperationTypeEnum = "MOVE_WEB_APP_FIREWALL" )
func GetMappingWorkRequestOperationTypeEnum(val string) (WorkRequestOperationTypeEnum, bool)
GetMappingWorkRequestOperationTypeEnum performs case Insensitive comparison on enum value and return the desired enum
func GetWorkRequestOperationTypeEnumValues() []WorkRequestOperationTypeEnum
GetWorkRequestOperationTypeEnumValues Enumerates the set of values for WorkRequestOperationTypeEnum
WorkRequestResource A resource created or operated on by a WorkRequest.
type WorkRequestResource struct { // The resource type the WorkRequest affects. EntityType *string `mandatory:"true" json:"entityType"` // The way in which this resource is affected by the work tracked in the WorkRequest. // A resource being created, updated, or deleted will remain in the IN_PROGRESS state until // work is complete for that resource at which point it will transition to CREATED, UPDATED, // or DELETED, respectively. ActionType WorkRequestResourceActionTypeEnum `mandatory:"true" json:"actionType"` // The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource the WorkRequest affects. Identifier *string `mandatory:"true" json:"identifier"` // The URI path that the user can do a GET on to access the resource metadata. EntityUri *string `mandatory:"false" json:"entityUri"` }
func (m WorkRequestResource) String() string
func (m WorkRequestResource) ValidateEnumValue() (bool, error)
ValidateEnumValue returns an error when providing an unsupported enum value This function is being called during constructing API request process Not recommended for calling this function directly
WorkRequestResourceActionTypeEnum Enum with underlying type: string
type WorkRequestResourceActionTypeEnum string
Set of constants representing the allowable values for WorkRequestResourceActionTypeEnum
const ( WorkRequestResourceActionTypeCreated WorkRequestResourceActionTypeEnum = "CREATED" WorkRequestResourceActionTypeUpdated WorkRequestResourceActionTypeEnum = "UPDATED" WorkRequestResourceActionTypeDeleted WorkRequestResourceActionTypeEnum = "DELETED" WorkRequestResourceActionTypeInProgress WorkRequestResourceActionTypeEnum = "IN_PROGRESS" WorkRequestResourceActionTypeRelated WorkRequestResourceActionTypeEnum = "RELATED" )
func GetMappingWorkRequestResourceActionTypeEnum(val string) (WorkRequestResourceActionTypeEnum, bool)
GetMappingWorkRequestResourceActionTypeEnum performs case Insensitive comparison on enum value and return the desired enum
func GetWorkRequestResourceActionTypeEnumValues() []WorkRequestResourceActionTypeEnum
GetWorkRequestResourceActionTypeEnumValues Enumerates the set of values for WorkRequestResourceActionTypeEnum
WorkRequestStatusEnum Enum with underlying type: string
type WorkRequestStatusEnum string
Set of constants representing the allowable values for WorkRequestStatusEnum
const ( WorkRequestStatusAccepted WorkRequestStatusEnum = "ACCEPTED" WorkRequestStatusInProgress WorkRequestStatusEnum = "IN_PROGRESS" WorkRequestStatusFailed WorkRequestStatusEnum = "FAILED" WorkRequestStatusSucceeded WorkRequestStatusEnum = "SUCCEEDED" WorkRequestStatusCanceling WorkRequestStatusEnum = "CANCELING" WorkRequestStatusCanceled WorkRequestStatusEnum = "CANCELED" )
func GetMappingWorkRequestStatusEnum(val string) (WorkRequestStatusEnum, bool)
GetMappingWorkRequestStatusEnum performs case Insensitive comparison on enum value and return the desired enum
func GetWorkRequestStatusEnumValues() []WorkRequestStatusEnum
GetWorkRequestStatusEnumValues Enumerates the set of values for WorkRequestStatusEnum