Uses of Class
io.fabric8.openshift.api.model.installer.aws.v1.Subnet
-
Packages that use Subnet Package Description io.fabric8.openshift.api.model.installer.aws.v1 -
-
Uses of Subnet in io.fabric8.openshift.api.model.installer.aws.v1
Methods in io.fabric8.openshift.api.model.installer.aws.v1 that return Subnet Modifier and Type Method Description SubnetSubnetBuilder. build()SubnetVPCFluent. buildFirstSubnet()SubnetVPCFluent. buildLastSubnet()SubnetVPCFluent. buildMatchingSubnet(Predicate<SubnetBuilder> predicate)SubnetVPCFluent. buildSubnet(int index)Methods in io.fabric8.openshift.api.model.installer.aws.v1 that return types with arguments of type Subnet Modifier and Type Method Description List<Subnet>VPCFluent. buildSubnets()List<Subnet>VPC. getSubnets()Subnets defines the subnets in an existing VPC and can optionally specify their intended roles.Methods in io.fabric8.openshift.api.model.installer.aws.v1 with parameters of type Subnet Modifier and Type Method Description VPCFluent.SubnetsNested<A>VPCFluent. addNewSubnetLike(Subnet item)AVPCFluent. addToSubnets(int index, Subnet item)AVPCFluent. addToSubnets(Subnet... items)protected voidSubnetFluent. copyInstance(Subnet instance)AVPCFluent. removeFromSubnets(Subnet... items)VPCFluent.SubnetsNested<A>VPCFluent. setNewSubnetLike(int index, Subnet item)AVPCFluent. setToSubnets(int index, Subnet item)AVPCFluent. withSubnets(Subnet... subnets)Method parameters in io.fabric8.openshift.api.model.installer.aws.v1 with type arguments of type Subnet Modifier and Type Method Description AVPCFluent. addAllToSubnets(Collection<Subnet> items)AVPCFluent. removeAllFromSubnets(Collection<Subnet> items)voidVPC. setSubnets(List<Subnet> subnets)Subnets defines the subnets in an existing VPC and can optionally specify their intended roles.AVPCFluent. withSubnets(List<Subnet> subnets)Constructors in io.fabric8.openshift.api.model.installer.aws.v1 with parameters of type Subnet Constructor Description SubnetBuilder(Subnet instance)SubnetBuilder(SubnetFluent<?> fluent, Subnet instance)SubnetFluent(Subnet instance)Constructor parameters in io.fabric8.openshift.api.model.installer.aws.v1 with type arguments of type Subnet Constructor Description VPC(List<Subnet> subnets)
-