Class ByolRealmAllocationCollection
A list of BYOL Realm Allocations.
Inherited Members
Namespace: Oci.OcvpService.Models
Assembly: OCI.DotNetSDK.Ocvp.dll
Syntax
public class ByolRealmAllocationCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ByolRealmAllocationSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ByolRealmAllocationSummary> | A list of BYOL Realm Allocations. |
Remarks
Required