Uses of Class
io.fabric8.openshift.api.model.config.v1.AzureResourceTag
-
Packages that use AzureResourceTag Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of AzureResourceTag in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return AzureResourceTag Modifier and Type Method Description AzureResourceTagAzureResourceTagBuilder. build()AzureResourceTagAzurePlatformStatusFluent. buildFirstResourceTag()AzureResourceTagAzurePlatformStatusFluent. buildLastResourceTag()AzureResourceTagAzurePlatformStatusFluent. buildMatchingResourceTag(Predicate<AzureResourceTagBuilder> predicate)AzureResourceTagAzurePlatformStatusFluent. buildResourceTag(int index)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type AzureResourceTag Modifier and Type Method Description List<AzureResourceTag>AzurePlatformStatusFluent. buildResourceTags()List<AzureResourceTag>AzurePlatformStatus. getResourceTags()resourceTags is a list of additional tags to apply to Azure resources created for the cluster.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type AzureResourceTag Modifier and Type Method Description AzurePlatformStatusFluent.ResourceTagsNested<A>AzurePlatformStatusFluent. addNewResourceTagLike(AzureResourceTag item)AAzurePlatformStatusFluent. addToResourceTags(int index, AzureResourceTag item)AAzurePlatformStatusFluent. addToResourceTags(AzureResourceTag... items)protected voidAzureResourceTagFluent. copyInstance(AzureResourceTag instance)AAzurePlatformStatusFluent. removeFromResourceTags(AzureResourceTag... items)AzurePlatformStatusFluent.ResourceTagsNested<A>AzurePlatformStatusFluent. setNewResourceTagLike(int index, AzureResourceTag item)AAzurePlatformStatusFluent. setToResourceTags(int index, AzureResourceTag item)AAzurePlatformStatusFluent. withResourceTags(AzureResourceTag... resourceTags)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type AzureResourceTag Modifier and Type Method Description AAzurePlatformStatusFluent. addAllToResourceTags(Collection<AzureResourceTag> items)AAzurePlatformStatusFluent. removeAllFromResourceTags(Collection<AzureResourceTag> items)voidAzurePlatformStatus. setResourceTags(List<AzureResourceTag> resourceTags)resourceTags is a list of additional tags to apply to Azure resources created for the cluster.AAzurePlatformStatusFluent. withResourceTags(List<AzureResourceTag> resourceTags)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type AzureResourceTag Constructor Description AzureResourceTagBuilder(AzureResourceTag instance)AzureResourceTagBuilder(AzureResourceTagFluent<?> fluent, AzureResourceTag instance)AzureResourceTagFluent(AzureResourceTag instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type AzureResourceTag Constructor Description AzurePlatformStatus(String armEndpoint, String cloudName, String networkResourceGroupName, String resourceGroupName, List<AzureResourceTag> resourceTags)
-