You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description='List of IPs that can mount the Resource Pool in read-only; IPs must have a subnet mask (e.g. "172.16.0.0/24" for a range of IPs, or "172.16.0.250/32" for a specific IP)',
42
39
alias="ipAcl",
43
40
)
44
41
labels: Optional[Dict[str, StrictStr]] =Field(
45
42
default=None,
46
43
description="An optional object that represents the labels associated with the resource pool keys are validated using the following regex '^[\\\\p{Ll}][\\\\p{Ll}\\\\p{N}_-]*$' and cannot be empty values are validated using the following regex '^[\\\\p{Ll}\\\\p{N}_-]*$'",
47
44
)
48
-
name: Optional[StrictStr] =Field(default=None, description="Name of the Resource Pool")
49
-
performance_class: Optional[StrictStr] =Field(
50
-
default=None, description="Name of the performance class", alias="performanceClass"
51
-
)
52
-
size_gigabytes: Optional[StrictInt] =Field(
53
-
default=None, description="Size of the Resource Pool (unit: gibibytes)", alias="sizeGigabytes"
0 commit comments