light modification
This commit is contained in:
		@@ -61,7 +61,7 @@ type ComputeResourceInstance struct {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type ComputeResourcePartnership struct {
 | 
					type ComputeResourcePartnership struct {
 | 
				
			||||||
	ResourcePartnerShip[*ComputeResourcePricingProfile]
 | 
						*ResourcePartnerShip[*ComputeResourcePricingProfile]
 | 
				
			||||||
	MaxAllowedCPUsCores    map[string]int     `json:"allowed_cpus,omitempty" bson:"allowed_cpus,omitempty"`
 | 
						MaxAllowedCPUsCores    map[string]int     `json:"allowed_cpus,omitempty" bson:"allowed_cpus,omitempty"`
 | 
				
			||||||
	MaxAllowedGPUsMemoryGB map[string]float64 `json:"allowed_gpus,omitempty" bson:"allowed_gpus,omitempty"`
 | 
						MaxAllowedGPUsMemoryGB map[string]float64 `json:"allowed_gpus,omitempty" bson:"allowed_gpus,omitempty"`
 | 
				
			||||||
	MaxAllowedRAMSize      float64            `json:"allowed_ram,omitempty" bson:"allowed_ram,omitempty"`
 | 
						MaxAllowedRAMSize      float64            `json:"allowed_ram,omitempty" bson:"allowed_ram,omitempty"`
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -57,7 +57,7 @@ func (i *StorageResourceInstance) GetID() string {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type StorageResourcePartnership struct {
 | 
					type StorageResourcePartnership struct {
 | 
				
			||||||
	ResourcePartnerShip[*StorageResourcePricingProfile]
 | 
						*ResourcePartnerShip[*StorageResourcePricingProfile]
 | 
				
			||||||
	MaxSizeGBAllowed     float64 `json:"allowed_gb,omitempty" bson:"allowed_gb,omitempty"`
 | 
						MaxSizeGBAllowed     float64 `json:"allowed_gb,omitempty" bson:"allowed_gb,omitempty"`
 | 
				
			||||||
	OnlyEncryptedAllowed bool    `json:"personal_data_allowed,omitempty" bson:"personal_data_allowed,omitempty"`
 | 
						OnlyEncryptedAllowed bool    `json:"personal_data_allowed,omitempty" bson:"personal_data_allowed,omitempty"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user