File tree Expand file tree Collapse file tree 3 files changed +62
-0
lines changed
mmv1/products/vmwareengine Expand file tree Collapse file tree 3 files changed +62
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,20 @@ parameters:
9292 required : true
9393 immutable : true
9494properties :
95+ - name : ' createTime'
96+ type : Time
97+ description : |
98+ Creation time of this resource.
99+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and
100+ up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
101+ output : true
102+ - name : ' updateTime'
103+ type : Time
104+ description : |
105+ Last updated time of this resource.
106+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine
107+ fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
108+ output : true
95109 - name : ' management'
96110 type : Boolean
97111 description : |
Original file line number Diff line number Diff line change @@ -80,6 +80,20 @@ parameters:
8080 required : true
8181 immutable : true
8282properties :
83+ - name : ' createTime'
84+ type : Time
85+ description : |
86+ Creation time of this resource.
87+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
88+ Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
89+ output : true
90+ - name : ' updateTime'
91+ type : Time
92+ description : |
93+ Last update time of this resource.
94+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
95+ Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
96+ output : true
8397 - name : ' description'
8498 type : String
8599 description : |
@@ -132,3 +146,9 @@ properties:
132146 description : |
133147 System-generated unique identifier for the resource.
134148 output : true
149+ - name : ' etag'
150+ type : String
151+ description : |
152+ Checksum that may be sent on update and delete requests to ensure that the user-provided value is up to date befor
153+ The server computes checksums based on the value of other fields in the request.
154+ output : true
Original file line number Diff line number Diff line change @@ -108,6 +108,34 @@ properties:
108108 type : String
109109 description : |
110110 User-provided description for this private cloud.
111+ - name : ' createTime'
112+ type : Time
113+ description : |
114+ Creation time of this resource.
115+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
116+ Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
117+ output : true
118+ - name : ' updateTime'
119+ type : Time
120+ description : |
121+ Last update time of this resource.
122+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
123+ Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
124+ output : true
125+ - name : ' deleteTime'
126+ type : Time
127+ description : |
128+ Time when the resource was scheduled for deletion.
129+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
130+ Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
131+ output : true
132+ - name : ' expireTime'
133+ type : Time
134+ description : |
135+ Time when the resource will be irreversibly deleted.
136+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
137+ Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
138+ output : true
111139 - name : ' uid'
112140 type : String
113141 description : |
You can’t perform that action at this time.
0 commit comments