Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static UpdateSubnetDetails.Builder |
UpdateSubnetDetails.builder()
Create a new builder.
|
UpdateSubnetDetails.Builder |
UpdateSubnetDetails.Builder.cidrBlock(String cidrBlock)
The CIDR block of the subnet.
|
UpdateSubnetDetails.Builder |
UpdateSubnetDetails.Builder.copy(UpdateSubnetDetails model) |
UpdateSubnetDetails.Builder |
UpdateSubnetDetails.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateSubnetDetails.Builder |
UpdateSubnetDetails.Builder.dhcpOptionsId(String dhcpOptionsId)
The OCID
of the set of DHCP options the subnet will use.
|
UpdateSubnetDetails.Builder |
UpdateSubnetDetails.Builder.displayName(String displayName)
A user-friendly name.
|
UpdateSubnetDetails.Builder |
UpdateSubnetDetails.Builder.freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
UpdateSubnetDetails.Builder |
UpdateSubnetDetails.Builder.ipv6CidrBlock(String ipv6CidrBlock)
This is the IPv6 CIDR block for the subnet’s IP address space.
|
UpdateSubnetDetails.Builder |
UpdateSubnetDetails.Builder.ipv6CidrBlocks(List<String> ipv6CidrBlocks)
The list of all IPv6 CIDR blocks (Oracle allocated IPv6 GUA, ULA or private IPv6 CIDR
blocks, BYOIPv6 CIDR blocks) for the subnet that meets the following criteria: - The CIDR
blocks must be valid.
|
UpdateSubnetDetails.Builder |
UpdateSubnetDetails.Builder.routeTableId(String routeTableId)
The OCID
of the route table the subnet will use.
|
UpdateSubnetDetails.Builder |
UpdateSubnetDetails.Builder.securityListIds(List<String> securityListIds)
The OCIDs of the security list or lists the subnet will use.
|
UpdateSubnetDetails.Builder |
UpdateSubnetDetails.toBuilder() |
Copyright © 2016–2024. All rights reserved.