public static class NetworkFirewall.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NetworkFirewall.Builder |
availabilityDomain(String availabilityDomain)
Availability Domain where Network Firewall instance is created.
|
NetworkFirewall |
build() |
NetworkFirewall.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment containing the Network Firewall.
|
NetworkFirewall.Builder |
copy(NetworkFirewall model) |
NetworkFirewall.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
NetworkFirewall.Builder |
displayName(String displayName)
A user-friendly name for the Network Firewall.
|
NetworkFirewall.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
NetworkFirewall.Builder |
id(String id)
The OCID
of the Network Firewall resource.
|
NetworkFirewall.Builder |
ipv4Address(String ipv4Address)
IPv4 address for the Network Firewall.
|
NetworkFirewall.Builder |
ipv6Address(String ipv6Address)
IPv6 address for the Network Firewall.
|
NetworkFirewall.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
NetworkFirewall.Builder |
lifecycleState(LifecycleState lifecycleState)
The current state of the Network Firewall.
|
NetworkFirewall.Builder |
networkFirewallPolicyId(String networkFirewallPolicyId)
The OCID
of the Network Firewall Policy.
|
NetworkFirewall.Builder |
networkSecurityGroupIds(List<String> networkSecurityGroupIds)
An array of network security groups
OCID
associated with the Network Firewall.
|
NetworkFirewall.Builder |
subnetId(String subnetId)
The OCID
of the subnet associated with the Network Firewall.
|
NetworkFirewall.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
NetworkFirewall.Builder |
timeCreated(Date timeCreated)
The time at which the Network Firewall was created in the format defined by
RFC3339.
|
NetworkFirewall.Builder |
timeUpdated(Date timeUpdated)
The time at which the Network Firewall was updated in the format defined by
RFC3339.
|
public NetworkFirewall.Builder id(String id)
The OCID of the Network Firewall resource.
id
- the value to setpublic NetworkFirewall.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the Network Firewall.
compartmentId
- the value to setpublic NetworkFirewall.Builder displayName(String displayName)
A user-friendly name for the Network Firewall. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic NetworkFirewall.Builder subnetId(String subnetId)
The OCID of the subnet associated with the Network Firewall.
subnetId
- the value to setpublic NetworkFirewall.Builder ipv4Address(String ipv4Address)
IPv4 address for the Network Firewall.
ipv4Address
- the value to setpublic NetworkFirewall.Builder ipv6Address(String ipv6Address)
IPv6 address for the Network Firewall.
ipv6Address
- the value to setpublic NetworkFirewall.Builder networkFirewallPolicyId(String networkFirewallPolicyId)
The OCID of the Network Firewall Policy.
networkFirewallPolicyId
- the value to setpublic NetworkFirewall.Builder availabilityDomain(String availabilityDomain)
Availability Domain where Network Firewall instance is created. To get a list of
availability domains for a tenancy, use the listAvailabilityDomains
operation. Example: kIdk:PHX-AD-1
availabilityDomain
- the value to setpublic NetworkFirewall.Builder networkSecurityGroupIds(List<String> networkSecurityGroupIds)
An array of network security groups OCID associated with the Network Firewall.
networkSecurityGroupIds
- the value to setpublic NetworkFirewall.Builder timeCreated(Date timeCreated)
The time at which the Network Firewall was created in the format defined by
RFC3339. Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic NetworkFirewall.Builder timeUpdated(Date timeUpdated)
The time at which the Network Firewall was updated in the format defined by
RFC3339. Example: 2016-08-25T21:10:29.600Z
timeUpdated
- the value to setpublic NetworkFirewall.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the Network Firewall.
lifecycleState
- the value to setpublic NetworkFirewall.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in ‘FAILED’ state.
lifecycleDetails
- the value to setpublic NetworkFirewall.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined
name, type, or namespace. For more information, see Resource
Tags. Example:
{"Department": "Finance"}
freeformTags
- the value to setpublic NetworkFirewall.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For
more information, see Resource
Tags. Example:
{"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic NetworkFirewall.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic NetworkFirewall build()
public NetworkFirewall.Builder copy(NetworkFirewall model)
Copyright © 2016–2024. All rights reserved.