StorageQoSPolicyDetails Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. StorageQoSPolicyDetails
- com.
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. |
|
Storage |
withId(String id)
Set the id property: The ID of the QoS policy. |
|
Storage |
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:
name
public String name()
Get the name property: The name of the policy.
Returns:
validate
public void validate()
Validates the instance.
withId
public StorageQoSPolicyDetails withId(String id)
Set the id property: The ID of the QoS policy.
Parameters:
Returns:
withName
public StorageQoSPolicyDetails withName(String name)
Set the name property: The name of the policy.
Parameters:
Returns: