VolumeRelocationProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.netapp.models.VolumeRelocationProperties

public final class VolumeRelocationProperties

Volume relocation properties.

Constructor Summary

Constructor Description
VolumeRelocationProperties()

Creates an instance of VolumeRelocationProperties class.

Method Summary

Modifier and Type Method and Description
Boolean readyToBeFinalized()

Get the readyToBeFinalized property: Has relocation finished and is ready to be cleaned up.

Boolean relocationRequested()

Get the relocationRequested property: Has relocation been requested for this volume.

void validate()

Validates the instance.

VolumeRelocationProperties withRelocationRequested(Boolean relocationRequested)

Set the relocationRequested property: Has relocation been requested for this volume.

Methods inherited from java.lang.Object

Constructor Details

VolumeRelocationProperties

public VolumeRelocationProperties()

Creates an instance of VolumeRelocationProperties class.

Method Details

readyToBeFinalized

public Boolean readyToBeFinalized()

Get the readyToBeFinalized property: Has relocation finished and is ready to be cleaned up.

Returns:

the readyToBeFinalized value.

relocationRequested

public Boolean relocationRequested()

Get the relocationRequested property: Has relocation been requested for this volume.

Returns:

the relocationRequested value.

validate

public void validate()

Validates the instance.

withRelocationRequested

public VolumeRelocationProperties withRelocationRequested(Boolean relocationRequested)

Set the relocationRequested property: Has relocation been requested for this volume.

Parameters:

relocationRequested - the relocationRequested value to set.

Returns:

the VolumeRelocationProperties object itself.

Applies to