Skip to content

Commit 44f7b4b

Browse files
Merge 75f982c into a81d83c
2 parents a81d83c + 75f982c commit 44f7b4b

28 files changed

Lines changed: 582 additions & 32 deletions

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH,
44
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
55

66
- API version: 1.0
7-
- Package version: 1.0.10
7+
- Package version: 1.0.11
88
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
99

1010
## Requirements.
@@ -451,6 +451,8 @@ Class | Method | HTTP request | Description
451451
- [StorageClassPost](docs/StorageClassPost.md)
452452
- [StorageClassRef](docs/StorageClassRef.md)
453453
- [StorageEndpoint](docs/StorageEndpoint.md)
454+
- [StorageEndpointCbsAzureIscsi](docs/StorageEndpointCbsAzureIscsi.md)
455+
- [StorageEndpointCbsAzureIscsiPost](docs/StorageEndpointCbsAzureIscsiPost.md)
454456
- [StorageEndpointIscsi](docs/StorageEndpointIscsi.md)
455457
- [StorageEndpointIscsiDiscoveryInterface](docs/StorageEndpointIscsiDiscoveryInterface.md)
456458
- [StorageEndpointIscsiDiscoveryInterfacePost](docs/StorageEndpointIscsiDiscoveryInterfacePost.md)

docs/StorageEndpoint.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
77
**availability_zone** | [**AvailabilityZoneRef**](AvailabilityZoneRef.md) | | [optional]
88
**endpoint_type** | **str** | The endpoint type. |
99
**iscsi** | [**StorageEndpointIscsi**](StorageEndpointIscsi.md) | | [optional]
10+
**cbs_azure_iscsi** | [**StorageEndpointCbsAzureIscsi**](StorageEndpointCbsAzureIscsi.md) | | [optional]
1011

1112
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1213

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# StorageEndpointCbsAzureIscsi
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**storage_endpoint_collection_identity** | **str** | The Storage Endpoint Collection Identity which belongs to the Azure entities. | [optional]
7+
**load_balancer** | **str** | The Load Balancer id which gives permissions to CBS array appliations to modify the Load Balancer. | [optional]
8+
**load_balancer_addresses** | **list[str]** | | [optional]
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# StorageEndpointCbsAzureIscsiPost
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**storage_endpoint_collection_identity** | **str** | The Storage Endpoint Collection Identity which belongs to the Azure entities. | [optional]
7+
**load_balancer** | **str** | The Load Balancer id which gives permissions to CBS array appliations to modify the Load Balancer. | [optional]
8+
**load_balancer_addresses** | **list[str]** | | [optional]
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+

docs/StorageEndpointIscsi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**discovery_interfaces** | [**list[StorageEndpointIscsiDiscoveryInterface]**](StorageEndpointIscsiDiscoveryInterface.md) | |
6+
**discovery_interfaces** | [**list[StorageEndpointIscsiDiscoveryInterface]**](StorageEndpointIscsiDiscoveryInterface.md) | | [optional]
77

88
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
99

docs/StorageEndpointIscsiPost.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**discovery_interfaces** | [**list[StorageEndpointIscsiDiscoveryInterfacePost]**](StorageEndpointIscsiDiscoveryInterfacePost.md) | |
6+
**discovery_interfaces** | [**list[StorageEndpointIscsiDiscoveryInterfacePost]**](StorageEndpointIscsiDiscoveryInterfacePost.md) | | [optional]
77

88
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
99

docs/StorageEndpointPost.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**endpoint_type** | **str** | The endpoint type. |
77
**iscsi** | [**StorageEndpointIscsiPost**](StorageEndpointIscsiPost.md) | | [optional]
8+
**cbs_azure_iscsi** | [**StorageEndpointCbsAzureIscsiPost**](StorageEndpointCbsAzureIscsiPost.md) | | [optional]
89

910
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1011

docs/Volume.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
1212
**array** | [**ArrayRef**](ArrayRef.md) | | [optional]
1313
**created_at** | **int** | | [optional]
1414
**source_volume_snapshot** | [**VolumeSnapshotRef**](VolumeSnapshotRef.md) | | [optional]
15+
**source** | [**ResourceReference**](ResourceReference.md) | | [optional]
1516
**host_access_policies** | [**list[HostAccessPolicyRef]**](HostAccessPolicyRef.md) | | [optional]
1617
**serial_number** | **str** | Volume Serial Numbers, aka LUN Serial Numbers. This will be visible to initiators that connect to the volume. |
1718
**target** | [**Target**](Target.md) | | [optional]

docs/VolumePatch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**source_volume_snapshot_link** | [**NullableString**](NullableString.md) | | [optional]
7+
**source_link** | [**NullableString**](NullableString.md) | | [optional]
78
**size** | [**NullableSize**](NullableSize.md) | | [optional]
89
**storage_class** | [**NullableString**](NullableString.md) | | [optional]
910
**placement_group** | [**NullableString**](NullableString.md) | | [optional]

docs/VolumePost.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**storage_class** | **str** | The name of the Storage Class |
88
**placement_group** | **str** | The name of the Placement Group |
99
**protection_policy** | **str** | The name of the Protection Policy | [optional]
10-
**source_link** | **str** | The link to copy data from. Supported sources - VolumeSnapshot | [optional]
10+
**source_link** | **str** | The link to copy data from. Supported sources - VolumeSnapshot, Volume | [optional]
1111

1212
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1313

0 commit comments

Comments
 (0)