public static class ByoipRangeSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ByoipRangeSummary |
build() |
ByoipRangeSummary.Builder |
byoipRangeVcnIpv6Allocations(List<ByoipRangeVcnIpv6AllocationSummary> byoipRangeVcnIpv6Allocations)
A list of
ByoipRangeVcnIpv6AllocationSummary objects. |
ByoipRangeSummary.Builder |
cidrBlock(String cidrBlock)
The public IPv4 address range you are importing to the Oracle cloud.
|
ByoipRangeSummary.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment containing the
ByoipRange resource. |
ByoipRangeSummary.Builder |
copy(ByoipRangeSummary model) |
ByoipRangeSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ByoipRangeSummary.Builder |
displayName(String displayName)
A user-friendly name.
|
ByoipRangeSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
ByoipRangeSummary.Builder |
id(String id)
The OCID
of the
ByoipRange resource. |
ByoipRangeSummary.Builder |
ipv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block being imported to the Oracle cloud.
|
ByoipRangeSummary.Builder |
lifecycleDetails(ByoipRange.LifecycleDetails lifecycleDetails)
The Byoip Range’s current lifeCycle substate.
|
ByoipRangeSummary.Builder |
lifecycleState(ByoipRange.LifecycleState lifecycleState)
The
ByoipRange resource’s current state. |
ByoipRangeSummary.Builder |
timeCreated(Date timeCreated)
The date and time the
ByoipRange resource was created, in the format defined by
RFC3339. |
public ByoipRangeSummary.Builder byoipRangeVcnIpv6Allocations(List<ByoipRangeVcnIpv6AllocationSummary> byoipRangeVcnIpv6Allocations)
A list of ByoipRangeVcnIpv6AllocationSummary
objects.
byoipRangeVcnIpv6Allocations
- the value to setpublic ByoipRangeSummary.Builder cidrBlock(String cidrBlock)
The public IPv4 address range you are importing to the Oracle cloud.
cidrBlock
- the value to setpublic ByoipRangeSummary.Builder compartmentId(String compartmentId)
The OCID
of the compartment containing the ByoipRange
resource.
compartmentId
- the value to setpublic ByoipRangeSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic ByoipRangeSummary.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic ByoipRangeSummary.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic ByoipRangeSummary.Builder id(String id)
The OCID
of the ByoipRange
resource.
id
- the value to setpublic ByoipRangeSummary.Builder ipv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block being imported to the Oracle cloud. This CIDR block must be /48 or larger, and can be subdivided into sub-ranges used across multiple VCNs. A BYOIPv6 prefix can be assigned across multiple VCNs, and each VCN must be /64 or larger. You may specify a ULA or private IPv6 prefix of /64 or larger to use in the VCN. IPv6-enabled subnets will remain a fixed /64 in size.
ipv6CidrBlock
- the value to setpublic ByoipRangeSummary.Builder lifecycleState(ByoipRange.LifecycleState lifecycleState)
The ByoipRange
resource’s current state.
lifecycleState
- the value to setpublic ByoipRangeSummary.Builder lifecycleDetails(ByoipRange.LifecycleDetails lifecycleDetails)
The Byoip Range’s current lifeCycle substate.
lifecycleDetails
- the value to setpublic ByoipRangeSummary.Builder timeCreated(Date timeCreated)
The date and time the ByoipRange
resource was created, in the format defined by
RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic ByoipRangeSummary build()
public ByoipRangeSummary.Builder copy(ByoipRangeSummary model)
Copyright © 2016–2024. All rights reserved.