Package | Description |
---|---|
com.oracle.bmc.waas | |
com.oracle.bmc.waas.model | |
com.oracle.bmc.waas.requests |
Modifier and Type | Method and Description |
---|---|
static LifecycleStates |
LifecycleStates.create(String key) |
LifecycleStates |
CertificateSummary.getLifecycleState()
The current lifecycle state of the certificate.
|
LifecycleStates |
AddressListSummary.getLifecycleState()
The current lifecycle state of the address list.
|
LifecycleStates |
HttpRedirectSummary.getLifecycleState()
The current lifecycle state of the HTTP Redirect.
|
LifecycleStates |
AddressList.getLifecycleState()
The current lifecycle state of the address list.
|
LifecycleStates |
CustomProtectionRule.getLifecycleState()
The current lifecycle state of the custom protection rule.
|
LifecycleStates |
WaasPolicySummary.getLifecycleState()
The current lifecycle state of the WAAS policy.
|
LifecycleStates |
WaasPolicy.getLifecycleState()
The current lifecycle state of the WAAS policy.
|
LifecycleStates |
HttpRedirect.getLifecycleState()
The current lifecycle state of the HTTP Redirect.
|
LifecycleStates |
Certificate.getLifecycleState()
The current lifecycle state of the SSL certificate.
|
LifecycleStates |
CustomProtectionRuleSummary.getLifecycleState()
The current lifecycle state of the custom protection rule.
|
static LifecycleStates |
LifecycleStates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleStates[] |
LifecycleStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CertificateSummary.Builder |
CertificateSummary.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the certificate.
|
AddressListSummary.Builder |
AddressListSummary.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the address list.
|
HttpRedirectSummary.Builder |
HttpRedirectSummary.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the HTTP Redirect.
|
AddressList.Builder |
AddressList.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the address list.
|
CustomProtectionRule.Builder |
CustomProtectionRule.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the custom protection rule.
|
WaasPolicySummary.Builder |
WaasPolicySummary.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the WAAS policy.
|
WaasPolicy.Builder |
WaasPolicy.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the WAAS policy.
|
HttpRedirect.Builder |
HttpRedirect.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the HTTP Redirect.
|
Certificate.Builder |
Certificate.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the SSL certificate.
|
CustomProtectionRuleSummary.Builder |
CustomProtectionRuleSummary.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the custom protection rule.
|
Constructor and Description |
---|
AddressList(String id,
String compartmentId,
String displayName,
BigDecimal addressCount,
List<String> addresses,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
LifecycleStates lifecycleState,
Date timeCreated)
Deprecated.
|
AddressListSummary(String id,
String compartmentId,
String displayName,
BigDecimal addressCount,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
LifecycleStates lifecycleState,
Date timeCreated)
Deprecated.
|
Certificate(String id,
String compartmentId,
String displayName,
String issuedBy,
CertificateSubjectName subjectName,
CertificateIssuerName issuerName,
String serialNumber,
Integer version,
String signatureAlgorithm,
Date timeNotValidBefore,
Date timeNotValidAfter,
Certificate_publicKeyInfo publicKeyInfo,
List<Certificate_extensions> extensions,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
LifecycleStates lifecycleState,
Date timeCreated,
Boolean isTrustVerificationDisabled,
String certificateData)
Deprecated.
|
CertificateSummary(String id,
String compartmentId,
String displayName,
Date timeNotValidAfter,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
LifecycleStates lifecycleState,
Date timeCreated)
Deprecated.
|
CustomProtectionRule(String id,
String compartmentId,
String displayName,
String description,
List<String> modSecurityRuleIds,
String template,
LifecycleStates lifecycleState,
Date timeCreated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
CustomProtectionRuleSummary(String id,
String compartmentId,
String displayName,
List<String> modSecurityRuleIds,
LifecycleStates lifecycleState,
Date timeCreated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
HttpRedirect(String id,
String compartmentId,
String displayName,
String domain,
HttpRedirectTarget target,
Integer responseCode,
Date timeCreated,
LifecycleStates lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
HttpRedirectSummary(String id,
String compartmentId,
String displayName,
String domain,
HttpRedirectTarget target,
Integer responseCode,
LifecycleStates lifecycleState,
Date timeCreated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
WaasPolicy(String id,
String compartmentId,
String displayName,
String domain,
List<String> additionalDomains,
String cname,
LifecycleStates lifecycleState,
Date timeCreated,
Map<String,Origin> origins,
Map<String,OriginGroup> originGroups,
PolicyConfig policyConfig,
WafConfig wafConfig,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
WaasPolicySummary(String id,
String compartmentId,
String displayName,
String domain,
LifecycleStates lifecycleState,
Date timeCreated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<LifecycleStates> |
ListAddressListsRequest.getLifecycleState()
Filter address lists using a list of lifecycle states.
|
List<LifecycleStates> |
ListHttpRedirectsRequest.getLifecycleState()
Filter redirects using a list of lifecycle states.
|
List<LifecycleStates> |
ListWaasPoliciesRequest.getLifecycleState()
Filter policies using a list of lifecycle states.
|
List<LifecycleStates> |
ListCustomProtectionRulesRequest.getLifecycleState()
Filter Custom Protection rules using a list of lifecycle states.
|
List<LifecycleStates> |
ListCertificatesRequest.getLifecycleState()
Filter certificates using a list of lifecycle states.
|
Modifier and Type | Method and Description |
---|---|
ListAddressListsRequest.Builder |
ListAddressListsRequest.Builder.lifecycleState(LifecycleStates singularValue)
Singular setter.
|
ListHttpRedirectsRequest.Builder |
ListHttpRedirectsRequest.Builder.lifecycleState(LifecycleStates singularValue)
Singular setter.
|
ListWaasPoliciesRequest.Builder |
ListWaasPoliciesRequest.Builder.lifecycleState(LifecycleStates singularValue)
Singular setter.
|
ListCustomProtectionRulesRequest.Builder |
ListCustomProtectionRulesRequest.Builder.lifecycleState(LifecycleStates singularValue)
Singular setter.
|
ListCertificatesRequest.Builder |
ListCertificatesRequest.Builder.lifecycleState(LifecycleStates singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
ListAddressListsRequest.Builder |
ListAddressListsRequest.Builder.lifecycleState(List<LifecycleStates> lifecycleState)
Filter address lists using a list of lifecycle states.
|
ListHttpRedirectsRequest.Builder |
ListHttpRedirectsRequest.Builder.lifecycleState(List<LifecycleStates> lifecycleState)
Filter redirects using a list of lifecycle states.
|
ListWaasPoliciesRequest.Builder |
ListWaasPoliciesRequest.Builder.lifecycleState(List<LifecycleStates> lifecycleState)
Filter policies using a list of lifecycle states.
|
ListCustomProtectionRulesRequest.Builder |
ListCustomProtectionRulesRequest.Builder.lifecycleState(List<LifecycleStates> lifecycleState)
Filter Custom Protection rules using a list of lifecycle states.
|
ListCertificatesRequest.Builder |
ListCertificatesRequest.Builder.lifecycleState(List<LifecycleStates> lifecycleState)
Filter certificates using a list of lifecycle states.
|
Copyright © 2016–2024. All rights reserved.