Skip to content

Commit e4d468a

Browse files
authored
Merge pull request #42 from PureStorage-OpenConnect/staging
adding FlashArray 2.39
2 parents 5028751 + c31aaf9 commit e4d468a

File tree

376 files changed

+9769
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

376 files changed

+9769
-2
lines changed

html/models/FA2.38/_base-port.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
allOf:
2+
- $ref: ../../models/FA2.0/_built-in-resource-no-id.yaml
3+
- $ref: ../../models/FA2.2/_port-common.yaml
4+
- description: A target port on the array enabling access to block storage (Fibre
5+
Channel or iSCSI).
6+
type: object
7+
properties:
8+
failover:
9+
description: If the array port has failed over, returns the name of the port
10+
to which this port has failed over.
11+
type: string
12+
example: CT0.ETH2

html/models/FA2.38/_context.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
type: object
2+
properties:
3+
context:
4+
description: 'The context in which the operation was performed. Valid values include
5+
a reference to any array which is a member of the same fleet. If the array is
6+
not a member of a fleet, `context` will always implicitly be set to the array
7+
that received the request.
8+
9+
Other parameters provided with the request, such as names of volumes or snapshots,
10+
are resolved relative to the provided `context`.'
11+
readOnly: true
12+
allOf:
13+
- $ref: ../../models/FA2.0/_reference.yaml
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
allOf:
2+
- $ref: ../../models/FA2.4/_pod-performance-replication.yaml
3+
- $ref: ../../models/FA2.38/_context.yaml

html/models/FA2.38/alert-event.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
allOf:
2+
- $ref: ../../models/FA2.2/alert-event.yaml
3+
- $ref: ../../models/FA2.38/_context.yaml
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
allOf:
2+
- $ref: ../../models/FA2.23/alert-rules-catalog.yaml
3+
- $ref: ../../models/FA2.38/_context.yaml

html/models/FA2.38/alert-rules.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
allOf:
2+
- $ref: ../../models/FA2.23/alert-rules.yaml
3+
- $ref: ../../models/FA2.38/_context.yaml

html/models/FA2.38/alert.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
allOf:
2+
- $ref: ../../models/FA2.2/alert.yaml
3+
- $ref: ../../models/FA2.38/_context.yaml
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
allOf:
2+
- $ref: ../../models/FA2.33/array-connection.yaml
3+
- $ref: ../../models/FA2.38/_context.yaml

html/models/FA2.38/array-space.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
allOf:
2+
- $ref: ../FA2.34/array-space.yaml
3+
- $ref: ../FA2.38/_context.yaml

html/models/FA2.38/arrays.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
allOf:
2+
- $ref: ../../models/FA2.34/arrays.yaml
3+
- $ref: ../../models/FA2.38/_context.yaml

0 commit comments

Comments
 (0)