Uses of Class
io.fabric8.openshift.api.model.machine.v1.AWSResourceReference
-
Packages that use AWSResourceReference Package Description io.fabric8.openshift.api.model.machine.v1 -
-
Uses of AWSResourceReference in io.fabric8.openshift.api.model.machine.v1
Methods in io.fabric8.openshift.api.model.machine.v1 that return AWSResourceReference Modifier and Type Method Description AWSResourceReferenceAWSResourceReferenceBuilder. build()AWSResourceReferenceAWSFailureDomainFluent. buildSubnet()AWSResourceReferenceAWSFailureDomain. getSubnet()AWSFailureDomain configures failure domain information for the AWS platform.Methods in io.fabric8.openshift.api.model.machine.v1 with parameters of type AWSResourceReference Modifier and Type Method Description protected voidAWSResourceReferenceFluent. copyInstance(AWSResourceReference instance)AWSFailureDomainFluent.SubnetNested<A>AWSFailureDomainFluent. editOrNewSubnetLike(AWSResourceReference item)voidAWSFailureDomain. setSubnet(AWSResourceReference subnet)AWSFailureDomain configures failure domain information for the AWS platform.AWSFailureDomainFluent.SubnetNested<A>AWSFailureDomainFluent. withNewSubnetLike(AWSResourceReference item)AAWSFailureDomainFluent. withSubnet(AWSResourceReference subnet)Constructors in io.fabric8.openshift.api.model.machine.v1 with parameters of type AWSResourceReference Constructor Description AWSFailureDomain(AWSFailureDomainPlacement placement, AWSResourceReference subnet)AWSResourceReferenceBuilder(AWSResourceReference instance)AWSResourceReferenceBuilder(AWSResourceReferenceFluent<?> fluent, AWSResourceReference instance)AWSResourceReferenceFluent(AWSResourceReference instance)
-