public class ManagedClusterAddonProfile extends Object
| Constructor and Description |
|---|
ManagedClusterAddonProfile() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
config()
Get the config value.
|
boolean |
enabled()
Get the enabled value.
|
ManagedClusterAddonProfile |
withConfig(Map<String,String> config)
Set the config value.
|
ManagedClusterAddonProfile |
withEnabled(boolean enabled)
Set the enabled value.
|
public boolean enabled()
public ManagedClusterAddonProfile withEnabled(boolean enabled)
enabled - the enabled value to setpublic ManagedClusterAddonProfile withConfig(Map<String,String> config)
config - the config value to setCopyright © 2019. All rights reserved.