PrivateCloud.UpdateStages.WithIdentity Interface

public static interface PrivateCloud.UpdateStages.WithIdentity

The stage of the PrivateCloud update allowing to specify identity.

Method Summary

Modifier and Type Method and Description
abstract Update withIdentity(PrivateCloudIdentity identity)

Specifies the identity property: The identity of the private cloud, if configured..

Method Details

withIdentity

public abstract PrivateCloud.Update withIdentity(PrivateCloudIdentity identity)

Specifies the identity property: The identity of the private cloud, if configured..

Parameters:

identity - The identity of the private cloud, if configured.

Returns:

the next definition stage.

Applies to