Uses of Class
com.oracle.bmc.multicloud.model.OciNetworkSubnet
-
Packages that use OciNetworkSubnet Package Description com.oracle.bmc.multicloud.model -
-
Uses of OciNetworkSubnet in com.oracle.bmc.multicloud.model
Methods in com.oracle.bmc.multicloud.model that return OciNetworkSubnet Modifier and Type Method Description OciNetworkSubnet
OciNetworkSubnet.Builder. build()
Methods in com.oracle.bmc.multicloud.model that return types with arguments of type OciNetworkSubnet Modifier and Type Method Description List<OciNetworkSubnet>
OciNetworkMetadata. getSubnets()
Network subnetsMethods in com.oracle.bmc.multicloud.model with parameters of type OciNetworkSubnet Modifier and Type Method Description OciNetworkSubnet.Builder
OciNetworkSubnet.Builder. copy(OciNetworkSubnet model)
Method parameters in com.oracle.bmc.multicloud.model with type arguments of type OciNetworkSubnet Modifier and Type Method Description OciNetworkMetadata.Builder
OciNetworkMetadata.Builder. subnets(List<OciNetworkSubnet> subnets)
Network subnetsConstructor parameters in com.oracle.bmc.multicloud.model with type arguments of type OciNetworkSubnet Constructor Description OciNetworkMetadata(OciNetworkMetadata.NetworkAnchorConnectionStatus networkAnchorConnectionStatus, OciVcn vcn, OciDns dns, List<OciNetworkSubnet> subnets, String dnsListeningEndpointIpAddress, String dnsForwardingEndpointIpAddress, List<Map<String,String>> dnsForwardingConfig)
Deprecated.
-