Versions in this module Expand all Collapse all v0 v0.2.0 Dec 19, 2025 v0.1.0 Dec 18, 2025 Changes in this version + func CacheExpires(r *http.Response) time.Time + func IsNil(i interface{}) bool + func NewConfiguration() *config.Configuration + func ParameterValueToString(obj interface{}, key string) string + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error) + func (a *APIClient) CreateResourcePool(ctx context.Context, projectId string, region string) ApiCreateResourcePoolRequest + func (a *APIClient) CreateResourcePoolExecute(ctx context.Context, projectId string, region string) (*CreateResourcePoolResponse, error) + func (a *APIClient) CreateResourcePoolSnapshot(ctx context.Context, projectId string, region string, resourcePoolId string) ApiCreateResourcePoolSnapshotRequest + func (a *APIClient) CreateResourcePoolSnapshotExecute(ctx context.Context, projectId string, region string, resourcePoolId string) (*CreateResourcePoolSnapshotResponse, error) + func (a *APIClient) CreateShare(ctx context.Context, projectId string, region string, resourcePoolId string) ApiCreateShareRequest + func (a *APIClient) CreateShareExecute(ctx context.Context, projectId string, region string, resourcePoolId string) (*CreateShareResponse, error) + func (a *APIClient) CreateShareExportPolicy(ctx context.Context, projectId string, region string) ApiCreateShareExportPolicyRequest + func (a *APIClient) CreateShareExportPolicyExecute(ctx context.Context, projectId string, region string) (*CreateShareExportPolicyResponse, error) + func (a *APIClient) DeleteResourcePool(ctx context.Context, projectId string, region string, resourcePoolId string) ApiDeleteResourcePoolRequest + func (a *APIClient) DeleteResourcePoolExecute(ctx context.Context, projectId string, region string, resourcePoolId string) (map[string]interface{}, error) + func (a *APIClient) DeleteResourcePoolSnapshot(ctx context.Context, projectId string, region string, resourcePoolId string, ...) ApiDeleteResourcePoolSnapshotRequest + func (a *APIClient) DeleteResourcePoolSnapshotExecute(ctx context.Context, projectId string, region string, resourcePoolId string, ...) (map[string]interface{}, error) + func (a *APIClient) DeleteShare(ctx context.Context, projectId string, region string, resourcePoolId string, ...) ApiDeleteShareRequest + func (a *APIClient) DeleteShareExecute(ctx context.Context, projectId string, region string, resourcePoolId string, ...) (map[string]interface{}, error) + func (a *APIClient) DeleteShareExportPolicy(ctx context.Context, projectId string, region string, policyId string) ApiDeleteShareExportPolicyRequest + func (a *APIClient) DeleteShareExportPolicyExecute(ctx context.Context, projectId string, region string, policyId string) (map[string]interface{}, error) + func (a *APIClient) GetResourcePool(ctx context.Context, projectId string, region string, resourcePoolId string) ApiGetResourcePoolRequest + func (a *APIClient) GetResourcePoolExecute(ctx context.Context, projectId string, region string, resourcePoolId string) (*GetResourcePoolResponse, error) + func (a *APIClient) GetResourcePoolSnapshot(ctx context.Context, projectId string, region string, resourcePoolId string, ...) ApiGetResourcePoolSnapshotRequest + func (a *APIClient) GetResourcePoolSnapshotExecute(ctx context.Context, projectId string, region string, resourcePoolId string, ...) (*GetResourcePoolSnapshotResponse, error) + func (a *APIClient) GetShare(ctx context.Context, projectId string, region string, resourcePoolId string, ...) ApiGetShareRequest + func (a *APIClient) GetShareExecute(ctx context.Context, projectId string, region string, resourcePoolId string, ...) (*GetShareResponse, error) + func (a *APIClient) GetShareExportPolicy(ctx context.Context, projectId string, region string, policyId string) ApiGetShareExportPolicyRequest + func (a *APIClient) GetShareExportPolicyExecute(ctx context.Context, projectId string, region string, policyId string) (*GetShareExportPolicyResponse, error) + func (a *APIClient) ListPerformanceClasses(ctx context.Context) ApiListPerformanceClassesRequest + func (a *APIClient) ListPerformanceClassesExecute(ctx context.Context) (*ListPerformanceClassesResponse, error) + func (a *APIClient) ListResourcePoolSnapshots(ctx context.Context, projectId string, region string, resourcePoolId string) ApiListResourcePoolSnapshotsRequest + func (a *APIClient) ListResourcePoolSnapshotsExecute(ctx context.Context, projectId string, region string, resourcePoolId string) (*ListResourcePoolSnapshotsResponse, error) + func (a *APIClient) ListResourcePools(ctx context.Context, projectId string, region string) ApiListResourcePoolsRequest + func (a *APIClient) ListResourcePoolsExecute(ctx context.Context, projectId string, region string) (*ListResourcePoolsResponse, error) + func (a *APIClient) ListShareExportPolicies(ctx context.Context, projectId string, region string) ApiListShareExportPoliciesRequest + func (a *APIClient) ListShareExportPoliciesExecute(ctx context.Context, projectId string, region string) (*ListShareExportPoliciesResponse, error) + func (a *APIClient) ListShares(ctx context.Context, projectId string, region string, resourcePoolId string) ApiListSharesRequest + func (a *APIClient) ListSharesExecute(ctx context.Context, projectId string, region string, resourcePoolId string) (*ListSharesResponse, error) + func (a *APIClient) ListSnapshotSchedules(ctx context.Context, projectId string) ApiListSnapshotSchedulesRequest + func (a *APIClient) ListSnapshotSchedulesExecute(ctx context.Context, projectId string) (*ListSnapshotSchedulesResponse, error) + func (a *APIClient) UpdateResourcePool(ctx context.Context, projectId string, region string, resourcePoolId string) ApiUpdateResourcePoolRequest + func (a *APIClient) UpdateResourcePoolExecute(ctx context.Context, projectId string, region string, resourcePoolId string) (*UpdateResourcePoolResponse, error) + func (a *APIClient) UpdateShare(ctx context.Context, projectId string, region string, resourcePoolId string, ...) ApiUpdateShareRequest + func (a *APIClient) UpdateShareExecute(ctx context.Context, projectId string, region string, resourcePoolId string, ...) (*UpdateShareResponse, error) + func (a *APIClient) UpdateShareExportPolicy(ctx context.Context, projectId string, region string, policyId string) ApiUpdateShareExportPolicyRequest + func (a *APIClient) UpdateShareExportPolicyExecute(ctx context.Context, projectId string, region string, policyId string) (*UpdateShareExportPolicyResponse, error) + func (c *APIClient) GetConfig() *config.Configuration + type ApiCreateResourcePoolRequest interface + CreateResourcePoolPayload func(createResourcePoolPayload CreateResourcePoolPayload) ApiCreateResourcePoolRequest + Execute func() (*CreateResourcePoolResponse, error) + type ApiCreateResourcePoolSnapshotRequest interface + CreateResourcePoolSnapshotPayload func(createResourcePoolSnapshotPayload CreateResourcePoolSnapshotPayload) ApiCreateResourcePoolSnapshotRequest + Execute func() (*CreateResourcePoolSnapshotResponse, error) + type ApiCreateShareExportPolicyRequest interface + CreateShareExportPolicyPayload func(createShareExportPolicyPayload CreateShareExportPolicyPayload) ApiCreateShareExportPolicyRequest + Execute func() (*CreateShareExportPolicyResponse, error) + type ApiCreateShareRequest interface + CreateSharePayload func(createSharePayload CreateSharePayload) ApiCreateShareRequest + Execute func() (*CreateShareResponse, error) + type ApiDeleteResourcePoolRequest interface + Execute func() (map[string]interface{}, error) + type ApiDeleteResourcePoolSnapshotRequest interface + Execute func() (map[string]interface{}, error) + type ApiDeleteShareExportPolicyRequest interface + Execute func() (map[string]interface{}, error) + type ApiDeleteShareRequest interface + Execute func() (map[string]interface{}, error) + type ApiGetResourcePoolRequest interface + Execute func() (*GetResourcePoolResponse, error) + type ApiGetResourcePoolSnapshotRequest interface + Execute func() (*GetResourcePoolSnapshotResponse, error) + type ApiGetShareExportPolicyRequest interface + Execute func() (*GetShareExportPolicyResponse, error) + type ApiGetShareRequest interface + Execute func() (*GetShareResponse, error) + type ApiListPerformanceClassesRequest interface + Execute func() (*ListPerformanceClassesResponse, error) + type ApiListResourcePoolSnapshotsRequest interface + Execute func() (*ListResourcePoolSnapshotsResponse, error) + type ApiListResourcePoolsRequest interface + Execute func() (*ListResourcePoolsResponse, error) + type ApiListShareExportPoliciesRequest interface + Execute func() (*ListShareExportPoliciesResponse, error) + type ApiListSharesRequest interface + Execute func() (*ListSharesResponse, error) + type ApiListSnapshotSchedulesRequest interface + Execute func() (*ListSnapshotSchedulesResponse, error) + type ApiUpdateResourcePoolRequest interface + Execute func() (*UpdateResourcePoolResponse, error) + UpdateResourcePoolPayload func(updateResourcePoolPayload UpdateResourcePoolPayload) ApiUpdateResourcePoolRequest + type ApiUpdateShareExportPolicyRequest interface + Execute func() (*UpdateShareExportPolicyResponse, error) + UpdateShareExportPolicyPayload func(updateShareExportPolicyPayload UpdateShareExportPolicyPayload) ApiUpdateShareExportPolicyRequest + type ApiUpdateShareRequest interface + Execute func() (*UpdateShareResponse, error) + UpdateSharePayload func(updateSharePayload UpdateSharePayload) ApiUpdateShareRequest + type CreateResourcePoolPayload struct + AvailabilityZone CreateResourcePoolPayloadGetAvailabilityZoneAttributeType + IpAcl CreateResourcePoolPayloadGetIpAclAttributeType + Labels CreateResourcePoolPayloadGetLabelsAttributeType + Name CreateResourcePoolPayloadGetNameAttributeType + PerformanceClass CreateResourcePoolPayloadGetPerformanceClassAttributeType + SizeGigabytes CreateResourcePoolPayloadGetSizeGigabytesAttributeType + SnapshotScheduleName CreateResourcePoolPayloadGetSnapshotScheduleNameAttributeType + SnapshotsAreVisible CreateResourcePoolPayloadgetSnapshotsAreVisibleAttributeType + func NewCreateResourcePoolPayload() *CreateResourcePoolPayload + func NewCreateResourcePoolPayloadWithDefaults() *CreateResourcePoolPayload + func (o *CreateResourcePoolPayload) GetAvailabilityZone() (res CreateResourcePoolPayloadGetAvailabilityZoneRetType) + func (o *CreateResourcePoolPayload) GetAvailabilityZoneOk() (ret CreateResourcePoolPayloadGetAvailabilityZoneRetType, ok bool) + func (o *CreateResourcePoolPayload) GetIpAcl() (res CreateResourcePoolPayloadGetIpAclRetType) + func (o *CreateResourcePoolPayload) GetIpAclOk() (ret CreateResourcePoolPayloadGetIpAclRetType, ok bool) + func (o *CreateResourcePoolPayload) GetLabels() (res CreateResourcePoolPayloadGetLabelsRetType) + func (o *CreateResourcePoolPayload) GetLabelsOk() (ret CreateResourcePoolPayloadGetLabelsRetType, ok bool) + func (o *CreateResourcePoolPayload) GetName() (res CreateResourcePoolPayloadGetNameRetType) + func (o *CreateResourcePoolPayload) GetNameOk() (ret CreateResourcePoolPayloadGetNameRetType, ok bool) + func (o *CreateResourcePoolPayload) GetPerformanceClass() (res CreateResourcePoolPayloadGetPerformanceClassRetType) + func (o *CreateResourcePoolPayload) GetPerformanceClassOk() (ret CreateResourcePoolPayloadGetPerformanceClassRetType, ok bool) + func (o *CreateResourcePoolPayload) GetSizeGigabytes() (res CreateResourcePoolPayloadGetSizeGigabytesRetType) + func (o *CreateResourcePoolPayload) GetSizeGigabytesOk() (ret CreateResourcePoolPayloadGetSizeGigabytesRetType, ok bool) + func (o *CreateResourcePoolPayload) GetSnapshotScheduleName() (res CreateResourcePoolPayloadGetSnapshotScheduleNameRetType) + func (o *CreateResourcePoolPayload) GetSnapshotScheduleNameOk() (ret CreateResourcePoolPayloadGetSnapshotScheduleNameRetType, ok bool) + func (o *CreateResourcePoolPayload) GetSnapshotsAreVisible() (res CreateResourcePoolPayloadgetSnapshotsAreVisibleRetType) + func (o *CreateResourcePoolPayload) GetSnapshotsAreVisibleOk() (ret CreateResourcePoolPayloadgetSnapshotsAreVisibleRetType, ok bool) + func (o *CreateResourcePoolPayload) HasAvailabilityZone() bool + func (o *CreateResourcePoolPayload) HasIpAcl() bool + func (o *CreateResourcePoolPayload) HasLabels() bool + func (o *CreateResourcePoolPayload) HasName() bool + func (o *CreateResourcePoolPayload) HasPerformanceClass() bool + func (o *CreateResourcePoolPayload) HasSizeGigabytes() bool + func (o *CreateResourcePoolPayload) HasSnapshotScheduleName() bool + func (o *CreateResourcePoolPayload) HasSnapshotsAreVisible() bool + func (o *CreateResourcePoolPayload) SetAvailabilityZone(v CreateResourcePoolPayloadGetAvailabilityZoneRetType) + func (o *CreateResourcePoolPayload) SetIpAcl(v CreateResourcePoolPayloadGetIpAclRetType) + func (o *CreateResourcePoolPayload) SetLabels(v CreateResourcePoolPayloadGetLabelsRetType) + func (o *CreateResourcePoolPayload) SetName(v CreateResourcePoolPayloadGetNameRetType) + func (o *CreateResourcePoolPayload) SetPerformanceClass(v CreateResourcePoolPayloadGetPerformanceClassRetType) + func (o *CreateResourcePoolPayload) SetSizeGigabytes(v CreateResourcePoolPayloadGetSizeGigabytesRetType) + func (o *CreateResourcePoolPayload) SetSnapshotScheduleName(v CreateResourcePoolPayloadGetSnapshotScheduleNameRetType) + func (o *CreateResourcePoolPayload) SetSnapshotsAreVisible(v CreateResourcePoolPayloadgetSnapshotsAreVisibleRetType) + func (o CreateResourcePoolPayload) ToMap() (map[string]interface{}, error) + type CreateResourcePoolPayloadGetAvailabilityZoneArgType = string + type CreateResourcePoolPayloadGetAvailabilityZoneAttributeType = *string + type CreateResourcePoolPayloadGetAvailabilityZoneRetType = string + type CreateResourcePoolPayloadGetIpAclArgType = []string + type CreateResourcePoolPayloadGetIpAclAttributeType = *[]string + type CreateResourcePoolPayloadGetIpAclRetType = []string + type CreateResourcePoolPayloadGetLabelsArgType = map[string]string + type CreateResourcePoolPayloadGetLabelsAttributeType = *map[string]string + type CreateResourcePoolPayloadGetLabelsRetType = map[string]string + type CreateResourcePoolPayloadGetNameArgType = string + type CreateResourcePoolPayloadGetNameAttributeType = *string + type CreateResourcePoolPayloadGetNameRetType = string + type CreateResourcePoolPayloadGetPerformanceClassArgType = string + type CreateResourcePoolPayloadGetPerformanceClassAttributeType = *string + type CreateResourcePoolPayloadGetPerformanceClassRetType = string + type CreateResourcePoolPayloadGetSizeGigabytesArgType = int64 + type CreateResourcePoolPayloadGetSizeGigabytesAttributeType = *int64 + type CreateResourcePoolPayloadGetSizeGigabytesRetType = int64 + type CreateResourcePoolPayloadGetSnapshotScheduleNameArgType = string + type CreateResourcePoolPayloadGetSnapshotScheduleNameAttributeType = *string + type CreateResourcePoolPayloadGetSnapshotScheduleNameRetType = string + type CreateResourcePoolPayloadgetSnapshotsAreVisibleArgType = bool + type CreateResourcePoolPayloadgetSnapshotsAreVisibleAttributeType = *bool + type CreateResourcePoolPayloadgetSnapshotsAreVisibleRetType = bool + type CreateResourcePoolRequest struct + func (r CreateResourcePoolRequest) CreateResourcePoolPayload(createResourcePoolPayload CreateResourcePoolPayload) ApiCreateResourcePoolRequest + func (r CreateResourcePoolRequest) Execute() (*CreateResourcePoolResponse, error) + type CreateResourcePoolResponse struct + ResourcePool CreateResourcePoolResponseGetResourcePoolAttributeType + func NewCreateResourcePoolResponse() *CreateResourcePoolResponse + func NewCreateResourcePoolResponseWithDefaults() *CreateResourcePoolResponse + func (o *CreateResourcePoolResponse) GetResourcePool() (res CreateResourcePoolResponseGetResourcePoolRetType) + func (o *CreateResourcePoolResponse) GetResourcePoolOk() (ret CreateResourcePoolResponseGetResourcePoolRetType, ok bool) + func (o *CreateResourcePoolResponse) HasResourcePool() bool + func (o *CreateResourcePoolResponse) SetResourcePool(v CreateResourcePoolResponseGetResourcePoolRetType) + func (o CreateResourcePoolResponse) ToMap() (map[string]interface{}, error) + type CreateResourcePoolResponseGetResourcePoolArgType = CreateResourcePoolResponseResourcePool + type CreateResourcePoolResponseGetResourcePoolAttributeType = *CreateResourcePoolResponseResourcePool + type CreateResourcePoolResponseGetResourcePoolRetType = CreateResourcePoolResponseResourcePool + type CreateResourcePoolResponseResourcePool struct + AvailabilityZone CreateResourcePoolResponseResourcePoolGetAvailabilityZoneAttributeType + CountShares CreateResourcePoolResponseResourcePoolGetCountSharesAttributeType + CreatedAt CreateResourcePoolResponseResourcePoolGetCreatedAtAttributeType + Id CreateResourcePoolResponseResourcePoolGetIdAttributeType + IpAcl CreateResourcePoolResponseResourcePoolGetIpAclAttributeType + Labels CreateResourcePoolResponseResourcePoolGetLabelsAttributeType + MountPath CreateResourcePoolResponseResourcePoolGetMountPathAttributeType + Name CreateResourcePoolResponseResourcePoolGetNameAttributeType + PerformanceClass CreateResourcePoolResponseResourcePoolGetPerformanceClassAttributeType + PerformanceClassDowngradableAt CreateResourcePoolResponseResourcePoolGetPerformanceClassDowngradableAtAttributeType + SizeReducibleAt CreateResourcePoolResponseResourcePoolGetSizeReducibleAtAttributeType + SnapshotSchedule CreateResourcePoolResponseResourcePoolGetSnapshotScheduleAttributeType + SnapshotsAreVisible CreateResourcePoolResponseResourcePoolgetSnapshotsAreVisibleAttributeType + Space CreateResourcePoolResponseResourcePoolGetSpaceAttributeType + State CreateResourcePoolResponseResourcePoolGetStateAttributeType + func NewCreateResourcePoolResponseResourcePool() *CreateResourcePoolResponseResourcePool + func NewCreateResourcePoolResponseResourcePoolWithDefaults() *CreateResourcePoolResponseResourcePool + func (o *CreateResourcePoolResponseResourcePool) GetAvailabilityZone() (res CreateResourcePoolResponseResourcePoolGetAvailabilityZoneRetType) + func (o *CreateResourcePoolResponseResourcePool) GetAvailabilityZoneOk() (ret CreateResourcePoolResponseResourcePoolGetAvailabilityZoneRetType, ok bool) + func (o *CreateResourcePoolResponseResourcePool) GetCountShares() (res CreateResourcePoolResponseResourcePoolGetCountSharesRetType) + func (o *CreateResourcePoolResponseResourcePool) GetCountSharesOk() (ret CreateResourcePoolResponseResourcePoolGetCountSharesRetType, ok bool) + func (o *CreateResourcePoolResponseResourcePool) GetCreatedAt() (res CreateResourcePoolResponseResourcePoolGetCreatedAtRetType) + func (o *CreateResourcePoolResponseResourcePool) GetCreatedAtOk() (ret CreateResourcePoolResponseResourcePoolGetCreatedAtRetType, ok bool) + func (o *CreateResourcePoolResponseResourcePool) GetId() (res CreateResourcePoolResponseResourcePoolGetIdRetType) + func (o *CreateResourcePoolResponseResourcePool) GetIdOk() (ret CreateResourcePoolResponseResourcePoolGetIdRetType, ok bool) + func (o *CreateResourcePoolResponseResourcePool) GetIpAcl() (res CreateResourcePoolResponseResourcePoolGetIpAclRetType) + func (o *CreateResourcePoolResponseResourcePool) GetIpAclOk() (ret CreateResourcePoolResponseResourcePoolGetIpAclRetType, ok bool) + func (o *CreateResourcePoolResponseResourcePool) GetLabels() (res CreateResourcePoolResponseResourcePoolGetLabelsRetType) + func (o *CreateResourcePoolResponseResourcePool) GetLabelsOk() (ret CreateResourcePoolResponseResourcePoolGetLabelsRetType, ok bool) + func (o *CreateResourcePoolResponseResourcePool) GetMountPath() (res CreateResourcePoolResponseResourcePoolGetMountPathRetType) + func (o *CreateResourcePoolResponseResourcePool) GetMountPathOk() (ret CreateResourcePoolResponseResourcePoolGetMountPathRetType, ok bool) + func (o *CreateResourcePoolResponseResourcePool) GetName() (res CreateResourcePoolResponseResourcePoolGetNameRetType) + func (o *CreateResourcePoolResponseResourcePool) GetNameOk() (ret CreateResourcePoolResponseResourcePoolGetNameRetType, ok bool) + func (o *CreateResourcePoolResponseResourcePool) GetPerformanceClass() (res CreateResourcePoolResponseResourcePoolGetPerformanceClassRetType) + func (o *CreateResourcePoolResponseResourcePool) GetPerformanceClassDowngradableAt() (...) + func (o *CreateResourcePoolResponseResourcePool) GetPerformanceClassDowngradableAtOk() (...) + func (o *CreateResourcePoolResponseResourcePool) GetPerformanceClassOk() (ret CreateResourcePoolResponseResourcePoolGetPerformanceClassRetType, ok bool) + func (o *CreateResourcePoolResponseResourcePool) GetSizeReducibleAt() (res CreateResourcePoolResponseResourcePoolGetSizeReducibleAtRetType) + func (o *CreateResourcePoolResponseResourcePool) GetSizeReducibleAtOk() (ret CreateResourcePoolResponseResourcePoolGetSizeReducibleAtRetType, ok bool) + func (o *CreateResourcePoolResponseResourcePool) GetSnapshotSchedule() (res CreateResourcePoolResponseResourcePoolGetSnapshotScheduleRetType) + func (o *CreateResourcePoolResponseResourcePool) GetSnapshotScheduleOk() (ret CreateResourcePoolResponseResourcePoolGetSnapshotScheduleRetType, ok bool) + func (o *CreateResourcePoolResponseResourcePool) GetSnapshotsAreVisible() (res CreateResourcePoolResponseResourcePoolgetSnapshotsAreVisibleRetType) + func (o *CreateResourcePoolResponseResourcePool) GetSnapshotsAreVisibleOk() (ret CreateResourcePoolResponseResourcePoolgetSnapshotsAreVisibleRetType, ...) + func (o *CreateResourcePoolResponseResourcePool) GetSpace() (res CreateResourcePoolResponseResourcePoolGetSpaceRetType) + func (o *CreateResourcePoolResponseResourcePool) GetSpaceOk() (ret CreateResourcePoolResponseResourcePoolGetSpaceRetType, ok bool) + func (o *CreateResourcePoolResponseResourcePool) GetState() (res CreateResourcePoolResponseResourcePoolGetStateRetType) + func (o *CreateResourcePoolResponseResourcePool) GetStateOk() (ret CreateResourcePoolResponseResourcePoolGetStateRetType, ok bool) + func (o *CreateResourcePoolResponseResourcePool) HasAvailabilityZone() bool + func (o *CreateResourcePoolResponseResourcePool) HasCountShares() bool + func (o *CreateResourcePoolResponseResourcePool) HasCreatedAt() bool + func (o *CreateResourcePoolResponseResourcePool) HasId() bool + func (o *CreateResourcePoolResponseResourcePool) HasIpAcl() bool + func (o *CreateResourcePoolResponseResourcePool) HasLabels() bool + func (o *CreateResourcePoolResponseResourcePool) HasMountPath() bool + func (o *CreateResourcePoolResponseResourcePool) HasName() bool + func (o *CreateResourcePoolResponseResourcePool) HasPerformanceClass() bool + func (o *CreateResourcePoolResponseResourcePool) HasPerformanceClassDowngradableAt() bool + func (o *CreateResourcePoolResponseResourcePool) HasSizeReducibleAt() bool + func (o *CreateResourcePoolResponseResourcePool) HasSnapshotSchedule() bool + func (o *CreateResourcePoolResponseResourcePool) HasSnapshotsAreVisible() bool + func (o *CreateResourcePoolResponseResourcePool) HasSpace() bool + func (o *CreateResourcePoolResponseResourcePool) HasState() bool + func (o *CreateResourcePoolResponseResourcePool) SetAvailabilityZone(v CreateResourcePoolResponseResourcePoolGetAvailabilityZoneRetType) + func (o *CreateResourcePoolResponseResourcePool) SetCountShares(v CreateResourcePoolResponseResourcePoolGetCountSharesRetType) + func (o *CreateResourcePoolResponseResourcePool) SetCreatedAt(v CreateResourcePoolResponseResourcePoolGetCreatedAtRetType) + func (o *CreateResourcePoolResponseResourcePool) SetId(v CreateResourcePoolResponseResourcePoolGetIdRetType) + func (o *CreateResourcePoolResponseResourcePool) SetIpAcl(v CreateResourcePoolResponseResourcePoolGetIpAclRetType) + func (o *CreateResourcePoolResponseResourcePool) SetLabels(v CreateResourcePoolResponseResourcePoolGetLabelsRetType) + func (o *CreateResourcePoolResponseResourcePool) SetMountPath(v CreateResourcePoolResponseResourcePoolGetMountPathRetType) + func (o *CreateResourcePoolResponseResourcePool) SetName(v CreateResourcePoolResponseResourcePoolGetNameRetType) + func (o *CreateResourcePoolResponseResourcePool) SetPerformanceClass(v CreateResourcePoolResponseResourcePoolGetPerformanceClassRetType) + func (o *CreateResourcePoolResponseResourcePool) SetPerformanceClassDowngradableAt(...) + func (o *CreateResourcePoolResponseResourcePool) SetSizeReducibleAt(v CreateResourcePoolResponseResourcePoolGetSizeReducibleAtRetType) + func (o *CreateResourcePoolResponseResourcePool) SetSnapshotSchedule(v CreateResourcePoolResponseResourcePoolGetSnapshotScheduleRetType) + func (o *CreateResourcePoolResponseResourcePool) SetSnapshotsAreVisible(v CreateResourcePoolResponseResourcePoolgetSnapshotsAreVisibleRetType) + func (o *CreateResourcePoolResponseResourcePool) SetSpace(v CreateResourcePoolResponseResourcePoolGetSpaceRetType) + func (o *CreateResourcePoolResponseResourcePool) SetState(v CreateResourcePoolResponseResourcePoolGetStateRetType) + func (o CreateResourcePoolResponseResourcePool) ToMap() (map[string]interface{}, error) + type CreateResourcePoolResponseResourcePoolGetAvailabilityZoneArgType = string + type CreateResourcePoolResponseResourcePoolGetAvailabilityZoneAttributeType = *string + type CreateResourcePoolResponseResourcePoolGetAvailabilityZoneRetType = string + type CreateResourcePoolResponseResourcePoolGetCountSharesArgType = int64 + type CreateResourcePoolResponseResourcePoolGetCountSharesAttributeType = *int64 + type CreateResourcePoolResponseResourcePoolGetCountSharesRetType = int64 + type CreateResourcePoolResponseResourcePoolGetCreatedAtArgType = time.Time + type CreateResourcePoolResponseResourcePoolGetCreatedAtAttributeType = *time.Time + type CreateResourcePoolResponseResourcePoolGetCreatedAtRetType = time.Time + type CreateResourcePoolResponseResourcePoolGetIdArgType = string + type CreateResourcePoolResponseResourcePoolGetIdAttributeType = *string + type CreateResourcePoolResponseResourcePoolGetIdRetType = string + type CreateResourcePoolResponseResourcePoolGetIpAclArgType = []string + type CreateResourcePoolResponseResourcePoolGetIpAclAttributeType = *[]string + type CreateResourcePoolResponseResourcePoolGetIpAclRetType = []string + type CreateResourcePoolResponseResourcePoolGetLabelsArgType = map[string]string + type CreateResourcePoolResponseResourcePoolGetLabelsAttributeType = *map[string]string + type CreateResourcePoolResponseResourcePoolGetLabelsRetType = map[string]string + type CreateResourcePoolResponseResourcePoolGetMountPathArgType = string + type CreateResourcePoolResponseResourcePoolGetMountPathAttributeType = *string + type CreateResourcePoolResponseResourcePoolGetMountPathRetType = string + type CreateResourcePoolResponseResourcePoolGetNameArgType = string + type CreateResourcePoolResponseResourcePoolGetNameAttributeType = *string + type CreateResourcePoolResponseResourcePoolGetNameRetType = string + type CreateResourcePoolResponseResourcePoolGetPerformanceClassArgType = ResourcePoolPerformanceClass + type CreateResourcePoolResponseResourcePoolGetPerformanceClassAttributeType = *ResourcePoolPerformanceClass + type CreateResourcePoolResponseResourcePoolGetPerformanceClassDowngradableAtArgType = time.Time + type CreateResourcePoolResponseResourcePoolGetPerformanceClassDowngradableAtAttributeType = *time.Time + type CreateResourcePoolResponseResourcePoolGetPerformanceClassDowngradableAtRetType = time.Time + type CreateResourcePoolResponseResourcePoolGetPerformanceClassRetType = ResourcePoolPerformanceClass + type CreateResourcePoolResponseResourcePoolGetSizeReducibleAtArgType = time.Time + type CreateResourcePoolResponseResourcePoolGetSizeReducibleAtAttributeType = *time.Time + type CreateResourcePoolResponseResourcePoolGetSizeReducibleAtRetType = time.Time + type CreateResourcePoolResponseResourcePoolGetSnapshotScheduleArgType = SnapshotSchedule + type CreateResourcePoolResponseResourcePoolGetSnapshotScheduleAttributeType = *SnapshotSchedule + type CreateResourcePoolResponseResourcePoolGetSnapshotScheduleRetType = SnapshotSchedule + type CreateResourcePoolResponseResourcePoolGetSpaceArgType = ResourcePoolSpace + type CreateResourcePoolResponseResourcePoolGetSpaceAttributeType = *ResourcePoolSpace + type CreateResourcePoolResponseResourcePoolGetSpaceRetType = ResourcePoolSpace + type CreateResourcePoolResponseResourcePoolGetStateArgType = string + type CreateResourcePoolResponseResourcePoolGetStateAttributeType = *string + type CreateResourcePoolResponseResourcePoolGetStateRetType = string + type CreateResourcePoolResponseResourcePoolgetSnapshotsAreVisibleArgType = bool + type CreateResourcePoolResponseResourcePoolgetSnapshotsAreVisibleAttributeType = *bool + type CreateResourcePoolResponseResourcePoolgetSnapshotsAreVisibleRetType = bool + type CreateResourcePoolSnapshotPayload struct + Comment CreateResourcePoolSnapshotPayloadGetCommentAttributeType + Name CreateResourcePoolSnapshotPayloadGetNameAttributeType + func NewCreateResourcePoolSnapshotPayload() *CreateResourcePoolSnapshotPayload + func NewCreateResourcePoolSnapshotPayloadWithDefaults() *CreateResourcePoolSnapshotPayload + func (o *CreateResourcePoolSnapshotPayload) GetComment() (res CreateResourcePoolSnapshotPayloadGetCommentRetType) + func (o *CreateResourcePoolSnapshotPayload) GetCommentOk() (ret CreateResourcePoolSnapshotPayloadGetCommentRetType, ok bool) + func (o *CreateResourcePoolSnapshotPayload) GetName() (res CreateResourcePoolSnapshotPayloadGetNameRetType) + func (o *CreateResourcePoolSnapshotPayload) GetNameOk() (ret CreateResourcePoolSnapshotPayloadGetNameRetType, ok bool) + func (o *CreateResourcePoolSnapshotPayload) HasComment() bool + func (o *CreateResourcePoolSnapshotPayload) HasName() bool + func (o *CreateResourcePoolSnapshotPayload) SetComment(v CreateResourcePoolSnapshotPayloadGetCommentRetType) + func (o *CreateResourcePoolSnapshotPayload) SetCommentNil() + func (o *CreateResourcePoolSnapshotPayload) SetName(v CreateResourcePoolSnapshotPayloadGetNameRetType) + func (o *CreateResourcePoolSnapshotPayload) UnsetComment() + func (o CreateResourcePoolSnapshotPayload) ToMap() (map[string]interface{}, error) + type CreateResourcePoolSnapshotPayloadGetCommentArgType = *string + type CreateResourcePoolSnapshotPayloadGetCommentAttributeType = *NullableString + type CreateResourcePoolSnapshotPayloadGetCommentRetType = *string + type CreateResourcePoolSnapshotPayloadGetNameArgType = string + type CreateResourcePoolSnapshotPayloadGetNameAttributeType = *string + type CreateResourcePoolSnapshotPayloadGetNameRetType = string + type CreateResourcePoolSnapshotRequest struct + func (r CreateResourcePoolSnapshotRequest) CreateResourcePoolSnapshotPayload(createResourcePoolSnapshotPayload CreateResourcePoolSnapshotPayload) ApiCreateResourcePoolSnapshotRequest + func (r CreateResourcePoolSnapshotRequest) Execute() (*CreateResourcePoolSnapshotResponse, error) + type CreateResourcePoolSnapshotResponse struct + ResourcePoolSnapshot CreateResourcePoolSnapshotResponseGetResourcePoolSnapshotAttributeType + func NewCreateResourcePoolSnapshotResponse() *CreateResourcePoolSnapshotResponse + func NewCreateResourcePoolSnapshotResponseWithDefaults() *CreateResourcePoolSnapshotResponse + func (o *CreateResourcePoolSnapshotResponse) GetResourcePoolSnapshot() (res CreateResourcePoolSnapshotResponseGetResourcePoolSnapshotRetType) + func (o *CreateResourcePoolSnapshotResponse) GetResourcePoolSnapshotOk() (ret CreateResourcePoolSnapshotResponseGetResourcePoolSnapshotRetType, ok bool) + func (o *CreateResourcePoolSnapshotResponse) HasResourcePoolSnapshot() bool + func (o *CreateResourcePoolSnapshotResponse) SetResourcePoolSnapshot(v CreateResourcePoolSnapshotResponseGetResourcePoolSnapshotRetType) + func (o CreateResourcePoolSnapshotResponse) ToMap() (map[string]interface{}, error) + type CreateResourcePoolSnapshotResponseGetResourcePoolSnapshotArgType = CreateResourcePoolSnapshotResponseResourcePoolSnapshot + type CreateResourcePoolSnapshotResponseGetResourcePoolSnapshotAttributeType = *CreateResourcePoolSnapshotResponseResourcePoolSnapshot + type CreateResourcePoolSnapshotResponseGetResourcePoolSnapshotRetType = CreateResourcePoolSnapshotResponseResourcePoolSnapshot + type CreateResourcePoolSnapshotResponseResourcePoolSnapshot struct + Comment CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetCommentAttributeType + CreatedAt CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetCreatedAtAttributeType + LogicalSizeGigabytes CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetLogicalSizeGigabytesAttributeType + ResourcePoolId CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetResourcePoolIdAttributeType + SizeGigabytes CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetSizeGigabytesAttributeType + SnapshotName CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetSnapshotNameAttributeType + func NewCreateResourcePoolSnapshotResponseResourcePoolSnapshot() *CreateResourcePoolSnapshotResponseResourcePoolSnapshot + func NewCreateResourcePoolSnapshotResponseResourcePoolSnapshotWithDefaults() *CreateResourcePoolSnapshotResponseResourcePoolSnapshot + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) GetComment() (res CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetCommentRetType) + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) GetCommentOk() (ret CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetCommentRetType, ...) + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) GetCreatedAt() (res CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetCreatedAtRetType) + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) GetCreatedAtOk() (ret CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetCreatedAtRetType, ...) + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) GetLogicalSizeGigabytes() (...) + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) GetLogicalSizeGigabytesOk() (...) + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) GetResourcePoolId() (...) + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) GetResourcePoolIdOk() (...) + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) GetSizeGigabytes() (...) + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) GetSizeGigabytesOk() (...) + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) GetSnapshotName() (...) + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) GetSnapshotNameOk() (...) + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) HasComment() bool + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) HasCreatedAt() bool + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) HasLogicalSizeGigabytes() bool + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) HasResourcePoolId() bool + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) HasSizeGigabytes() bool + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) HasSnapshotName() bool + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) SetComment(v CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetCommentRetType) + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) SetCommentNil() + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) SetCreatedAt(v CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetCreatedAtRetType) + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) SetLogicalSizeGigabytes(...) + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) SetResourcePoolId(...) + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) SetSizeGigabytes(...) + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) SetSnapshotName(v CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetSnapshotNameRetType) + func (o *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) UnsetComment() + func (o CreateResourcePoolSnapshotResponseResourcePoolSnapshot) ToMap() (map[string]interface{}, error) + type CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetCommentArgType = *string + type CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetCommentAttributeType = *NullableString + type CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetCommentRetType = *string + type CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetCreatedAtArgType = time.Time + type CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetCreatedAtAttributeType = *time.Time + type CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetCreatedAtRetType = time.Time + type CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetLogicalSizeGigabytesArgType = int64 + type CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetLogicalSizeGigabytesAttributeType = *int64 + type CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetLogicalSizeGigabytesRetType = int64 + type CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetResourcePoolIdArgType = string + type CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetResourcePoolIdAttributeType = *string + type CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetResourcePoolIdRetType = string + type CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetSizeGigabytesArgType = int64 + type CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetSizeGigabytesAttributeType = *int64 + type CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetSizeGigabytesRetType = int64 + type CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetSnapshotNameArgType = string + type CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetSnapshotNameAttributeType = *string + type CreateResourcePoolSnapshotResponseResourcePoolSnapshotGetSnapshotNameRetType = string + type CreateShareExportPolicyPayload struct + Labels CreateShareExportPolicyPayloadGetLabelsAttributeType + Name CreateShareExportPolicyPayloadGetNameAttributeType + Rules CreateShareExportPolicyPayloadGetRulesAttributeType + func NewCreateShareExportPolicyPayload() *CreateShareExportPolicyPayload + func NewCreateShareExportPolicyPayloadWithDefaults() *CreateShareExportPolicyPayload + func (o *CreateShareExportPolicyPayload) GetLabels() (res CreateShareExportPolicyPayloadGetLabelsRetType) + func (o *CreateShareExportPolicyPayload) GetLabelsOk() (ret CreateShareExportPolicyPayloadGetLabelsRetType, ok bool) + func (o *CreateShareExportPolicyPayload) GetName() (res CreateShareExportPolicyPayloadGetNameRetType) + func (o *CreateShareExportPolicyPayload) GetNameOk() (ret CreateShareExportPolicyPayloadGetNameRetType, ok bool) + func (o *CreateShareExportPolicyPayload) GetRules() (res CreateShareExportPolicyPayloadGetRulesRetType) + func (o *CreateShareExportPolicyPayload) GetRulesOk() (ret CreateShareExportPolicyPayloadGetRulesRetType, ok bool) + func (o *CreateShareExportPolicyPayload) HasLabels() bool + func (o *CreateShareExportPolicyPayload) HasName() bool + func (o *CreateShareExportPolicyPayload) HasRules() bool + func (o *CreateShareExportPolicyPayload) SetLabels(v CreateShareExportPolicyPayloadGetLabelsRetType) + func (o *CreateShareExportPolicyPayload) SetName(v CreateShareExportPolicyPayloadGetNameRetType) + func (o *CreateShareExportPolicyPayload) SetRules(v CreateShareExportPolicyPayloadGetRulesRetType) + func (o CreateShareExportPolicyPayload) ToMap() (map[string]interface{}, error) + type CreateShareExportPolicyPayloadGetLabelsArgType = map[string]string + type CreateShareExportPolicyPayloadGetLabelsAttributeType = *map[string]string + type CreateShareExportPolicyPayloadGetLabelsRetType = map[string]string + type CreateShareExportPolicyPayloadGetNameArgType = string + type CreateShareExportPolicyPayloadGetNameAttributeType = *string + type CreateShareExportPolicyPayloadGetNameRetType = string + type CreateShareExportPolicyPayloadGetRulesArgType = []CreateShareExportPolicyRequestRule + type CreateShareExportPolicyPayloadGetRulesAttributeType = *[]CreateShareExportPolicyRequestRule + type CreateShareExportPolicyPayloadGetRulesRetType = []CreateShareExportPolicyRequestRule + type CreateShareExportPolicyRequest struct + func (r CreateShareExportPolicyRequest) CreateShareExportPolicyPayload(createShareExportPolicyPayload CreateShareExportPolicyPayload) ApiCreateShareExportPolicyRequest + func (r CreateShareExportPolicyRequest) Execute() (*CreateShareExportPolicyResponse, error) + type CreateShareExportPolicyRequestRule struct + Description CreateShareExportPolicyRequestRuleGetDescriptionAttributeType + IpAcl CreateShareExportPolicyRequestRuleGetIpAclAttributeType + Order CreateShareExportPolicyRequestRuleGetOrderAttributeType + ReadOnly CreateShareExportPolicyRequestRulegetReadOnlyAttributeType + SetUuid CreateShareExportPolicyRequestRulegetSetUuidAttributeType + SuperUser CreateShareExportPolicyRequestRulegetSuperUserAttributeType + func NewCreateShareExportPolicyRequestRule() *CreateShareExportPolicyRequestRule + func NewCreateShareExportPolicyRequestRuleWithDefaults() *CreateShareExportPolicyRequestRule + func (o *CreateShareExportPolicyRequestRule) GetDescription() (res CreateShareExportPolicyRequestRuleGetDescriptionRetType) + func (o *CreateShareExportPolicyRequestRule) GetDescriptionOk() (ret CreateShareExportPolicyRequestRuleGetDescriptionRetType, ok bool) + func (o *CreateShareExportPolicyRequestRule) GetIpAcl() (res CreateShareExportPolicyRequestRuleGetIpAclRetType) + func (o *CreateShareExportPolicyRequestRule) GetIpAclOk() (ret CreateShareExportPolicyRequestRuleGetIpAclRetType, ok bool) + func (o *CreateShareExportPolicyRequestRule) GetOrder() (res CreateShareExportPolicyRequestRuleGetOrderRetType) + func (o *CreateShareExportPolicyRequestRule) GetOrderOk() (ret CreateShareExportPolicyRequestRuleGetOrderRetType, ok bool) + func (o *CreateShareExportPolicyRequestRule) GetReadOnly() (res CreateShareExportPolicyRequestRulegetReadOnlyRetType) + func (o *CreateShareExportPolicyRequestRule) GetReadOnlyOk() (ret CreateShareExportPolicyRequestRulegetReadOnlyRetType, ok bool) + func (o *CreateShareExportPolicyRequestRule) GetSetUuid() (res CreateShareExportPolicyRequestRulegetSetUuidRetType) + func (o *CreateShareExportPolicyRequestRule) GetSetUuidOk() (ret CreateShareExportPolicyRequestRulegetSetUuidRetType, ok bool) + func (o *CreateShareExportPolicyRequestRule) GetSuperUser() (res CreateShareExportPolicyRequestRulegetSuperUserRetType) + func (o *CreateShareExportPolicyRequestRule) GetSuperUserOk() (ret CreateShareExportPolicyRequestRulegetSuperUserRetType, ok bool) + func (o *CreateShareExportPolicyRequestRule) HasDescription() bool + func (o *CreateShareExportPolicyRequestRule) HasIpAcl() bool + func (o *CreateShareExportPolicyRequestRule) HasOrder() bool + func (o *CreateShareExportPolicyRequestRule) HasReadOnly() bool + func (o *CreateShareExportPolicyRequestRule) HasSetUuid() bool + func (o *CreateShareExportPolicyRequestRule) HasSuperUser() bool + func (o *CreateShareExportPolicyRequestRule) SetDescription(v CreateShareExportPolicyRequestRuleGetDescriptionRetType) + func (o *CreateShareExportPolicyRequestRule) SetDescriptionNil() + func (o *CreateShareExportPolicyRequestRule) SetIpAcl(v CreateShareExportPolicyRequestRuleGetIpAclRetType) + func (o *CreateShareExportPolicyRequestRule) SetOrder(v CreateShareExportPolicyRequestRuleGetOrderRetType) + func (o *CreateShareExportPolicyRequestRule) SetReadOnly(v CreateShareExportPolicyRequestRulegetReadOnlyRetType) + func (o *CreateShareExportPolicyRequestRule) SetSetUuid(v CreateShareExportPolicyRequestRulegetSetUuidRetType) + func (o *CreateShareExportPolicyRequestRule) SetSuperUser(v CreateShareExportPolicyRequestRulegetSuperUserRetType) + func (o *CreateShareExportPolicyRequestRule) UnsetDescription() + func (o CreateShareExportPolicyRequestRule) ToMap() (map[string]interface{}, error) + type CreateShareExportPolicyRequestRuleGetDescriptionArgType = *string + type CreateShareExportPolicyRequestRuleGetDescriptionAttributeType = *NullableString + type CreateShareExportPolicyRequestRuleGetDescriptionRetType = *string + type CreateShareExportPolicyRequestRuleGetIpAclArgType = []string + type CreateShareExportPolicyRequestRuleGetIpAclAttributeType = *[]string + type CreateShareExportPolicyRequestRuleGetIpAclRetType = []string + type CreateShareExportPolicyRequestRuleGetOrderArgType = int64 + type CreateShareExportPolicyRequestRuleGetOrderAttributeType = *int64 + type CreateShareExportPolicyRequestRuleGetOrderRetType = int64 + type CreateShareExportPolicyRequestRulegetReadOnlyArgType = bool + type CreateShareExportPolicyRequestRulegetReadOnlyAttributeType = *bool + type CreateShareExportPolicyRequestRulegetReadOnlyRetType = bool + type CreateShareExportPolicyRequestRulegetSetUuidArgType = bool + type CreateShareExportPolicyRequestRulegetSetUuidAttributeType = *bool + type CreateShareExportPolicyRequestRulegetSetUuidRetType = bool + type CreateShareExportPolicyRequestRulegetSuperUserArgType = bool + type CreateShareExportPolicyRequestRulegetSuperUserAttributeType = *bool + type CreateShareExportPolicyRequestRulegetSuperUserRetType = bool + type CreateShareExportPolicyResponse struct + ShareExportPolicy CreateShareExportPolicyResponseGetShareExportPolicyAttributeType + func NewCreateShareExportPolicyResponse() *CreateShareExportPolicyResponse + func NewCreateShareExportPolicyResponseWithDefaults() *CreateShareExportPolicyResponse + func (o *CreateShareExportPolicyResponse) GetShareExportPolicy() (res CreateShareExportPolicyResponseGetShareExportPolicyRetType) + func (o *CreateShareExportPolicyResponse) GetShareExportPolicyOk() (ret CreateShareExportPolicyResponseGetShareExportPolicyRetType, ok bool) + func (o *CreateShareExportPolicyResponse) HasShareExportPolicy() bool + func (o *CreateShareExportPolicyResponse) SetShareExportPolicy(v CreateShareExportPolicyResponseGetShareExportPolicyRetType) + func (o CreateShareExportPolicyResponse) ToMap() (map[string]interface{}, error) + type CreateShareExportPolicyResponseGetShareExportPolicyArgType = CreateShareExportPolicyResponseShareExportPolicy + type CreateShareExportPolicyResponseGetShareExportPolicyAttributeType = *CreateShareExportPolicyResponseShareExportPolicy + type CreateShareExportPolicyResponseGetShareExportPolicyRetType = CreateShareExportPolicyResponseShareExportPolicy + type CreateShareExportPolicyResponseShareExportPolicy struct + CreatedAt CreateShareExportPolicyResponseShareExportPolicyGetCreatedAtAttributeType + Id CreateShareExportPolicyResponseShareExportPolicyGetIdAttributeType + Labels CreateShareExportPolicyResponseShareExportPolicyGetLabelsAttributeType + Name CreateShareExportPolicyResponseShareExportPolicyGetNameAttributeType + Rules CreateShareExportPolicyResponseShareExportPolicyGetRulesAttributeType + SharesUsingExportPolicy CreateShareExportPolicyResponseShareExportPolicyGetSharesUsingExportPolicyAttributeType + func NewCreateShareExportPolicyResponseShareExportPolicy() *CreateShareExportPolicyResponseShareExportPolicy + func NewCreateShareExportPolicyResponseShareExportPolicyWithDefaults() *CreateShareExportPolicyResponseShareExportPolicy + func (o *CreateShareExportPolicyResponseShareExportPolicy) GetCreatedAt() (res CreateShareExportPolicyResponseShareExportPolicyGetCreatedAtRetType) + func (o *CreateShareExportPolicyResponseShareExportPolicy) GetCreatedAtOk() (ret CreateShareExportPolicyResponseShareExportPolicyGetCreatedAtRetType, ...) + func (o *CreateShareExportPolicyResponseShareExportPolicy) GetId() (res CreateShareExportPolicyResponseShareExportPolicyGetIdRetType) + func (o *CreateShareExportPolicyResponseShareExportPolicy) GetIdOk() (ret CreateShareExportPolicyResponseShareExportPolicyGetIdRetType, ok bool) + func (o *CreateShareExportPolicyResponseShareExportPolicy) GetLabels() (res CreateShareExportPolicyResponseShareExportPolicyGetLabelsRetType) + func (o *CreateShareExportPolicyResponseShareExportPolicy) GetLabelsOk() (ret CreateShareExportPolicyResponseShareExportPolicyGetLabelsRetType, ok bool) + func (o *CreateShareExportPolicyResponseShareExportPolicy) GetName() (res CreateShareExportPolicyResponseShareExportPolicyGetNameRetType) + func (o *CreateShareExportPolicyResponseShareExportPolicy) GetNameOk() (ret CreateShareExportPolicyResponseShareExportPolicyGetNameRetType, ok bool) + func (o *CreateShareExportPolicyResponseShareExportPolicy) GetRules() (res CreateShareExportPolicyResponseShareExportPolicyGetRulesRetType) + func (o *CreateShareExportPolicyResponseShareExportPolicy) GetRulesOk() (ret CreateShareExportPolicyResponseShareExportPolicyGetRulesRetType, ok bool) + func (o *CreateShareExportPolicyResponseShareExportPolicy) GetSharesUsingExportPolicy() (...) + func (o *CreateShareExportPolicyResponseShareExportPolicy) GetSharesUsingExportPolicyOk() (...) + func (o *CreateShareExportPolicyResponseShareExportPolicy) HasCreatedAt() bool + func (o *CreateShareExportPolicyResponseShareExportPolicy) HasId() bool + func (o *CreateShareExportPolicyResponseShareExportPolicy) HasLabels() bool + func (o *CreateShareExportPolicyResponseShareExportPolicy) HasName() bool + func (o *CreateShareExportPolicyResponseShareExportPolicy) HasRules() bool + func (o *CreateShareExportPolicyResponseShareExportPolicy) HasSharesUsingExportPolicy() bool + func (o *CreateShareExportPolicyResponseShareExportPolicy) SetCreatedAt(v CreateShareExportPolicyResponseShareExportPolicyGetCreatedAtRetType) + func (o *CreateShareExportPolicyResponseShareExportPolicy) SetId(v CreateShareExportPolicyResponseShareExportPolicyGetIdRetType) + func (o *CreateShareExportPolicyResponseShareExportPolicy) SetLabels(v CreateShareExportPolicyResponseShareExportPolicyGetLabelsRetType) + func (o *CreateShareExportPolicyResponseShareExportPolicy) SetName(v CreateShareExportPolicyResponseShareExportPolicyGetNameRetType) + func (o *CreateShareExportPolicyResponseShareExportPolicy) SetRules(v CreateShareExportPolicyResponseShareExportPolicyGetRulesRetType) + func (o *CreateShareExportPolicyResponseShareExportPolicy) SetSharesUsingExportPolicy(...) + func (o CreateShareExportPolicyResponseShareExportPolicy) ToMap() (map[string]interface{}, error) + type CreateShareExportPolicyResponseShareExportPolicyGetCreatedAtArgType = time.Time + type CreateShareExportPolicyResponseShareExportPolicyGetCreatedAtAttributeType = *time.Time + type CreateShareExportPolicyResponseShareExportPolicyGetCreatedAtRetType = time.Time + type CreateShareExportPolicyResponseShareExportPolicyGetIdArgType = string + type CreateShareExportPolicyResponseShareExportPolicyGetIdAttributeType = *string + type CreateShareExportPolicyResponseShareExportPolicyGetIdRetType = string + type CreateShareExportPolicyResponseShareExportPolicyGetLabelsArgType = map[string]string + type CreateShareExportPolicyResponseShareExportPolicyGetLabelsAttributeType = *map[string]string + type CreateShareExportPolicyResponseShareExportPolicyGetLabelsRetType = map[string]string + type CreateShareExportPolicyResponseShareExportPolicyGetNameArgType = string + type CreateShareExportPolicyResponseShareExportPolicyGetNameAttributeType = *string + type CreateShareExportPolicyResponseShareExportPolicyGetNameRetType = string + type CreateShareExportPolicyResponseShareExportPolicyGetRulesArgType = []ShareExportPolicyRule + type CreateShareExportPolicyResponseShareExportPolicyGetRulesAttributeType = *[]ShareExportPolicyRule + type CreateShareExportPolicyResponseShareExportPolicyGetRulesRetType = []ShareExportPolicyRule + type CreateShareExportPolicyResponseShareExportPolicyGetSharesUsingExportPolicyArgType = int64 + type CreateShareExportPolicyResponseShareExportPolicyGetSharesUsingExportPolicyAttributeType = *int64 + type CreateShareExportPolicyResponseShareExportPolicyGetSharesUsingExportPolicyRetType = int64 + type CreateSharePayload struct + ExportPolicyName CreateSharePayloadGetExportPolicyNameAttributeType + Labels CreateSharePayloadGetLabelsAttributeType + Name CreateSharePayloadGetNameAttributeType + SpaceHardLimitGigabytes CreateSharePayloadGetSpaceHardLimitGigabytesAttributeType + func NewCreateSharePayload() *CreateSharePayload + func NewCreateSharePayloadWithDefaults() *CreateSharePayload + func (o *CreateSharePayload) GetExportPolicyName() (res CreateSharePayloadGetExportPolicyNameRetType) + func (o *CreateSharePayload) GetExportPolicyNameOk() (ret CreateSharePayloadGetExportPolicyNameRetType, ok bool) + func (o *CreateSharePayload) GetLabels() (res CreateSharePayloadGetLabelsRetType) + func (o *CreateSharePayload) GetLabelsOk() (ret CreateSharePayloadGetLabelsRetType, ok bool) + func (o *CreateSharePayload) GetName() (res CreateSharePayloadGetNameRetType) + func (o *CreateSharePayload) GetNameOk() (ret CreateSharePayloadGetNameRetType, ok bool) + func (o *CreateSharePayload) GetSpaceHardLimitGigabytes() (res CreateSharePayloadGetSpaceHardLimitGigabytesRetType) + func (o *CreateSharePayload) GetSpaceHardLimitGigabytesOk() (ret CreateSharePayloadGetSpaceHardLimitGigabytesRetType, ok bool) + func (o *CreateSharePayload) HasExportPolicyName() bool + func (o *CreateSharePayload) HasLabels() bool + func (o *CreateSharePayload) HasName() bool + func (o *CreateSharePayload) HasSpaceHardLimitGigabytes() bool + func (o *CreateSharePayload) SetExportPolicyName(v CreateSharePayloadGetExportPolicyNameRetType) + func (o *CreateSharePayload) SetExportPolicyNameNil() + func (o *CreateSharePayload) SetLabels(v CreateSharePayloadGetLabelsRetType) + func (o *CreateSharePayload) SetName(v CreateSharePayloadGetNameRetType) + func (o *CreateSharePayload) SetSpaceHardLimitGigabytes(v CreateSharePayloadGetSpaceHardLimitGigabytesRetType) + func (o *CreateSharePayload) UnsetExportPolicyName() + func (o CreateSharePayload) ToMap() (map[string]interface{}, error) + type CreateSharePayloadGetExportPolicyNameArgType = *string + type CreateSharePayloadGetExportPolicyNameAttributeType = *NullableString + type CreateSharePayloadGetExportPolicyNameRetType = *string + type CreateSharePayloadGetLabelsArgType = map[string]string + type CreateSharePayloadGetLabelsAttributeType = *map[string]string + type CreateSharePayloadGetLabelsRetType = map[string]string + type CreateSharePayloadGetNameArgType = string + type CreateSharePayloadGetNameAttributeType = *string + type CreateSharePayloadGetNameRetType = string + type CreateSharePayloadGetSpaceHardLimitGigabytesArgType = int64 + type CreateSharePayloadGetSpaceHardLimitGigabytesAttributeType = *int64 + type CreateSharePayloadGetSpaceHardLimitGigabytesRetType = int64 + type CreateShareRequest struct + func (r CreateShareRequest) CreateSharePayload(createSharePayload CreateSharePayload) ApiCreateShareRequest + func (r CreateShareRequest) Execute() (*CreateShareResponse, error) + type CreateShareResponse struct + Share CreateShareResponseGetShareAttributeType + func NewCreateShareResponse() *CreateShareResponse + func NewCreateShareResponseWithDefaults() *CreateShareResponse + func (o *CreateShareResponse) GetShare() (res CreateShareResponseGetShareRetType) + func (o *CreateShareResponse) GetShareOk() (ret CreateShareResponseGetShareRetType, ok bool) + func (o *CreateShareResponse) HasShare() bool + func (o *CreateShareResponse) SetShare(v CreateShareResponseGetShareRetType) + func (o CreateShareResponse) ToMap() (map[string]interface{}, error) + type CreateShareResponseGetShareArgType = CreateShareResponseShare + type CreateShareResponseGetShareAttributeType = *CreateShareResponseShare + type CreateShareResponseGetShareRetType = CreateShareResponseShare + type CreateShareResponseShare struct + CreatedAt CreateShareResponseShareGetCreatedAtAttributeType + ExportPolicy CreateShareResponseShareGetExportPolicyAttributeType + Id CreateShareResponseShareGetIdAttributeType + Labels CreateShareResponseShareGetLabelsAttributeType + MountPath CreateShareResponseShareGetMountPathAttributeType + Name CreateShareResponseShareGetNameAttributeType + SpaceHardLimitGigabytes CreateShareResponseShareGetSpaceHardLimitGigabytesAttributeType + State CreateShareResponseShareGetStateAttributeType + func NewCreateShareResponseShare() *CreateShareResponseShare + func NewCreateShareResponseShareWithDefaults() *CreateShareResponseShare + func (o *CreateShareResponseShare) GetCreatedAt() (res CreateShareResponseShareGetCreatedAtRetType) + func (o *CreateShareResponseShare) GetCreatedAtOk() (ret CreateShareResponseShareGetCreatedAtRetType, ok bool) + func (o *CreateShareResponseShare) GetExportPolicy() (res CreateShareResponseShareGetExportPolicyRetType) + func (o *CreateShareResponseShare) GetExportPolicyOk() (ret CreateShareResponseShareGetExportPolicyRetType, ok bool) + func (o *CreateShareResponseShare) GetId() (res CreateShareResponseShareGetIdRetType) + func (o *CreateShareResponseShare) GetIdOk() (ret CreateShareResponseShareGetIdRetType, ok bool) + func (o *CreateShareResponseShare) GetLabels() (res CreateShareResponseShareGetLabelsRetType) + func (o *CreateShareResponseShare) GetLabelsOk() (ret CreateShareResponseShareGetLabelsRetType, ok bool) + func (o *CreateShareResponseShare) GetMountPath() (res CreateShareResponseShareGetMountPathRetType) + func (o *CreateShareResponseShare) GetMountPathOk() (ret CreateShareResponseShareGetMountPathRetType, ok bool) + func (o *CreateShareResponseShare) GetName() (res CreateShareResponseShareGetNameRetType) + func (o *CreateShareResponseShare) GetNameOk() (ret CreateShareResponseShareGetNameRetType, ok bool) + func (o *CreateShareResponseShare) GetSpaceHardLimitGigabytes() (res CreateShareResponseShareGetSpaceHardLimitGigabytesRetType) + func (o *CreateShareResponseShare) GetSpaceHardLimitGigabytesOk() (ret CreateShareResponseShareGetSpaceHardLimitGigabytesRetType, ok bool) + func (o *CreateShareResponseShare) GetState() (res CreateShareResponseShareGetStateRetType) + func (o *CreateShareResponseShare) GetStateOk() (ret CreateShareResponseShareGetStateRetType, ok bool) + func (o *CreateShareResponseShare) HasCreatedAt() bool + func (o *CreateShareResponseShare) HasExportPolicy() bool + func (o *CreateShareResponseShare) HasId() bool + func (o *CreateShareResponseShare) HasLabels() bool + func (o *CreateShareResponseShare) HasMountPath() bool + func (o *CreateShareResponseShare) HasName() bool + func (o *CreateShareResponseShare) HasSpaceHardLimitGigabytes() bool + func (o *CreateShareResponseShare) HasState() bool + func (o *CreateShareResponseShare) SetCreatedAt(v CreateShareResponseShareGetCreatedAtRetType) + func (o *CreateShareResponseShare) SetExportPolicy(v CreateShareResponseShareGetExportPolicyRetType) + func (o *CreateShareResponseShare) SetExportPolicyNil() + func (o *CreateShareResponseShare) SetId(v CreateShareResponseShareGetIdRetType) + func (o *CreateShareResponseShare) SetLabels(v CreateShareResponseShareGetLabelsRetType) + func (o *CreateShareResponseShare) SetMountPath(v CreateShareResponseShareGetMountPathRetType) + func (o *CreateShareResponseShare) SetName(v CreateShareResponseShareGetNameRetType) + func (o *CreateShareResponseShare) SetSpaceHardLimitGigabytes(v CreateShareResponseShareGetSpaceHardLimitGigabytesRetType) + func (o *CreateShareResponseShare) SetState(v CreateShareResponseShareGetStateRetType) + func (o *CreateShareResponseShare) UnsetExportPolicy() + func (o CreateShareResponseShare) ToMap() (map[string]interface{}, error) + type CreateShareResponseShareGetCreatedAtArgType = time.Time + type CreateShareResponseShareGetCreatedAtAttributeType = *time.Time + type CreateShareResponseShareGetCreatedAtRetType = time.Time + type CreateShareResponseShareGetExportPolicyArgType = *NullableShareExportPolicy + type CreateShareResponseShareGetExportPolicyAttributeType = *NullableShareExportPolicy + type CreateShareResponseShareGetExportPolicyRetType = *NullableShareExportPolicy + type CreateShareResponseShareGetIdArgType = string + type CreateShareResponseShareGetIdAttributeType = *string + type CreateShareResponseShareGetIdRetType = string + type CreateShareResponseShareGetLabelsArgType = map[string]string + type CreateShareResponseShareGetLabelsAttributeType = *map[string]string + type CreateShareResponseShareGetLabelsRetType = map[string]string + type CreateShareResponseShareGetMountPathArgType = string + type CreateShareResponseShareGetMountPathAttributeType = *string + type CreateShareResponseShareGetMountPathRetType = string + type CreateShareResponseShareGetNameArgType = string + type CreateShareResponseShareGetNameAttributeType = *string + type CreateShareResponseShareGetNameRetType = string + type CreateShareResponseShareGetSpaceHardLimitGigabytesArgType = int64 + type CreateShareResponseShareGetSpaceHardLimitGigabytesAttributeType = *int64 + type CreateShareResponseShareGetSpaceHardLimitGigabytesRetType = int64 + type CreateShareResponseShareGetStateArgType = string + type CreateShareResponseShareGetStateAttributeType = *string + type CreateShareResponseShareGetStateRetType = string + type DefaultApi interface + CreateResourcePool func(ctx context.Context, projectId string, region string) ApiCreateResourcePoolRequest + CreateResourcePoolExecute func(ctx context.Context, projectId string, region string) (*CreateResourcePoolResponse, error) + CreateResourcePoolSnapshot func(ctx context.Context, projectId string, region string, resourcePoolId string) ApiCreateResourcePoolSnapshotRequest + CreateResourcePoolSnapshotExecute func(ctx context.Context, projectId string, region string, resourcePoolId string) (*CreateResourcePoolSnapshotResponse, error) + CreateShare func(ctx context.Context, projectId string, region string, resourcePoolId string) ApiCreateShareRequest + CreateShareExecute func(ctx context.Context, projectId string, region string, resourcePoolId string) (*CreateShareResponse, error) + CreateShareExportPolicy func(ctx context.Context, projectId string, region string) ApiCreateShareExportPolicyRequest + CreateShareExportPolicyExecute func(ctx context.Context, projectId string, region string) (*CreateShareExportPolicyResponse, error) + DeleteResourcePool func(ctx context.Context, projectId string, region string, resourcePoolId string) ApiDeleteResourcePoolRequest + DeleteResourcePoolExecute func(ctx context.Context, projectId string, region string, resourcePoolId string) (map[string]interface{}, error) + DeleteResourcePoolSnapshot func(ctx context.Context, projectId string, region string, resourcePoolId string, ...) ApiDeleteResourcePoolSnapshotRequest + DeleteResourcePoolSnapshotExecute func(ctx context.Context, projectId string, region string, resourcePoolId string, ...) (map[string]interface{}, error) + DeleteShare func(ctx context.Context, projectId string, region string, resourcePoolId string, ...) ApiDeleteShareRequest + DeleteShareExecute func(ctx context.Context, projectId string, region string, resourcePoolId string, ...) (map[string]interface{}, error) + DeleteShareExportPolicy func(ctx context.Context, projectId string, region string, policyId string) ApiDeleteShareExportPolicyRequest + DeleteShareExportPolicyExecute func(ctx context.Context, projectId string, region string, policyId string) (map[string]interface{}, error) + GetResourcePool func(ctx context.Context, projectId string, region string, resourcePoolId string) ApiGetResourcePoolRequest + GetResourcePoolExecute func(ctx context.Context, projectId string, region string, resourcePoolId string) (*GetResourcePoolResponse, error) + GetResourcePoolSnapshot func(ctx context.Context, projectId string, region string, resourcePoolId string, ...) ApiGetResourcePoolSnapshotRequest + GetResourcePoolSnapshotExecute func(ctx context.Context, projectId string, region string, resourcePoolId string, ...) (*GetResourcePoolSnapshotResponse, error) + GetShare func(ctx context.Context, projectId string, region string, resourcePoolId string, ...) ApiGetShareRequest + GetShareExecute func(ctx context.Context, projectId string, region string, resourcePoolId string, ...) (*GetShareResponse, error) + GetShareExportPolicy func(ctx context.Context, projectId string, region string, policyId string) ApiGetShareExportPolicyRequest + GetShareExportPolicyExecute func(ctx context.Context, projectId string, region string, policyId string) (*GetShareExportPolicyResponse, error) + ListPerformanceClasses func(ctx context.Context) ApiListPerformanceClassesRequest + ListPerformanceClassesExecute func(ctx context.Context) (*ListPerformanceClassesResponse, error) + ListResourcePoolSnapshots func(ctx context.Context, projectId string, region string, resourcePoolId string) ApiListResourcePoolSnapshotsRequest + ListResourcePoolSnapshotsExecute func(ctx context.Context, projectId string, region string, resourcePoolId string) (*ListResourcePoolSnapshotsResponse, error) + ListResourcePools func(ctx context.Context, projectId string, region string) ApiListResourcePoolsRequest + ListResourcePoolsExecute func(ctx context.Context, projectId string, region string) (*ListResourcePoolsResponse, error) + ListShareExportPolicies func(ctx context.Context, projectId string, region string) ApiListShareExportPoliciesRequest + ListShareExportPoliciesExecute func(ctx context.Context, projectId string, region string) (*ListShareExportPoliciesResponse, error) + ListShares func(ctx context.Context, projectId string, region string, resourcePoolId string) ApiListSharesRequest + ListSharesExecute func(ctx context.Context, projectId string, region string, resourcePoolId string) (*ListSharesResponse, error) + ListSnapshotSchedules func(ctx context.Context, projectId string) ApiListSnapshotSchedulesRequest + ListSnapshotSchedulesExecute func(ctx context.Context, projectId string) (*ListSnapshotSchedulesResponse, error) + UpdateResourcePool func(ctx context.Context, projectId string, region string, resourcePoolId string) ApiUpdateResourcePoolRequest + UpdateResourcePoolExecute func(ctx context.Context, projectId string, region string, resourcePoolId string) (*UpdateResourcePoolResponse, error) + UpdateShare func(ctx context.Context, projectId string, region string, resourcePoolId string, ...) ApiUpdateShareRequest + UpdateShareExecute func(ctx context.Context, projectId string, region string, resourcePoolId string, ...) (*UpdateShareResponse, error) + UpdateShareExportPolicy func(ctx context.Context, projectId string, region string, policyId string) ApiUpdateShareExportPolicyRequest + UpdateShareExportPolicyExecute func(ctx context.Context, projectId string, region string, policyId string) (*UpdateShareExportPolicyResponse, error) + type DefaultApiService service + type DeleteResourcePoolRequest struct + func (r DeleteResourcePoolRequest) Execute() (map[string]interface{}, error) + type DeleteResourcePoolSnapshotRequest struct + func (r DeleteResourcePoolSnapshotRequest) Execute() (map[string]interface{}, error) + type DeleteShareExportPolicyRequest struct + func (r DeleteShareExportPolicyRequest) Execute() (map[string]interface{}, error) + type DeleteShareRequest struct + func (r DeleteShareRequest) Execute() (map[string]interface{}, error) + type Error struct + ErrorDescription ErrorGetErrorDescriptionAttributeType + Title ErrorGetTitleAttributeType + Type ErrorGetTypeAttributeType + func NewError(title ErrorGetTitleArgType, types ErrorGetTypeArgType) *Error + func NewErrorWithDefaults() *Error + func (o *Error) GetErrorDescription() (res ErrorGetErrorDescriptionRetType) + func (o *Error) GetErrorDescriptionOk() (ret ErrorGetErrorDescriptionRetType, ok bool) + func (o *Error) GetTitle() (ret ErrorGetTitleRetType) + func (o *Error) GetTitleOk() (ret ErrorGetTitleRetType, ok bool) + func (o *Error) GetType() (ret ErrorGetTypeRetType) + func (o *Error) GetTypeOk() (ret ErrorGetTypeRetType, ok bool) + func (o *Error) HasErrorDescription() bool + func (o *Error) SetErrorDescription(v ErrorGetErrorDescriptionRetType) + func (o *Error) SetTitle(v ErrorGetTitleRetType) + func (o *Error) SetType(v ErrorGetTypeRetType) + func (o Error) ToMap() (map[string]interface{}, error) + type ErrorGetErrorDescriptionArgType = any + type ErrorGetErrorDescriptionAttributeType = any + type ErrorGetErrorDescriptionRetType = any + type ErrorGetTitleArgType = string + type ErrorGetTitleAttributeType = *string + type ErrorGetTitleRetType = string + type ErrorGetTypeArgType = string + type ErrorGetTypeAttributeType = *string + type ErrorGetTypeRetType = string + type GetResourcePoolRequest struct + func (r GetResourcePoolRequest) Execute() (*GetResourcePoolResponse, error) + type GetResourcePoolResponse struct + ResourcePool GetResourcePoolResponseGetResourcePoolAttributeType + func NewGetResourcePoolResponse() *GetResourcePoolResponse + func NewGetResourcePoolResponseWithDefaults() *GetResourcePoolResponse + func (o *GetResourcePoolResponse) GetResourcePool() (res GetResourcePoolResponseGetResourcePoolRetType) + func (o *GetResourcePoolResponse) GetResourcePoolOk() (ret GetResourcePoolResponseGetResourcePoolRetType, ok bool) + func (o *GetResourcePoolResponse) HasResourcePool() bool + func (o *GetResourcePoolResponse) SetResourcePool(v GetResourcePoolResponseGetResourcePoolRetType) + func (o GetResourcePoolResponse) ToMap() (map[string]interface{}, error) + type GetResourcePoolResponseGetResourcePoolArgType = GetResourcePoolResponseResourcePool + type GetResourcePoolResponseGetResourcePoolAttributeType = *GetResourcePoolResponseResourcePool + type GetResourcePoolResponseGetResourcePoolRetType = GetResourcePoolResponseResourcePool + type GetResourcePoolResponseResourcePool struct + AvailabilityZone GetResourcePoolResponseResourcePoolGetAvailabilityZoneAttributeType + CountShares GetResourcePoolResponseResourcePoolGetCountSharesAttributeType + CreatedAt GetResourcePoolResponseResourcePoolGetCreatedAtAttributeType + Id GetResourcePoolResponseResourcePoolGetIdAttributeType + IpAcl GetResourcePoolResponseResourcePoolGetIpAclAttributeType + Labels GetResourcePoolResponseResourcePoolGetLabelsAttributeType + MountPath GetResourcePoolResponseResourcePoolGetMountPathAttributeType + Name GetResourcePoolResponseResourcePoolGetNameAttributeType + PerformanceClass GetResourcePoolResponseResourcePoolGetPerformanceClassAttributeType + PerformanceClassDowngradableAt GetResourcePoolResponseResourcePoolGetPerformanceClassDowngradableAtAttributeType + SizeReducibleAt GetResourcePoolResponseResourcePoolGetSizeReducibleAtAttributeType + SnapshotSchedule GetResourcePoolResponseResourcePoolGetSnapshotScheduleAttributeType + SnapshotsAreVisible GetResourcePoolResponseResourcePoolgetSnapshotsAreVisibleAttributeType + Space GetResourcePoolResponseResourcePoolGetSpaceAttributeType + State GetResourcePoolResponseResourcePoolGetStateAttributeType + func NewGetResourcePoolResponseResourcePool() *GetResourcePoolResponseResourcePool + func NewGetResourcePoolResponseResourcePoolWithDefaults() *GetResourcePoolResponseResourcePool + func (o *GetResourcePoolResponseResourcePool) GetAvailabilityZone() (res GetResourcePoolResponseResourcePoolGetAvailabilityZoneRetType) + func (o *GetResourcePoolResponseResourcePool) GetAvailabilityZoneOk() (ret GetResourcePoolResponseResourcePoolGetAvailabilityZoneRetType, ok bool) + func (o *GetResourcePoolResponseResourcePool) GetCountShares() (res GetResourcePoolResponseResourcePoolGetCountSharesRetType) + func (o *GetResourcePoolResponseResourcePool) GetCountSharesOk() (ret GetResourcePoolResponseResourcePoolGetCountSharesRetType, ok bool) + func (o *GetResourcePoolResponseResourcePool) GetCreatedAt() (res GetResourcePoolResponseResourcePoolGetCreatedAtRetType) + func (o *GetResourcePoolResponseResourcePool) GetCreatedAtOk() (ret GetResourcePoolResponseResourcePoolGetCreatedAtRetType, ok bool) + func (o *GetResourcePoolResponseResourcePool) GetId() (res GetResourcePoolResponseResourcePoolGetIdRetType) + func (o *GetResourcePoolResponseResourcePool) GetIdOk() (ret GetResourcePoolResponseResourcePoolGetIdRetType, ok bool) + func (o *GetResourcePoolResponseResourcePool) GetIpAcl() (res GetResourcePoolResponseResourcePoolGetIpAclRetType) + func (o *GetResourcePoolResponseResourcePool) GetIpAclOk() (ret GetResourcePoolResponseResourcePoolGetIpAclRetType, ok bool) + func (o *GetResourcePoolResponseResourcePool) GetLabels() (res GetResourcePoolResponseResourcePoolGetLabelsRetType) + func (o *GetResourcePoolResponseResourcePool) GetLabelsOk() (ret GetResourcePoolResponseResourcePoolGetLabelsRetType, ok bool) + func (o *GetResourcePoolResponseResourcePool) GetMountPath() (res GetResourcePoolResponseResourcePoolGetMountPathRetType) + func (o *GetResourcePoolResponseResourcePool) GetMountPathOk() (ret GetResourcePoolResponseResourcePoolGetMountPathRetType, ok bool) + func (o *GetResourcePoolResponseResourcePool) GetName() (res GetResourcePoolResponseResourcePoolGetNameRetType) + func (o *GetResourcePoolResponseResourcePool) GetNameOk() (ret GetResourcePoolResponseResourcePoolGetNameRetType, ok bool) + func (o *GetResourcePoolResponseResourcePool) GetPerformanceClass() (res GetResourcePoolResponseResourcePoolGetPerformanceClassRetType) + func (o *GetResourcePoolResponseResourcePool) GetPerformanceClassDowngradableAt() (...) + func (o *GetResourcePoolResponseResourcePool) GetPerformanceClassDowngradableAtOk() (...) + func (o *GetResourcePoolResponseResourcePool) GetPerformanceClassOk() (ret GetResourcePoolResponseResourcePoolGetPerformanceClassRetType, ok bool) + func (o *GetResourcePoolResponseResourcePool) GetSizeReducibleAt() (res GetResourcePoolResponseResourcePoolGetSizeReducibleAtRetType) + func (o *GetResourcePoolResponseResourcePool) GetSizeReducibleAtOk() (ret GetResourcePoolResponseResourcePoolGetSizeReducibleAtRetType, ok bool) + func (o *GetResourcePoolResponseResourcePool) GetSnapshotSchedule() (res GetResourcePoolResponseResourcePoolGetSnapshotScheduleRetType) + func (o *GetResourcePoolResponseResourcePool) GetSnapshotScheduleOk() (ret GetResourcePoolResponseResourcePoolGetSnapshotScheduleRetType, ok bool) + func (o *GetResourcePoolResponseResourcePool) GetSnapshotsAreVisible() (res GetResourcePoolResponseResourcePoolgetSnapshotsAreVisibleRetType) + func (o *GetResourcePoolResponseResourcePool) GetSnapshotsAreVisibleOk() (ret GetResourcePoolResponseResourcePoolgetSnapshotsAreVisibleRetType, ok bool) + func (o *GetResourcePoolResponseResourcePool) GetSpace() (res GetResourcePoolResponseResourcePoolGetSpaceRetType) + func (o *GetResourcePoolResponseResourcePool) GetSpaceOk() (ret GetResourcePoolResponseResourcePoolGetSpaceRetType, ok bool) + func (o *GetResourcePoolResponseResourcePool) GetState() (res GetResourcePoolResponseResourcePoolGetStateRetType) + func (o *GetResourcePoolResponseResourcePool) GetStateOk() (ret GetResourcePoolResponseResourcePoolGetStateRetType, ok bool) + func (o *GetResourcePoolResponseResourcePool) HasAvailabilityZone() bool + func (o *GetResourcePoolResponseResourcePool) HasCountShares() bool + func (o *GetResourcePoolResponseResourcePool) HasCreatedAt() bool + func (o *GetResourcePoolResponseResourcePool) HasId() bool + func (o *GetResourcePoolResponseResourcePool) HasIpAcl() bool + func (o *GetResourcePoolResponseResourcePool) HasLabels() bool + func (o *GetResourcePoolResponseResourcePool) HasMountPath() bool + func (o *GetResourcePoolResponseResourcePool) HasName() bool + func (o *GetResourcePoolResponseResourcePool) HasPerformanceClass() bool + func (o *GetResourcePoolResponseResourcePool) HasPerformanceClassDowngradableAt() bool + func (o *GetResourcePoolResponseResourcePool) HasSizeReducibleAt() bool + func (o *GetResourcePoolResponseResourcePool) HasSnapshotSchedule() bool + func (o *GetResourcePoolResponseResourcePool) HasSnapshotsAreVisible() bool + func (o *GetResourcePoolResponseResourcePool) HasSpace() bool + func (o *GetResourcePoolResponseResourcePool) HasState() bool + func (o *GetResourcePoolResponseResourcePool) SetAvailabilityZone(v GetResourcePoolResponseResourcePoolGetAvailabilityZoneRetType) + func (o *GetResourcePoolResponseResourcePool) SetCountShares(v GetResourcePoolResponseResourcePoolGetCountSharesRetType) + func (o *GetResourcePoolResponseResourcePool) SetCreatedAt(v GetResourcePoolResponseResourcePoolGetCreatedAtRetType) + func (o *GetResourcePoolResponseResourcePool) SetId(v GetResourcePoolResponseResourcePoolGetIdRetType) + func (o *GetResourcePoolResponseResourcePool) SetIpAcl(v GetResourcePoolResponseResourcePoolGetIpAclRetType) + func (o *GetResourcePoolResponseResourcePool) SetLabels(v GetResourcePoolResponseResourcePoolGetLabelsRetType) + func (o *GetResourcePoolResponseResourcePool) SetMountPath(v GetResourcePoolResponseResourcePoolGetMountPathRetType) + func (o *GetResourcePoolResponseResourcePool) SetName(v GetResourcePoolResponseResourcePoolGetNameRetType) + func (o *GetResourcePoolResponseResourcePool) SetPerformanceClass(v GetResourcePoolResponseResourcePoolGetPerformanceClassRetType) + func (o *GetResourcePoolResponseResourcePool) SetPerformanceClassDowngradableAt(v GetResourcePoolResponseResourcePoolGetPerformanceClassDowngradableAtRetType) + func (o *GetResourcePoolResponseResourcePool) SetSizeReducibleAt(v GetResourcePoolResponseResourcePoolGetSizeReducibleAtRetType) + func (o *GetResourcePoolResponseResourcePool) SetSnapshotSchedule(v GetResourcePoolResponseResourcePoolGetSnapshotScheduleRetType) + func (o *GetResourcePoolResponseResourcePool) SetSnapshotsAreVisible(v GetResourcePoolResponseResourcePoolgetSnapshotsAreVisibleRetType) + func (o *GetResourcePoolResponseResourcePool) SetSpace(v GetResourcePoolResponseResourcePoolGetSpaceRetType) + func (o *GetResourcePoolResponseResourcePool) SetState(v GetResourcePoolResponseResourcePoolGetStateRetType) + func (o GetResourcePoolResponseResourcePool) ToMap() (map[string]interface{}, error) + type GetResourcePoolResponseResourcePoolGetAvailabilityZoneArgType = string + type GetResourcePoolResponseResourcePoolGetAvailabilityZoneAttributeType = *string + type GetResourcePoolResponseResourcePoolGetAvailabilityZoneRetType = string + type GetResourcePoolResponseResourcePoolGetCountSharesArgType = int64 + type GetResourcePoolResponseResourcePoolGetCountSharesAttributeType = *int64 + type GetResourcePoolResponseResourcePoolGetCountSharesRetType = int64 + type GetResourcePoolResponseResourcePoolGetCreatedAtArgType = time.Time + type GetResourcePoolResponseResourcePoolGetCreatedAtAttributeType = *time.Time + type GetResourcePoolResponseResourcePoolGetCreatedAtRetType = time.Time + type GetResourcePoolResponseResourcePoolGetIdArgType = string + type GetResourcePoolResponseResourcePoolGetIdAttributeType = *string + type GetResourcePoolResponseResourcePoolGetIdRetType = string + type GetResourcePoolResponseResourcePoolGetIpAclArgType = []string + type GetResourcePoolResponseResourcePoolGetIpAclAttributeType = *[]string + type GetResourcePoolResponseResourcePoolGetIpAclRetType = []string + type GetResourcePoolResponseResourcePoolGetLabelsArgType = map[string]string + type GetResourcePoolResponseResourcePoolGetLabelsAttributeType = *map[string]string + type GetResourcePoolResponseResourcePoolGetLabelsRetType = map[string]string + type GetResourcePoolResponseResourcePoolGetMountPathArgType = string + type GetResourcePoolResponseResourcePoolGetMountPathAttributeType = *string + type GetResourcePoolResponseResourcePoolGetMountPathRetType = string + type GetResourcePoolResponseResourcePoolGetNameArgType = string + type GetResourcePoolResponseResourcePoolGetNameAttributeType = *string + type GetResourcePoolResponseResourcePoolGetNameRetType = string + type GetResourcePoolResponseResourcePoolGetPerformanceClassArgType = ResourcePoolPerformanceClass + type GetResourcePoolResponseResourcePoolGetPerformanceClassAttributeType = *ResourcePoolPerformanceClass + type GetResourcePoolResponseResourcePoolGetPerformanceClassDowngradableAtArgType = time.Time + type GetResourcePoolResponseResourcePoolGetPerformanceClassDowngradableAtAttributeType = *time.Time + type GetResourcePoolResponseResourcePoolGetPerformanceClassDowngradableAtRetType = time.Time + type GetResourcePoolResponseResourcePoolGetPerformanceClassRetType = ResourcePoolPerformanceClass + type GetResourcePoolResponseResourcePoolGetSizeReducibleAtArgType = time.Time + type GetResourcePoolResponseResourcePoolGetSizeReducibleAtAttributeType = *time.Time + type GetResourcePoolResponseResourcePoolGetSizeReducibleAtRetType = time.Time + type GetResourcePoolResponseResourcePoolGetSnapshotScheduleArgType = SnapshotSchedule + type GetResourcePoolResponseResourcePoolGetSnapshotScheduleAttributeType = *SnapshotSchedule + type GetResourcePoolResponseResourcePoolGetSnapshotScheduleRetType = SnapshotSchedule + type GetResourcePoolResponseResourcePoolGetSpaceArgType = ResourcePoolSpace + type GetResourcePoolResponseResourcePoolGetSpaceAttributeType = *ResourcePoolSpace + type GetResourcePoolResponseResourcePoolGetSpaceRetType = ResourcePoolSpace + type GetResourcePoolResponseResourcePoolGetStateArgType = string + type GetResourcePoolResponseResourcePoolGetStateAttributeType = *string + type GetResourcePoolResponseResourcePoolGetStateRetType = string + type GetResourcePoolResponseResourcePoolgetSnapshotsAreVisibleArgType = bool + type GetResourcePoolResponseResourcePoolgetSnapshotsAreVisibleAttributeType = *bool + type GetResourcePoolResponseResourcePoolgetSnapshotsAreVisibleRetType = bool + type GetResourcePoolSnapshotRequest struct + func (r GetResourcePoolSnapshotRequest) Execute() (*GetResourcePoolSnapshotResponse, error) + type GetResourcePoolSnapshotResponse struct + ResourcePoolSnapshot GetResourcePoolSnapshotResponseGetResourcePoolSnapshotAttributeType + func NewGetResourcePoolSnapshotResponse() *GetResourcePoolSnapshotResponse + func NewGetResourcePoolSnapshotResponseWithDefaults() *GetResourcePoolSnapshotResponse + func (o *GetResourcePoolSnapshotResponse) GetResourcePoolSnapshot() (res GetResourcePoolSnapshotResponseGetResourcePoolSnapshotRetType) + func (o *GetResourcePoolSnapshotResponse) GetResourcePoolSnapshotOk() (ret GetResourcePoolSnapshotResponseGetResourcePoolSnapshotRetType, ok bool) + func (o *GetResourcePoolSnapshotResponse) HasResourcePoolSnapshot() bool + func (o *GetResourcePoolSnapshotResponse) SetResourcePoolSnapshot(v GetResourcePoolSnapshotResponseGetResourcePoolSnapshotRetType) + func (o GetResourcePoolSnapshotResponse) ToMap() (map[string]interface{}, error) + type GetResourcePoolSnapshotResponseGetResourcePoolSnapshotArgType = GetResourcePoolSnapshotResponseResourcePoolSnapshot + type GetResourcePoolSnapshotResponseGetResourcePoolSnapshotAttributeType = *GetResourcePoolSnapshotResponseResourcePoolSnapshot + type GetResourcePoolSnapshotResponseGetResourcePoolSnapshotRetType = GetResourcePoolSnapshotResponseResourcePoolSnapshot + type GetResourcePoolSnapshotResponseResourcePoolSnapshot struct + Comment GetResourcePoolSnapshotResponseResourcePoolSnapshotGetCommentAttributeType + CreatedAt GetResourcePoolSnapshotResponseResourcePoolSnapshotGetCreatedAtAttributeType + LogicalSizeGigabytes GetResourcePoolSnapshotResponseResourcePoolSnapshotGetLogicalSizeGigabytesAttributeType + ResourcePoolId GetResourcePoolSnapshotResponseResourcePoolSnapshotGetResourcePoolIdAttributeType + SizeGigabytes GetResourcePoolSnapshotResponseResourcePoolSnapshotGetSizeGigabytesAttributeType + SnapshotName GetResourcePoolSnapshotResponseResourcePoolSnapshotGetSnapshotNameAttributeType + func NewGetResourcePoolSnapshotResponseResourcePoolSnapshot() *GetResourcePoolSnapshotResponseResourcePoolSnapshot + func NewGetResourcePoolSnapshotResponseResourcePoolSnapshotWithDefaults() *GetResourcePoolSnapshotResponseResourcePoolSnapshot + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) GetComment() (res GetResourcePoolSnapshotResponseResourcePoolSnapshotGetCommentRetType) + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) GetCommentOk() (ret GetResourcePoolSnapshotResponseResourcePoolSnapshotGetCommentRetType, ...) + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) GetCreatedAt() (res GetResourcePoolSnapshotResponseResourcePoolSnapshotGetCreatedAtRetType) + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) GetCreatedAtOk() (ret GetResourcePoolSnapshotResponseResourcePoolSnapshotGetCreatedAtRetType, ...) + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) GetLogicalSizeGigabytes() (...) + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) GetLogicalSizeGigabytesOk() (...) + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) GetResourcePoolId() (...) + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) GetResourcePoolIdOk() (...) + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) GetSizeGigabytes() (res GetResourcePoolSnapshotResponseResourcePoolSnapshotGetSizeGigabytesRetType) + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) GetSizeGigabytesOk() (ret GetResourcePoolSnapshotResponseResourcePoolSnapshotGetSizeGigabytesRetType, ...) + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) GetSnapshotName() (res GetResourcePoolSnapshotResponseResourcePoolSnapshotGetSnapshotNameRetType) + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) GetSnapshotNameOk() (ret GetResourcePoolSnapshotResponseResourcePoolSnapshotGetSnapshotNameRetType, ...) + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) HasComment() bool + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) HasCreatedAt() bool + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) HasLogicalSizeGigabytes() bool + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) HasResourcePoolId() bool + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) HasSizeGigabytes() bool + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) HasSnapshotName() bool + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) SetComment(v GetResourcePoolSnapshotResponseResourcePoolSnapshotGetCommentRetType) + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) SetCommentNil() + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) SetCreatedAt(v GetResourcePoolSnapshotResponseResourcePoolSnapshotGetCreatedAtRetType) + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) SetLogicalSizeGigabytes(...) + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) SetResourcePoolId(v GetResourcePoolSnapshotResponseResourcePoolSnapshotGetResourcePoolIdRetType) + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) SetSizeGigabytes(v GetResourcePoolSnapshotResponseResourcePoolSnapshotGetSizeGigabytesRetType) + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) SetSnapshotName(v GetResourcePoolSnapshotResponseResourcePoolSnapshotGetSnapshotNameRetType) + func (o *GetResourcePoolSnapshotResponseResourcePoolSnapshot) UnsetComment() + func (o GetResourcePoolSnapshotResponseResourcePoolSnapshot) ToMap() (map[string]interface{}, error) + type GetResourcePoolSnapshotResponseResourcePoolSnapshotGetCommentArgType = *string + type GetResourcePoolSnapshotResponseResourcePoolSnapshotGetCommentAttributeType = *NullableString + type GetResourcePoolSnapshotResponseResourcePoolSnapshotGetCommentRetType = *string + type GetResourcePoolSnapshotResponseResourcePoolSnapshotGetCreatedAtArgType = time.Time + type GetResourcePoolSnapshotResponseResourcePoolSnapshotGetCreatedAtAttributeType = *time.Time + type GetResourcePoolSnapshotResponseResourcePoolSnapshotGetCreatedAtRetType = time.Time + type GetResourcePoolSnapshotResponseResourcePoolSnapshotGetLogicalSizeGigabytesArgType = int64 + type GetResourcePoolSnapshotResponseResourcePoolSnapshotGetLogicalSizeGigabytesAttributeType = *int64 + type GetResourcePoolSnapshotResponseResourcePoolSnapshotGetLogicalSizeGigabytesRetType = int64 + type GetResourcePoolSnapshotResponseResourcePoolSnapshotGetResourcePoolIdArgType = string + type GetResourcePoolSnapshotResponseResourcePoolSnapshotGetResourcePoolIdAttributeType = *string + type GetResourcePoolSnapshotResponseResourcePoolSnapshotGetResourcePoolIdRetType = string + type GetResourcePoolSnapshotResponseResourcePoolSnapshotGetSizeGigabytesArgType = int64 + type GetResourcePoolSnapshotResponseResourcePoolSnapshotGetSizeGigabytesAttributeType = *int64 + type GetResourcePoolSnapshotResponseResourcePoolSnapshotGetSizeGigabytesRetType = int64 + type GetResourcePoolSnapshotResponseResourcePoolSnapshotGetSnapshotNameArgType = string + type GetResourcePoolSnapshotResponseResourcePoolSnapshotGetSnapshotNameAttributeType = *string + type GetResourcePoolSnapshotResponseResourcePoolSnapshotGetSnapshotNameRetType = string + type GetShareExportPolicyRequest struct + func (r GetShareExportPolicyRequest) Execute() (*GetShareExportPolicyResponse, error) + type GetShareExportPolicyResponse struct + ShareExportPolicy GetShareExportPolicyResponseGetShareExportPolicyAttributeType + func NewGetShareExportPolicyResponse() *GetShareExportPolicyResponse + func NewGetShareExportPolicyResponseWithDefaults() *GetShareExportPolicyResponse + func (o *GetShareExportPolicyResponse) GetShareExportPolicy() (res GetShareExportPolicyResponseGetShareExportPolicyRetType) + func (o *GetShareExportPolicyResponse) GetShareExportPolicyOk() (ret GetShareExportPolicyResponseGetShareExportPolicyRetType, ok bool) + func (o *GetShareExportPolicyResponse) HasShareExportPolicy() bool + func (o *GetShareExportPolicyResponse) SetShareExportPolicy(v GetShareExportPolicyResponseGetShareExportPolicyRetType) + func (o GetShareExportPolicyResponse) ToMap() (map[string]interface{}, error) + type GetShareExportPolicyResponseGetShareExportPolicyArgType = GetShareExportPolicyResponseShareExportPolicy + type GetShareExportPolicyResponseGetShareExportPolicyAttributeType = *GetShareExportPolicyResponseShareExportPolicy + type GetShareExportPolicyResponseGetShareExportPolicyRetType = GetShareExportPolicyResponseShareExportPolicy + type GetShareExportPolicyResponseShareExportPolicy struct + CreatedAt GetShareExportPolicyResponseShareExportPolicyGetCreatedAtAttributeType + Id GetShareExportPolicyResponseShareExportPolicyGetIdAttributeType + Labels GetShareExportPolicyResponseShareExportPolicyGetLabelsAttributeType + Name GetShareExportPolicyResponseShareExportPolicyGetNameAttributeType + Rules GetShareExportPolicyResponseShareExportPolicyGetRulesAttributeType + SharesUsingExportPolicy GetShareExportPolicyResponseShareExportPolicyGetSharesUsingExportPolicyAttributeType + func NewGetShareExportPolicyResponseShareExportPolicy() *GetShareExportPolicyResponseShareExportPolicy + func NewGetShareExportPolicyResponseShareExportPolicyWithDefaults() *GetShareExportPolicyResponseShareExportPolicy + func (o *GetShareExportPolicyResponseShareExportPolicy) GetCreatedAt() (res GetShareExportPolicyResponseShareExportPolicyGetCreatedAtRetType) + func (o *GetShareExportPolicyResponseShareExportPolicy) GetCreatedAtOk() (ret GetShareExportPolicyResponseShareExportPolicyGetCreatedAtRetType, ok bool) + func (o *GetShareExportPolicyResponseShareExportPolicy) GetId() (res GetShareExportPolicyResponseShareExportPolicyGetIdRetType) + func (o *GetShareExportPolicyResponseShareExportPolicy) GetIdOk() (ret GetShareExportPolicyResponseShareExportPolicyGetIdRetType, ok bool) + func (o *GetShareExportPolicyResponseShareExportPolicy) GetLabels() (res GetShareExportPolicyResponseShareExportPolicyGetLabelsRetType) + func (o *GetShareExportPolicyResponseShareExportPolicy) GetLabelsOk() (ret GetShareExportPolicyResponseShareExportPolicyGetLabelsRetType, ok bool) + func (o *GetShareExportPolicyResponseShareExportPolicy) GetName() (res GetShareExportPolicyResponseShareExportPolicyGetNameRetType) + func (o *GetShareExportPolicyResponseShareExportPolicy) GetNameOk() (ret GetShareExportPolicyResponseShareExportPolicyGetNameRetType, ok bool) + func (o *GetShareExportPolicyResponseShareExportPolicy) GetRules() (res GetShareExportPolicyResponseShareExportPolicyGetRulesRetType) + func (o *GetShareExportPolicyResponseShareExportPolicy) GetRulesOk() (ret GetShareExportPolicyResponseShareExportPolicyGetRulesRetType, ok bool) + func (o *GetShareExportPolicyResponseShareExportPolicy) GetSharesUsingExportPolicy() (...) + func (o *GetShareExportPolicyResponseShareExportPolicy) GetSharesUsingExportPolicyOk() (...) + func (o *GetShareExportPolicyResponseShareExportPolicy) HasCreatedAt() bool + func (o *GetShareExportPolicyResponseShareExportPolicy) HasId() bool + func (o *GetShareExportPolicyResponseShareExportPolicy) HasLabels() bool + func (o *GetShareExportPolicyResponseShareExportPolicy) HasName() bool + func (o *GetShareExportPolicyResponseShareExportPolicy) HasRules() bool + func (o *GetShareExportPolicyResponseShareExportPolicy) HasSharesUsingExportPolicy() bool + func (o *GetShareExportPolicyResponseShareExportPolicy) SetCreatedAt(v GetShareExportPolicyResponseShareExportPolicyGetCreatedAtRetType) + func (o *GetShareExportPolicyResponseShareExportPolicy) SetId(v GetShareExportPolicyResponseShareExportPolicyGetIdRetType) + func (o *GetShareExportPolicyResponseShareExportPolicy) SetLabels(v GetShareExportPolicyResponseShareExportPolicyGetLabelsRetType) + func (o *GetShareExportPolicyResponseShareExportPolicy) SetName(v GetShareExportPolicyResponseShareExportPolicyGetNameRetType) + func (o *GetShareExportPolicyResponseShareExportPolicy) SetRules(v GetShareExportPolicyResponseShareExportPolicyGetRulesRetType) + func (o *GetShareExportPolicyResponseShareExportPolicy) SetSharesUsingExportPolicy(...) + func (o GetShareExportPolicyResponseShareExportPolicy) ToMap() (map[string]interface{}, error) + type GetShareExportPolicyResponseShareExportPolicyGetCreatedAtArgType = time.Time + type GetShareExportPolicyResponseShareExportPolicyGetCreatedAtAttributeType = *time.Time + type GetShareExportPolicyResponseShareExportPolicyGetCreatedAtRetType = time.Time + type GetShareExportPolicyResponseShareExportPolicyGetIdArgType = string + type GetShareExportPolicyResponseShareExportPolicyGetIdAttributeType = *string + type GetShareExportPolicyResponseShareExportPolicyGetIdRetType = string + type GetShareExportPolicyResponseShareExportPolicyGetLabelsArgType = map[string]string + type GetShareExportPolicyResponseShareExportPolicyGetLabelsAttributeType = *map[string]string + type GetShareExportPolicyResponseShareExportPolicyGetLabelsRetType = map[string]string + type GetShareExportPolicyResponseShareExportPolicyGetNameArgType = string + type GetShareExportPolicyResponseShareExportPolicyGetNameAttributeType = *string + type GetShareExportPolicyResponseShareExportPolicyGetNameRetType = string + type GetShareExportPolicyResponseShareExportPolicyGetRulesArgType = []ShareExportPolicyRule + type GetShareExportPolicyResponseShareExportPolicyGetRulesAttributeType = *[]ShareExportPolicyRule + type GetShareExportPolicyResponseShareExportPolicyGetRulesRetType = []ShareExportPolicyRule + type GetShareExportPolicyResponseShareExportPolicyGetSharesUsingExportPolicyArgType = int64 + type GetShareExportPolicyResponseShareExportPolicyGetSharesUsingExportPolicyAttributeType = *int64 + type GetShareExportPolicyResponseShareExportPolicyGetSharesUsingExportPolicyRetType = int64 + type GetShareRequest struct + func (r GetShareRequest) Execute() (*GetShareResponse, error) + type GetShareResponse struct + Share GetShareResponseGetShareAttributeType + func NewGetShareResponse() *GetShareResponse + func NewGetShareResponseWithDefaults() *GetShareResponse + func (o *GetShareResponse) GetShare() (res GetShareResponseGetShareRetType) + func (o *GetShareResponse) GetShareOk() (ret GetShareResponseGetShareRetType, ok bool) + func (o *GetShareResponse) HasShare() bool + func (o *GetShareResponse) SetShare(v GetShareResponseGetShareRetType) + func (o GetShareResponse) ToMap() (map[string]interface{}, error) + type GetShareResponseGetShareArgType = GetShareResponseShare + type GetShareResponseGetShareAttributeType = *GetShareResponseShare + type GetShareResponseGetShareRetType = GetShareResponseShare + type GetShareResponseShare struct + CreatedAt GetShareResponseShareGetCreatedAtAttributeType + ExportPolicy GetShareResponseShareGetExportPolicyAttributeType + Id GetShareResponseShareGetIdAttributeType + Labels GetShareResponseShareGetLabelsAttributeType + MountPath GetShareResponseShareGetMountPathAttributeType + Name GetShareResponseShareGetNameAttributeType + SpaceHardLimitGigabytes GetShareResponseShareGetSpaceHardLimitGigabytesAttributeType + State GetShareResponseShareGetStateAttributeType + func NewGetShareResponseShare() *GetShareResponseShare + func NewGetShareResponseShareWithDefaults() *GetShareResponseShare + func (o *GetShareResponseShare) GetCreatedAt() (res GetShareResponseShareGetCreatedAtRetType) + func (o *GetShareResponseShare) GetCreatedAtOk() (ret GetShareResponseShareGetCreatedAtRetType, ok bool) + func (o *GetShareResponseShare) GetExportPolicy() (res GetShareResponseShareGetExportPolicyRetType) + func (o *GetShareResponseShare) GetExportPolicyOk() (ret GetShareResponseShareGetExportPolicyRetType, ok bool) + func (o *GetShareResponseShare) GetId() (res GetShareResponseShareGetIdRetType) + func (o *GetShareResponseShare) GetIdOk() (ret GetShareResponseShareGetIdRetType, ok bool) + func (o *GetShareResponseShare) GetLabels() (res GetShareResponseShareGetLabelsRetType) + func (o *GetShareResponseShare) GetLabelsOk() (ret GetShareResponseShareGetLabelsRetType, ok bool) + func (o *GetShareResponseShare) GetMountPath() (res GetShareResponseShareGetMountPathRetType) + func (o *GetShareResponseShare) GetMountPathOk() (ret GetShareResponseShareGetMountPathRetType, ok bool) + func (o *GetShareResponseShare) GetName() (res GetShareResponseShareGetNameRetType) + func (o *GetShareResponseShare) GetNameOk() (ret GetShareResponseShareGetNameRetType, ok bool) + func (o *GetShareResponseShare) GetSpaceHardLimitGigabytes() (res GetShareResponseShareGetSpaceHardLimitGigabytesRetType) + func (o *GetShareResponseShare) GetSpaceHardLimitGigabytesOk() (ret GetShareResponseShareGetSpaceHardLimitGigabytesRetType, ok bool) + func (o *GetShareResponseShare) GetState() (res GetShareResponseShareGetStateRetType) + func (o *GetShareResponseShare) GetStateOk() (ret GetShareResponseShareGetStateRetType, ok bool) + func (o *GetShareResponseShare) HasCreatedAt() bool + func (o *GetShareResponseShare) HasExportPolicy() bool + func (o *GetShareResponseShare) HasId() bool + func (o *GetShareResponseShare) HasLabels() bool + func (o *GetShareResponseShare) HasMountPath() bool + func (o *GetShareResponseShare) HasName() bool + func (o *GetShareResponseShare) HasSpaceHardLimitGigabytes() bool + func (o *GetShareResponseShare) HasState() bool + func (o *GetShareResponseShare) SetCreatedAt(v GetShareResponseShareGetCreatedAtRetType) + func (o *GetShareResponseShare) SetExportPolicy(v GetShareResponseShareGetExportPolicyRetType) + func (o *GetShareResponseShare) SetExportPolicyNil() + func (o *GetShareResponseShare) SetId(v GetShareResponseShareGetIdRetType) + func (o *GetShareResponseShare) SetLabels(v GetShareResponseShareGetLabelsRetType) + func (o *GetShareResponseShare) SetMountPath(v GetShareResponseShareGetMountPathRetType) + func (o *GetShareResponseShare) SetName(v GetShareResponseShareGetNameRetType) + func (o *GetShareResponseShare) SetSpaceHardLimitGigabytes(v GetShareResponseShareGetSpaceHardLimitGigabytesRetType) + func (o *GetShareResponseShare) SetState(v GetShareResponseShareGetStateRetType) + func (o *GetShareResponseShare) UnsetExportPolicy() + func (o GetShareResponseShare) ToMap() (map[string]interface{}, error) + type GetShareResponseShareGetCreatedAtArgType = time.Time + type GetShareResponseShareGetCreatedAtAttributeType = *time.Time + type GetShareResponseShareGetCreatedAtRetType = time.Time + type GetShareResponseShareGetExportPolicyArgType = *NullableShareExportPolicy + type GetShareResponseShareGetExportPolicyAttributeType = *NullableShareExportPolicy + type GetShareResponseShareGetExportPolicyRetType = *NullableShareExportPolicy + type GetShareResponseShareGetIdArgType = string + type GetShareResponseShareGetIdAttributeType = *string + type GetShareResponseShareGetIdRetType = string + type GetShareResponseShareGetLabelsArgType = map[string]string + type GetShareResponseShareGetLabelsAttributeType = *map[string]string + type GetShareResponseShareGetLabelsRetType = map[string]string + type GetShareResponseShareGetMountPathArgType = string + type GetShareResponseShareGetMountPathAttributeType = *string + type GetShareResponseShareGetMountPathRetType = string + type GetShareResponseShareGetNameArgType = string + type GetShareResponseShareGetNameAttributeType = *string + type GetShareResponseShareGetNameRetType = string + type GetShareResponseShareGetSpaceHardLimitGigabytesArgType = int64 + type GetShareResponseShareGetSpaceHardLimitGigabytesAttributeType = *int64 + type GetShareResponseShareGetSpaceHardLimitGigabytesRetType = int64 + type GetShareResponseShareGetStateArgType = string + type GetShareResponseShareGetStateAttributeType = *string + type GetShareResponseShareGetStateRetType = string + type GoogleProtobufAny struct + AdditionalProperties map[string]interface{} + Type GoogleProtobufAnyGetTypeAttributeType + func NewGoogleProtobufAny() *GoogleProtobufAny + func NewGoogleProtobufAnyWithDefaults() *GoogleProtobufAny + func (o *GoogleProtobufAny) GetType() (res GoogleProtobufAnyGetTypeRetType) + func (o *GoogleProtobufAny) GetTypeOk() (ret GoogleProtobufAnyGetTypeRetType, ok bool) + func (o *GoogleProtobufAny) HasType() bool + func (o *GoogleProtobufAny) SetType(v GoogleProtobufAnyGetTypeRetType) + func (o GoogleProtobufAny) ToMap() (map[string]interface{}, error) + type GoogleProtobufAnyGetTypeArgType = string + type GoogleProtobufAnyGetTypeAttributeType = *string + type GoogleProtobufAnyGetTypeRetType = string + type ListPerformanceClassesRequest struct + func (r ListPerformanceClassesRequest) Execute() (*ListPerformanceClassesResponse, error) + type ListPerformanceClassesResponse struct + PerformanceClasses ListPerformanceClassesResponseGetPerformanceClassesAttributeType + func NewListPerformanceClassesResponse() *ListPerformanceClassesResponse + func NewListPerformanceClassesResponseWithDefaults() *ListPerformanceClassesResponse + func (o *ListPerformanceClassesResponse) GetPerformanceClasses() (res ListPerformanceClassesResponseGetPerformanceClassesRetType) + func (o *ListPerformanceClassesResponse) GetPerformanceClassesOk() (ret ListPerformanceClassesResponseGetPerformanceClassesRetType, ok bool) + func (o *ListPerformanceClassesResponse) HasPerformanceClasses() bool + func (o *ListPerformanceClassesResponse) SetPerformanceClasses(v ListPerformanceClassesResponseGetPerformanceClassesRetType) + func (o ListPerformanceClassesResponse) ToMap() (map[string]interface{}, error) + type ListPerformanceClassesResponseGetPerformanceClassesArgType = []PerformanceClass + type ListPerformanceClassesResponseGetPerformanceClassesAttributeType = *[]PerformanceClass + type ListPerformanceClassesResponseGetPerformanceClassesRetType = []PerformanceClass + type ListResourcePoolSnapshotsRequest struct + func (r ListResourcePoolSnapshotsRequest) Execute() (*ListResourcePoolSnapshotsResponse, error) + type ListResourcePoolSnapshotsResponse struct + ResourcePoolSnapshots ListResourcePoolSnapshotsResponseGetResourcePoolSnapshotsAttributeType + func NewListResourcePoolSnapshotsResponse() *ListResourcePoolSnapshotsResponse + func NewListResourcePoolSnapshotsResponseWithDefaults() *ListResourcePoolSnapshotsResponse + func (o *ListResourcePoolSnapshotsResponse) GetResourcePoolSnapshots() (res ListResourcePoolSnapshotsResponseGetResourcePoolSnapshotsRetType) + func (o *ListResourcePoolSnapshotsResponse) GetResourcePoolSnapshotsOk() (ret ListResourcePoolSnapshotsResponseGetResourcePoolSnapshotsRetType, ok bool) + func (o *ListResourcePoolSnapshotsResponse) HasResourcePoolSnapshots() bool + func (o *ListResourcePoolSnapshotsResponse) SetResourcePoolSnapshots(v ListResourcePoolSnapshotsResponseGetResourcePoolSnapshotsRetType) + func (o ListResourcePoolSnapshotsResponse) ToMap() (map[string]interface{}, error) + type ListResourcePoolSnapshotsResponseGetResourcePoolSnapshotsArgType = []ResourcePoolSnapshot + type ListResourcePoolSnapshotsResponseGetResourcePoolSnapshotsAttributeType = *[]ResourcePoolSnapshot + type ListResourcePoolSnapshotsResponseGetResourcePoolSnapshotsRetType = []ResourcePoolSnapshot + type ListResourcePoolsRequest struct + func (r ListResourcePoolsRequest) Execute() (*ListResourcePoolsResponse, error) + type ListResourcePoolsResponse struct + ResourcePools ListResourcePoolsResponseGetResourcePoolsAttributeType + func NewListResourcePoolsResponse() *ListResourcePoolsResponse + func NewListResourcePoolsResponseWithDefaults() *ListResourcePoolsResponse + func (o *ListResourcePoolsResponse) GetResourcePools() (res ListResourcePoolsResponseGetResourcePoolsRetType) + func (o *ListResourcePoolsResponse) GetResourcePoolsOk() (ret ListResourcePoolsResponseGetResourcePoolsRetType, ok bool) + func (o *ListResourcePoolsResponse) HasResourcePools() bool + func (o *ListResourcePoolsResponse) SetResourcePools(v ListResourcePoolsResponseGetResourcePoolsRetType) + func (o ListResourcePoolsResponse) ToMap() (map[string]interface{}, error) + type ListResourcePoolsResponseGetResourcePoolsArgType = []ResourcePool + type ListResourcePoolsResponseGetResourcePoolsAttributeType = *[]ResourcePool + type ListResourcePoolsResponseGetResourcePoolsRetType = []ResourcePool + type ListShareExportPoliciesRequest struct + func (r ListShareExportPoliciesRequest) Execute() (*ListShareExportPoliciesResponse, error) + type ListShareExportPoliciesResponse struct + ShareExportPolicies ListShareExportPoliciesResponseGetShareExportPoliciesAttributeType + func NewListShareExportPoliciesResponse() *ListShareExportPoliciesResponse + func NewListShareExportPoliciesResponseWithDefaults() *ListShareExportPoliciesResponse + func (o *ListShareExportPoliciesResponse) GetShareExportPolicies() (res ListShareExportPoliciesResponseGetShareExportPoliciesRetType) + func (o *ListShareExportPoliciesResponse) GetShareExportPoliciesOk() (ret ListShareExportPoliciesResponseGetShareExportPoliciesRetType, ok bool) + func (o *ListShareExportPoliciesResponse) HasShareExportPolicies() bool + func (o *ListShareExportPoliciesResponse) SetShareExportPolicies(v ListShareExportPoliciesResponseGetShareExportPoliciesRetType) + func (o ListShareExportPoliciesResponse) ToMap() (map[string]interface{}, error) + type ListShareExportPoliciesResponseGetShareExportPoliciesArgType = []ShareExportPolicy + type ListShareExportPoliciesResponseGetShareExportPoliciesAttributeType = *[]ShareExportPolicy + type ListShareExportPoliciesResponseGetShareExportPoliciesRetType = []ShareExportPolicy + type ListSharesRequest struct + func (r ListSharesRequest) Execute() (*ListSharesResponse, error) + type ListSharesResponse struct + Shares ListSharesResponseGetSharesAttributeType + func NewListSharesResponse() *ListSharesResponse + func NewListSharesResponseWithDefaults() *ListSharesResponse + func (o *ListSharesResponse) GetShares() (res ListSharesResponseGetSharesRetType) + func (o *ListSharesResponse) GetSharesOk() (ret ListSharesResponseGetSharesRetType, ok bool) + func (o *ListSharesResponse) HasShares() bool + func (o *ListSharesResponse) SetShares(v ListSharesResponseGetSharesRetType) + func (o ListSharesResponse) ToMap() (map[string]interface{}, error) + type ListSharesResponseGetSharesArgType = []Share + type ListSharesResponseGetSharesAttributeType = *[]Share + type ListSharesResponseGetSharesRetType = []Share + type ListSnapshotSchedulesRequest struct + func (r ListSnapshotSchedulesRequest) Execute() (*ListSnapshotSchedulesResponse, error) + type ListSnapshotSchedulesResponse struct + SnapshotSchedules ListSnapshotSchedulesResponseGetSnapshotSchedulesAttributeType + func NewListSnapshotSchedulesResponse() *ListSnapshotSchedulesResponse + func NewListSnapshotSchedulesResponseWithDefaults() *ListSnapshotSchedulesResponse + func (o *ListSnapshotSchedulesResponse) GetSnapshotSchedules() (res ListSnapshotSchedulesResponseGetSnapshotSchedulesRetType) + func (o *ListSnapshotSchedulesResponse) GetSnapshotSchedulesOk() (ret ListSnapshotSchedulesResponseGetSnapshotSchedulesRetType, ok bool) + func (o *ListSnapshotSchedulesResponse) HasSnapshotSchedules() bool + func (o *ListSnapshotSchedulesResponse) SetSnapshotSchedules(v ListSnapshotSchedulesResponseGetSnapshotSchedulesRetType) + func (o ListSnapshotSchedulesResponse) ToMap() (map[string]interface{}, error) + type ListSnapshotSchedulesResponseGetSnapshotSchedulesArgType = []SnapshotSchedule + type ListSnapshotSchedulesResponseGetSnapshotSchedulesAttributeType = *[]SnapshotSchedule + type ListSnapshotSchedulesResponseGetSnapshotSchedulesRetType = []SnapshotSchedule + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableCreateResourcePoolPayload struct + func NewNullableCreateResourcePoolPayload(val *CreateResourcePoolPayload) *NullableCreateResourcePoolPayload + func (v *NullableCreateResourcePoolPayload) Set(val *CreateResourcePoolPayload) + func (v *NullableCreateResourcePoolPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateResourcePoolPayload) Unset() + func (v NullableCreateResourcePoolPayload) Get() *CreateResourcePoolPayload + func (v NullableCreateResourcePoolPayload) IsSet() bool + func (v NullableCreateResourcePoolPayload) MarshalJSON() ([]byte, error) + type NullableCreateResourcePoolResponse struct + func NewNullableCreateResourcePoolResponse(val *CreateResourcePoolResponse) *NullableCreateResourcePoolResponse + func (v *NullableCreateResourcePoolResponse) Set(val *CreateResourcePoolResponse) + func (v *NullableCreateResourcePoolResponse) UnmarshalJSON(src []byte) error + func (v *NullableCreateResourcePoolResponse) Unset() + func (v NullableCreateResourcePoolResponse) Get() *CreateResourcePoolResponse + func (v NullableCreateResourcePoolResponse) IsSet() bool + func (v NullableCreateResourcePoolResponse) MarshalJSON() ([]byte, error) + type NullableCreateResourcePoolResponseResourcePool struct + func NewNullableCreateResourcePoolResponseResourcePool(val *CreateResourcePoolResponseResourcePool) *NullableCreateResourcePoolResponseResourcePool + func (v *NullableCreateResourcePoolResponseResourcePool) Set(val *CreateResourcePoolResponseResourcePool) + func (v *NullableCreateResourcePoolResponseResourcePool) UnmarshalJSON(src []byte) error + func (v *NullableCreateResourcePoolResponseResourcePool) Unset() + func (v NullableCreateResourcePoolResponseResourcePool) Get() *CreateResourcePoolResponseResourcePool + func (v NullableCreateResourcePoolResponseResourcePool) IsSet() bool + func (v NullableCreateResourcePoolResponseResourcePool) MarshalJSON() ([]byte, error) + type NullableCreateResourcePoolSnapshotPayload struct + func NewNullableCreateResourcePoolSnapshotPayload(val *CreateResourcePoolSnapshotPayload) *NullableCreateResourcePoolSnapshotPayload + func (v *NullableCreateResourcePoolSnapshotPayload) Set(val *CreateResourcePoolSnapshotPayload) + func (v *NullableCreateResourcePoolSnapshotPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateResourcePoolSnapshotPayload) Unset() + func (v NullableCreateResourcePoolSnapshotPayload) Get() *CreateResourcePoolSnapshotPayload + func (v NullableCreateResourcePoolSnapshotPayload) IsSet() bool + func (v NullableCreateResourcePoolSnapshotPayload) MarshalJSON() ([]byte, error) + type NullableCreateResourcePoolSnapshotResponse struct + func NewNullableCreateResourcePoolSnapshotResponse(val *CreateResourcePoolSnapshotResponse) *NullableCreateResourcePoolSnapshotResponse + func (v *NullableCreateResourcePoolSnapshotResponse) Set(val *CreateResourcePoolSnapshotResponse) + func (v *NullableCreateResourcePoolSnapshotResponse) UnmarshalJSON(src []byte) error + func (v *NullableCreateResourcePoolSnapshotResponse) Unset() + func (v NullableCreateResourcePoolSnapshotResponse) Get() *CreateResourcePoolSnapshotResponse + func (v NullableCreateResourcePoolSnapshotResponse) IsSet() bool + func (v NullableCreateResourcePoolSnapshotResponse) MarshalJSON() ([]byte, error) + type NullableCreateResourcePoolSnapshotResponseResourcePoolSnapshot struct + func NewNullableCreateResourcePoolSnapshotResponseResourcePoolSnapshot(val *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) *NullableCreateResourcePoolSnapshotResponseResourcePoolSnapshot + func (v *NullableCreateResourcePoolSnapshotResponseResourcePoolSnapshot) Set(val *CreateResourcePoolSnapshotResponseResourcePoolSnapshot) + func (v *NullableCreateResourcePoolSnapshotResponseResourcePoolSnapshot) UnmarshalJSON(src []byte) error + func (v *NullableCreateResourcePoolSnapshotResponseResourcePoolSnapshot) Unset() + func (v NullableCreateResourcePoolSnapshotResponseResourcePoolSnapshot) Get() *CreateResourcePoolSnapshotResponseResourcePoolSnapshot + func (v NullableCreateResourcePoolSnapshotResponseResourcePoolSnapshot) IsSet() bool + func (v NullableCreateResourcePoolSnapshotResponseResourcePoolSnapshot) MarshalJSON() ([]byte, error) + type NullableCreateShareExportPolicyPayload struct + func NewNullableCreateShareExportPolicyPayload(val *CreateShareExportPolicyPayload) *NullableCreateShareExportPolicyPayload + func (v *NullableCreateShareExportPolicyPayload) Set(val *CreateShareExportPolicyPayload) + func (v *NullableCreateShareExportPolicyPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateShareExportPolicyPayload) Unset() + func (v NullableCreateShareExportPolicyPayload) Get() *CreateShareExportPolicyPayload + func (v NullableCreateShareExportPolicyPayload) IsSet() bool + func (v NullableCreateShareExportPolicyPayload) MarshalJSON() ([]byte, error) + type NullableCreateShareExportPolicyRequestRule struct + func NewNullableCreateShareExportPolicyRequestRule(val *CreateShareExportPolicyRequestRule) *NullableCreateShareExportPolicyRequestRule + func (v *NullableCreateShareExportPolicyRequestRule) Set(val *CreateShareExportPolicyRequestRule) + func (v *NullableCreateShareExportPolicyRequestRule) UnmarshalJSON(src []byte) error + func (v *NullableCreateShareExportPolicyRequestRule) Unset() + func (v NullableCreateShareExportPolicyRequestRule) Get() *CreateShareExportPolicyRequestRule + func (v NullableCreateShareExportPolicyRequestRule) IsSet() bool + func (v NullableCreateShareExportPolicyRequestRule) MarshalJSON() ([]byte, error) + type NullableCreateShareExportPolicyResponse struct + func NewNullableCreateShareExportPolicyResponse(val *CreateShareExportPolicyResponse) *NullableCreateShareExportPolicyResponse + func (v *NullableCreateShareExportPolicyResponse) Set(val *CreateShareExportPolicyResponse) + func (v *NullableCreateShareExportPolicyResponse) UnmarshalJSON(src []byte) error + func (v *NullableCreateShareExportPolicyResponse) Unset() + func (v NullableCreateShareExportPolicyResponse) Get() *CreateShareExportPolicyResponse + func (v NullableCreateShareExportPolicyResponse) IsSet() bool + func (v NullableCreateShareExportPolicyResponse) MarshalJSON() ([]byte, error) + type NullableCreateShareExportPolicyResponseShareExportPolicy struct + func NewNullableCreateShareExportPolicyResponseShareExportPolicy(val *CreateShareExportPolicyResponseShareExportPolicy) *NullableCreateShareExportPolicyResponseShareExportPolicy + func (v *NullableCreateShareExportPolicyResponseShareExportPolicy) Set(val *CreateShareExportPolicyResponseShareExportPolicy) + func (v *NullableCreateShareExportPolicyResponseShareExportPolicy) UnmarshalJSON(src []byte) error + func (v *NullableCreateShareExportPolicyResponseShareExportPolicy) Unset() + func (v NullableCreateShareExportPolicyResponseShareExportPolicy) Get() *CreateShareExportPolicyResponseShareExportPolicy + func (v NullableCreateShareExportPolicyResponseShareExportPolicy) IsSet() bool + func (v NullableCreateShareExportPolicyResponseShareExportPolicy) MarshalJSON() ([]byte, error) + type NullableCreateSharePayload struct + func NewNullableCreateSharePayload(val *CreateSharePayload) *NullableCreateSharePayload + func (v *NullableCreateSharePayload) Set(val *CreateSharePayload) + func (v *NullableCreateSharePayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateSharePayload) Unset() + func (v NullableCreateSharePayload) Get() *CreateSharePayload + func (v NullableCreateSharePayload) IsSet() bool + func (v NullableCreateSharePayload) MarshalJSON() ([]byte, error) + type NullableCreateShareResponse struct + func NewNullableCreateShareResponse(val *CreateShareResponse) *NullableCreateShareResponse + func (v *NullableCreateShareResponse) Set(val *CreateShareResponse) + func (v *NullableCreateShareResponse) UnmarshalJSON(src []byte) error + func (v *NullableCreateShareResponse) Unset() + func (v NullableCreateShareResponse) Get() *CreateShareResponse + func (v NullableCreateShareResponse) IsSet() bool + func (v NullableCreateShareResponse) MarshalJSON() ([]byte, error) + type NullableCreateShareResponseShare struct + func NewNullableCreateShareResponseShare(val *CreateShareResponseShare) *NullableCreateShareResponseShare + func (v *NullableCreateShareResponseShare) Set(val *CreateShareResponseShare) + func (v *NullableCreateShareResponseShare) UnmarshalJSON(src []byte) error + func (v *NullableCreateShareResponseShare) Unset() + func (v NullableCreateShareResponseShare) Get() *CreateShareResponseShare + func (v NullableCreateShareResponseShare) IsSet() bool + func (v NullableCreateShareResponseShare) MarshalJSON() ([]byte, error) + type NullableError struct + func NewNullableError(val *Error) *NullableError + func (v *NullableError) Set(val *Error) + func (v *NullableError) UnmarshalJSON(src []byte) error + func (v *NullableError) Unset() + func (v NullableError) Get() *Error + func (v NullableError) IsSet() bool + func (v NullableError) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableGetResourcePoolResponse struct + func NewNullableGetResourcePoolResponse(val *GetResourcePoolResponse) *NullableGetResourcePoolResponse + func (v *NullableGetResourcePoolResponse) Set(val *GetResourcePoolResponse) + func (v *NullableGetResourcePoolResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetResourcePoolResponse) Unset() + func (v NullableGetResourcePoolResponse) Get() *GetResourcePoolResponse + func (v NullableGetResourcePoolResponse) IsSet() bool + func (v NullableGetResourcePoolResponse) MarshalJSON() ([]byte, error) + type NullableGetResourcePoolResponseResourcePool struct + func NewNullableGetResourcePoolResponseResourcePool(val *GetResourcePoolResponseResourcePool) *NullableGetResourcePoolResponseResourcePool + func (v *NullableGetResourcePoolResponseResourcePool) Set(val *GetResourcePoolResponseResourcePool) + func (v *NullableGetResourcePoolResponseResourcePool) UnmarshalJSON(src []byte) error + func (v *NullableGetResourcePoolResponseResourcePool) Unset() + func (v NullableGetResourcePoolResponseResourcePool) Get() *GetResourcePoolResponseResourcePool + func (v NullableGetResourcePoolResponseResourcePool) IsSet() bool + func (v NullableGetResourcePoolResponseResourcePool) MarshalJSON() ([]byte, error) + type NullableGetResourcePoolSnapshotResponse struct + func NewNullableGetResourcePoolSnapshotResponse(val *GetResourcePoolSnapshotResponse) *NullableGetResourcePoolSnapshotResponse + func (v *NullableGetResourcePoolSnapshotResponse) Set(val *GetResourcePoolSnapshotResponse) + func (v *NullableGetResourcePoolSnapshotResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetResourcePoolSnapshotResponse) Unset() + func (v NullableGetResourcePoolSnapshotResponse) Get() *GetResourcePoolSnapshotResponse + func (v NullableGetResourcePoolSnapshotResponse) IsSet() bool + func (v NullableGetResourcePoolSnapshotResponse) MarshalJSON() ([]byte, error) + type NullableGetResourcePoolSnapshotResponseResourcePoolSnapshot struct + func NewNullableGetResourcePoolSnapshotResponseResourcePoolSnapshot(val *GetResourcePoolSnapshotResponseResourcePoolSnapshot) *NullableGetResourcePoolSnapshotResponseResourcePoolSnapshot + func (v *NullableGetResourcePoolSnapshotResponseResourcePoolSnapshot) Set(val *GetResourcePoolSnapshotResponseResourcePoolSnapshot) + func (v *NullableGetResourcePoolSnapshotResponseResourcePoolSnapshot) UnmarshalJSON(src []byte) error + func (v *NullableGetResourcePoolSnapshotResponseResourcePoolSnapshot) Unset() + func (v NullableGetResourcePoolSnapshotResponseResourcePoolSnapshot) Get() *GetResourcePoolSnapshotResponseResourcePoolSnapshot + func (v NullableGetResourcePoolSnapshotResponseResourcePoolSnapshot) IsSet() bool + func (v NullableGetResourcePoolSnapshotResponseResourcePoolSnapshot) MarshalJSON() ([]byte, error) + type NullableGetShareExportPolicyResponse struct + func NewNullableGetShareExportPolicyResponse(val *GetShareExportPolicyResponse) *NullableGetShareExportPolicyResponse + func (v *NullableGetShareExportPolicyResponse) Set(val *GetShareExportPolicyResponse) + func (v *NullableGetShareExportPolicyResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetShareExportPolicyResponse) Unset() + func (v NullableGetShareExportPolicyResponse) Get() *GetShareExportPolicyResponse + func (v NullableGetShareExportPolicyResponse) IsSet() bool + func (v NullableGetShareExportPolicyResponse) MarshalJSON() ([]byte, error) + type NullableGetShareExportPolicyResponseShareExportPolicy struct + func NewNullableGetShareExportPolicyResponseShareExportPolicy(val *GetShareExportPolicyResponseShareExportPolicy) *NullableGetShareExportPolicyResponseShareExportPolicy + func (v *NullableGetShareExportPolicyResponseShareExportPolicy) Set(val *GetShareExportPolicyResponseShareExportPolicy) + func (v *NullableGetShareExportPolicyResponseShareExportPolicy) UnmarshalJSON(src []byte) error + func (v *NullableGetShareExportPolicyResponseShareExportPolicy) Unset() + func (v NullableGetShareExportPolicyResponseShareExportPolicy) Get() *GetShareExportPolicyResponseShareExportPolicy + func (v NullableGetShareExportPolicyResponseShareExportPolicy) IsSet() bool + func (v NullableGetShareExportPolicyResponseShareExportPolicy) MarshalJSON() ([]byte, error) + type NullableGetShareResponse struct + func NewNullableGetShareResponse(val *GetShareResponse) *NullableGetShareResponse + func (v *NullableGetShareResponse) Set(val *GetShareResponse) + func (v *NullableGetShareResponse) UnmarshalJSON(src []byte) error + func (v *NullableGetShareResponse) Unset() + func (v NullableGetShareResponse) Get() *GetShareResponse + func (v NullableGetShareResponse) IsSet() bool + func (v NullableGetShareResponse) MarshalJSON() ([]byte, error) + type NullableGetShareResponseShare struct + func NewNullableGetShareResponseShare(val *GetShareResponseShare) *NullableGetShareResponseShare + func (v *NullableGetShareResponseShare) Set(val *GetShareResponseShare) + func (v *NullableGetShareResponseShare) UnmarshalJSON(src []byte) error + func (v *NullableGetShareResponseShare) Unset() + func (v NullableGetShareResponseShare) Get() *GetShareResponseShare + func (v NullableGetShareResponseShare) IsSet() bool + func (v NullableGetShareResponseShare) MarshalJSON() ([]byte, error) + type NullableGoogleProtobufAny struct + func NewNullableGoogleProtobufAny(val *GoogleProtobufAny) *NullableGoogleProtobufAny + func (v *NullableGoogleProtobufAny) Set(val *GoogleProtobufAny) + func (v *NullableGoogleProtobufAny) UnmarshalJSON(src []byte) error + func (v *NullableGoogleProtobufAny) Unset() + func (v NullableGoogleProtobufAny) Get() *GoogleProtobufAny + func (v NullableGoogleProtobufAny) IsSet() bool + func (v NullableGoogleProtobufAny) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableListPerformanceClassesResponse struct + func NewNullableListPerformanceClassesResponse(val *ListPerformanceClassesResponse) *NullableListPerformanceClassesResponse + func (v *NullableListPerformanceClassesResponse) Set(val *ListPerformanceClassesResponse) + func (v *NullableListPerformanceClassesResponse) UnmarshalJSON(src []byte) error + func (v *NullableListPerformanceClassesResponse) Unset() + func (v NullableListPerformanceClassesResponse) Get() *ListPerformanceClassesResponse + func (v NullableListPerformanceClassesResponse) IsSet() bool + func (v NullableListPerformanceClassesResponse) MarshalJSON() ([]byte, error) + type NullableListResourcePoolSnapshotsResponse struct + func NewNullableListResourcePoolSnapshotsResponse(val *ListResourcePoolSnapshotsResponse) *NullableListResourcePoolSnapshotsResponse + func (v *NullableListResourcePoolSnapshotsResponse) Set(val *ListResourcePoolSnapshotsResponse) + func (v *NullableListResourcePoolSnapshotsResponse) UnmarshalJSON(src []byte) error + func (v *NullableListResourcePoolSnapshotsResponse) Unset() + func (v NullableListResourcePoolSnapshotsResponse) Get() *ListResourcePoolSnapshotsResponse + func (v NullableListResourcePoolSnapshotsResponse) IsSet() bool + func (v NullableListResourcePoolSnapshotsResponse) MarshalJSON() ([]byte, error) + type NullableListResourcePoolsResponse struct + func NewNullableListResourcePoolsResponse(val *ListResourcePoolsResponse) *NullableListResourcePoolsResponse + func (v *NullableListResourcePoolsResponse) Set(val *ListResourcePoolsResponse) + func (v *NullableListResourcePoolsResponse) UnmarshalJSON(src []byte) error + func (v *NullableListResourcePoolsResponse) Unset() + func (v NullableListResourcePoolsResponse) Get() *ListResourcePoolsResponse + func (v NullableListResourcePoolsResponse) IsSet() bool + func (v NullableListResourcePoolsResponse) MarshalJSON() ([]byte, error) + type NullableListShareExportPoliciesResponse struct + func NewNullableListShareExportPoliciesResponse(val *ListShareExportPoliciesResponse) *NullableListShareExportPoliciesResponse + func (v *NullableListShareExportPoliciesResponse) Set(val *ListShareExportPoliciesResponse) + func (v *NullableListShareExportPoliciesResponse) UnmarshalJSON(src []byte) error + func (v *NullableListShareExportPoliciesResponse) Unset() + func (v NullableListShareExportPoliciesResponse) Get() *ListShareExportPoliciesResponse + func (v NullableListShareExportPoliciesResponse) IsSet() bool + func (v NullableListShareExportPoliciesResponse) MarshalJSON() ([]byte, error) + type NullableListSharesResponse struct + func NewNullableListSharesResponse(val *ListSharesResponse) *NullableListSharesResponse + func (v *NullableListSharesResponse) Set(val *ListSharesResponse) + func (v *NullableListSharesResponse) UnmarshalJSON(src []byte) error + func (v *NullableListSharesResponse) Unset() + func (v NullableListSharesResponse) Get() *ListSharesResponse + func (v NullableListSharesResponse) IsSet() bool + func (v NullableListSharesResponse) MarshalJSON() ([]byte, error) + type NullableListSnapshotSchedulesResponse struct + func NewNullableListSnapshotSchedulesResponse(val *ListSnapshotSchedulesResponse) *NullableListSnapshotSchedulesResponse + func (v *NullableListSnapshotSchedulesResponse) Set(val *ListSnapshotSchedulesResponse) + func (v *NullableListSnapshotSchedulesResponse) UnmarshalJSON(src []byte) error + func (v *NullableListSnapshotSchedulesResponse) Unset() + func (v NullableListSnapshotSchedulesResponse) Get() *ListSnapshotSchedulesResponse + func (v NullableListSnapshotSchedulesResponse) IsSet() bool + func (v NullableListSnapshotSchedulesResponse) MarshalJSON() ([]byte, error) + type NullablePerformanceClass struct + func NewNullablePerformanceClass(val *PerformanceClass) *NullablePerformanceClass + func (v *NullablePerformanceClass) Set(val *PerformanceClass) + func (v *NullablePerformanceClass) UnmarshalJSON(src []byte) error + func (v *NullablePerformanceClass) Unset() + func (v NullablePerformanceClass) Get() *PerformanceClass + func (v NullablePerformanceClass) IsSet() bool + func (v NullablePerformanceClass) MarshalJSON() ([]byte, error) + type NullableResourcePool struct + func NewNullableResourcePool(val *ResourcePool) *NullableResourcePool + func (v *NullableResourcePool) Set(val *ResourcePool) + func (v *NullableResourcePool) UnmarshalJSON(src []byte) error + func (v *NullableResourcePool) Unset() + func (v NullableResourcePool) Get() *ResourcePool + func (v NullableResourcePool) IsSet() bool + func (v NullableResourcePool) MarshalJSON() ([]byte, error) + type NullableResourcePoolPerformanceClass struct + func NewNullableResourcePoolPerformanceClass(val *ResourcePoolPerformanceClass) *NullableResourcePoolPerformanceClass + func (v *NullableResourcePoolPerformanceClass) Set(val *ResourcePoolPerformanceClass) + func (v *NullableResourcePoolPerformanceClass) UnmarshalJSON(src []byte) error + func (v *NullableResourcePoolPerformanceClass) Unset() + func (v NullableResourcePoolPerformanceClass) Get() *ResourcePoolPerformanceClass + func (v NullableResourcePoolPerformanceClass) IsSet() bool + func (v NullableResourcePoolPerformanceClass) MarshalJSON() ([]byte, error) + type NullableResourcePoolSnapshot struct + func NewNullableResourcePoolSnapshot(val *ResourcePoolSnapshot) *NullableResourcePoolSnapshot + func (v *NullableResourcePoolSnapshot) Set(val *ResourcePoolSnapshot) + func (v *NullableResourcePoolSnapshot) UnmarshalJSON(src []byte) error + func (v *NullableResourcePoolSnapshot) Unset() + func (v NullableResourcePoolSnapshot) Get() *ResourcePoolSnapshot + func (v NullableResourcePoolSnapshot) IsSet() bool + func (v NullableResourcePoolSnapshot) MarshalJSON() ([]byte, error) + type NullableResourcePoolSpace struct + func NewNullableResourcePoolSpace(val *ResourcePoolSpace) *NullableResourcePoolSpace + func (v *NullableResourcePoolSpace) Set(val *ResourcePoolSpace) + func (v *NullableResourcePoolSpace) UnmarshalJSON(src []byte) error + func (v *NullableResourcePoolSpace) Unset() + func (v NullableResourcePoolSpace) Get() *ResourcePoolSpace + func (v NullableResourcePoolSpace) IsSet() bool + func (v NullableResourcePoolSpace) MarshalJSON() ([]byte, error) + type NullableShare struct + func NewNullableShare(val *Share) *NullableShare + func (v *NullableShare) Set(val *Share) + func (v *NullableShare) UnmarshalJSON(src []byte) error + func (v *NullableShare) Unset() + func (v NullableShare) Get() *Share + func (v NullableShare) IsSet() bool + func (v NullableShare) MarshalJSON() ([]byte, error) + type NullableShareExportPolicy struct + func NewNullableShareExportPolicy(val *ShareExportPolicy) *NullableShareExportPolicy + func (v *NullableShareExportPolicy) Set(val *ShareExportPolicy) + func (v *NullableShareExportPolicy) UnmarshalJSON(src []byte) error + func (v *NullableShareExportPolicy) Unset() + func (v NullableShareExportPolicy) Get() *ShareExportPolicy + func (v NullableShareExportPolicy) IsSet() bool + func (v NullableShareExportPolicy) MarshalJSON() ([]byte, error) + type NullableShareExportPolicyRule struct + func NewNullableShareExportPolicyRule(val *ShareExportPolicyRule) *NullableShareExportPolicyRule + func (v *NullableShareExportPolicyRule) Set(val *ShareExportPolicyRule) + func (v *NullableShareExportPolicyRule) UnmarshalJSON(src []byte) error + func (v *NullableShareExportPolicyRule) Unset() + func (v NullableShareExportPolicyRule) Get() *ShareExportPolicyRule + func (v NullableShareExportPolicyRule) IsSet() bool + func (v NullableShareExportPolicyRule) MarshalJSON() ([]byte, error) + type NullableSnapshotSchedule struct + func NewNullableSnapshotSchedule(val *SnapshotSchedule) *NullableSnapshotSchedule + func (v *NullableSnapshotSchedule) Set(val *SnapshotSchedule) + func (v *NullableSnapshotSchedule) UnmarshalJSON(src []byte) error + func (v *NullableSnapshotSchedule) Unset() + func (v NullableSnapshotSchedule) Get() *SnapshotSchedule + func (v NullableSnapshotSchedule) IsSet() bool + func (v NullableSnapshotSchedule) MarshalJSON() ([]byte, error) + type NullableStatus struct + func NewNullableStatus(val *Status) *NullableStatus + func (v *NullableStatus) Set(val *Status) + func (v *NullableStatus) UnmarshalJSON(src []byte) error + func (v *NullableStatus) Unset() + func (v NullableStatus) Get() *Status + func (v NullableStatus) IsSet() bool + func (v NullableStatus) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableUpdateResourcePoolPayload struct + func NewNullableUpdateResourcePoolPayload(val *UpdateResourcePoolPayload) *NullableUpdateResourcePoolPayload + func (v *NullableUpdateResourcePoolPayload) Set(val *UpdateResourcePoolPayload) + func (v *NullableUpdateResourcePoolPayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateResourcePoolPayload) Unset() + func (v NullableUpdateResourcePoolPayload) Get() *UpdateResourcePoolPayload + func (v NullableUpdateResourcePoolPayload) IsSet() bool + func (v NullableUpdateResourcePoolPayload) MarshalJSON() ([]byte, error) + type NullableUpdateResourcePoolResponse struct + func NewNullableUpdateResourcePoolResponse(val *UpdateResourcePoolResponse) *NullableUpdateResourcePoolResponse + func (v *NullableUpdateResourcePoolResponse) Set(val *UpdateResourcePoolResponse) + func (v *NullableUpdateResourcePoolResponse) UnmarshalJSON(src []byte) error + func (v *NullableUpdateResourcePoolResponse) Unset() + func (v NullableUpdateResourcePoolResponse) Get() *UpdateResourcePoolResponse + func (v NullableUpdateResourcePoolResponse) IsSet() bool + func (v NullableUpdateResourcePoolResponse) MarshalJSON() ([]byte, error) + type NullableUpdateResourcePoolResponseResourcePool struct + func NewNullableUpdateResourcePoolResponseResourcePool(val *UpdateResourcePoolResponseResourcePool) *NullableUpdateResourcePoolResponseResourcePool + func (v *NullableUpdateResourcePoolResponseResourcePool) Set(val *UpdateResourcePoolResponseResourcePool) + func (v *NullableUpdateResourcePoolResponseResourcePool) UnmarshalJSON(src []byte) error + func (v *NullableUpdateResourcePoolResponseResourcePool) Unset() + func (v NullableUpdateResourcePoolResponseResourcePool) Get() *UpdateResourcePoolResponseResourcePool + func (v NullableUpdateResourcePoolResponseResourcePool) IsSet() bool + func (v NullableUpdateResourcePoolResponseResourcePool) MarshalJSON() ([]byte, error) + type NullableUpdateShareExportPolicyBodyRule struct + func NewNullableUpdateShareExportPolicyBodyRule(val *UpdateShareExportPolicyBodyRule) *NullableUpdateShareExportPolicyBodyRule + func (v *NullableUpdateShareExportPolicyBodyRule) Set(val *UpdateShareExportPolicyBodyRule) + func (v *NullableUpdateShareExportPolicyBodyRule) UnmarshalJSON(src []byte) error + func (v *NullableUpdateShareExportPolicyBodyRule) Unset() + func (v NullableUpdateShareExportPolicyBodyRule) Get() *UpdateShareExportPolicyBodyRule + func (v NullableUpdateShareExportPolicyBodyRule) IsSet() bool + func (v NullableUpdateShareExportPolicyBodyRule) MarshalJSON() ([]byte, error) + type NullableUpdateShareExportPolicyPayload struct + func NewNullableUpdateShareExportPolicyPayload(val *UpdateShareExportPolicyPayload) *NullableUpdateShareExportPolicyPayload + func (v *NullableUpdateShareExportPolicyPayload) Set(val *UpdateShareExportPolicyPayload) + func (v *NullableUpdateShareExportPolicyPayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateShareExportPolicyPayload) Unset() + func (v NullableUpdateShareExportPolicyPayload) Get() *UpdateShareExportPolicyPayload + func (v NullableUpdateShareExportPolicyPayload) IsSet() bool + func (v NullableUpdateShareExportPolicyPayload) MarshalJSON() ([]byte, error) + type NullableUpdateShareExportPolicyResponse struct + func NewNullableUpdateShareExportPolicyResponse(val *UpdateShareExportPolicyResponse) *NullableUpdateShareExportPolicyResponse + func (v *NullableUpdateShareExportPolicyResponse) Set(val *UpdateShareExportPolicyResponse) + func (v *NullableUpdateShareExportPolicyResponse) UnmarshalJSON(src []byte) error + func (v *NullableUpdateShareExportPolicyResponse) Unset() + func (v NullableUpdateShareExportPolicyResponse) Get() *UpdateShareExportPolicyResponse + func (v NullableUpdateShareExportPolicyResponse) IsSet() bool + func (v NullableUpdateShareExportPolicyResponse) MarshalJSON() ([]byte, error) + type NullableUpdateSharePayload struct + func NewNullableUpdateSharePayload(val *UpdateSharePayload) *NullableUpdateSharePayload + func (v *NullableUpdateSharePayload) Set(val *UpdateSharePayload) + func (v *NullableUpdateSharePayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateSharePayload) Unset() + func (v NullableUpdateSharePayload) Get() *UpdateSharePayload + func (v NullableUpdateSharePayload) IsSet() bool + func (v NullableUpdateSharePayload) MarshalJSON() ([]byte, error) + type NullableUpdateShareResponse struct + func NewNullableUpdateShareResponse(val *UpdateShareResponse) *NullableUpdateShareResponse + func (v *NullableUpdateShareResponse) Set(val *UpdateShareResponse) + func (v *NullableUpdateShareResponse) UnmarshalJSON(src []byte) error + func (v *NullableUpdateShareResponse) Unset() + func (v NullableUpdateShareResponse) Get() *UpdateShareResponse + func (v NullableUpdateShareResponse) IsSet() bool + func (v NullableUpdateShareResponse) MarshalJSON() ([]byte, error) + type NullableUpdateShareResponseShare struct + func NewNullableUpdateShareResponseShare(val *UpdateShareResponseShare) *NullableUpdateShareResponseShare + func (v *NullableUpdateShareResponseShare) Set(val *UpdateShareResponseShare) + func (v *NullableUpdateShareResponseShare) UnmarshalJSON(src []byte) error + func (v *NullableUpdateShareResponseShare) Unset() + func (v NullableUpdateShareResponseShare) Get() *UpdateShareResponseShare + func (v NullableUpdateShareResponseShare) IsSet() bool + func (v NullableUpdateShareResponseShare) MarshalJSON() ([]byte, error) + type NullableValidationError struct + func NewNullableValidationError(val *ValidationError) *NullableValidationError + func (v *NullableValidationError) Set(val *ValidationError) + func (v *NullableValidationError) UnmarshalJSON(src []byte) error + func (v *NullableValidationError) Unset() + func (v NullableValidationError) Get() *ValidationError + func (v NullableValidationError) IsSet() bool + func (v NullableValidationError) MarshalJSON() ([]byte, error) + type NullableValidationErrorAllOf struct + func NewNullableValidationErrorAllOf(val *ValidationErrorAllOf) *NullableValidationErrorAllOf + func (v *NullableValidationErrorAllOf) Set(val *ValidationErrorAllOf) + func (v *NullableValidationErrorAllOf) UnmarshalJSON(src []byte) error + func (v *NullableValidationErrorAllOf) Unset() + func (v NullableValidationErrorAllOf) Get() *ValidationErrorAllOf + func (v NullableValidationErrorAllOf) IsSet() bool + func (v NullableValidationErrorAllOf) MarshalJSON() ([]byte, error) + type NullableValidationErrorField struct + func NewNullableValidationErrorField(val *ValidationErrorField) *NullableValidationErrorField + func (v *NullableValidationErrorField) Set(val *ValidationErrorField) + func (v *NullableValidationErrorField) UnmarshalJSON(src []byte) error + func (v *NullableValidationErrorField) Unset() + func (v NullableValidationErrorField) Get() *ValidationErrorField + func (v NullableValidationErrorField) IsSet() bool + func (v NullableValidationErrorField) MarshalJSON() ([]byte, error) + type NullableValue struct + func (v *NullableValue[T]) Set(val *T) + func (v *NullableValue[T]) Unset() + func (v NullableValue[T]) Get() *T + func (v NullableValue[T]) IsSet() bool + type PerformanceClass struct + Iops PerformanceClassGetIopsAttributeType + Name PerformanceClassGetNameAttributeType + Throughput PerformanceClassGetThroughputAttributeType + func NewPerformanceClass() *PerformanceClass + func NewPerformanceClassWithDefaults() *PerformanceClass + func (o *PerformanceClass) GetIops() (res PerformanceClassGetIopsRetType) + func (o *PerformanceClass) GetIopsOk() (ret PerformanceClassGetIopsRetType, ok bool) + func (o *PerformanceClass) GetName() (res PerformanceClassGetNameRetType) + func (o *PerformanceClass) GetNameOk() (ret PerformanceClassGetNameRetType, ok bool) + func (o *PerformanceClass) GetThroughput() (res PerformanceClassGetThroughputRetType) + func (o *PerformanceClass) GetThroughputOk() (ret PerformanceClassGetThroughputRetType, ok bool) + func (o *PerformanceClass) HasIops() bool + func (o *PerformanceClass) HasName() bool + func (o *PerformanceClass) HasThroughput() bool + func (o *PerformanceClass) SetIops(v PerformanceClassGetIopsRetType) + func (o *PerformanceClass) SetName(v PerformanceClassGetNameRetType) + func (o *PerformanceClass) SetThroughput(v PerformanceClassGetThroughputRetType) + func (o PerformanceClass) ToMap() (map[string]interface{}, error) + type PerformanceClassGetIopsArgType = int64 + type PerformanceClassGetIopsAttributeType = *int64 + type PerformanceClassGetIopsRetType = int64 + type PerformanceClassGetNameArgType = string + type PerformanceClassGetNameAttributeType = *string + type PerformanceClassGetNameRetType = string + type PerformanceClassGetThroughputArgType = int64 + type PerformanceClassGetThroughputAttributeType = *int64 + type PerformanceClassGetThroughputRetType = int64 + type ResourcePool struct + AvailabilityZone ResourcePoolGetAvailabilityZoneAttributeType + CountShares ResourcePoolGetCountSharesAttributeType + CreatedAt ResourcePoolGetCreatedAtAttributeType + Id ResourcePoolGetIdAttributeType + IpAcl ResourcePoolGetIpAclAttributeType + Labels ResourcePoolGetLabelsAttributeType + MountPath ResourcePoolGetMountPathAttributeType + Name ResourcePoolGetNameAttributeType + PerformanceClass ResourcePoolGetPerformanceClassAttributeType + PerformanceClassDowngradableAt ResourcePoolGetPerformanceClassDowngradableAtAttributeType + SizeReducibleAt ResourcePoolGetSizeReducibleAtAttributeType + SnapshotSchedule ResourcePoolGetSnapshotScheduleAttributeType + SnapshotsAreVisible ResourcePoolgetSnapshotsAreVisibleAttributeType + Space ResourcePoolGetSpaceAttributeType + State ResourcePoolGetStateAttributeType + func NewResourcePool() *ResourcePool + func NewResourcePoolWithDefaults() *ResourcePool + func (o *ResourcePool) GetAvailabilityZone() (res ResourcePoolGetAvailabilityZoneRetType) + func (o *ResourcePool) GetAvailabilityZoneOk() (ret ResourcePoolGetAvailabilityZoneRetType, ok bool) + func (o *ResourcePool) GetCountShares() (res ResourcePoolGetCountSharesRetType) + func (o *ResourcePool) GetCountSharesOk() (ret ResourcePoolGetCountSharesRetType, ok bool) + func (o *ResourcePool) GetCreatedAt() (res ResourcePoolGetCreatedAtRetType) + func (o *ResourcePool) GetCreatedAtOk() (ret ResourcePoolGetCreatedAtRetType, ok bool) + func (o *ResourcePool) GetId() (res ResourcePoolGetIdRetType) + func (o *ResourcePool) GetIdOk() (ret ResourcePoolGetIdRetType, ok bool) + func (o *ResourcePool) GetIpAcl() (res ResourcePoolGetIpAclRetType) + func (o *ResourcePool) GetIpAclOk() (ret ResourcePoolGetIpAclRetType, ok bool) + func (o *ResourcePool) GetLabels() (res ResourcePoolGetLabelsRetType) + func (o *ResourcePool) GetLabelsOk() (ret ResourcePoolGetLabelsRetType, ok bool) + func (o *ResourcePool) GetMountPath() (res ResourcePoolGetMountPathRetType) + func (o *ResourcePool) GetMountPathOk() (ret ResourcePoolGetMountPathRetType, ok bool) + func (o *ResourcePool) GetName() (res ResourcePoolGetNameRetType) + func (o *ResourcePool) GetNameOk() (ret ResourcePoolGetNameRetType, ok bool) + func (o *ResourcePool) GetPerformanceClass() (res ResourcePoolGetPerformanceClassRetType) + func (o *ResourcePool) GetPerformanceClassDowngradableAt() (res ResourcePoolGetPerformanceClassDowngradableAtRetType) + func (o *ResourcePool) GetPerformanceClassDowngradableAtOk() (ret ResourcePoolGetPerformanceClassDowngradableAtRetType, ok bool) + func (o *ResourcePool) GetPerformanceClassOk() (ret ResourcePoolGetPerformanceClassRetType, ok bool) + func (o *ResourcePool) GetSizeReducibleAt() (res ResourcePoolGetSizeReducibleAtRetType) + func (o *ResourcePool) GetSizeReducibleAtOk() (ret ResourcePoolGetSizeReducibleAtRetType, ok bool) + func (o *ResourcePool) GetSnapshotSchedule() (res ResourcePoolGetSnapshotScheduleRetType) + func (o *ResourcePool) GetSnapshotScheduleOk() (ret ResourcePoolGetSnapshotScheduleRetType, ok bool) + func (o *ResourcePool) GetSnapshotsAreVisible() (res ResourcePoolgetSnapshotsAreVisibleRetType) + func (o *ResourcePool) GetSnapshotsAreVisibleOk() (ret ResourcePoolgetSnapshotsAreVisibleRetType, ok bool) + func (o *ResourcePool) GetSpace() (res ResourcePoolGetSpaceRetType) + func (o *ResourcePool) GetSpaceOk() (ret ResourcePoolGetSpaceRetType, ok bool) + func (o *ResourcePool) GetState() (res ResourcePoolGetStateRetType) + func (o *ResourcePool) GetStateOk() (ret ResourcePoolGetStateRetType, ok bool) + func (o *ResourcePool) HasAvailabilityZone() bool + func (o *ResourcePool) HasCountShares() bool + func (o *ResourcePool) HasCreatedAt() bool + func (o *ResourcePool) HasId() bool + func (o *ResourcePool) HasIpAcl() bool + func (o *ResourcePool) HasLabels() bool + func (o *ResourcePool) HasMountPath() bool + func (o *ResourcePool) HasName() bool + func (o *ResourcePool) HasPerformanceClass() bool + func (o *ResourcePool) HasPerformanceClassDowngradableAt() bool + func (o *ResourcePool) HasSizeReducibleAt() bool + func (o *ResourcePool) HasSnapshotSchedule() bool + func (o *ResourcePool) HasSnapshotsAreVisible() bool + func (o *ResourcePool) HasSpace() bool + func (o *ResourcePool) HasState() bool + func (o *ResourcePool) SetAvailabilityZone(v ResourcePoolGetAvailabilityZoneRetType) + func (o *ResourcePool) SetCountShares(v ResourcePoolGetCountSharesRetType) + func (o *ResourcePool) SetCreatedAt(v ResourcePoolGetCreatedAtRetType) + func (o *ResourcePool) SetId(v ResourcePoolGetIdRetType) + func (o *ResourcePool) SetIpAcl(v ResourcePoolGetIpAclRetType) + func (o *ResourcePool) SetLabels(v ResourcePoolGetLabelsRetType) + func (o *ResourcePool) SetMountPath(v ResourcePoolGetMountPathRetType) + func (o *ResourcePool) SetName(v ResourcePoolGetNameRetType) + func (o *ResourcePool) SetPerformanceClass(v ResourcePoolGetPerformanceClassRetType) + func (o *ResourcePool) SetPerformanceClassDowngradableAt(v ResourcePoolGetPerformanceClassDowngradableAtRetType) + func (o *ResourcePool) SetSizeReducibleAt(v ResourcePoolGetSizeReducibleAtRetType) + func (o *ResourcePool) SetSnapshotSchedule(v ResourcePoolGetSnapshotScheduleRetType) + func (o *ResourcePool) SetSnapshotsAreVisible(v ResourcePoolgetSnapshotsAreVisibleRetType) + func (o *ResourcePool) SetSpace(v ResourcePoolGetSpaceRetType) + func (o *ResourcePool) SetState(v ResourcePoolGetStateRetType) + func (o ResourcePool) ToMap() (map[string]interface{}, error) + type ResourcePoolGetAvailabilityZoneArgType = string + type ResourcePoolGetAvailabilityZoneAttributeType = *string + type ResourcePoolGetAvailabilityZoneRetType = string + type ResourcePoolGetCountSharesArgType = int64 + type ResourcePoolGetCountSharesAttributeType = *int64 + type ResourcePoolGetCountSharesRetType = int64 + type ResourcePoolGetCreatedAtArgType = time.Time + type ResourcePoolGetCreatedAtAttributeType = *time.Time + type ResourcePoolGetCreatedAtRetType = time.Time + type ResourcePoolGetIdArgType = string + type ResourcePoolGetIdAttributeType = *string + type ResourcePoolGetIdRetType = string + type ResourcePoolGetIpAclArgType = []string + type ResourcePoolGetIpAclAttributeType = *[]string + type ResourcePoolGetIpAclRetType = []string + type ResourcePoolGetLabelsArgType = map[string]string + type ResourcePoolGetLabelsAttributeType = *map[string]string + type ResourcePoolGetLabelsRetType = map[string]string + type ResourcePoolGetMountPathArgType = string + type ResourcePoolGetMountPathAttributeType = *string + type ResourcePoolGetMountPathRetType = string + type ResourcePoolGetNameArgType = string + type ResourcePoolGetNameAttributeType = *string + type ResourcePoolGetNameRetType = string + type ResourcePoolGetPerformanceClassArgType = ResourcePoolPerformanceClass + type ResourcePoolGetPerformanceClassAttributeType = *ResourcePoolPerformanceClass + type ResourcePoolGetPerformanceClassDowngradableAtArgType = time.Time + type ResourcePoolGetPerformanceClassDowngradableAtAttributeType = *time.Time + type ResourcePoolGetPerformanceClassDowngradableAtRetType = time.Time + type ResourcePoolGetPerformanceClassRetType = ResourcePoolPerformanceClass + type ResourcePoolGetSizeReducibleAtArgType = time.Time + type ResourcePoolGetSizeReducibleAtAttributeType = *time.Time + type ResourcePoolGetSizeReducibleAtRetType = time.Time + type ResourcePoolGetSnapshotScheduleArgType = SnapshotSchedule + type ResourcePoolGetSnapshotScheduleAttributeType = *SnapshotSchedule + type ResourcePoolGetSnapshotScheduleRetType = SnapshotSchedule + type ResourcePoolGetSpaceArgType = ResourcePoolSpace + type ResourcePoolGetSpaceAttributeType = *ResourcePoolSpace + type ResourcePoolGetSpaceRetType = ResourcePoolSpace + type ResourcePoolGetStateArgType = string + type ResourcePoolGetStateAttributeType = *string + type ResourcePoolGetStateRetType = string + type ResourcePoolPerformanceClass struct + Name ResourcePoolPerformanceClassGetNameAttributeType + PeakIops ResourcePoolPerformanceClassGetPeakIopsAttributeType + Throughput ResourcePoolPerformanceClassGetThroughputAttributeType + func NewResourcePoolPerformanceClass() *ResourcePoolPerformanceClass + func NewResourcePoolPerformanceClassWithDefaults() *ResourcePoolPerformanceClass + func (o *ResourcePoolPerformanceClass) GetName() (res ResourcePoolPerformanceClassGetNameRetType) + func (o *ResourcePoolPerformanceClass) GetNameOk() (ret ResourcePoolPerformanceClassGetNameRetType, ok bool) + func (o *ResourcePoolPerformanceClass) GetPeakIops() (res ResourcePoolPerformanceClassGetPeakIopsRetType) + func (o *ResourcePoolPerformanceClass) GetPeakIopsOk() (ret ResourcePoolPerformanceClassGetPeakIopsRetType, ok bool) + func (o *ResourcePoolPerformanceClass) GetThroughput() (res ResourcePoolPerformanceClassGetThroughputRetType) + func (o *ResourcePoolPerformanceClass) GetThroughputOk() (ret ResourcePoolPerformanceClassGetThroughputRetType, ok bool) + func (o *ResourcePoolPerformanceClass) HasName() bool + func (o *ResourcePoolPerformanceClass) HasPeakIops() bool + func (o *ResourcePoolPerformanceClass) HasThroughput() bool + func (o *ResourcePoolPerformanceClass) SetName(v ResourcePoolPerformanceClassGetNameRetType) + func (o *ResourcePoolPerformanceClass) SetPeakIops(v ResourcePoolPerformanceClassGetPeakIopsRetType) + func (o *ResourcePoolPerformanceClass) SetThroughput(v ResourcePoolPerformanceClassGetThroughputRetType) + func (o ResourcePoolPerformanceClass) ToMap() (map[string]interface{}, error) + type ResourcePoolPerformanceClassGetNameArgType = string + type ResourcePoolPerformanceClassGetNameAttributeType = *string + type ResourcePoolPerformanceClassGetNameRetType = string + type ResourcePoolPerformanceClassGetPeakIopsArgType = int64 + type ResourcePoolPerformanceClassGetPeakIopsAttributeType = *int64 + type ResourcePoolPerformanceClassGetPeakIopsRetType = int64 + type ResourcePoolPerformanceClassGetThroughputArgType = int64 + type ResourcePoolPerformanceClassGetThroughputAttributeType = *int64 + type ResourcePoolPerformanceClassGetThroughputRetType = int64 + type ResourcePoolSnapshot struct + Comment ResourcePoolSnapshotGetCommentAttributeType + CreatedAt ResourcePoolSnapshotGetCreatedAtAttributeType + LogicalSizeGigabytes ResourcePoolSnapshotGetLogicalSizeGigabytesAttributeType + ResourcePoolId ResourcePoolSnapshotGetResourcePoolIdAttributeType + SizeGigabytes ResourcePoolSnapshotGetSizeGigabytesAttributeType + SnapshotName ResourcePoolSnapshotGetSnapshotNameAttributeType + func NewResourcePoolSnapshot() *ResourcePoolSnapshot + func NewResourcePoolSnapshotWithDefaults() *ResourcePoolSnapshot + func (o *ResourcePoolSnapshot) GetComment() (res ResourcePoolSnapshotGetCommentRetType) + func (o *ResourcePoolSnapshot) GetCommentOk() (ret ResourcePoolSnapshotGetCommentRetType, ok bool) + func (o *ResourcePoolSnapshot) GetCreatedAt() (res ResourcePoolSnapshotGetCreatedAtRetType) + func (o *ResourcePoolSnapshot) GetCreatedAtOk() (ret ResourcePoolSnapshotGetCreatedAtRetType, ok bool) + func (o *ResourcePoolSnapshot) GetLogicalSizeGigabytes() (res ResourcePoolSnapshotGetLogicalSizeGigabytesRetType) + func (o *ResourcePoolSnapshot) GetLogicalSizeGigabytesOk() (ret ResourcePoolSnapshotGetLogicalSizeGigabytesRetType, ok bool) + func (o *ResourcePoolSnapshot) GetResourcePoolId() (res ResourcePoolSnapshotGetResourcePoolIdRetType) + func (o *ResourcePoolSnapshot) GetResourcePoolIdOk() (ret ResourcePoolSnapshotGetResourcePoolIdRetType, ok bool) + func (o *ResourcePoolSnapshot) GetSizeGigabytes() (res ResourcePoolSnapshotGetSizeGigabytesRetType) + func (o *ResourcePoolSnapshot) GetSizeGigabytesOk() (ret ResourcePoolSnapshotGetSizeGigabytesRetType, ok bool) + func (o *ResourcePoolSnapshot) GetSnapshotName() (res ResourcePoolSnapshotGetSnapshotNameRetType) + func (o *ResourcePoolSnapshot) GetSnapshotNameOk() (ret ResourcePoolSnapshotGetSnapshotNameRetType, ok bool) + func (o *ResourcePoolSnapshot) HasComment() bool + func (o *ResourcePoolSnapshot) HasCreatedAt() bool + func (o *ResourcePoolSnapshot) HasLogicalSizeGigabytes() bool + func (o *ResourcePoolSnapshot) HasResourcePoolId() bool + func (o *ResourcePoolSnapshot) HasSizeGigabytes() bool + func (o *ResourcePoolSnapshot) HasSnapshotName() bool + func (o *ResourcePoolSnapshot) SetComment(v ResourcePoolSnapshotGetCommentRetType) + func (o *ResourcePoolSnapshot) SetCommentNil() + func (o *ResourcePoolSnapshot) SetCreatedAt(v ResourcePoolSnapshotGetCreatedAtRetType) + func (o *ResourcePoolSnapshot) SetLogicalSizeGigabytes(v ResourcePoolSnapshotGetLogicalSizeGigabytesRetType) + func (o *ResourcePoolSnapshot) SetResourcePoolId(v ResourcePoolSnapshotGetResourcePoolIdRetType) + func (o *ResourcePoolSnapshot) SetSizeGigabytes(v ResourcePoolSnapshotGetSizeGigabytesRetType) + func (o *ResourcePoolSnapshot) SetSnapshotName(v ResourcePoolSnapshotGetSnapshotNameRetType) + func (o *ResourcePoolSnapshot) UnsetComment() + func (o ResourcePoolSnapshot) ToMap() (map[string]interface{}, error) + type ResourcePoolSnapshotGetCommentArgType = *string + type ResourcePoolSnapshotGetCommentAttributeType = *NullableString + type ResourcePoolSnapshotGetCommentRetType = *string + type ResourcePoolSnapshotGetCreatedAtArgType = time.Time + type ResourcePoolSnapshotGetCreatedAtAttributeType = *time.Time + type ResourcePoolSnapshotGetCreatedAtRetType = time.Time + type ResourcePoolSnapshotGetLogicalSizeGigabytesArgType = int64 + type ResourcePoolSnapshotGetLogicalSizeGigabytesAttributeType = *int64 + type ResourcePoolSnapshotGetLogicalSizeGigabytesRetType = int64 + type ResourcePoolSnapshotGetResourcePoolIdArgType = string + type ResourcePoolSnapshotGetResourcePoolIdAttributeType = *string + type ResourcePoolSnapshotGetResourcePoolIdRetType = string + type ResourcePoolSnapshotGetSizeGigabytesArgType = int64 + type ResourcePoolSnapshotGetSizeGigabytesAttributeType = *int64 + type ResourcePoolSnapshotGetSizeGigabytesRetType = int64 + type ResourcePoolSnapshotGetSnapshotNameArgType = string + type ResourcePoolSnapshotGetSnapshotNameAttributeType = *string + type ResourcePoolSnapshotGetSnapshotNameRetType = string + type ResourcePoolSpace struct + AvailableGigabytes ResourcePoolSpaceGetAvailableGigabytesAttributeType + SizeGigabytes ResourcePoolSpaceGetSizeGigabytesAttributeType + UsedGigabytes ResourcePoolSpaceGetUsedGigabytesAttributeType + func NewResourcePoolSpace() *ResourcePoolSpace + func NewResourcePoolSpaceWithDefaults() *ResourcePoolSpace + func (o *ResourcePoolSpace) GetAvailableGigabytes() (res ResourcePoolSpaceGetAvailableGigabytesRetType) + func (o *ResourcePoolSpace) GetAvailableGigabytesOk() (ret ResourcePoolSpaceGetAvailableGigabytesRetType, ok bool) + func (o *ResourcePoolSpace) GetSizeGigabytes() (res ResourcePoolSpaceGetSizeGigabytesRetType) + func (o *ResourcePoolSpace) GetSizeGigabytesOk() (ret ResourcePoolSpaceGetSizeGigabytesRetType, ok bool) + func (o *ResourcePoolSpace) GetUsedGigabytes() (res ResourcePoolSpaceGetUsedGigabytesRetType) + func (o *ResourcePoolSpace) GetUsedGigabytesOk() (ret ResourcePoolSpaceGetUsedGigabytesRetType, ok bool) + func (o *ResourcePoolSpace) HasAvailableGigabytes() bool + func (o *ResourcePoolSpace) HasSizeGigabytes() bool + func (o *ResourcePoolSpace) HasUsedGigabytes() bool + func (o *ResourcePoolSpace) SetAvailableGigabytes(v ResourcePoolSpaceGetAvailableGigabytesRetType) + func (o *ResourcePoolSpace) SetAvailableGigabytesNil() + func (o *ResourcePoolSpace) SetSizeGigabytes(v ResourcePoolSpaceGetSizeGigabytesRetType) + func (o *ResourcePoolSpace) SetUsedGigabytes(v ResourcePoolSpaceGetUsedGigabytesRetType) + func (o *ResourcePoolSpace) SetUsedGigabytesNil() + func (o *ResourcePoolSpace) UnsetAvailableGigabytes() + func (o *ResourcePoolSpace) UnsetUsedGigabytes() + func (o ResourcePoolSpace) ToMap() (map[string]interface{}, error) + type ResourcePoolSpaceGetAvailableGigabytesArgType = *float64 + type ResourcePoolSpaceGetAvailableGigabytesAttributeType = *float64 + type ResourcePoolSpaceGetAvailableGigabytesRetType = *float64 + type ResourcePoolSpaceGetSizeGigabytesArgType = int64 + type ResourcePoolSpaceGetSizeGigabytesAttributeType = *int64 + type ResourcePoolSpaceGetSizeGigabytesRetType = int64 + type ResourcePoolSpaceGetUsedGigabytesArgType = *float64 + type ResourcePoolSpaceGetUsedGigabytesAttributeType = *float64 + type ResourcePoolSpaceGetUsedGigabytesRetType = *float64 + type ResourcePoolgetSnapshotsAreVisibleArgType = bool + type ResourcePoolgetSnapshotsAreVisibleAttributeType = *bool + type ResourcePoolgetSnapshotsAreVisibleRetType = bool + type Share struct + CreatedAt ShareGetCreatedAtAttributeType + ExportPolicy ShareGetExportPolicyAttributeType + Id ShareGetIdAttributeType + Labels ShareGetLabelsAttributeType + MountPath ShareGetMountPathAttributeType + Name ShareGetNameAttributeType + SpaceHardLimitGigabytes ShareGetSpaceHardLimitGigabytesAttributeType + State ShareGetStateAttributeType + func NewShare() *Share + func NewShareWithDefaults() *Share + func (o *Share) GetCreatedAt() (res ShareGetCreatedAtRetType) + func (o *Share) GetCreatedAtOk() (ret ShareGetCreatedAtRetType, ok bool) + func (o *Share) GetExportPolicy() (res ShareGetExportPolicyRetType) + func (o *Share) GetExportPolicyOk() (ret ShareGetExportPolicyRetType, ok bool) + func (o *Share) GetId() (res ShareGetIdRetType) + func (o *Share) GetIdOk() (ret ShareGetIdRetType, ok bool) + func (o *Share) GetLabels() (res ShareGetLabelsRetType) + func (o *Share) GetLabelsOk() (ret ShareGetLabelsRetType, ok bool) + func (o *Share) GetMountPath() (res ShareGetMountPathRetType) + func (o *Share) GetMountPathOk() (ret ShareGetMountPathRetType, ok bool) + func (o *Share) GetName() (res ShareGetNameRetType) + func (o *Share) GetNameOk() (ret ShareGetNameRetType, ok bool) + func (o *Share) GetSpaceHardLimitGigabytes() (res ShareGetSpaceHardLimitGigabytesRetType) + func (o *Share) GetSpaceHardLimitGigabytesOk() (ret ShareGetSpaceHardLimitGigabytesRetType, ok bool) + func (o *Share) GetState() (res ShareGetStateRetType) + func (o *Share) GetStateOk() (ret ShareGetStateRetType, ok bool) + func (o *Share) HasCreatedAt() bool + func (o *Share) HasExportPolicy() bool + func (o *Share) HasId() bool + func (o *Share) HasLabels() bool + func (o *Share) HasMountPath() bool + func (o *Share) HasName() bool + func (o *Share) HasSpaceHardLimitGigabytes() bool + func (o *Share) HasState() bool + func (o *Share) SetCreatedAt(v ShareGetCreatedAtRetType) + func (o *Share) SetExportPolicy(v ShareGetExportPolicyRetType) + func (o *Share) SetExportPolicyNil() + func (o *Share) SetId(v ShareGetIdRetType) + func (o *Share) SetLabels(v ShareGetLabelsRetType) + func (o *Share) SetMountPath(v ShareGetMountPathRetType) + func (o *Share) SetName(v ShareGetNameRetType) + func (o *Share) SetSpaceHardLimitGigabytes(v ShareGetSpaceHardLimitGigabytesRetType) + func (o *Share) SetState(v ShareGetStateRetType) + func (o *Share) UnsetExportPolicy() + func (o Share) ToMap() (map[string]interface{}, error) + type ShareExportPolicy struct + CreatedAt ShareExportPolicyGetCreatedAtAttributeType + Id ShareExportPolicyGetIdAttributeType + Labels ShareExportPolicyGetLabelsAttributeType + Name ShareExportPolicyGetNameAttributeType + Rules ShareExportPolicyGetRulesAttributeType + SharesUsingExportPolicy ShareExportPolicyGetSharesUsingExportPolicyAttributeType + func NewShareExportPolicy() *ShareExportPolicy + func NewShareExportPolicyWithDefaults() *ShareExportPolicy + func (o *ShareExportPolicy) GetCreatedAt() (res ShareExportPolicyGetCreatedAtRetType) + func (o *ShareExportPolicy) GetCreatedAtOk() (ret ShareExportPolicyGetCreatedAtRetType, ok bool) + func (o *ShareExportPolicy) GetId() (res ShareExportPolicyGetIdRetType) + func (o *ShareExportPolicy) GetIdOk() (ret ShareExportPolicyGetIdRetType, ok bool) + func (o *ShareExportPolicy) GetLabels() (res ShareExportPolicyGetLabelsRetType) + func (o *ShareExportPolicy) GetLabelsOk() (ret ShareExportPolicyGetLabelsRetType, ok bool) + func (o *ShareExportPolicy) GetName() (res ShareExportPolicyGetNameRetType) + func (o *ShareExportPolicy) GetNameOk() (ret ShareExportPolicyGetNameRetType, ok bool) + func (o *ShareExportPolicy) GetRules() (res ShareExportPolicyGetRulesRetType) + func (o *ShareExportPolicy) GetRulesOk() (ret ShareExportPolicyGetRulesRetType, ok bool) + func (o *ShareExportPolicy) GetSharesUsingExportPolicy() (res ShareExportPolicyGetSharesUsingExportPolicyRetType) + func (o *ShareExportPolicy) GetSharesUsingExportPolicyOk() (ret ShareExportPolicyGetSharesUsingExportPolicyRetType, ok bool) + func (o *ShareExportPolicy) HasCreatedAt() bool + func (o *ShareExportPolicy) HasId() bool + func (o *ShareExportPolicy) HasLabels() bool + func (o *ShareExportPolicy) HasName() bool + func (o *ShareExportPolicy) HasRules() bool + func (o *ShareExportPolicy) HasSharesUsingExportPolicy() bool + func (o *ShareExportPolicy) SetCreatedAt(v ShareExportPolicyGetCreatedAtRetType) + func (o *ShareExportPolicy) SetId(v ShareExportPolicyGetIdRetType) + func (o *ShareExportPolicy) SetLabels(v ShareExportPolicyGetLabelsRetType) + func (o *ShareExportPolicy) SetName(v ShareExportPolicyGetNameRetType) + func (o *ShareExportPolicy) SetRules(v ShareExportPolicyGetRulesRetType) + func (o *ShareExportPolicy) SetSharesUsingExportPolicy(v ShareExportPolicyGetSharesUsingExportPolicyRetType) + func (o ShareExportPolicy) ToMap() (map[string]interface{}, error) + type ShareExportPolicyGetCreatedAtArgType = time.Time + type ShareExportPolicyGetCreatedAtAttributeType = *time.Time + type ShareExportPolicyGetCreatedAtRetType = time.Time + type ShareExportPolicyGetIdArgType = string + type ShareExportPolicyGetIdAttributeType = *string + type ShareExportPolicyGetIdRetType = string + type ShareExportPolicyGetLabelsArgType = map[string]string + type ShareExportPolicyGetLabelsAttributeType = *map[string]string + type ShareExportPolicyGetLabelsRetType = map[string]string + type ShareExportPolicyGetNameArgType = string + type ShareExportPolicyGetNameAttributeType = *string + type ShareExportPolicyGetNameRetType = string + type ShareExportPolicyGetRulesArgType = []ShareExportPolicyRule + type ShareExportPolicyGetRulesAttributeType = *[]ShareExportPolicyRule + type ShareExportPolicyGetRulesRetType = []ShareExportPolicyRule + type ShareExportPolicyGetSharesUsingExportPolicyArgType = int64 + type ShareExportPolicyGetSharesUsingExportPolicyAttributeType = *int64 + type ShareExportPolicyGetSharesUsingExportPolicyRetType = int64 + type ShareExportPolicyRule struct + CreatedAt ShareExportPolicyRuleGetCreatedAtAttributeType + Description ShareExportPolicyRuleGetDescriptionAttributeType + Id ShareExportPolicyRuleGetIdAttributeType + IpAcl ShareExportPolicyRuleGetIpAclAttributeType + Order ShareExportPolicyRuleGetOrderAttributeType + ReadOnly ShareExportPolicyRulegetReadOnlyAttributeType + SetUuid ShareExportPolicyRulegetSetUuidAttributeType + SuperUser ShareExportPolicyRulegetSuperUserAttributeType + func NewShareExportPolicyRule() *ShareExportPolicyRule + func NewShareExportPolicyRuleWithDefaults() *ShareExportPolicyRule + func (o *ShareExportPolicyRule) GetCreatedAt() (res ShareExportPolicyRuleGetCreatedAtRetType) + func (o *ShareExportPolicyRule) GetCreatedAtOk() (ret ShareExportPolicyRuleGetCreatedAtRetType, ok bool) + func (o *ShareExportPolicyRule) GetDescription() (res ShareExportPolicyRuleGetDescriptionRetType) + func (o *ShareExportPolicyRule) GetDescriptionOk() (ret ShareExportPolicyRuleGetDescriptionRetType, ok bool) + func (o *ShareExportPolicyRule) GetId() (res ShareExportPolicyRuleGetIdRetType) + func (o *ShareExportPolicyRule) GetIdOk() (ret ShareExportPolicyRuleGetIdRetType, ok bool) + func (o *ShareExportPolicyRule) GetIpAcl() (res ShareExportPolicyRuleGetIpAclRetType) + func (o *ShareExportPolicyRule) GetIpAclOk() (ret ShareExportPolicyRuleGetIpAclRetType, ok bool) + func (o *ShareExportPolicyRule) GetOrder() (res ShareExportPolicyRuleGetOrderRetType) + func (o *ShareExportPolicyRule) GetOrderOk() (ret ShareExportPolicyRuleGetOrderRetType, ok bool) + func (o *ShareExportPolicyRule) GetReadOnly() (res ShareExportPolicyRulegetReadOnlyRetType) + func (o *ShareExportPolicyRule) GetReadOnlyOk() (ret ShareExportPolicyRulegetReadOnlyRetType, ok bool) + func (o *ShareExportPolicyRule) GetSetUuid() (res ShareExportPolicyRulegetSetUuidRetType) + func (o *ShareExportPolicyRule) GetSetUuidOk() (ret ShareExportPolicyRulegetSetUuidRetType, ok bool) + func (o *ShareExportPolicyRule) GetSuperUser() (res ShareExportPolicyRulegetSuperUserRetType) + func (o *ShareExportPolicyRule) GetSuperUserOk() (ret ShareExportPolicyRulegetSuperUserRetType, ok bool) + func (o *ShareExportPolicyRule) HasCreatedAt() bool + func (o *ShareExportPolicyRule) HasDescription() bool + func (o *ShareExportPolicyRule) HasId() bool + func (o *ShareExportPolicyRule) HasIpAcl() bool + func (o *ShareExportPolicyRule) HasOrder() bool + func (o *ShareExportPolicyRule) HasReadOnly() bool + func (o *ShareExportPolicyRule) HasSetUuid() bool + func (o *ShareExportPolicyRule) HasSuperUser() bool + func (o *ShareExportPolicyRule) SetCreatedAt(v ShareExportPolicyRuleGetCreatedAtRetType) + func (o *ShareExportPolicyRule) SetDescription(v ShareExportPolicyRuleGetDescriptionRetType) + func (o *ShareExportPolicyRule) SetDescriptionNil() + func (o *ShareExportPolicyRule) SetId(v ShareExportPolicyRuleGetIdRetType) + func (o *ShareExportPolicyRule) SetIpAcl(v ShareExportPolicyRuleGetIpAclRetType) + func (o *ShareExportPolicyRule) SetOrder(v ShareExportPolicyRuleGetOrderRetType) + func (o *ShareExportPolicyRule) SetReadOnly(v ShareExportPolicyRulegetReadOnlyRetType) + func (o *ShareExportPolicyRule) SetSetUuid(v ShareExportPolicyRulegetSetUuidRetType) + func (o *ShareExportPolicyRule) SetSuperUser(v ShareExportPolicyRulegetSuperUserRetType) + func (o *ShareExportPolicyRule) UnsetDescription() + func (o ShareExportPolicyRule) ToMap() (map[string]interface{}, error) + type ShareExportPolicyRuleGetCreatedAtArgType = time.Time + type ShareExportPolicyRuleGetCreatedAtAttributeType = *time.Time + type ShareExportPolicyRuleGetCreatedAtRetType = time.Time + type ShareExportPolicyRuleGetDescriptionArgType = *string + type ShareExportPolicyRuleGetDescriptionAttributeType = *NullableString + type ShareExportPolicyRuleGetDescriptionRetType = *string + type ShareExportPolicyRuleGetIdArgType = string + type ShareExportPolicyRuleGetIdAttributeType = *string + type ShareExportPolicyRuleGetIdRetType = string + type ShareExportPolicyRuleGetIpAclArgType = []string + type ShareExportPolicyRuleGetIpAclAttributeType = *[]string + type ShareExportPolicyRuleGetIpAclRetType = []string + type ShareExportPolicyRuleGetOrderArgType = int64 + type ShareExportPolicyRuleGetOrderAttributeType = *int64 + type ShareExportPolicyRuleGetOrderRetType = int64 + type ShareExportPolicyRulegetReadOnlyArgType = bool + type ShareExportPolicyRulegetReadOnlyAttributeType = *bool + type ShareExportPolicyRulegetReadOnlyRetType = bool + type ShareExportPolicyRulegetSetUuidArgType = bool + type ShareExportPolicyRulegetSetUuidAttributeType = *bool + type ShareExportPolicyRulegetSetUuidRetType = bool + type ShareExportPolicyRulegetSuperUserArgType = bool + type ShareExportPolicyRulegetSuperUserAttributeType = *bool + type ShareExportPolicyRulegetSuperUserRetType = bool + type ShareGetCreatedAtArgType = time.Time + type ShareGetCreatedAtAttributeType = *time.Time + type ShareGetCreatedAtRetType = time.Time + type ShareGetExportPolicyArgType = *NullableShareExportPolicy + type ShareGetExportPolicyAttributeType = *NullableShareExportPolicy + type ShareGetExportPolicyRetType = *NullableShareExportPolicy + type ShareGetIdArgType = string + type ShareGetIdAttributeType = *string + type ShareGetIdRetType = string + type ShareGetLabelsArgType = map[string]string + type ShareGetLabelsAttributeType = *map[string]string + type ShareGetLabelsRetType = map[string]string + type ShareGetMountPathArgType = string + type ShareGetMountPathAttributeType = *string + type ShareGetMountPathRetType = string + type ShareGetNameArgType = string + type ShareGetNameAttributeType = *string + type ShareGetNameRetType = string + type ShareGetSpaceHardLimitGigabytesArgType = int64 + type ShareGetSpaceHardLimitGigabytesAttributeType = *int64 + type ShareGetSpaceHardLimitGigabytesRetType = int64 + type ShareGetStateArgType = string + type ShareGetStateAttributeType = *string + type ShareGetStateRetType = string + type SnapshotSchedule struct + Cron SnapshotScheduleGetCronAttributeType + Name SnapshotScheduleGetNameAttributeType + func NewSnapshotSchedule() *SnapshotSchedule + func NewSnapshotScheduleWithDefaults() *SnapshotSchedule + func (o *SnapshotSchedule) GetCron() (res SnapshotScheduleGetCronRetType) + func (o *SnapshotSchedule) GetCronOk() (ret SnapshotScheduleGetCronRetType, ok bool) + func (o *SnapshotSchedule) GetName() (res SnapshotScheduleGetNameRetType) + func (o *SnapshotSchedule) GetNameOk() (ret SnapshotScheduleGetNameRetType, ok bool) + func (o *SnapshotSchedule) HasCron() bool + func (o *SnapshotSchedule) HasName() bool + func (o *SnapshotSchedule) SetCron(v SnapshotScheduleGetCronRetType) + func (o *SnapshotSchedule) SetName(v SnapshotScheduleGetNameRetType) + func (o SnapshotSchedule) ToMap() (map[string]interface{}, error) + type SnapshotScheduleGetCronArgType = string + type SnapshotScheduleGetCronAttributeType = *string + type SnapshotScheduleGetCronRetType = string + type SnapshotScheduleGetNameArgType = string + type SnapshotScheduleGetNameAttributeType = *string + type SnapshotScheduleGetNameRetType = string + type Status struct + Code StatusGetCodeAttributeType + Details StatusGetDetailsAttributeType + Message StatusGetMessageAttributeType + func NewStatus() *Status + func NewStatusWithDefaults() *Status + func (o *Status) GetCode() (res StatusGetCodeRetType) + func (o *Status) GetCodeOk() (ret StatusGetCodeRetType, ok bool) + func (o *Status) GetDetails() (res StatusGetDetailsRetType) + func (o *Status) GetDetailsOk() (ret StatusGetDetailsRetType, ok bool) + func (o *Status) GetMessage() (res StatusGetMessageRetType) + func (o *Status) GetMessageOk() (ret StatusGetMessageRetType, ok bool) + func (o *Status) HasCode() bool + func (o *Status) HasDetails() bool + func (o *Status) HasMessage() bool + func (o *Status) SetCode(v StatusGetCodeRetType) + func (o *Status) SetDetails(v StatusGetDetailsRetType) + func (o *Status) SetMessage(v StatusGetMessageRetType) + func (o Status) ToMap() (map[string]interface{}, error) + type StatusGetCodeArgType = int64 + type StatusGetCodeAttributeType = *int64 + type StatusGetCodeRetType = int64 + type StatusGetDetailsArgType = []GoogleProtobufAny + type StatusGetDetailsAttributeType = *[]GoogleProtobufAny + type StatusGetDetailsRetType = []GoogleProtobufAny + type StatusGetMessageArgType = string + type StatusGetMessageAttributeType = *string + type StatusGetMessageRetType = string + type UpdateResourcePoolPayload struct + IpAcl UpdateResourcePoolPayloadGetIpAclAttributeType + Labels UpdateResourcePoolPayloadGetLabelsAttributeType + PerformanceClass UpdateResourcePoolPayloadGetPerformanceClassAttributeType + SizeGigabytes UpdateResourcePoolPayloadGetSizeGigabytesAttributeType + SnapshotScheduleName UpdateResourcePoolPayloadGetSnapshotScheduleNameAttributeType + SnapshotsAreVisible UpdateResourcePoolPayloadgetSnapshotsAreVisibleAttributeType + func NewUpdateResourcePoolPayload() *UpdateResourcePoolPayload + func NewUpdateResourcePoolPayloadWithDefaults() *UpdateResourcePoolPayload + func (o *UpdateResourcePoolPayload) GetIpAcl() (res UpdateResourcePoolPayloadGetIpAclRetType) + func (o *UpdateResourcePoolPayload) GetIpAclOk() (ret UpdateResourcePoolPayloadGetIpAclRetType, ok bool) + func (o *UpdateResourcePoolPayload) GetLabels() (res UpdateResourcePoolPayloadGetLabelsRetType) + func (o *UpdateResourcePoolPayload) GetLabelsOk() (ret UpdateResourcePoolPayloadGetLabelsRetType, ok bool) + func (o *UpdateResourcePoolPayload) GetPerformanceClass() (res UpdateResourcePoolPayloadGetPerformanceClassRetType) + func (o *UpdateResourcePoolPayload) GetPerformanceClassOk() (ret UpdateResourcePoolPayloadGetPerformanceClassRetType, ok bool) + func (o *UpdateResourcePoolPayload) GetSizeGigabytes() (res UpdateResourcePoolPayloadGetSizeGigabytesRetType) + func (o *UpdateResourcePoolPayload) GetSizeGigabytesOk() (ret UpdateResourcePoolPayloadGetSizeGigabytesRetType, ok bool) + func (o *UpdateResourcePoolPayload) GetSnapshotScheduleName() (res UpdateResourcePoolPayloadGetSnapshotScheduleNameRetType) + func (o *UpdateResourcePoolPayload) GetSnapshotScheduleNameOk() (ret UpdateResourcePoolPayloadGetSnapshotScheduleNameRetType, ok bool) + func (o *UpdateResourcePoolPayload) GetSnapshotsAreVisible() (res UpdateResourcePoolPayloadgetSnapshotsAreVisibleRetType) + func (o *UpdateResourcePoolPayload) GetSnapshotsAreVisibleOk() (ret UpdateResourcePoolPayloadgetSnapshotsAreVisibleRetType, ok bool) + func (o *UpdateResourcePoolPayload) HasIpAcl() bool + func (o *UpdateResourcePoolPayload) HasLabels() bool + func (o *UpdateResourcePoolPayload) HasPerformanceClass() bool + func (o *UpdateResourcePoolPayload) HasSizeGigabytes() bool + func (o *UpdateResourcePoolPayload) HasSnapshotScheduleName() bool + func (o *UpdateResourcePoolPayload) HasSnapshotsAreVisible() bool + func (o *UpdateResourcePoolPayload) SetIpAcl(v UpdateResourcePoolPayloadGetIpAclRetType) + func (o *UpdateResourcePoolPayload) SetLabels(v UpdateResourcePoolPayloadGetLabelsRetType) + func (o *UpdateResourcePoolPayload) SetPerformanceClass(v UpdateResourcePoolPayloadGetPerformanceClassRetType) + func (o *UpdateResourcePoolPayload) SetSizeGigabytes(v UpdateResourcePoolPayloadGetSizeGigabytesRetType) + func (o *UpdateResourcePoolPayload) SetSizeGigabytesNil() + func (o *UpdateResourcePoolPayload) SetSnapshotScheduleName(v UpdateResourcePoolPayloadGetSnapshotScheduleNameRetType) + func (o *UpdateResourcePoolPayload) SetSnapshotsAreVisible(v UpdateResourcePoolPayloadgetSnapshotsAreVisibleRetType) + func (o *UpdateResourcePoolPayload) UnsetSizeGigabytes() + func (o UpdateResourcePoolPayload) ToMap() (map[string]interface{}, error) + type UpdateResourcePoolPayloadGetIpAclArgType = []string + type UpdateResourcePoolPayloadGetIpAclAttributeType = *[]string + type UpdateResourcePoolPayloadGetIpAclRetType = []string + type UpdateResourcePoolPayloadGetLabelsArgType = map[string]string + type UpdateResourcePoolPayloadGetLabelsAttributeType = *map[string]string + type UpdateResourcePoolPayloadGetLabelsRetType = map[string]string + type UpdateResourcePoolPayloadGetPerformanceClassArgType = string + type UpdateResourcePoolPayloadGetPerformanceClassAttributeType = *string + type UpdateResourcePoolPayloadGetPerformanceClassRetType = string + type UpdateResourcePoolPayloadGetSizeGigabytesArgType = *int64 + type UpdateResourcePoolPayloadGetSizeGigabytesAttributeType = *int64 + type UpdateResourcePoolPayloadGetSizeGigabytesRetType = *int64 + type UpdateResourcePoolPayloadGetSnapshotScheduleNameArgType = string + type UpdateResourcePoolPayloadGetSnapshotScheduleNameAttributeType = *string + type UpdateResourcePoolPayloadGetSnapshotScheduleNameRetType = string + type UpdateResourcePoolPayloadgetSnapshotsAreVisibleArgType = bool + type UpdateResourcePoolPayloadgetSnapshotsAreVisibleAttributeType = *bool + type UpdateResourcePoolPayloadgetSnapshotsAreVisibleRetType = bool + type UpdateResourcePoolRequest struct + func (r UpdateResourcePoolRequest) Execute() (*UpdateResourcePoolResponse, error) + func (r UpdateResourcePoolRequest) UpdateResourcePoolPayload(updateResourcePoolPayload UpdateResourcePoolPayload) ApiUpdateResourcePoolRequest + type UpdateResourcePoolResponse struct + ResourcePool UpdateResourcePoolResponseGetResourcePoolAttributeType + func NewUpdateResourcePoolResponse() *UpdateResourcePoolResponse + func NewUpdateResourcePoolResponseWithDefaults() *UpdateResourcePoolResponse + func (o *UpdateResourcePoolResponse) GetResourcePool() (res UpdateResourcePoolResponseGetResourcePoolRetType) + func (o *UpdateResourcePoolResponse) GetResourcePoolOk() (ret UpdateResourcePoolResponseGetResourcePoolRetType, ok bool) + func (o *UpdateResourcePoolResponse) HasResourcePool() bool + func (o *UpdateResourcePoolResponse) SetResourcePool(v UpdateResourcePoolResponseGetResourcePoolRetType) + func (o UpdateResourcePoolResponse) ToMap() (map[string]interface{}, error) + type UpdateResourcePoolResponseGetResourcePoolArgType = UpdateResourcePoolResponseResourcePool + type UpdateResourcePoolResponseGetResourcePoolAttributeType = *UpdateResourcePoolResponseResourcePool + type UpdateResourcePoolResponseGetResourcePoolRetType = UpdateResourcePoolResponseResourcePool + type UpdateResourcePoolResponseResourcePool struct + AvailabilityZone UpdateResourcePoolResponseResourcePoolGetAvailabilityZoneAttributeType + CountShares UpdateResourcePoolResponseResourcePoolGetCountSharesAttributeType + CreatedAt UpdateResourcePoolResponseResourcePoolGetCreatedAtAttributeType + Id UpdateResourcePoolResponseResourcePoolGetIdAttributeType + IpAcl UpdateResourcePoolResponseResourcePoolGetIpAclAttributeType + Labels UpdateResourcePoolResponseResourcePoolGetLabelsAttributeType + MountPath UpdateResourcePoolResponseResourcePoolGetMountPathAttributeType + Name UpdateResourcePoolResponseResourcePoolGetNameAttributeType + PerformanceClass UpdateResourcePoolResponseResourcePoolGetPerformanceClassAttributeType + PerformanceClassDowngradableAt UpdateResourcePoolResponseResourcePoolGetPerformanceClassDowngradableAtAttributeType + SizeReducibleAt UpdateResourcePoolResponseResourcePoolGetSizeReducibleAtAttributeType + SnapshotSchedule UpdateResourcePoolResponseResourcePoolGetSnapshotScheduleAttributeType + SnapshotsAreVisible UpdateResourcePoolResponseResourcePoolgetSnapshotsAreVisibleAttributeType + Space UpdateResourcePoolResponseResourcePoolGetSpaceAttributeType + State UpdateResourcePoolResponseResourcePoolGetStateAttributeType + func NewUpdateResourcePoolResponseResourcePool() *UpdateResourcePoolResponseResourcePool + func NewUpdateResourcePoolResponseResourcePoolWithDefaults() *UpdateResourcePoolResponseResourcePool + func (o *UpdateResourcePoolResponseResourcePool) GetAvailabilityZone() (res UpdateResourcePoolResponseResourcePoolGetAvailabilityZoneRetType) + func (o *UpdateResourcePoolResponseResourcePool) GetAvailabilityZoneOk() (ret UpdateResourcePoolResponseResourcePoolGetAvailabilityZoneRetType, ok bool) + func (o *UpdateResourcePoolResponseResourcePool) GetCountShares() (res UpdateResourcePoolResponseResourcePoolGetCountSharesRetType) + func (o *UpdateResourcePoolResponseResourcePool) GetCountSharesOk() (ret UpdateResourcePoolResponseResourcePoolGetCountSharesRetType, ok bool) + func (o *UpdateResourcePoolResponseResourcePool) GetCreatedAt() (res UpdateResourcePoolResponseResourcePoolGetCreatedAtRetType) + func (o *UpdateResourcePoolResponseResourcePool) GetCreatedAtOk() (ret UpdateResourcePoolResponseResourcePoolGetCreatedAtRetType, ok bool) + func (o *UpdateResourcePoolResponseResourcePool) GetId() (res UpdateResourcePoolResponseResourcePoolGetIdRetType) + func (o *UpdateResourcePoolResponseResourcePool) GetIdOk() (ret UpdateResourcePoolResponseResourcePoolGetIdRetType, ok bool) + func (o *UpdateResourcePoolResponseResourcePool) GetIpAcl() (res UpdateResourcePoolResponseResourcePoolGetIpAclRetType) + func (o *UpdateResourcePoolResponseResourcePool) GetIpAclOk() (ret UpdateResourcePoolResponseResourcePoolGetIpAclRetType, ok bool) + func (o *UpdateResourcePoolResponseResourcePool) GetLabels() (res UpdateResourcePoolResponseResourcePoolGetLabelsRetType) + func (o *UpdateResourcePoolResponseResourcePool) GetLabelsOk() (ret UpdateResourcePoolResponseResourcePoolGetLabelsRetType, ok bool) + func (o *UpdateResourcePoolResponseResourcePool) GetMountPath() (res UpdateResourcePoolResponseResourcePoolGetMountPathRetType) + func (o *UpdateResourcePoolResponseResourcePool) GetMountPathOk() (ret UpdateResourcePoolResponseResourcePoolGetMountPathRetType, ok bool) + func (o *UpdateResourcePoolResponseResourcePool) GetName() (res UpdateResourcePoolResponseResourcePoolGetNameRetType) + func (o *UpdateResourcePoolResponseResourcePool) GetNameOk() (ret UpdateResourcePoolResponseResourcePoolGetNameRetType, ok bool) + func (o *UpdateResourcePoolResponseResourcePool) GetPerformanceClass() (res UpdateResourcePoolResponseResourcePoolGetPerformanceClassRetType) + func (o *UpdateResourcePoolResponseResourcePool) GetPerformanceClassDowngradableAt() (...) + func (o *UpdateResourcePoolResponseResourcePool) GetPerformanceClassDowngradableAtOk() (...) + func (o *UpdateResourcePoolResponseResourcePool) GetPerformanceClassOk() (ret UpdateResourcePoolResponseResourcePoolGetPerformanceClassRetType, ok bool) + func (o *UpdateResourcePoolResponseResourcePool) GetSizeReducibleAt() (res UpdateResourcePoolResponseResourcePoolGetSizeReducibleAtRetType) + func (o *UpdateResourcePoolResponseResourcePool) GetSizeReducibleAtOk() (ret UpdateResourcePoolResponseResourcePoolGetSizeReducibleAtRetType, ok bool) + func (o *UpdateResourcePoolResponseResourcePool) GetSnapshotSchedule() (res UpdateResourcePoolResponseResourcePoolGetSnapshotScheduleRetType) + func (o *UpdateResourcePoolResponseResourcePool) GetSnapshotScheduleOk() (ret UpdateResourcePoolResponseResourcePoolGetSnapshotScheduleRetType, ok bool) + func (o *UpdateResourcePoolResponseResourcePool) GetSnapshotsAreVisible() (res UpdateResourcePoolResponseResourcePoolgetSnapshotsAreVisibleRetType) + func (o *UpdateResourcePoolResponseResourcePool) GetSnapshotsAreVisibleOk() (ret UpdateResourcePoolResponseResourcePoolgetSnapshotsAreVisibleRetType, ...) + func (o *UpdateResourcePoolResponseResourcePool) GetSpace() (res UpdateResourcePoolResponseResourcePoolGetSpaceRetType) + func (o *UpdateResourcePoolResponseResourcePool) GetSpaceOk() (ret UpdateResourcePoolResponseResourcePoolGetSpaceRetType, ok bool) + func (o *UpdateResourcePoolResponseResourcePool) GetState() (res UpdateResourcePoolResponseResourcePoolGetStateRetType) + func (o *UpdateResourcePoolResponseResourcePool) GetStateOk() (ret UpdateResourcePoolResponseResourcePoolGetStateRetType, ok bool) + func (o *UpdateResourcePoolResponseResourcePool) HasAvailabilityZone() bool + func (o *UpdateResourcePoolResponseResourcePool) HasCountShares() bool + func (o *UpdateResourcePoolResponseResourcePool) HasCreatedAt() bool + func (o *UpdateResourcePoolResponseResourcePool) HasId() bool + func (o *UpdateResourcePoolResponseResourcePool) HasIpAcl() bool + func (o *UpdateResourcePoolResponseResourcePool) HasLabels() bool + func (o *UpdateResourcePoolResponseResourcePool) HasMountPath() bool + func (o *UpdateResourcePoolResponseResourcePool) HasName() bool + func (o *UpdateResourcePoolResponseResourcePool) HasPerformanceClass() bool + func (o *UpdateResourcePoolResponseResourcePool) HasPerformanceClassDowngradableAt() bool + func (o *UpdateResourcePoolResponseResourcePool) HasSizeReducibleAt() bool + func (o *UpdateResourcePoolResponseResourcePool) HasSnapshotSchedule() bool + func (o *UpdateResourcePoolResponseResourcePool) HasSnapshotsAreVisible() bool + func (o *UpdateResourcePoolResponseResourcePool) HasSpace() bool + func (o *UpdateResourcePoolResponseResourcePool) HasState() bool + func (o *UpdateResourcePoolResponseResourcePool) SetAvailabilityZone(v UpdateResourcePoolResponseResourcePoolGetAvailabilityZoneRetType) + func (o *UpdateResourcePoolResponseResourcePool) SetCountShares(v UpdateResourcePoolResponseResourcePoolGetCountSharesRetType) + func (o *UpdateResourcePoolResponseResourcePool) SetCreatedAt(v UpdateResourcePoolResponseResourcePoolGetCreatedAtRetType) + func (o *UpdateResourcePoolResponseResourcePool) SetId(v UpdateResourcePoolResponseResourcePoolGetIdRetType) + func (o *UpdateResourcePoolResponseResourcePool) SetIpAcl(v UpdateResourcePoolResponseResourcePoolGetIpAclRetType) + func (o *UpdateResourcePoolResponseResourcePool) SetLabels(v UpdateResourcePoolResponseResourcePoolGetLabelsRetType) + func (o *UpdateResourcePoolResponseResourcePool) SetMountPath(v UpdateResourcePoolResponseResourcePoolGetMountPathRetType) + func (o *UpdateResourcePoolResponseResourcePool) SetName(v UpdateResourcePoolResponseResourcePoolGetNameRetType) + func (o *UpdateResourcePoolResponseResourcePool) SetPerformanceClass(v UpdateResourcePoolResponseResourcePoolGetPerformanceClassRetType) + func (o *UpdateResourcePoolResponseResourcePool) SetPerformanceClassDowngradableAt(...) + func (o *UpdateResourcePoolResponseResourcePool) SetSizeReducibleAt(v UpdateResourcePoolResponseResourcePoolGetSizeReducibleAtRetType) + func (o *UpdateResourcePoolResponseResourcePool) SetSnapshotSchedule(v UpdateResourcePoolResponseResourcePoolGetSnapshotScheduleRetType) + func (o *UpdateResourcePoolResponseResourcePool) SetSnapshotsAreVisible(v UpdateResourcePoolResponseResourcePoolgetSnapshotsAreVisibleRetType) + func (o *UpdateResourcePoolResponseResourcePool) SetSpace(v UpdateResourcePoolResponseResourcePoolGetSpaceRetType) + func (o *UpdateResourcePoolResponseResourcePool) SetState(v UpdateResourcePoolResponseResourcePoolGetStateRetType) + func (o UpdateResourcePoolResponseResourcePool) ToMap() (map[string]interface{}, error) + type UpdateResourcePoolResponseResourcePoolGetAvailabilityZoneArgType = string + type UpdateResourcePoolResponseResourcePoolGetAvailabilityZoneAttributeType = *string + type UpdateResourcePoolResponseResourcePoolGetAvailabilityZoneRetType = string + type UpdateResourcePoolResponseResourcePoolGetCountSharesArgType = int64 + type UpdateResourcePoolResponseResourcePoolGetCountSharesAttributeType = *int64 + type UpdateResourcePoolResponseResourcePoolGetCountSharesRetType = int64 + type UpdateResourcePoolResponseResourcePoolGetCreatedAtArgType = time.Time + type UpdateResourcePoolResponseResourcePoolGetCreatedAtAttributeType = *time.Time + type UpdateResourcePoolResponseResourcePoolGetCreatedAtRetType = time.Time + type UpdateResourcePoolResponseResourcePoolGetIdArgType = string + type UpdateResourcePoolResponseResourcePoolGetIdAttributeType = *string + type UpdateResourcePoolResponseResourcePoolGetIdRetType = string + type UpdateResourcePoolResponseResourcePoolGetIpAclArgType = []string + type UpdateResourcePoolResponseResourcePoolGetIpAclAttributeType = *[]string + type UpdateResourcePoolResponseResourcePoolGetIpAclRetType = []string + type UpdateResourcePoolResponseResourcePoolGetLabelsArgType = map[string]string + type UpdateResourcePoolResponseResourcePoolGetLabelsAttributeType = *map[string]string + type UpdateResourcePoolResponseResourcePoolGetLabelsRetType = map[string]string + type UpdateResourcePoolResponseResourcePoolGetMountPathArgType = string + type UpdateResourcePoolResponseResourcePoolGetMountPathAttributeType = *string + type UpdateResourcePoolResponseResourcePoolGetMountPathRetType = string + type UpdateResourcePoolResponseResourcePoolGetNameArgType = string + type UpdateResourcePoolResponseResourcePoolGetNameAttributeType = *string + type UpdateResourcePoolResponseResourcePoolGetNameRetType = string + type UpdateResourcePoolResponseResourcePoolGetPerformanceClassArgType = ResourcePoolPerformanceClass + type UpdateResourcePoolResponseResourcePoolGetPerformanceClassAttributeType = *ResourcePoolPerformanceClass + type UpdateResourcePoolResponseResourcePoolGetPerformanceClassDowngradableAtArgType = time.Time + type UpdateResourcePoolResponseResourcePoolGetPerformanceClassDowngradableAtAttributeType = *time.Time + type UpdateResourcePoolResponseResourcePoolGetPerformanceClassDowngradableAtRetType = time.Time + type UpdateResourcePoolResponseResourcePoolGetPerformanceClassRetType = ResourcePoolPerformanceClass + type UpdateResourcePoolResponseResourcePoolGetSizeReducibleAtArgType = time.Time + type UpdateResourcePoolResponseResourcePoolGetSizeReducibleAtAttributeType = *time.Time + type UpdateResourcePoolResponseResourcePoolGetSizeReducibleAtRetType = time.Time + type UpdateResourcePoolResponseResourcePoolGetSnapshotScheduleArgType = SnapshotSchedule + type UpdateResourcePoolResponseResourcePoolGetSnapshotScheduleAttributeType = *SnapshotSchedule + type UpdateResourcePoolResponseResourcePoolGetSnapshotScheduleRetType = SnapshotSchedule + type UpdateResourcePoolResponseResourcePoolGetSpaceArgType = ResourcePoolSpace + type UpdateResourcePoolResponseResourcePoolGetSpaceAttributeType = *ResourcePoolSpace + type UpdateResourcePoolResponseResourcePoolGetSpaceRetType = ResourcePoolSpace + type UpdateResourcePoolResponseResourcePoolGetStateArgType = string + type UpdateResourcePoolResponseResourcePoolGetStateAttributeType = *string + type UpdateResourcePoolResponseResourcePoolGetStateRetType = string + type UpdateResourcePoolResponseResourcePoolgetSnapshotsAreVisibleArgType = bool + type UpdateResourcePoolResponseResourcePoolgetSnapshotsAreVisibleAttributeType = *bool + type UpdateResourcePoolResponseResourcePoolgetSnapshotsAreVisibleRetType = bool + type UpdateShareExportPolicyBodyRule struct + Description UpdateShareExportPolicyBodyRuleGetDescriptionAttributeType + IpAcl UpdateShareExportPolicyBodyRuleGetIpAclAttributeType + Order UpdateShareExportPolicyBodyRuleGetOrderAttributeType + ReadOnly UpdateShareExportPolicyBodyRulegetReadOnlyAttributeType + SetUuid UpdateShareExportPolicyBodyRulegetSetUuidAttributeType + SuperUser UpdateShareExportPolicyBodyRulegetSuperUserAttributeType + func NewUpdateShareExportPolicyBodyRule() *UpdateShareExportPolicyBodyRule + func NewUpdateShareExportPolicyBodyRuleWithDefaults() *UpdateShareExportPolicyBodyRule + func (o *UpdateShareExportPolicyBodyRule) GetDescription() (res UpdateShareExportPolicyBodyRuleGetDescriptionRetType) + func (o *UpdateShareExportPolicyBodyRule) GetDescriptionOk() (ret UpdateShareExportPolicyBodyRuleGetDescriptionRetType, ok bool) + func (o *UpdateShareExportPolicyBodyRule) GetIpAcl() (res UpdateShareExportPolicyBodyRuleGetIpAclRetType) + func (o *UpdateShareExportPolicyBodyRule) GetIpAclOk() (ret UpdateShareExportPolicyBodyRuleGetIpAclRetType, ok bool) + func (o *UpdateShareExportPolicyBodyRule) GetOrder() (res UpdateShareExportPolicyBodyRuleGetOrderRetType) + func (o *UpdateShareExportPolicyBodyRule) GetOrderOk() (ret UpdateShareExportPolicyBodyRuleGetOrderRetType, ok bool) + func (o *UpdateShareExportPolicyBodyRule) GetReadOnly() (res UpdateShareExportPolicyBodyRulegetReadOnlyRetType) + func (o *UpdateShareExportPolicyBodyRule) GetReadOnlyOk() (ret UpdateShareExportPolicyBodyRulegetReadOnlyRetType, ok bool) + func (o *UpdateShareExportPolicyBodyRule) GetSetUuid() (res UpdateShareExportPolicyBodyRulegetSetUuidRetType) + func (o *UpdateShareExportPolicyBodyRule) GetSetUuidOk() (ret UpdateShareExportPolicyBodyRulegetSetUuidRetType, ok bool) + func (o *UpdateShareExportPolicyBodyRule) GetSuperUser() (res UpdateShareExportPolicyBodyRulegetSuperUserRetType) + func (o *UpdateShareExportPolicyBodyRule) GetSuperUserOk() (ret UpdateShareExportPolicyBodyRulegetSuperUserRetType, ok bool) + func (o *UpdateShareExportPolicyBodyRule) HasDescription() bool + func (o *UpdateShareExportPolicyBodyRule) HasIpAcl() bool + func (o *UpdateShareExportPolicyBodyRule) HasOrder() bool + func (o *UpdateShareExportPolicyBodyRule) HasReadOnly() bool + func (o *UpdateShareExportPolicyBodyRule) HasSetUuid() bool + func (o *UpdateShareExportPolicyBodyRule) HasSuperUser() bool + func (o *UpdateShareExportPolicyBodyRule) SetDescription(v UpdateShareExportPolicyBodyRuleGetDescriptionRetType) + func (o *UpdateShareExportPolicyBodyRule) SetDescriptionNil() + func (o *UpdateShareExportPolicyBodyRule) SetIpAcl(v UpdateShareExportPolicyBodyRuleGetIpAclRetType) + func (o *UpdateShareExportPolicyBodyRule) SetOrder(v UpdateShareExportPolicyBodyRuleGetOrderRetType) + func (o *UpdateShareExportPolicyBodyRule) SetReadOnly(v UpdateShareExportPolicyBodyRulegetReadOnlyRetType) + func (o *UpdateShareExportPolicyBodyRule) SetSetUuid(v UpdateShareExportPolicyBodyRulegetSetUuidRetType) + func (o *UpdateShareExportPolicyBodyRule) SetSuperUser(v UpdateShareExportPolicyBodyRulegetSuperUserRetType) + func (o *UpdateShareExportPolicyBodyRule) UnsetDescription() + func (o UpdateShareExportPolicyBodyRule) ToMap() (map[string]interface{}, error) + type UpdateShareExportPolicyBodyRuleGetDescriptionArgType = *string + type UpdateShareExportPolicyBodyRuleGetDescriptionAttributeType = *NullableString + type UpdateShareExportPolicyBodyRuleGetDescriptionRetType = *string + type UpdateShareExportPolicyBodyRuleGetIpAclArgType = []string + type UpdateShareExportPolicyBodyRuleGetIpAclAttributeType = *[]string + type UpdateShareExportPolicyBodyRuleGetIpAclRetType = []string + type UpdateShareExportPolicyBodyRuleGetOrderArgType = int64 + type UpdateShareExportPolicyBodyRuleGetOrderAttributeType = *int64 + type UpdateShareExportPolicyBodyRuleGetOrderRetType = int64 + type UpdateShareExportPolicyBodyRulegetReadOnlyArgType = bool + type UpdateShareExportPolicyBodyRulegetReadOnlyAttributeType = *bool + type UpdateShareExportPolicyBodyRulegetReadOnlyRetType = bool + type UpdateShareExportPolicyBodyRulegetSetUuidArgType = bool + type UpdateShareExportPolicyBodyRulegetSetUuidAttributeType = *bool + type UpdateShareExportPolicyBodyRulegetSetUuidRetType = bool + type UpdateShareExportPolicyBodyRulegetSuperUserArgType = bool + type UpdateShareExportPolicyBodyRulegetSuperUserAttributeType = *bool + type UpdateShareExportPolicyBodyRulegetSuperUserRetType = bool + type UpdateShareExportPolicyPayload struct + Labels UpdateShareExportPolicyPayloadGetLabelsAttributeType + Rules UpdateShareExportPolicyPayloadGetRulesAttributeType + func NewUpdateShareExportPolicyPayload() *UpdateShareExportPolicyPayload + func NewUpdateShareExportPolicyPayloadWithDefaults() *UpdateShareExportPolicyPayload + func (o *UpdateShareExportPolicyPayload) GetLabels() (res UpdateShareExportPolicyPayloadGetLabelsRetType) + func (o *UpdateShareExportPolicyPayload) GetLabelsOk() (ret UpdateShareExportPolicyPayloadGetLabelsRetType, ok bool) + func (o *UpdateShareExportPolicyPayload) GetRules() (res UpdateShareExportPolicyPayloadGetRulesRetType) + func (o *UpdateShareExportPolicyPayload) GetRulesOk() (ret UpdateShareExportPolicyPayloadGetRulesRetType, ok bool) + func (o *UpdateShareExportPolicyPayload) HasLabels() bool + func (o *UpdateShareExportPolicyPayload) HasRules() bool + func (o *UpdateShareExportPolicyPayload) SetLabels(v UpdateShareExportPolicyPayloadGetLabelsRetType) + func (o *UpdateShareExportPolicyPayload) SetRules(v UpdateShareExportPolicyPayloadGetRulesRetType) + func (o UpdateShareExportPolicyPayload) ToMap() (map[string]interface{}, error) + type UpdateShareExportPolicyPayloadGetLabelsArgType = map[string]string + type UpdateShareExportPolicyPayloadGetLabelsAttributeType = *map[string]string + type UpdateShareExportPolicyPayloadGetLabelsRetType = map[string]string + type UpdateShareExportPolicyPayloadGetRulesArgType = *[]UpdateShareExportPolicyBodyRule + type UpdateShareExportPolicyPayloadGetRulesAttributeType = *[]UpdateShareExportPolicyBodyRule + type UpdateShareExportPolicyPayloadGetRulesRetType = *[]UpdateShareExportPolicyBodyRule + type UpdateShareExportPolicyRequest struct + func (r UpdateShareExportPolicyRequest) Execute() (*UpdateShareExportPolicyResponse, error) + func (r UpdateShareExportPolicyRequest) UpdateShareExportPolicyPayload(updateShareExportPolicyPayload UpdateShareExportPolicyPayload) ApiUpdateShareExportPolicyRequest + type UpdateShareExportPolicyResponse struct + ShareExportPolicy UpdateShareExportPolicyResponseGetShareExportPolicyAttributeType + func NewUpdateShareExportPolicyResponse() *UpdateShareExportPolicyResponse + func NewUpdateShareExportPolicyResponseWithDefaults() *UpdateShareExportPolicyResponse + func (o *UpdateShareExportPolicyResponse) GetShareExportPolicy() (res UpdateShareExportPolicyResponseGetShareExportPolicyRetType) + func (o *UpdateShareExportPolicyResponse) GetShareExportPolicyOk() (ret UpdateShareExportPolicyResponseGetShareExportPolicyRetType, ok bool) + func (o *UpdateShareExportPolicyResponse) HasShareExportPolicy() bool + func (o *UpdateShareExportPolicyResponse) SetShareExportPolicy(v UpdateShareExportPolicyResponseGetShareExportPolicyRetType) + func (o UpdateShareExportPolicyResponse) ToMap() (map[string]interface{}, error) + type UpdateShareExportPolicyResponseGetShareExportPolicyArgType = ShareExportPolicy + type UpdateShareExportPolicyResponseGetShareExportPolicyAttributeType = *ShareExportPolicy + type UpdateShareExportPolicyResponseGetShareExportPolicyRetType = ShareExportPolicy + type UpdateSharePayload struct + ExportPolicyName UpdateSharePayloadGetExportPolicyNameAttributeType + Labels UpdateSharePayloadGetLabelsAttributeType + SpaceHardLimitGigabytes UpdateSharePayloadGetSpaceHardLimitGigabytesAttributeType + func NewUpdateSharePayload() *UpdateSharePayload + func NewUpdateSharePayloadWithDefaults() *UpdateSharePayload + func (o *UpdateSharePayload) GetExportPolicyName() (res UpdateSharePayloadGetExportPolicyNameRetType) + func (o *UpdateSharePayload) GetExportPolicyNameOk() (ret UpdateSharePayloadGetExportPolicyNameRetType, ok bool) + func (o *UpdateSharePayload) GetLabels() (res UpdateSharePayloadGetLabelsRetType) + func (o *UpdateSharePayload) GetLabelsOk() (ret UpdateSharePayloadGetLabelsRetType, ok bool) + func (o *UpdateSharePayload) GetSpaceHardLimitGigabytes() (res UpdateSharePayloadGetSpaceHardLimitGigabytesRetType) + func (o *UpdateSharePayload) GetSpaceHardLimitGigabytesOk() (ret UpdateSharePayloadGetSpaceHardLimitGigabytesRetType, ok bool) + func (o *UpdateSharePayload) HasExportPolicyName() bool + func (o *UpdateSharePayload) HasLabels() bool + func (o *UpdateSharePayload) HasSpaceHardLimitGigabytes() bool + func (o *UpdateSharePayload) SetExportPolicyName(v UpdateSharePayloadGetExportPolicyNameRetType) + func (o *UpdateSharePayload) SetExportPolicyNameNil() + func (o *UpdateSharePayload) SetLabels(v UpdateSharePayloadGetLabelsRetType) + func (o *UpdateSharePayload) SetSpaceHardLimitGigabytes(v UpdateSharePayloadGetSpaceHardLimitGigabytesRetType) + func (o *UpdateSharePayload) SetSpaceHardLimitGigabytesNil() + func (o *UpdateSharePayload) UnsetExportPolicyName() + func (o *UpdateSharePayload) UnsetSpaceHardLimitGigabytes() + func (o UpdateSharePayload) ToMap() (map[string]interface{}, error) + type UpdateSharePayloadGetExportPolicyNameArgType = *string + type UpdateSharePayloadGetExportPolicyNameAttributeType = *NullableString + type UpdateSharePayloadGetExportPolicyNameRetType = *string + type UpdateSharePayloadGetLabelsArgType = map[string]string + type UpdateSharePayloadGetLabelsAttributeType = *map[string]string + type UpdateSharePayloadGetLabelsRetType = map[string]string + type UpdateSharePayloadGetSpaceHardLimitGigabytesArgType = *int64 + type UpdateSharePayloadGetSpaceHardLimitGigabytesAttributeType = *int64 + type UpdateSharePayloadGetSpaceHardLimitGigabytesRetType = *int64 + type UpdateShareRequest struct + func (r UpdateShareRequest) Execute() (*UpdateShareResponse, error) + func (r UpdateShareRequest) UpdateSharePayload(updateSharePayload UpdateSharePayload) ApiUpdateShareRequest + type UpdateShareResponse struct + Share UpdateShareResponseGetShareAttributeType + func NewUpdateShareResponse() *UpdateShareResponse + func NewUpdateShareResponseWithDefaults() *UpdateShareResponse + func (o *UpdateShareResponse) GetShare() (res UpdateShareResponseGetShareRetType) + func (o *UpdateShareResponse) GetShareOk() (ret UpdateShareResponseGetShareRetType, ok bool) + func (o *UpdateShareResponse) HasShare() bool + func (o *UpdateShareResponse) SetShare(v UpdateShareResponseGetShareRetType) + func (o UpdateShareResponse) ToMap() (map[string]interface{}, error) + type UpdateShareResponseGetShareArgType = UpdateShareResponseShare + type UpdateShareResponseGetShareAttributeType = *UpdateShareResponseShare + type UpdateShareResponseGetShareRetType = UpdateShareResponseShare + type UpdateShareResponseShare struct + CreatedAt UpdateShareResponseShareGetCreatedAtAttributeType + ExportPolicy UpdateShareResponseShareGetExportPolicyAttributeType + Id UpdateShareResponseShareGetIdAttributeType + Labels UpdateShareResponseShareGetLabelsAttributeType + MountPath UpdateShareResponseShareGetMountPathAttributeType + Name UpdateShareResponseShareGetNameAttributeType + SpaceHardLimitGigabytes UpdateShareResponseShareGetSpaceHardLimitGigabytesAttributeType + State UpdateShareResponseShareGetStateAttributeType + func NewUpdateShareResponseShare() *UpdateShareResponseShare + func NewUpdateShareResponseShareWithDefaults() *UpdateShareResponseShare + func (o *UpdateShareResponseShare) GetCreatedAt() (res UpdateShareResponseShareGetCreatedAtRetType) + func (o *UpdateShareResponseShare) GetCreatedAtOk() (ret UpdateShareResponseShareGetCreatedAtRetType, ok bool) + func (o *UpdateShareResponseShare) GetExportPolicy() (res UpdateShareResponseShareGetExportPolicyRetType) + func (o *UpdateShareResponseShare) GetExportPolicyOk() (ret UpdateShareResponseShareGetExportPolicyRetType, ok bool) + func (o *UpdateShareResponseShare) GetId() (res UpdateShareResponseShareGetIdRetType) + func (o *UpdateShareResponseShare) GetIdOk() (ret UpdateShareResponseShareGetIdRetType, ok bool) + func (o *UpdateShareResponseShare) GetLabels() (res UpdateShareResponseShareGetLabelsRetType) + func (o *UpdateShareResponseShare) GetLabelsOk() (ret UpdateShareResponseShareGetLabelsRetType, ok bool) + func (o *UpdateShareResponseShare) GetMountPath() (res UpdateShareResponseShareGetMountPathRetType) + func (o *UpdateShareResponseShare) GetMountPathOk() (ret UpdateShareResponseShareGetMountPathRetType, ok bool) + func (o *UpdateShareResponseShare) GetName() (res UpdateShareResponseShareGetNameRetType) + func (o *UpdateShareResponseShare) GetNameOk() (ret UpdateShareResponseShareGetNameRetType, ok bool) + func (o *UpdateShareResponseShare) GetSpaceHardLimitGigabytes() (res UpdateShareResponseShareGetSpaceHardLimitGigabytesRetType) + func (o *UpdateShareResponseShare) GetSpaceHardLimitGigabytesOk() (ret UpdateShareResponseShareGetSpaceHardLimitGigabytesRetType, ok bool) + func (o *UpdateShareResponseShare) GetState() (res UpdateShareResponseShareGetStateRetType) + func (o *UpdateShareResponseShare) GetStateOk() (ret UpdateShareResponseShareGetStateRetType, ok bool) + func (o *UpdateShareResponseShare) HasCreatedAt() bool + func (o *UpdateShareResponseShare) HasExportPolicy() bool + func (o *UpdateShareResponseShare) HasId() bool + func (o *UpdateShareResponseShare) HasLabels() bool + func (o *UpdateShareResponseShare) HasMountPath() bool + func (o *UpdateShareResponseShare) HasName() bool + func (o *UpdateShareResponseShare) HasSpaceHardLimitGigabytes() bool + func (o *UpdateShareResponseShare) HasState() bool + func (o *UpdateShareResponseShare) SetCreatedAt(v UpdateShareResponseShareGetCreatedAtRetType) + func (o *UpdateShareResponseShare) SetExportPolicy(v UpdateShareResponseShareGetExportPolicyRetType) + func (o *UpdateShareResponseShare) SetExportPolicyNil() + func (o *UpdateShareResponseShare) SetId(v UpdateShareResponseShareGetIdRetType) + func (o *UpdateShareResponseShare) SetLabels(v UpdateShareResponseShareGetLabelsRetType) + func (o *UpdateShareResponseShare) SetMountPath(v UpdateShareResponseShareGetMountPathRetType) + func (o *UpdateShareResponseShare) SetName(v UpdateShareResponseShareGetNameRetType) + func (o *UpdateShareResponseShare) SetSpaceHardLimitGigabytes(v UpdateShareResponseShareGetSpaceHardLimitGigabytesRetType) + func (o *UpdateShareResponseShare) SetState(v UpdateShareResponseShareGetStateRetType) + func (o *UpdateShareResponseShare) UnsetExportPolicy() + func (o UpdateShareResponseShare) ToMap() (map[string]interface{}, error) + type UpdateShareResponseShareGetCreatedAtArgType = time.Time + type UpdateShareResponseShareGetCreatedAtAttributeType = *time.Time + type UpdateShareResponseShareGetCreatedAtRetType = time.Time + type UpdateShareResponseShareGetExportPolicyArgType = *NullableShareExportPolicy + type UpdateShareResponseShareGetExportPolicyAttributeType = *NullableShareExportPolicy + type UpdateShareResponseShareGetExportPolicyRetType = *NullableShareExportPolicy + type UpdateShareResponseShareGetIdArgType = string + type UpdateShareResponseShareGetIdAttributeType = *string + type UpdateShareResponseShareGetIdRetType = string + type UpdateShareResponseShareGetLabelsArgType = map[string]string + type UpdateShareResponseShareGetLabelsAttributeType = *map[string]string + type UpdateShareResponseShareGetLabelsRetType = map[string]string + type UpdateShareResponseShareGetMountPathArgType = string + type UpdateShareResponseShareGetMountPathAttributeType = *string + type UpdateShareResponseShareGetMountPathRetType = string + type UpdateShareResponseShareGetNameArgType = string + type UpdateShareResponseShareGetNameAttributeType = *string + type UpdateShareResponseShareGetNameRetType = string + type UpdateShareResponseShareGetSpaceHardLimitGigabytesArgType = int64 + type UpdateShareResponseShareGetSpaceHardLimitGigabytesAttributeType = *int64 + type UpdateShareResponseShareGetSpaceHardLimitGigabytesRetType = int64 + type UpdateShareResponseShareGetStateArgType = string + type UpdateShareResponseShareGetStateAttributeType = *string + type UpdateShareResponseShareGetStateRetType = string + type ValidationError struct + ErrorDescription ValidationErrorGetErrorDescriptionAttributeType + Fields ValidationErrorGetFieldsAttributeType + Title ValidationErrorGetTitleAttributeType + Type ValidationErrorGetTypeAttributeType + func NewValidationError(title ValidationErrorGetTitleArgType, types ValidationErrorGetTypeArgType, ...) *ValidationError + func NewValidationErrorWithDefaults() *ValidationError + func (o *ValidationError) GetErrorDescription() (res ValidationErrorGetErrorDescriptionRetType) + func (o *ValidationError) GetErrorDescriptionOk() (ret ValidationErrorGetErrorDescriptionRetType, ok bool) + func (o *ValidationError) GetFields() (ret ValidationErrorGetFieldsRetType) + func (o *ValidationError) GetFieldsOk() (ret ValidationErrorGetFieldsRetType, ok bool) + func (o *ValidationError) GetTitle() (ret ValidationErrorGetTitleRetType) + func (o *ValidationError) GetTitleOk() (ret ValidationErrorGetTitleRetType, ok bool) + func (o *ValidationError) GetType() (ret ValidationErrorGetTypeRetType) + func (o *ValidationError) GetTypeOk() (ret ValidationErrorGetTypeRetType, ok bool) + func (o *ValidationError) HasErrorDescription() bool + func (o *ValidationError) SetErrorDescription(v ValidationErrorGetErrorDescriptionRetType) + func (o *ValidationError) SetFields(v ValidationErrorGetFieldsRetType) + func (o *ValidationError) SetTitle(v ValidationErrorGetTitleRetType) + func (o *ValidationError) SetType(v ValidationErrorGetTypeRetType) + func (o ValidationError) ToMap() (map[string]interface{}, error) + type ValidationErrorAllOf struct + Fields ValidationErrorAllOfGetFieldsAttributeType + func NewValidationErrorAllOf(fields ValidationErrorAllOfGetFieldsArgType) *ValidationErrorAllOf + func NewValidationErrorAllOfWithDefaults() *ValidationErrorAllOf + func (o *ValidationErrorAllOf) GetFields() (ret ValidationErrorAllOfGetFieldsRetType) + func (o *ValidationErrorAllOf) GetFieldsOk() (ret ValidationErrorAllOfGetFieldsRetType, ok bool) + func (o *ValidationErrorAllOf) SetFields(v ValidationErrorAllOfGetFieldsRetType) + func (o ValidationErrorAllOf) ToMap() (map[string]interface{}, error) + type ValidationErrorAllOfGetFieldsArgType = []ValidationErrorField + type ValidationErrorAllOfGetFieldsAttributeType = *[]ValidationErrorField + type ValidationErrorAllOfGetFieldsRetType = []ValidationErrorField + type ValidationErrorField struct + Field ValidationErrorFieldGetFieldAttributeType + Reason ValidationErrorFieldGetReasonAttributeType + func NewValidationErrorField(field ValidationErrorFieldGetFieldArgType, ...) *ValidationErrorField + func NewValidationErrorFieldWithDefaults() *ValidationErrorField + func (o *ValidationErrorField) GetField() (ret ValidationErrorFieldGetFieldRetType) + func (o *ValidationErrorField) GetFieldOk() (ret ValidationErrorFieldGetFieldRetType, ok bool) + func (o *ValidationErrorField) GetReason() (ret ValidationErrorFieldGetReasonRetType) + func (o *ValidationErrorField) GetReasonOk() (ret ValidationErrorFieldGetReasonRetType, ok bool) + func (o *ValidationErrorField) SetField(v ValidationErrorFieldGetFieldRetType) + func (o *ValidationErrorField) SetReason(v ValidationErrorFieldGetReasonRetType) + func (o ValidationErrorField) ToMap() (map[string]interface{}, error) + type ValidationErrorFieldGetFieldArgType = string + type ValidationErrorFieldGetFieldAttributeType = *string + type ValidationErrorFieldGetFieldRetType = string + type ValidationErrorFieldGetReasonArgType = string + type ValidationErrorFieldGetReasonAttributeType = *string + type ValidationErrorFieldGetReasonRetType = string + type ValidationErrorGetErrorDescriptionArgType = any + type ValidationErrorGetErrorDescriptionAttributeType = any + type ValidationErrorGetErrorDescriptionRetType = any + type ValidationErrorGetFieldsArgType = []ValidationErrorField + type ValidationErrorGetFieldsAttributeType = *[]ValidationErrorField + type ValidationErrorGetFieldsRetType = []ValidationErrorField + type ValidationErrorGetTitleArgType = string + type ValidationErrorGetTitleAttributeType = *string + type ValidationErrorGetTitleRetType = string + type ValidationErrorGetTypeArgType = string + type ValidationErrorGetTypeAttributeType = *string + type ValidationErrorGetTypeRetType = string