public class ItemForListSupportedAddonsOutput extends Object
| Constructor and Description |
|---|
ItemForListSupportedAddonsOutput() |
public ItemForListSupportedAddonsOutput categories(List<String> categories)
public ItemForListSupportedAddonsOutput addCategoriesItem(String categoriesItem)
public ItemForListSupportedAddonsOutput deployMode(String deployMode)
public String getDeployMode()
public void setDeployMode(String deployMode)
public ItemForListSupportedAddonsOutput deployNodeTypes(List<String> deployNodeTypes)
public ItemForListSupportedAddonsOutput addDeployNodeTypesItem(String deployNodeTypesItem)
public List<String> getDeployNodeTypes()
public ItemForListSupportedAddonsOutput name(String name)
public String getName()
public void setName(String name)
public ItemForListSupportedAddonsOutput necessary(String necessary)
public String getNecessary()
public void setNecessary(String necessary)
public ItemForListSupportedAddonsOutput podNetworkModes(List<String> podNetworkModes)
public ItemForListSupportedAddonsOutput addPodNetworkModesItem(String podNetworkModesItem)
public List<String> getPodNetworkModes()
public ItemForListSupportedAddonsOutput versions(List<VersionForListSupportedAddonsOutput> versions)
public ItemForListSupportedAddonsOutput addVersionsItem(VersionForListSupportedAddonsOutput versionsItem)
@Valid public @Valid List<VersionForListSupportedAddonsOutput> getVersions()
public void setVersions(List<VersionForListSupportedAddonsOutput> versions)
Copyright © 2024. All rights reserved.