Uses of Class
org.cdk8s.plus25.k8s.IpBlock.Builder
-
Packages that use IpBlock.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of IpBlock.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return IpBlock.Builder Modifier and Type Method Description static IpBlock.BuilderIpBlock. builder()IpBlock.BuilderIpBlock.Builder. cidr(String cidr)Sets the value ofIpBlock.getCidr()IpBlock.BuilderIpBlock.Builder. except(List<String> except)Sets the value ofIpBlock.getExcept()Constructors in org.cdk8s.plus25.k8s with parameters of type IpBlock.Builder Constructor Description Jsii$Proxy(IpBlock.Builder builder)Constructor that initializes the object based on literal property values passed by theIpBlock.Builder.
-