Uses of Class
io.fabric8.openshift.api.model.installer.aws.v1.SubnetRole
-
Packages that use SubnetRole Package Description io.fabric8.openshift.api.model.installer.aws.v1 -
-
Uses of SubnetRole in io.fabric8.openshift.api.model.installer.aws.v1
Methods in io.fabric8.openshift.api.model.installer.aws.v1 that return SubnetRole Modifier and Type Method Description SubnetRoleSubnetRoleBuilder. build()SubnetRoleSubnetFluent. buildFirstRole()SubnetRoleSubnetFluent. buildLastRole()SubnetRoleSubnetFluent. buildMatchingRole(Predicate<SubnetRoleBuilder> predicate)SubnetRoleSubnetFluent. buildRole(int index)Methods in io.fabric8.openshift.api.model.installer.aws.v1 that return types with arguments of type SubnetRole Modifier and Type Method Description List<SubnetRole>SubnetFluent. buildRoles()List<SubnetRole>Subnet. getRoles()Roles specifies the roles (aka functions) that the subnet will provide in the cluster.Methods in io.fabric8.openshift.api.model.installer.aws.v1 with parameters of type SubnetRole Modifier and Type Method Description SubnetFluent.RolesNested<A>SubnetFluent. addNewRoleLike(SubnetRole item)ASubnetFluent. addToRoles(int index, SubnetRole item)ASubnetFluent. addToRoles(SubnetRole... items)protected voidSubnetRoleFluent. copyInstance(SubnetRole instance)ASubnetFluent. removeFromRoles(SubnetRole... items)SubnetFluent.RolesNested<A>SubnetFluent. setNewRoleLike(int index, SubnetRole item)ASubnetFluent. setToRoles(int index, SubnetRole item)ASubnetFluent. withRoles(SubnetRole... roles)Method parameters in io.fabric8.openshift.api.model.installer.aws.v1 with type arguments of type SubnetRole Modifier and Type Method Description ASubnetFluent. addAllToRoles(Collection<SubnetRole> items)ASubnetFluent. removeAllFromRoles(Collection<SubnetRole> items)voidSubnet. setRoles(List<SubnetRole> roles)Roles specifies the roles (aka functions) that the subnet will provide in the cluster.ASubnetFluent. withRoles(List<SubnetRole> roles)Constructors in io.fabric8.openshift.api.model.installer.aws.v1 with parameters of type SubnetRole Constructor Description SubnetRoleBuilder(SubnetRole instance)SubnetRoleBuilder(SubnetRoleFluent<?> fluent, SubnetRole instance)SubnetRoleFluent(SubnetRole instance)Constructor parameters in io.fabric8.openshift.api.model.installer.aws.v1 with type arguments of type SubnetRole Constructor Description Subnet(String id, List<SubnetRole> roles)
-