Uses of Class
com.oracle.bmc.mngdmac.model.MacOrder.Shape
-
Packages that use MacOrder.Shape Package Description com.oracle.bmc.mngdmac.model -
-
Uses of MacOrder.Shape in com.oracle.bmc.mngdmac.model
Methods in com.oracle.bmc.mngdmac.model that return MacOrder.Shape Modifier and Type Method Description static MacOrder.ShapeMacOrder.Shape. create(String key)MacOrder.ShapeCreateMacOrderDetails. getShape()The requested shape of the MacDevices in the MacOrder.MacOrder.ShapeMacDevice. getShape()The shape of the Mac.MacOrder.ShapeMacDeviceSummary. getShape()The shape of the MacDevice.MacOrder.ShapeMacOrder. getShape()Enum indicating the requested shape for the MacDevices.MacOrder.ShapeMacOrderSummary. getShape()The requested shape for Macs in this MacOrder.MacOrder.ShapeUpdateMacOrderDetails. getShape()The shape of the Mac.static MacOrder.ShapeMacOrder.Shape. valueOf(String name)Returns the enum constant of this type with the specified name.static MacOrder.Shape[]MacOrder.Shape. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.mngdmac.model with parameters of type MacOrder.Shape Modifier and Type Method Description CreateMacOrderDetails.BuilderCreateMacOrderDetails.Builder. shape(MacOrder.Shape shape)The requested shape of the MacDevices in the MacOrder.MacDevice.BuilderMacDevice.Builder. shape(MacOrder.Shape shape)The shape of the Mac.MacDeviceSummary.BuilderMacDeviceSummary.Builder. shape(MacOrder.Shape shape)The shape of the MacDevice.MacOrder.BuilderMacOrder.Builder. shape(MacOrder.Shape shape)Enum indicating the requested shape for the MacDevices.MacOrderSummary.BuilderMacOrderSummary.Builder. shape(MacOrder.Shape shape)The requested shape for Macs in this MacOrder.UpdateMacOrderDetails.BuilderUpdateMacOrderDetails.Builder. shape(MacOrder.Shape shape)The shape of the Mac.Constructors in com.oracle.bmc.mngdmac.model with parameters of type MacOrder.Shape Constructor Description CreateMacOrderDetails(String compartmentId, String displayName, String orderDescription, Integer orderSize, String ipRange, MacOrder.Shape shape, MacOrder.CommitmentTerm commitmentTerm)Deprecated.MacDevice(String id, String compartmentId, String macOrderId, String serialNumber, String ipAddress, MacDevice.LifecycleState lifecycleState, MacOrder.Shape shape, Date timeCreated, Date timeUpdated, Boolean isMarkedDecom, Date timeDecom)Deprecated.MacDeviceSummary(String id, String compartmentId, String macOrderId, String serialNumber, String ipAddress, MacOrder.Shape shape, MacDevice.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Boolean isMarkedDecom, Date timeDecom)Deprecated.MacOrder(String id, String compartmentId, String displayName, String orderDescription, Integer orderSize, String ipRange, Boolean isDocusigned, MacOrder.Shape shape, Date timeCreated, Date timeUpdated, MacOrder.CommitmentTerm commitmentTerm, Date timeBillingStarted, Date timeBillingEnded, MacOrder.OrderStatus orderStatus, MacOrder.LifecycleState lifecycleState, String lifecycleDetails, String cancelReason, Date timeCanceled)Deprecated.MacOrderSummary(String id, String compartmentId, String displayName, String orderDescription, Integer orderSize, String ipRange, Boolean isDocusigned, MacOrder.Shape shape, Date timeCreated, Date timeUpdated, MacOrder.CommitmentTerm commitmentTerm, Date timeBillingStarted, Date timeBillingEnded, MacOrder.OrderStatus orderStatus, MacOrder.LifecycleState lifecycleState, String lifecycleDetails)Deprecated.UpdateMacOrderDetails(String displayName, String orderDescription, Integer orderSize, MacOrder.Shape shape, String ipRange)Deprecated.
-