ShapeNetworkBandwidthOptions¶
-
class
oci.container_engine.models.
ShapeNetworkBandwidthOptions
(**kwargs)¶ Bases:
object
Properties of network bandwidth.
Methods
__init__
(**kwargs)Initializes a new ShapeNetworkBandwidthOptions object with values from keyword arguments. Attributes
default_per_ocpu_in_gbps
Gets the default_per_ocpu_in_gbps of this ShapeNetworkBandwidthOptions. max_in_gbps
Gets the max_in_gbps of this ShapeNetworkBandwidthOptions. min_in_gbps
Gets the min_in_gbps of this ShapeNetworkBandwidthOptions. -
__init__
(**kwargs)¶ Initializes a new ShapeNetworkBandwidthOptions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - min_in_gbps (float) – The value to assign to the min_in_gbps property of this ShapeNetworkBandwidthOptions.
- max_in_gbps (float) – The value to assign to the max_in_gbps property of this ShapeNetworkBandwidthOptions.
- default_per_ocpu_in_gbps (float) – The value to assign to the default_per_ocpu_in_gbps property of this ShapeNetworkBandwidthOptions.
-
default_per_ocpu_in_gbps
¶ Gets the default_per_ocpu_in_gbps of this ShapeNetworkBandwidthOptions. The default amount of networking bandwidth per OCPU, in gigabits per second.
Returns: The default_per_ocpu_in_gbps of this ShapeNetworkBandwidthOptions. Return type: float
-
max_in_gbps
¶ Gets the max_in_gbps of this ShapeNetworkBandwidthOptions. The maximum amount of networking bandwidth, in gigabits per second.
Returns: The max_in_gbps of this ShapeNetworkBandwidthOptions. Return type: float
-
min_in_gbps
¶ Gets the min_in_gbps of this ShapeNetworkBandwidthOptions. The minimum amount of networking bandwidth, in gigabits per second.
Returns: The min_in_gbps of this ShapeNetworkBandwidthOptions. Return type: float
-