@Beta(value=V1_5_0) public class ComputeResourceType extends ExpandableStringEnum<ComputeResourceType>
Modifier and Type | Field and Description |
---|---|
static ComputeResourceType |
AVAILABILITYSETS
Static value availabilitySets for ComputeResourceType.
|
static ComputeResourceType |
DISKS
Static value disks for ComputeResourceType.
|
static ComputeResourceType |
SNAPSHOTS
Static value snapshots for ComputeResourceType.
|
static ComputeResourceType |
VIRTUALMACHINES
Static value virtualMachines for ComputeResourceType.
|
Constructor and Description |
---|
ComputeResourceType() |
Modifier and Type | Method and Description |
---|---|
static ComputeResourceType |
fromString(String str)
Finds or creates compute resource type based on the specified string.
|
static Collection<ComputeResourceType> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final ComputeResourceType AVAILABILITYSETS
public static final ComputeResourceType DISKS
public static final ComputeResourceType SNAPSHOTS
public static final ComputeResourceType VIRTUALMACHINES
public static ComputeResourceType fromString(String str)
str
- the compute resource type in string formatpublic static Collection<ComputeResourceType> values()
Copyright © 2019. All rights reserved.