Uses of Class
io.fabric8.openshift.api.model.installer.aws.v1.VPC
-
Packages that use VPC Package Description io.fabric8.openshift.api.model.installer.aws.v1 -
-
Uses of VPC in io.fabric8.openshift.api.model.installer.aws.v1
Methods in io.fabric8.openshift.api.model.installer.aws.v1 that return VPC Modifier and Type Method Description VPCVPCBuilder. build()VPCPlatformFluent. buildVpc()VPCPlatform. getVpc()Platform stores all the global configuration that all machinesets use.Methods in io.fabric8.openshift.api.model.installer.aws.v1 with parameters of type VPC Modifier and Type Method Description protected voidVPCFluent. copyInstance(VPC instance)PlatformFluent.VpcNested<A>PlatformFluent. editOrNewVpcLike(VPC item)voidPlatform. setVpc(VPC vpc)Platform stores all the global configuration that all machinesets use.PlatformFluent.VpcNested<A>PlatformFluent. withNewVpcLike(VPC item)APlatformFluent. withVpc(VPC vpc)Constructors in io.fabric8.openshift.api.model.installer.aws.v1 with parameters of type VPC Constructor Description Platform(String amiID, Boolean bestEffortDeleteIgnition, MachinePool defaultMachinePlatform, String hostedZone, String hostedZoneRole, String lbType, Boolean preserveBootstrapIgnition, Boolean propagateUserTags, String publicIpv4Pool, String region, List<ServiceEndpoint> serviceEndpoints, List<String> subnets, String userProvisionedDNS, Map<String,String> userTags, VPC vpc)VPCBuilder(VPC instance)VPCBuilder(VPCFluent<?> fluent, VPC instance)VPCFluent(VPC instance)
-