Interface Cluster.DefinitionStages.WithTrustedExternalTenants

All Known Subinterfaces:
Cluster.Definition, Cluster.DefinitionStages.WithCreate
Enclosing interface:
Cluster.DefinitionStages

public static interface Cluster.DefinitionStages.WithTrustedExternalTenants
The stage of the Cluster definition allowing to specify trustedExternalTenants.
  • Method Details

    • withTrustedExternalTenants

      Cluster.DefinitionStages.WithCreate withTrustedExternalTenants(List<TrustedExternalTenant> trustedExternalTenants)
      Specifies the trustedExternalTenants property: The cluster's external tenants..
      Parameters:
      trustedExternalTenants - The cluster's external tenants.
      Returns:
      the next definition stage.