KubernetesClusterUpgradeProfile Interface

public interface KubernetesClusterUpgradeProfile extends HasInner

The result of checking for the Kubernetes cluster's upgrade profile.

Method Summary

Modifier and Type Method and Description
String id()
String name()
String type()

Inherited Members

Method Details

id

public String id()

Returns:

the ID of the Kubernetes cluster upgrade profile

name

public String name()

Returns:

the name of the Kubernetes cluster upgrade profile

type

public String type()

Returns:

the type of the Kubernetes cluster upgrade profile.

Applies to