public final class Disallowed extends Object
| Constructor and Description |
|---|
Disallowed() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
diskTypes()
Get the diskTypes property: A list of disk types.
|
void |
validate()
Validates the instance.
|
Disallowed |
withDiskTypes(List<String> diskTypes)
Set the diskTypes property: A list of disk types.
|
public List<String> diskTypes()
public Disallowed withDiskTypes(List<String> diskTypes)
diskTypes - the diskTypes value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.