Volume.DefinitionStages.WithCreate Interface

Implements

public static interface Volume.DefinitionStages.WithCreate
extends WithTags, WithZones, WithServiceLevel, WithExportPolicy, WithProtocolTypes, WithSnapshotId, WithDeleteBaseSnapshot, WithBackupId, WithNetworkFeatures, WithVolumeType, WithDataProtection, WithIsRestoring, WithSnapshotDirectoryVisible, WithKerberosEnabled, WithSecurityStyle, WithSmbEncryption, WithSmbAccessBasedEnumeration, WithSmbNonBrowsable, WithSmbContinuouslyAvailable, WithThroughputMibps, WithEncryptionKeySource, WithKeyVaultPrivateEndpointResourceId, WithLdapEnabled, WithCoolAccess, WithCoolnessPeriod, WithCoolAccessRetrievalPolicy, WithUnixPermissions, WithAvsDataStore, WithIsDefaultQuotaEnabled, WithDefaultUserQuotaInKiBs, WithDefaultGroupQuotaInKiBs, WithCapacityPoolResourceId, WithProximityPlacementGroup, WithVolumeSpecName, WithPlacementRules, WithEnableSubvolumes, WithIsLargeVolume

The stage of the Volume definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified.

Method Summary

Modifier and Type Method and Description
abstract Volume create()

Executes the create request.

abstract Volume create(Context context)

Executes the create request.

Method Details

create

public abstract Volume create()

Executes the create request.

Returns:

the created resource.

create

public abstract Volume create(Context context)

Executes the create request.

Parameters:

context - The context to associate with this operation.

Returns:

the created resource.

Applies to