Uses of Class
io.fabric8.openshift.api.model.machine.v1.Tag
-
Packages that use Tag Package Description io.fabric8.openshift.api.model.machine.v1 -
-
Uses of Tag in io.fabric8.openshift.api.model.machine.v1
Methods in io.fabric8.openshift.api.model.machine.v1 that return Tag Modifier and Type Method Description TagTagBuilder. build()TagAlibabaCloudMachineProviderConfigFluent. buildFirstTag()TagAlibabaResourceReferenceFluent. buildFirstTag()TagAlibabaCloudMachineProviderConfigFluent. buildLastTag()TagAlibabaResourceReferenceFluent. buildLastTag()TagAlibabaCloudMachineProviderConfigFluent. buildMatchingTag(Predicate<TagBuilder> predicate)TagAlibabaResourceReferenceFluent. buildMatchingTag(Predicate<TagBuilder> predicate)TagAlibabaCloudMachineProviderConfigFluent. buildTag(int index)TagAlibabaResourceReferenceFluent. buildTag(int index)Methods in io.fabric8.openshift.api.model.machine.v1 that return types with arguments of type Tag Modifier and Type Method Description List<Tag>AlibabaCloudMachineProviderConfigFluent. buildTag()List<Tag>AlibabaResourceReferenceFluent. buildTags()List<Tag>AlibabaCloudMachineProviderConfig. getTag()Tags are the set of metadata to add to an instance.List<Tag>AlibabaResourceReference. getTags()tags is a set of metadata based upon ECS object tags used to identify a resource.Methods in io.fabric8.openshift.api.model.machine.v1 with parameters of type Tag Modifier and Type Method Description AlibabaCloudMachineProviderConfigFluent.TagNested<A>AlibabaCloudMachineProviderConfigFluent. addNewTagLike(Tag item)AlibabaResourceReferenceFluent.TagsNested<A>AlibabaResourceReferenceFluent. addNewTagLike(Tag item)AAlibabaCloudMachineProviderConfigFluent. addToTag(int index, Tag item)AAlibabaCloudMachineProviderConfigFluent. addToTag(Tag... items)AAlibabaResourceReferenceFluent. addToTags(int index, Tag item)AAlibabaResourceReferenceFluent. addToTags(Tag... items)protected voidTagFluent. copyInstance(Tag instance)AAlibabaCloudMachineProviderConfigFluent. removeFromTag(Tag... items)AAlibabaResourceReferenceFluent. removeFromTags(Tag... items)AlibabaCloudMachineProviderConfigFluent.TagNested<A>AlibabaCloudMachineProviderConfigFluent. setNewTagLike(int index, Tag item)AlibabaResourceReferenceFluent.TagsNested<A>AlibabaResourceReferenceFluent. setNewTagLike(int index, Tag item)AAlibabaCloudMachineProviderConfigFluent. setToTag(int index, Tag item)AAlibabaResourceReferenceFluent. setToTags(int index, Tag item)AAlibabaCloudMachineProviderConfigFluent. withTag(Tag... tag)AAlibabaResourceReferenceFluent. withTags(Tag... tags)Method parameters in io.fabric8.openshift.api.model.machine.v1 with type arguments of type Tag Modifier and Type Method Description AAlibabaCloudMachineProviderConfigFluent. addAllToTag(Collection<Tag> items)AAlibabaResourceReferenceFluent. addAllToTags(Collection<Tag> items)AAlibabaCloudMachineProviderConfigFluent. removeAllFromTag(Collection<Tag> items)AAlibabaResourceReferenceFluent. removeAllFromTags(Collection<Tag> items)voidAlibabaCloudMachineProviderConfig. setTag(List<Tag> tag)Tags are the set of metadata to add to an instance.voidAlibabaResourceReference. setTags(List<Tag> tags)tags is a set of metadata based upon ECS object tags used to identify a resource.AAlibabaCloudMachineProviderConfigFluent. withTag(List<Tag> tag)AAlibabaResourceReferenceFluent. withTags(List<Tag> tags)Constructors in io.fabric8.openshift.api.model.machine.v1 with parameters of type Tag Constructor Description TagBuilder(Tag instance)TagBuilder(TagFluent<?> fluent, Tag instance)TagFluent(Tag instance)Constructor parameters in io.fabric8.openshift.api.model.machine.v1 with type arguments of type Tag Constructor Description AlibabaResourceReference(String id, String name, List<Tag> tags, String type)
-