DatacenterAddressType Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. databox. models. DatacenterAddressType
- com.
- java.
public enum DatacenterAddressType
extends Enum<DatacenterAddressType>
Data center address type.
Fields
| DATACENTER_ADDRESS_INSTRUCTION |
Enum value Datacenter |
| DATACENTER_ADDRESS_LOCATION |
Enum value Datacenter |
Methods inherited from java.lang.Enum
valueOf
clone
compareTo
describeConstable
equals
finalize
getDeclaringClass
hashCode
name
ordinal
toString
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static DatacenterAddressType fromString(String value)
Parses a serialized value to a DatacenterAddressType instance.
Parameters
- value
- String
Returns
the parsed DatacenterAddressType object, or null if unable to parse.