Uses of Class
io.fabric8.openshift.api.model.operator.v1.AWSSubnets
-
Packages that use AWSSubnets Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of AWSSubnets in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return AWSSubnets Modifier and Type Method Description AWSSubnetsAWSSubnetsBuilder. build()AWSSubnetsAWSClassicLoadBalancerParametersFluent. buildSubnets()AWSSubnetsAWSNetworkLoadBalancerParametersFluent. buildSubnets()AWSSubnetsAWSClassicLoadBalancerParameters. getSubnets()AWSClassicLoadBalancerParameters holds configuration parameters for an AWS Classic load balancer.AWSSubnetsAWSNetworkLoadBalancerParameters. getSubnets()AWSNetworkLoadBalancerParameters holds configuration parameters for an AWS Network load balancer.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type AWSSubnets Modifier and Type Method Description protected voidAWSSubnetsFluent. copyInstance(AWSSubnets instance)AWSClassicLoadBalancerParametersFluent.SubnetsNested<A>AWSClassicLoadBalancerParametersFluent. editOrNewSubnetsLike(AWSSubnets item)AWSNetworkLoadBalancerParametersFluent.SubnetsNested<A>AWSNetworkLoadBalancerParametersFluent. editOrNewSubnetsLike(AWSSubnets item)voidAWSClassicLoadBalancerParameters. setSubnets(AWSSubnets subnets)AWSClassicLoadBalancerParameters holds configuration parameters for an AWS Classic load balancer.voidAWSNetworkLoadBalancerParameters. setSubnets(AWSSubnets subnets)AWSNetworkLoadBalancerParameters holds configuration parameters for an AWS Network load balancer.AWSClassicLoadBalancerParametersFluent.SubnetsNested<A>AWSClassicLoadBalancerParametersFluent. withNewSubnetsLike(AWSSubnets item)AWSNetworkLoadBalancerParametersFluent.SubnetsNested<A>AWSNetworkLoadBalancerParametersFluent. withNewSubnetsLike(AWSSubnets item)AAWSClassicLoadBalancerParametersFluent. withSubnets(AWSSubnets subnets)AAWSNetworkLoadBalancerParametersFluent. withSubnets(AWSSubnets subnets)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type AWSSubnets Constructor Description AWSClassicLoadBalancerParameters(String connectionIdleTimeout, AWSSubnets subnets)AWSNetworkLoadBalancerParameters(List<String> eipAllocations, AWSSubnets subnets)AWSSubnetsBuilder(AWSSubnets instance)AWSSubnetsBuilder(AWSSubnetsFluent<?> fluent, AWSSubnets instance)AWSSubnetsFluent(AWSSubnets instance)
-