Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
static SecurityList.Builder |
SecurityList.builder()
Create a new builder.
|
SecurityList.Builder |
SecurityList.Builder.compartmentId(String compartmentId)
The OCID
of the compartment containing the security list.
|
SecurityList.Builder |
SecurityList.Builder.copy(SecurityList model) |
SecurityList.Builder |
SecurityList.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
SecurityList.Builder |
SecurityList.Builder.displayName(String displayName)
A user-friendly name.
|
SecurityList.Builder |
SecurityList.Builder.egressSecurityRules(List<EgressSecurityRule> egressSecurityRules)
Rules for allowing egress IP packets.
|
SecurityList.Builder |
SecurityList.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
SecurityList.Builder |
SecurityList.Builder.id(String id)
The security list’s Oracle Cloud ID
(OCID).
|
SecurityList.Builder |
SecurityList.Builder.ingressSecurityRules(List<IngressSecurityRule> ingressSecurityRules)
Rules for allowing ingress IP packets.
|
SecurityList.Builder |
SecurityList.Builder.lifecycleState(SecurityList.LifecycleState lifecycleState)
The security list’s current state.
|
SecurityList.Builder |
SecurityList.Builder.timeCreated(Date timeCreated)
The date and time the security list was created, in the format defined by
RFC3339.
|
SecurityList.Builder |
SecurityList.toBuilder() |
SecurityList.Builder |
SecurityList.Builder.vcnId(String vcnId)
The OCID
of the VCN the security list belongs to.
|
Copyright © 2016–2025. All rights reserved.