Class EstimatedVMPriceResponse
- java.lang.Object
-
- com.pulumi.azurenative.machinelearningservices.outputs.EstimatedVMPriceResponse
-
public final class EstimatedVMPriceResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EstimatedVMPriceResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EstimatedVMPriceResponse.Builder
builder()
static EstimatedVMPriceResponse.Builder
builder(EstimatedVMPriceResponse defaults)
java.lang.String
osType()
java.lang.Double
retailPrice()
java.lang.String
vmTier()
-
-
-
Method Detail
-
osType
public java.lang.String osType()
- Returns:
- Operating system type used by the VM.
-
retailPrice
public java.lang.Double retailPrice()
- Returns:
- The price charged for using the VM.
-
vmTier
public java.lang.String vmTier()
- Returns:
- The type of the VM.
-
builder
public static EstimatedVMPriceResponse.Builder builder()
-
builder
public static EstimatedVMPriceResponse.Builder builder(EstimatedVMPriceResponse defaults)
-
-