PrivateCloud.UpdateStages.WithIdentitySources Interface

public static interface PrivateCloud.UpdateStages.WithIdentitySources

The stage of the PrivateCloud update allowing to specify identitySources.

Method Summary

Modifier and Type Method and Description
abstract Update withIdentitySources(List<IdentitySource> identitySources)

Specifies the identitySources property: vCenter Single Sign On Identity Sources.

Method Details

withIdentitySources

public abstract PrivateCloud.Update withIdentitySources(List identitySources)

Specifies the identitySources property: vCenter Single Sign On Identity Sources.

Parameters:

identitySources - vCenter Single Sign On Identity Sources.

Returns:

the next definition stage.

Applies to