Package | Description |
---|---|
com.vmware.vcenter.namespace_management |
The
com.vmware.vcenter.namespace_management package provides interfaces
for managing Namespaces. |
Modifier and Type | Field and Description |
---|---|
static SizingHint |
SizingHint.LARGE
Cluster size of 'large'.
|
static SizingHint |
SizingHint.MEDIUM
Cluster size of 'medium'.
|
static SizingHint |
SizingHint.SMALL
Cluster size of 'small'.
|
static SizingHint |
SizingHint.TINY
Cluster size of 'tiny'.
|
Modifier and Type | Method and Description |
---|---|
SizingHint |
ClustersTypes.Info.getSizeHint()
Current setting for
SizingHint . |
SizingHint |
ClustersTypes.EnableSpec.getSizeHint()
This affects the size and resources allocated to the Kubernetes API server.
|
SizingHint |
ClustersTypes.UpdateSpec.getSizeHint()
This affects the size and resources allocated to the Kubernetes API server.
|
SizingHint |
ClustersTypes.SetSpec.getSizeHint()
This affects the size and resources allocated to the Kubernetes API server.
|
static SizingHint |
SizingHint.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static SizingHint[] |
SizingHint.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<SizingHint,ClusterSizeInfoTypes.Info> |
ClusterSizeInfo.get()
Get information about the default values associated with various sizes.
|
java.util.Map<SizingHint,ClusterSizeInfoTypes.Info> |
ClusterSizeInfoStub.get() |
java.util.Map<SizingHint,ClusterSizeInfoTypes.Info> |
ClusterSizeInfo.get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get information about the default values associated with various sizes.
|
java.util.Map<SizingHint,ClusterSizeInfoTypes.Info> |
ClusterSizeInfoStub.get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
ClustersTypes.Info.setSizeHint(SizingHint sizeHint)
Current setting for
SizingHint . |
ClustersTypes.Info.Builder |
ClustersTypes.Info.Builder.setSizeHint(SizingHint sizeHint)
Current setting for
SizingHint . |
void |
ClustersTypes.EnableSpec.setSizeHint(SizingHint sizeHint)
This affects the size and resources allocated to the Kubernetes API server.
|
void |
ClustersTypes.UpdateSpec.setSizeHint(SizingHint sizeHint)
This affects the size and resources allocated to the Kubernetes API server.
|
ClustersTypes.UpdateSpec.Builder |
ClustersTypes.UpdateSpec.Builder.setSizeHint(SizingHint sizeHint)
This affects the size and resources allocated to the Kubernetes API server.
|
void |
ClustersTypes.SetSpec.setSizeHint(SizingHint sizeHint)
This affects the size and resources allocated to the Kubernetes API server.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterSizeInfo.get(com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<SizingHint,ClusterSizeInfoTypes.Info>> asyncCallback)
Get information about the default values associated with various sizes.
|
void |
ClusterSizeInfoStub.get(com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<SizingHint,ClusterSizeInfoTypes.Info>> asyncCallback) |
void |
ClusterSizeInfo.get(com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<SizingHint,ClusterSizeInfoTypes.Info>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get information about the default values associated with various sizes.
|
void |
ClusterSizeInfoStub.get(com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<SizingHint,ClusterSizeInfoTypes.Info>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Constructor and Description |
---|
Builder(SizingHint sizeHint,
ClustersTypes.NetworkProvider networkProvider,
java.lang.String masterStoragePolicy,
java.lang.String ephemeralStoragePolicy,
ClustersTypes.ImageStorageSpec imageStorage)
Constructor with parameters for the required properties of
ClustersTypes.SetSpec . |
Builder(SizingHint sizeHint,
Ipv4Cidr serviceCidr,
ClustersTypes.NetworkProvider networkProvider,
ClustersTypes.NetworkSpec masterManagementNetwork,
java.lang.String masterStoragePolicy,
java.lang.String ephemeralStoragePolicy,
ClustersTypes.ImageStorageSpec imageStorage)
Constructor with parameters for the required properties of
ClustersTypes.EnableSpec . |