Class NetworkUsageUnit
java.lang.Object
com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum<NetworkUsageUnit>
com.microsoft.azure.management.network.NetworkUsageUnit
Network usage units.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NetworkUsageUnit
Static value Bytes for NetworkUsageUnit.static final NetworkUsageUnit
Static value BytesPerSecond for ComputeUsageUnit.static final NetworkUsageUnit
Static value Count for NetworkUsageUnit.static final NetworkUsageUnit
Static value CountsPerSecond for NetworkUsageUnit.static final NetworkUsageUnit
Static value Percent for NetworkUsageUnit.static final NetworkUsageUnit
Static value Seconds for NetworkUsageUnit. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NetworkUsageUnit
fromString
(String name) Finds or creates a network usage unit based on the specified name.static Collection<NetworkUsageUnit>
values()
Methods inherited from class com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
COUNT
Static value Count for NetworkUsageUnit. -
BYTES
Static value Bytes for NetworkUsageUnit. -
SECONDS
Static value Seconds for NetworkUsageUnit. -
PERCENT
Static value Percent for NetworkUsageUnit. -
COUNTS_PER_SECOND
Static value CountsPerSecond for NetworkUsageUnit. -
BYTES_PER_SECOND
Static value BytesPerSecond for ComputeUsageUnit.
-
-
Constructor Details
-
NetworkUsageUnit
public NetworkUsageUnit()
-
-
Method Details
-
fromString
Finds or creates a network usage unit based on the specified name.- Parameters:
name
- a name- Returns:
- an instance of NetworkUsageUnit
-
values
- Returns:
- known network usage units
-