@@ -22,7 +22,6 @@ name: Instance
22
22
description : A Parallelstore Instance.
23
23
update_verb : :PATCH
24
24
update_mask : true
25
- min_version : beta
26
25
autogen_async : true
27
26
examples :
28
27
- !ruby/object:Provider::Terraform::Examples
@@ -36,14 +35,14 @@ examples:
36
35
properties :
37
36
- !ruby/object:Api::Type::String
38
37
name : name
39
- description : " The resource name of the instance, in the format\n `projects/{project}/locations/{location}/instances/{instance_id}` "
38
+ description : " Identifier. The resource name of the instance, in the format\n `projects/{project}/locations/{location}/instances/{instance_id}` "
40
39
output : true
41
40
- !ruby/object:Api::Type::String
42
41
name : description
43
42
description : ' The description of the instance. 2048 characters or less. '
44
43
- !ruby/object:Api::Type::String
45
44
name : state
46
- description : " The instance state. \n Possible values:\n STATE_UNSPECIFIED\n CREATING\n ACTIVE\n DELETING\n FAILED"
45
+ description : " The instance state. \n Possible values:\n STATE_UNSPECIFIED\n CREATING\n ACTIVE\n DELETING\n FAILED\n UPGRADING "
47
46
output : true
48
47
- !ruby/object:Api::Type::String
49
48
name : createTime
@@ -55,6 +54,8 @@ properties:
55
54
output : true
56
55
- !ruby/object:Api::Type::KeyValueLabels
57
56
name : labels
57
+ output :
58
+ api_name :
58
59
description : " Cloud Labels are a flexible and lightweight mechanism for
59
60
organizing cloud\n resources into groups that reflect a customer's organizational
60
61
needs and\n deployment strategies. Cloud Labels can be used to filter collections
@@ -72,7 +73,7 @@ properties:
72
73
value would prove problematic if we were to\n allow \" _\" in a future release. "
73
74
- !ruby/object:Api::Type::String
74
75
name : capacityGib
75
- description : ' Immutable. Storage capacity of Parallelstore instance in
76
+ description : ' Required. Immutable. Storage capacity of Parallelstore instance in
76
77
Gibibytes (GiB). '
77
78
required : true
78
79
immutable : true
@@ -83,7 +84,7 @@ properties:
83
84
- !ruby/object:Api::Type::Array
84
85
name : accessPoints
85
86
item_type : Api::Type::String
86
- description : " List of access_points.\n Contains a list of IPv4 addresses
87
+ description : " Output only. List of access_points.\n Contains a list of IPv4 addresses
87
88
used for client side configuration. "
88
89
output : true
89
90
- !ruby/object:Api::Type::String
@@ -106,6 +107,16 @@ properties:
106
107
and\n and contains the value currently used by the service. "
107
108
immutable : true
108
109
output : true
110
+ - !ruby/object:Api::Type::String
111
+ name : fileStripeLevel
112
+ description : " Stripe level for files.\n MIN better suited for small size
113
+ files.\n MAX higher throughput performance for larger files. \n Possible values:\n
114
+ FILE_STRIPE_LEVEL_UNSPECIFIED\n FILE_STRIPE_LEVEL_MIN\n FILE_STRIPE_LEVEL_BALANCED\n FILE_STRIPE_LEVEL_MAX"
115
+ - !ruby/object:Api::Type::String
116
+ name : directoryStripeLevel
117
+ description : " Stripe level for directories.\n MIN when directory has a
118
+ small number of files.\n MAX when directory has a large number of files. \n Possible
119
+ values:\n DIRECTORY_STRIPE_LEVEL_UNSPECIFIED\n DIRECTORY_STRIPE_LEVEL_MIN\n DIRECTORY_STRIPE_LEVEL_BALANCED\n DIRECTORY_STRIPE_LEVEL_MAX"
109
120
parameters :
110
121
- !ruby/object:Api::Type::String
111
122
name : location
0 commit comments