Home
last modified time | relevance | path

Searched defs:OcpuAllocationNumberParam (Results 1 – 2 of 2) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/blockchain/
H A Docpu_allocation_number_param.go17 type OcpuAllocationNumberParam struct { struct
20 OcpuAllocationNumber *float32 `mandatory:"true" json:"ocpuAllocationNumber"`
23 func (m OcpuAllocationNumberParam) String() string {
/dports/devel/py-oci/oci-2.53.1/src/oci/blockchain/models/
H A Docpu_allocation_number_param.py11 class OcpuAllocationNumberParam(object): class