Uses of Class
com.oracle.bmc.waas.model.LifecycleStates
-
Packages that use LifecycleStates Package Description com.oracle.bmc.waas com.oracle.bmc.waas.model com.oracle.bmc.waas.requests -
-
Uses of LifecycleStates in com.oracle.bmc.waas
-
Uses of LifecycleStates in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return LifecycleStates Modifier and Type Method Description static LifecycleStates
LifecycleStates. create(String key)
LifecycleStates
AddressList. getLifecycleState()
The current lifecycle state of the address list.LifecycleStates
AddressListSummary. getLifecycleState()
The current lifecycle state of the address list.LifecycleStates
Certificate. getLifecycleState()
The current lifecycle state of the SSL certificate.LifecycleStates
CertificateSummary. getLifecycleState()
The current lifecycle state of the certificate.LifecycleStates
CustomProtectionRule. getLifecycleState()
The current lifecycle state of the custom protection rule.LifecycleStates
CustomProtectionRuleSummary. getLifecycleState()
The current lifecycle state of the custom protection rule.LifecycleStates
HttpRedirect. getLifecycleState()
The current lifecycle state of the HTTP Redirect.LifecycleStates
HttpRedirectSummary. getLifecycleState()
The current lifecycle state of the HTTP Redirect.LifecycleStates
WaasPolicy. getLifecycleState()
The current lifecycle state of the WAAS policy.LifecycleStates
WaasPolicySummary. getLifecycleState()
The current lifecycle state of the WAAS policy.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.Methods in com.oracle.bmc.waas.model with parameters of type LifecycleStates Modifier and Type Method Description AddressList.Builder
AddressList.Builder. lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the address list.AddressListSummary.Builder
AddressListSummary.Builder. lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the address list.Certificate.Builder
Certificate.Builder. lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the SSL certificate.CertificateSummary.Builder
CertificateSummary.Builder. lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the certificate.CustomProtectionRule.Builder
CustomProtectionRule.Builder. lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the custom protection rule.CustomProtectionRuleSummary.Builder
CustomProtectionRuleSummary.Builder. lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the custom protection rule.HttpRedirect.Builder
HttpRedirect.Builder. lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the HTTP Redirect.HttpRedirectSummary.Builder
HttpRedirectSummary.Builder. lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the HTTP Redirect.WaasPolicy.Builder
WaasPolicy.Builder. lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the WAAS policy.WaasPolicySummary.Builder
WaasPolicySummary.Builder. lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the WAAS policy.Constructors in com.oracle.bmc.waas.model with parameters of type LifecycleStates Constructor 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. -
Uses of LifecycleStates in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return types with arguments of type LifecycleStates Modifier and Type Method Description List<LifecycleStates>
ListAddressListsRequest. getLifecycleState()
Filter address lists using a list of lifecycle states.List<LifecycleStates>
ListCertificatesRequest. getLifecycleState()
Filter certificates using a list of lifecycle states.List<LifecycleStates>
ListCustomProtectionRulesRequest. getLifecycleState()
Filter Custom Protection rules 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.Methods in com.oracle.bmc.waas.requests with parameters of type LifecycleStates Modifier and Type Method Description ListAddressListsRequest.Builder
ListAddressListsRequest.Builder. lifecycleState(LifecycleStates singularValue)
Singular setter.ListCertificatesRequest.Builder
ListCertificatesRequest.Builder. lifecycleState(LifecycleStates singularValue)
Singular setter.ListCustomProtectionRulesRequest.Builder
ListCustomProtectionRulesRequest.Builder. lifecycleState(LifecycleStates singularValue)
Singular setter.ListHttpRedirectsRequest.Builder
ListHttpRedirectsRequest.Builder. lifecycleState(LifecycleStates singularValue)
Singular setter.ListWaasPoliciesRequest.Builder
ListWaasPoliciesRequest.Builder. lifecycleState(LifecycleStates singularValue)
Singular setter.Method parameters in com.oracle.bmc.waas.requests with type arguments of type LifecycleStates Modifier and Type Method Description ListAddressListsRequest.Builder
ListAddressListsRequest.Builder. lifecycleState(List<LifecycleStates> lifecycleState)
Filter address lists using a list of lifecycle states.ListCertificatesRequest.Builder
ListCertificatesRequest.Builder. lifecycleState(List<LifecycleStates> lifecycleState)
Filter certificates using a list of lifecycle states.ListCustomProtectionRulesRequest.Builder
ListCustomProtectionRulesRequest.Builder. lifecycleState(List<LifecycleStates> lifecycleState)
Filter Custom Protection rules 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.
-