StorageQoSPolicyDetails Class

  • java.lang.Object
    • com.azure.resourcemanager.scvmm.models.StorageQoSPolicyDetails

public final class StorageQoSPolicyDetails

The StorageQoSPolicyDetails definition.

Constructor Summary

Constructor Description
StorageQoSPolicyDetails()

Method Summary

Modifier and Type Method and Description
String id()

Get the id property: The ID of the QoS policy.

String name()

Get the name property: The name of the policy.

void validate()

Validates the instance.

StorageQoSPolicyDetails withId(String id)

Set the id property: The ID of the QoS policy.

StorageQoSPolicyDetails withName(String name)

Set the name property: The name of the policy.

Methods inherited from java.lang.Object

Constructor Details

StorageQoSPolicyDetails

public StorageQoSPolicyDetails()

Method Details

id

public String id()

Get the id property: The ID of the QoS policy.

Returns:

the id value.

name

public String name()

Get the name property: The name of the policy.

Returns:

the name value.

validate

public void validate()

Validates the instance.

withId

public StorageQoSPolicyDetails withId(String id)

Set the id property: The ID of the QoS policy.

Parameters:

id - the id value to set.

Returns:

the StorageQoSPolicyDetails object itself.

withName

public StorageQoSPolicyDetails withName(String name)

Set the name property: The name of the policy.

Parameters:

name - the name value to set.

Returns:

the StorageQoSPolicyDetails object itself.

Applies to