EndpointTypes Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. compute. models. EndpointTypes
- com.
- java.
public enum EndpointTypes
extends Enum<EndpointTypes>
This property allows you to specify the Endpoint type for which this profile is defining the access control for. Possible values are: 'WireServer' or 'IMDS'.
Fields
IMDS |
Enum value IMDS. |
WIRE_SERVER |
Enum value Wire |
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 EndpointTypes fromString(String value)
Parses a serialized value to a EndpointTypes instance.
Parameters
- value
- String
Returns
the parsed EndpointTypes object, or null if unable to parse.