Interface PrivateCloud.DefinitionStages.WithIdentity
-
- All Known Subinterfaces:
PrivateCloud.Definition
,PrivateCloud.DefinitionStages.WithCreate
- Enclosing interface:
- PrivateCloud.DefinitionStages
public static interface PrivateCloud.DefinitionStages.WithIdentity
The stage of the PrivateCloud definition allowing to specify identity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateCloud.DefinitionStages.WithCreate
withIdentity(PrivateCloudIdentity identity)
Specifies the identity property: The identity of the private cloud, if configured..
-
-
-
Method Detail
-
withIdentity
PrivateCloud.DefinitionStages.WithCreate 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.
-
-