Constructor and Description |
---|
Builder() |
public Shape.Builder shape(String shape)
public Shape.Builder processorDescription(String processorDescription)
public Shape.Builder ocpus(Float ocpus)
public Shape.Builder memoryInGBs(Float memoryInGBs)
public Shape.Builder networkingBandwidthInGbps(Float networkingBandwidthInGbps)
public Shape.Builder maxVnicAttachments(Integer maxVnicAttachments)
public Shape.Builder gpus(Integer gpus)
public Shape.Builder gpuDescription(String gpuDescription)
public Shape.Builder localDisks(Integer localDisks)
public Shape.Builder localDisksTotalSizeInGBs(Float localDisksTotalSizeInGBs)
public Shape.Builder localDiskDescription(String localDiskDescription)
public Shape.Builder ocpuOptions(ShapeOcpuOptions ocpuOptions)
public Shape.Builder memoryOptions(ShapeMemoryOptions memoryOptions)
public Shape.Builder networkingBandwidthOptions(ShapeNetworkingBandwidthOptions networkingBandwidthOptions)
public Shape.Builder maxVnicAttachmentOptions(ShapeMaxVnicAttachmentOptions maxVnicAttachmentOptions)
public Shape build()
public Shape.Builder copy(Shape o)
Copyright © 2016–2020. All rights reserved.