Documentation
¶
Index ¶
- type Client
- func (a *Client) ListAzureAvailabilityZonesNoCredentialsV2(params *ListAzureAvailabilityZonesNoCredentialsV2Params, ...) (*ListAzureAvailabilityZonesNoCredentialsV2OK, error)
- func (a *Client) ListAzureResourceGroups(params *ListAzureResourceGroupsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListAzureResourceGroupsOK, error)
- func (a *Client) ListAzureRouteTables(params *ListAzureRouteTablesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListAzureRouteTablesOK, error)
- func (a *Client) ListAzureSecurityGroups(params *ListAzureSecurityGroupsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListAzureSecurityGroupsOK, error)
- func (a *Client) ListAzureSizesNoCredentialsV2(params *ListAzureSizesNoCredentialsV2Params, ...) (*ListAzureSizesNoCredentialsV2OK, error)
- func (a *Client) ListAzureSubnets(params *ListAzureSubnetsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListAzureSubnetsOK, error)
- func (a *Client) ListAzureVnets(params *ListAzureVnetsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListAzureVnetsOK, error)
- func (a *Client) ListProjectAzureAvailabilityZones(params *ListProjectAzureAvailabilityZonesParams, ...) (*ListProjectAzureAvailabilityZonesOK, error)
- func (a *Client) ListProjectAzureResourceGroups(params *ListProjectAzureResourceGroupsParams, ...) (*ListProjectAzureResourceGroupsOK, error)
- func (a *Client) ListProjectAzureRouteTables(params *ListProjectAzureRouteTablesParams, ...) (*ListProjectAzureRouteTablesOK, error)
- func (a *Client) ListProjectAzureSecurityGroups(params *ListProjectAzureSecurityGroupsParams, ...) (*ListProjectAzureSecurityGroupsOK, error)
- func (a *Client) ListProjectAzureSizes(params *ListProjectAzureSizesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListProjectAzureSizesOK, error)
- func (a *Client) ListProjectAzureSubnets(params *ListProjectAzureSubnetsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListProjectAzureSubnetsOK, error)
- func (a *Client) ListProjectAzureVnets(params *ListProjectAzureVnetsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListProjectAzureVnetsOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type ListAzureAvailabilityZonesNoCredentialsV2Default
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Default) Code() int
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Default) Error() string
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Default) GetPayload() *models.ErrorResponse
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Default) IsClientError() bool
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Default) IsCode(code int) bool
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Default) IsRedirect() bool
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Default) IsServerError() bool
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Default) IsSuccess() bool
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Default) String() string
- type ListAzureAvailabilityZonesNoCredentialsV2OK
- func (o *ListAzureAvailabilityZonesNoCredentialsV2OK) Error() string
- func (o *ListAzureAvailabilityZonesNoCredentialsV2OK) GetPayload() *models.AzureAvailabilityZonesList
- func (o *ListAzureAvailabilityZonesNoCredentialsV2OK) IsClientError() bool
- func (o *ListAzureAvailabilityZonesNoCredentialsV2OK) IsCode(code int) bool
- func (o *ListAzureAvailabilityZonesNoCredentialsV2OK) IsRedirect() bool
- func (o *ListAzureAvailabilityZonesNoCredentialsV2OK) IsServerError() bool
- func (o *ListAzureAvailabilityZonesNoCredentialsV2OK) IsSuccess() bool
- func (o *ListAzureAvailabilityZonesNoCredentialsV2OK) String() string
- type ListAzureAvailabilityZonesNoCredentialsV2Params
- func NewListAzureAvailabilityZonesNoCredentialsV2Params() *ListAzureAvailabilityZonesNoCredentialsV2Params
- func NewListAzureAvailabilityZonesNoCredentialsV2ParamsWithContext(ctx context.Context) *ListAzureAvailabilityZonesNoCredentialsV2Params
- func NewListAzureAvailabilityZonesNoCredentialsV2ParamsWithHTTPClient(client *http.Client) *ListAzureAvailabilityZonesNoCredentialsV2Params
- func NewListAzureAvailabilityZonesNoCredentialsV2ParamsWithTimeout(timeout time.Duration) *ListAzureAvailabilityZonesNoCredentialsV2Params
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) SetClusterID(clusterID string)
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) SetContext(ctx context.Context)
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) SetDefaults()
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) SetHTTPClient(client *http.Client)
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) SetProjectID(projectID string)
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) SetSKUName(sKUName *string)
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) SetTimeout(timeout time.Duration)
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) WithClusterID(clusterID string) *ListAzureAvailabilityZonesNoCredentialsV2Params
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) WithContext(ctx context.Context) *ListAzureAvailabilityZonesNoCredentialsV2Params
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) WithDefaults() *ListAzureAvailabilityZonesNoCredentialsV2Params
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) WithHTTPClient(client *http.Client) *ListAzureAvailabilityZonesNoCredentialsV2Params
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) WithProjectID(projectID string) *ListAzureAvailabilityZonesNoCredentialsV2Params
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) WithSKUName(sKUName *string) *ListAzureAvailabilityZonesNoCredentialsV2Params
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) WithTimeout(timeout time.Duration) *ListAzureAvailabilityZonesNoCredentialsV2Params
- func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAzureAvailabilityZonesNoCredentialsV2Reader
- type ListAzureResourceGroupsDefault
- func (o *ListAzureResourceGroupsDefault) Code() int
- func (o *ListAzureResourceGroupsDefault) Error() string
- func (o *ListAzureResourceGroupsDefault) GetPayload() *models.ErrorResponse
- func (o *ListAzureResourceGroupsDefault) IsClientError() bool
- func (o *ListAzureResourceGroupsDefault) IsCode(code int) bool
- func (o *ListAzureResourceGroupsDefault) IsRedirect() bool
- func (o *ListAzureResourceGroupsDefault) IsServerError() bool
- func (o *ListAzureResourceGroupsDefault) IsSuccess() bool
- func (o *ListAzureResourceGroupsDefault) String() string
- type ListAzureResourceGroupsOK
- func (o *ListAzureResourceGroupsOK) Error() string
- func (o *ListAzureResourceGroupsOK) GetPayload() *models.AzureResourceGroupsList
- func (o *ListAzureResourceGroupsOK) IsClientError() bool
- func (o *ListAzureResourceGroupsOK) IsCode(code int) bool
- func (o *ListAzureResourceGroupsOK) IsRedirect() bool
- func (o *ListAzureResourceGroupsOK) IsServerError() bool
- func (o *ListAzureResourceGroupsOK) IsSuccess() bool
- func (o *ListAzureResourceGroupsOK) String() string
- type ListAzureResourceGroupsParams
- func NewListAzureResourceGroupsParams() *ListAzureResourceGroupsParams
- func NewListAzureResourceGroupsParamsWithContext(ctx context.Context) *ListAzureResourceGroupsParams
- func NewListAzureResourceGroupsParamsWithHTTPClient(client *http.Client) *ListAzureResourceGroupsParams
- func NewListAzureResourceGroupsParamsWithTimeout(timeout time.Duration) *ListAzureResourceGroupsParams
- func (o *ListAzureResourceGroupsParams) SetClientID(clientID *string)
- func (o *ListAzureResourceGroupsParams) SetClientSecret(clientSecret *string)
- func (o *ListAzureResourceGroupsParams) SetContext(ctx context.Context)
- func (o *ListAzureResourceGroupsParams) SetCredential(credential *string)
- func (o *ListAzureResourceGroupsParams) SetDefaults()
- func (o *ListAzureResourceGroupsParams) SetHTTPClient(client *http.Client)
- func (o *ListAzureResourceGroupsParams) SetLocation(location *string)
- func (o *ListAzureResourceGroupsParams) SetSubscriptionID(subscriptionID *string)
- func (o *ListAzureResourceGroupsParams) SetTenantID(tenantID *string)
- func (o *ListAzureResourceGroupsParams) SetTimeout(timeout time.Duration)
- func (o *ListAzureResourceGroupsParams) WithClientID(clientID *string) *ListAzureResourceGroupsParams
- func (o *ListAzureResourceGroupsParams) WithClientSecret(clientSecret *string) *ListAzureResourceGroupsParams
- func (o *ListAzureResourceGroupsParams) WithContext(ctx context.Context) *ListAzureResourceGroupsParams
- func (o *ListAzureResourceGroupsParams) WithCredential(credential *string) *ListAzureResourceGroupsParams
- func (o *ListAzureResourceGroupsParams) WithDefaults() *ListAzureResourceGroupsParams
- func (o *ListAzureResourceGroupsParams) WithHTTPClient(client *http.Client) *ListAzureResourceGroupsParams
- func (o *ListAzureResourceGroupsParams) WithLocation(location *string) *ListAzureResourceGroupsParams
- func (o *ListAzureResourceGroupsParams) WithSubscriptionID(subscriptionID *string) *ListAzureResourceGroupsParams
- func (o *ListAzureResourceGroupsParams) WithTenantID(tenantID *string) *ListAzureResourceGroupsParams
- func (o *ListAzureResourceGroupsParams) WithTimeout(timeout time.Duration) *ListAzureResourceGroupsParams
- func (o *ListAzureResourceGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAzureResourceGroupsReader
- type ListAzureRouteTablesDefault
- func (o *ListAzureRouteTablesDefault) Code() int
- func (o *ListAzureRouteTablesDefault) Error() string
- func (o *ListAzureRouteTablesDefault) GetPayload() *models.ErrorResponse
- func (o *ListAzureRouteTablesDefault) IsClientError() bool
- func (o *ListAzureRouteTablesDefault) IsCode(code int) bool
- func (o *ListAzureRouteTablesDefault) IsRedirect() bool
- func (o *ListAzureRouteTablesDefault) IsServerError() bool
- func (o *ListAzureRouteTablesDefault) IsSuccess() bool
- func (o *ListAzureRouteTablesDefault) String() string
- type ListAzureRouteTablesOK
- func (o *ListAzureRouteTablesOK) Error() string
- func (o *ListAzureRouteTablesOK) GetPayload() *models.AzureRouteTablesList
- func (o *ListAzureRouteTablesOK) IsClientError() bool
- func (o *ListAzureRouteTablesOK) IsCode(code int) bool
- func (o *ListAzureRouteTablesOK) IsRedirect() bool
- func (o *ListAzureRouteTablesOK) IsServerError() bool
- func (o *ListAzureRouteTablesOK) IsSuccess() bool
- func (o *ListAzureRouteTablesOK) String() string
- type ListAzureRouteTablesParams
- func NewListAzureRouteTablesParams() *ListAzureRouteTablesParams
- func NewListAzureRouteTablesParamsWithContext(ctx context.Context) *ListAzureRouteTablesParams
- func NewListAzureRouteTablesParamsWithHTTPClient(client *http.Client) *ListAzureRouteTablesParams
- func NewListAzureRouteTablesParamsWithTimeout(timeout time.Duration) *ListAzureRouteTablesParams
- func (o *ListAzureRouteTablesParams) SetClientID(clientID *string)
- func (o *ListAzureRouteTablesParams) SetClientSecret(clientSecret *string)
- func (o *ListAzureRouteTablesParams) SetContext(ctx context.Context)
- func (o *ListAzureRouteTablesParams) SetCredential(credential *string)
- func (o *ListAzureRouteTablesParams) SetDefaults()
- func (o *ListAzureRouteTablesParams) SetHTTPClient(client *http.Client)
- func (o *ListAzureRouteTablesParams) SetLocation(location *string)
- func (o *ListAzureRouteTablesParams) SetResourceGroup(resourceGroup *string)
- func (o *ListAzureRouteTablesParams) SetSubscriptionID(subscriptionID *string)
- func (o *ListAzureRouteTablesParams) SetTenantID(tenantID *string)
- func (o *ListAzureRouteTablesParams) SetTimeout(timeout time.Duration)
- func (o *ListAzureRouteTablesParams) WithClientID(clientID *string) *ListAzureRouteTablesParams
- func (o *ListAzureRouteTablesParams) WithClientSecret(clientSecret *string) *ListAzureRouteTablesParams
- func (o *ListAzureRouteTablesParams) WithContext(ctx context.Context) *ListAzureRouteTablesParams
- func (o *ListAzureRouteTablesParams) WithCredential(credential *string) *ListAzureRouteTablesParams
- func (o *ListAzureRouteTablesParams) WithDefaults() *ListAzureRouteTablesParams
- func (o *ListAzureRouteTablesParams) WithHTTPClient(client *http.Client) *ListAzureRouteTablesParams
- func (o *ListAzureRouteTablesParams) WithLocation(location *string) *ListAzureRouteTablesParams
- func (o *ListAzureRouteTablesParams) WithResourceGroup(resourceGroup *string) *ListAzureRouteTablesParams
- func (o *ListAzureRouteTablesParams) WithSubscriptionID(subscriptionID *string) *ListAzureRouteTablesParams
- func (o *ListAzureRouteTablesParams) WithTenantID(tenantID *string) *ListAzureRouteTablesParams
- func (o *ListAzureRouteTablesParams) WithTimeout(timeout time.Duration) *ListAzureRouteTablesParams
- func (o *ListAzureRouteTablesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAzureRouteTablesReader
- type ListAzureSecurityGroupsDefault
- func (o *ListAzureSecurityGroupsDefault) Code() int
- func (o *ListAzureSecurityGroupsDefault) Error() string
- func (o *ListAzureSecurityGroupsDefault) GetPayload() *models.ErrorResponse
- func (o *ListAzureSecurityGroupsDefault) IsClientError() bool
- func (o *ListAzureSecurityGroupsDefault) IsCode(code int) bool
- func (o *ListAzureSecurityGroupsDefault) IsRedirect() bool
- func (o *ListAzureSecurityGroupsDefault) IsServerError() bool
- func (o *ListAzureSecurityGroupsDefault) IsSuccess() bool
- func (o *ListAzureSecurityGroupsDefault) String() string
- type ListAzureSecurityGroupsOK
- func (o *ListAzureSecurityGroupsOK) Error() string
- func (o *ListAzureSecurityGroupsOK) GetPayload() *models.AzureSecurityGroupsList
- func (o *ListAzureSecurityGroupsOK) IsClientError() bool
- func (o *ListAzureSecurityGroupsOK) IsCode(code int) bool
- func (o *ListAzureSecurityGroupsOK) IsRedirect() bool
- func (o *ListAzureSecurityGroupsOK) IsServerError() bool
- func (o *ListAzureSecurityGroupsOK) IsSuccess() bool
- func (o *ListAzureSecurityGroupsOK) String() string
- type ListAzureSecurityGroupsParams
- func NewListAzureSecurityGroupsParams() *ListAzureSecurityGroupsParams
- func NewListAzureSecurityGroupsParamsWithContext(ctx context.Context) *ListAzureSecurityGroupsParams
- func NewListAzureSecurityGroupsParamsWithHTTPClient(client *http.Client) *ListAzureSecurityGroupsParams
- func NewListAzureSecurityGroupsParamsWithTimeout(timeout time.Duration) *ListAzureSecurityGroupsParams
- func (o *ListAzureSecurityGroupsParams) SetClientID(clientID *string)
- func (o *ListAzureSecurityGroupsParams) SetClientSecret(clientSecret *string)
- func (o *ListAzureSecurityGroupsParams) SetContext(ctx context.Context)
- func (o *ListAzureSecurityGroupsParams) SetCredential(credential *string)
- func (o *ListAzureSecurityGroupsParams) SetDefaults()
- func (o *ListAzureSecurityGroupsParams) SetHTTPClient(client *http.Client)
- func (o *ListAzureSecurityGroupsParams) SetLocation(location *string)
- func (o *ListAzureSecurityGroupsParams) SetResourceGroup(resourceGroup *string)
- func (o *ListAzureSecurityGroupsParams) SetSubscriptionID(subscriptionID *string)
- func (o *ListAzureSecurityGroupsParams) SetTenantID(tenantID *string)
- func (o *ListAzureSecurityGroupsParams) SetTimeout(timeout time.Duration)
- func (o *ListAzureSecurityGroupsParams) WithClientID(clientID *string) *ListAzureSecurityGroupsParams
- func (o *ListAzureSecurityGroupsParams) WithClientSecret(clientSecret *string) *ListAzureSecurityGroupsParams
- func (o *ListAzureSecurityGroupsParams) WithContext(ctx context.Context) *ListAzureSecurityGroupsParams
- func (o *ListAzureSecurityGroupsParams) WithCredential(credential *string) *ListAzureSecurityGroupsParams
- func (o *ListAzureSecurityGroupsParams) WithDefaults() *ListAzureSecurityGroupsParams
- func (o *ListAzureSecurityGroupsParams) WithHTTPClient(client *http.Client) *ListAzureSecurityGroupsParams
- func (o *ListAzureSecurityGroupsParams) WithLocation(location *string) *ListAzureSecurityGroupsParams
- func (o *ListAzureSecurityGroupsParams) WithResourceGroup(resourceGroup *string) *ListAzureSecurityGroupsParams
- func (o *ListAzureSecurityGroupsParams) WithSubscriptionID(subscriptionID *string) *ListAzureSecurityGroupsParams
- func (o *ListAzureSecurityGroupsParams) WithTenantID(tenantID *string) *ListAzureSecurityGroupsParams
- func (o *ListAzureSecurityGroupsParams) WithTimeout(timeout time.Duration) *ListAzureSecurityGroupsParams
- func (o *ListAzureSecurityGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAzureSecurityGroupsReader
- type ListAzureSizesNoCredentialsV2Default
- func (o *ListAzureSizesNoCredentialsV2Default) Code() int
- func (o *ListAzureSizesNoCredentialsV2Default) Error() string
- func (o *ListAzureSizesNoCredentialsV2Default) GetPayload() *models.ErrorResponse
- func (o *ListAzureSizesNoCredentialsV2Default) IsClientError() bool
- func (o *ListAzureSizesNoCredentialsV2Default) IsCode(code int) bool
- func (o *ListAzureSizesNoCredentialsV2Default) IsRedirect() bool
- func (o *ListAzureSizesNoCredentialsV2Default) IsServerError() bool
- func (o *ListAzureSizesNoCredentialsV2Default) IsSuccess() bool
- func (o *ListAzureSizesNoCredentialsV2Default) String() string
- type ListAzureSizesNoCredentialsV2OK
- func (o *ListAzureSizesNoCredentialsV2OK) Error() string
- func (o *ListAzureSizesNoCredentialsV2OK) GetPayload() models.AzureSizeList
- func (o *ListAzureSizesNoCredentialsV2OK) IsClientError() bool
- func (o *ListAzureSizesNoCredentialsV2OK) IsCode(code int) bool
- func (o *ListAzureSizesNoCredentialsV2OK) IsRedirect() bool
- func (o *ListAzureSizesNoCredentialsV2OK) IsServerError() bool
- func (o *ListAzureSizesNoCredentialsV2OK) IsSuccess() bool
- func (o *ListAzureSizesNoCredentialsV2OK) String() string
- type ListAzureSizesNoCredentialsV2Params
- func NewListAzureSizesNoCredentialsV2Params() *ListAzureSizesNoCredentialsV2Params
- func NewListAzureSizesNoCredentialsV2ParamsWithContext(ctx context.Context) *ListAzureSizesNoCredentialsV2Params
- func NewListAzureSizesNoCredentialsV2ParamsWithHTTPClient(client *http.Client) *ListAzureSizesNoCredentialsV2Params
- func NewListAzureSizesNoCredentialsV2ParamsWithTimeout(timeout time.Duration) *ListAzureSizesNoCredentialsV2Params
- func (o *ListAzureSizesNoCredentialsV2Params) SetClusterID(clusterID string)
- func (o *ListAzureSizesNoCredentialsV2Params) SetContext(ctx context.Context)
- func (o *ListAzureSizesNoCredentialsV2Params) SetDefaults()
- func (o *ListAzureSizesNoCredentialsV2Params) SetHTTPClient(client *http.Client)
- func (o *ListAzureSizesNoCredentialsV2Params) SetProjectID(projectID string)
- func (o *ListAzureSizesNoCredentialsV2Params) SetTimeout(timeout time.Duration)
- func (o *ListAzureSizesNoCredentialsV2Params) WithClusterID(clusterID string) *ListAzureSizesNoCredentialsV2Params
- func (o *ListAzureSizesNoCredentialsV2Params) WithContext(ctx context.Context) *ListAzureSizesNoCredentialsV2Params
- func (o *ListAzureSizesNoCredentialsV2Params) WithDefaults() *ListAzureSizesNoCredentialsV2Params
- func (o *ListAzureSizesNoCredentialsV2Params) WithHTTPClient(client *http.Client) *ListAzureSizesNoCredentialsV2Params
- func (o *ListAzureSizesNoCredentialsV2Params) WithProjectID(projectID string) *ListAzureSizesNoCredentialsV2Params
- func (o *ListAzureSizesNoCredentialsV2Params) WithTimeout(timeout time.Duration) *ListAzureSizesNoCredentialsV2Params
- func (o *ListAzureSizesNoCredentialsV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAzureSizesNoCredentialsV2Reader
- type ListAzureSubnetsDefault
- func (o *ListAzureSubnetsDefault) Code() int
- func (o *ListAzureSubnetsDefault) Error() string
- func (o *ListAzureSubnetsDefault) GetPayload() *models.ErrorResponse
- func (o *ListAzureSubnetsDefault) IsClientError() bool
- func (o *ListAzureSubnetsDefault) IsCode(code int) bool
- func (o *ListAzureSubnetsDefault) IsRedirect() bool
- func (o *ListAzureSubnetsDefault) IsServerError() bool
- func (o *ListAzureSubnetsDefault) IsSuccess() bool
- func (o *ListAzureSubnetsDefault) String() string
- type ListAzureSubnetsOK
- func (o *ListAzureSubnetsOK) Error() string
- func (o *ListAzureSubnetsOK) GetPayload() *models.AzureSubnetsList
- func (o *ListAzureSubnetsOK) IsClientError() bool
- func (o *ListAzureSubnetsOK) IsCode(code int) bool
- func (o *ListAzureSubnetsOK) IsRedirect() bool
- func (o *ListAzureSubnetsOK) IsServerError() bool
- func (o *ListAzureSubnetsOK) IsSuccess() bool
- func (o *ListAzureSubnetsOK) String() string
- type ListAzureSubnetsParams
- func NewListAzureSubnetsParams() *ListAzureSubnetsParams
- func NewListAzureSubnetsParamsWithContext(ctx context.Context) *ListAzureSubnetsParams
- func NewListAzureSubnetsParamsWithHTTPClient(client *http.Client) *ListAzureSubnetsParams
- func NewListAzureSubnetsParamsWithTimeout(timeout time.Duration) *ListAzureSubnetsParams
- func (o *ListAzureSubnetsParams) SetClientID(clientID *string)
- func (o *ListAzureSubnetsParams) SetClientSecret(clientSecret *string)
- func (o *ListAzureSubnetsParams) SetContext(ctx context.Context)
- func (o *ListAzureSubnetsParams) SetCredential(credential *string)
- func (o *ListAzureSubnetsParams) SetDefaults()
- func (o *ListAzureSubnetsParams) SetHTTPClient(client *http.Client)
- func (o *ListAzureSubnetsParams) SetResourceGroup(resourceGroup *string)
- func (o *ListAzureSubnetsParams) SetSubscriptionID(subscriptionID *string)
- func (o *ListAzureSubnetsParams) SetTenantID(tenantID *string)
- func (o *ListAzureSubnetsParams) SetTimeout(timeout time.Duration)
- func (o *ListAzureSubnetsParams) SetVirtualNetwork(virtualNetwork *string)
- func (o *ListAzureSubnetsParams) WithClientID(clientID *string) *ListAzureSubnetsParams
- func (o *ListAzureSubnetsParams) WithClientSecret(clientSecret *string) *ListAzureSubnetsParams
- func (o *ListAzureSubnetsParams) WithContext(ctx context.Context) *ListAzureSubnetsParams
- func (o *ListAzureSubnetsParams) WithCredential(credential *string) *ListAzureSubnetsParams
- func (o *ListAzureSubnetsParams) WithDefaults() *ListAzureSubnetsParams
- func (o *ListAzureSubnetsParams) WithHTTPClient(client *http.Client) *ListAzureSubnetsParams
- func (o *ListAzureSubnetsParams) WithResourceGroup(resourceGroup *string) *ListAzureSubnetsParams
- func (o *ListAzureSubnetsParams) WithSubscriptionID(subscriptionID *string) *ListAzureSubnetsParams
- func (o *ListAzureSubnetsParams) WithTenantID(tenantID *string) *ListAzureSubnetsParams
- func (o *ListAzureSubnetsParams) WithTimeout(timeout time.Duration) *ListAzureSubnetsParams
- func (o *ListAzureSubnetsParams) WithVirtualNetwork(virtualNetwork *string) *ListAzureSubnetsParams
- func (o *ListAzureSubnetsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAzureSubnetsReader
- type ListAzureVnetsDefault
- func (o *ListAzureVnetsDefault) Code() int
- func (o *ListAzureVnetsDefault) Error() string
- func (o *ListAzureVnetsDefault) GetPayload() *models.ErrorResponse
- func (o *ListAzureVnetsDefault) IsClientError() bool
- func (o *ListAzureVnetsDefault) IsCode(code int) bool
- func (o *ListAzureVnetsDefault) IsRedirect() bool
- func (o *ListAzureVnetsDefault) IsServerError() bool
- func (o *ListAzureVnetsDefault) IsSuccess() bool
- func (o *ListAzureVnetsDefault) String() string
- type ListAzureVnetsOK
- func (o *ListAzureVnetsOK) Error() string
- func (o *ListAzureVnetsOK) GetPayload() *models.AzureVirtualNetworksList
- func (o *ListAzureVnetsOK) IsClientError() bool
- func (o *ListAzureVnetsOK) IsCode(code int) bool
- func (o *ListAzureVnetsOK) IsRedirect() bool
- func (o *ListAzureVnetsOK) IsServerError() bool
- func (o *ListAzureVnetsOK) IsSuccess() bool
- func (o *ListAzureVnetsOK) String() string
- type ListAzureVnetsParams
- func NewListAzureVnetsParams() *ListAzureVnetsParams
- func NewListAzureVnetsParamsWithContext(ctx context.Context) *ListAzureVnetsParams
- func NewListAzureVnetsParamsWithHTTPClient(client *http.Client) *ListAzureVnetsParams
- func NewListAzureVnetsParamsWithTimeout(timeout time.Duration) *ListAzureVnetsParams
- func (o *ListAzureVnetsParams) SetClientID(clientID *string)
- func (o *ListAzureVnetsParams) SetClientSecret(clientSecret *string)
- func (o *ListAzureVnetsParams) SetContext(ctx context.Context)
- func (o *ListAzureVnetsParams) SetCredential(credential *string)
- func (o *ListAzureVnetsParams) SetDefaults()
- func (o *ListAzureVnetsParams) SetHTTPClient(client *http.Client)
- func (o *ListAzureVnetsParams) SetLocation(location *string)
- func (o *ListAzureVnetsParams) SetResourceGroup(resourceGroup *string)
- func (o *ListAzureVnetsParams) SetSubscriptionID(subscriptionID *string)
- func (o *ListAzureVnetsParams) SetTenantID(tenantID *string)
- func (o *ListAzureVnetsParams) SetTimeout(timeout time.Duration)
- func (o *ListAzureVnetsParams) WithClientID(clientID *string) *ListAzureVnetsParams
- func (o *ListAzureVnetsParams) WithClientSecret(clientSecret *string) *ListAzureVnetsParams
- func (o *ListAzureVnetsParams) WithContext(ctx context.Context) *ListAzureVnetsParams
- func (o *ListAzureVnetsParams) WithCredential(credential *string) *ListAzureVnetsParams
- func (o *ListAzureVnetsParams) WithDefaults() *ListAzureVnetsParams
- func (o *ListAzureVnetsParams) WithHTTPClient(client *http.Client) *ListAzureVnetsParams
- func (o *ListAzureVnetsParams) WithLocation(location *string) *ListAzureVnetsParams
- func (o *ListAzureVnetsParams) WithResourceGroup(resourceGroup *string) *ListAzureVnetsParams
- func (o *ListAzureVnetsParams) WithSubscriptionID(subscriptionID *string) *ListAzureVnetsParams
- func (o *ListAzureVnetsParams) WithTenantID(tenantID *string) *ListAzureVnetsParams
- func (o *ListAzureVnetsParams) WithTimeout(timeout time.Duration) *ListAzureVnetsParams
- func (o *ListAzureVnetsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAzureVnetsReader
- type ListProjectAzureAvailabilityZonesDefault
- func (o *ListProjectAzureAvailabilityZonesDefault) Code() int
- func (o *ListProjectAzureAvailabilityZonesDefault) Error() string
- func (o *ListProjectAzureAvailabilityZonesDefault) GetPayload() *models.ErrorResponse
- func (o *ListProjectAzureAvailabilityZonesDefault) IsClientError() bool
- func (o *ListProjectAzureAvailabilityZonesDefault) IsCode(code int) bool
- func (o *ListProjectAzureAvailabilityZonesDefault) IsRedirect() bool
- func (o *ListProjectAzureAvailabilityZonesDefault) IsServerError() bool
- func (o *ListProjectAzureAvailabilityZonesDefault) IsSuccess() bool
- func (o *ListProjectAzureAvailabilityZonesDefault) String() string
- type ListProjectAzureAvailabilityZonesOK
- func (o *ListProjectAzureAvailabilityZonesOK) Error() string
- func (o *ListProjectAzureAvailabilityZonesOK) GetPayload() *models.AzureAvailabilityZonesList
- func (o *ListProjectAzureAvailabilityZonesOK) IsClientError() bool
- func (o *ListProjectAzureAvailabilityZonesOK) IsCode(code int) bool
- func (o *ListProjectAzureAvailabilityZonesOK) IsRedirect() bool
- func (o *ListProjectAzureAvailabilityZonesOK) IsServerError() bool
- func (o *ListProjectAzureAvailabilityZonesOK) IsSuccess() bool
- func (o *ListProjectAzureAvailabilityZonesOK) String() string
- type ListProjectAzureAvailabilityZonesParams
- func NewListProjectAzureAvailabilityZonesParams() *ListProjectAzureAvailabilityZonesParams
- func NewListProjectAzureAvailabilityZonesParamsWithContext(ctx context.Context) *ListProjectAzureAvailabilityZonesParams
- func NewListProjectAzureAvailabilityZonesParamsWithHTTPClient(client *http.Client) *ListProjectAzureAvailabilityZonesParams
- func NewListProjectAzureAvailabilityZonesParamsWithTimeout(timeout time.Duration) *ListProjectAzureAvailabilityZonesParams
- func (o *ListProjectAzureAvailabilityZonesParams) SetClientID(clientID *string)
- func (o *ListProjectAzureAvailabilityZonesParams) SetClientSecret(clientSecret *string)
- func (o *ListProjectAzureAvailabilityZonesParams) SetContext(ctx context.Context)
- func (o *ListProjectAzureAvailabilityZonesParams) SetCredential(credential *string)
- func (o *ListProjectAzureAvailabilityZonesParams) SetDefaults()
- func (o *ListProjectAzureAvailabilityZonesParams) SetHTTPClient(client *http.Client)
- func (o *ListProjectAzureAvailabilityZonesParams) SetLocation(location *string)
- func (o *ListProjectAzureAvailabilityZonesParams) SetProjectID(projectID string)
- func (o *ListProjectAzureAvailabilityZonesParams) SetSKUName(sKUName *string)
- func (o *ListProjectAzureAvailabilityZonesParams) SetSubscriptionID(subscriptionID *string)
- func (o *ListProjectAzureAvailabilityZonesParams) SetTenantID(tenantID *string)
- func (o *ListProjectAzureAvailabilityZonesParams) SetTimeout(timeout time.Duration)
- func (o *ListProjectAzureAvailabilityZonesParams) WithClientID(clientID *string) *ListProjectAzureAvailabilityZonesParams
- func (o *ListProjectAzureAvailabilityZonesParams) WithClientSecret(clientSecret *string) *ListProjectAzureAvailabilityZonesParams
- func (o *ListProjectAzureAvailabilityZonesParams) WithContext(ctx context.Context) *ListProjectAzureAvailabilityZonesParams
- func (o *ListProjectAzureAvailabilityZonesParams) WithCredential(credential *string) *ListProjectAzureAvailabilityZonesParams
- func (o *ListProjectAzureAvailabilityZonesParams) WithDefaults() *ListProjectAzureAvailabilityZonesParams
- func (o *ListProjectAzureAvailabilityZonesParams) WithHTTPClient(client *http.Client) *ListProjectAzureAvailabilityZonesParams
- func (o *ListProjectAzureAvailabilityZonesParams) WithLocation(location *string) *ListProjectAzureAvailabilityZonesParams
- func (o *ListProjectAzureAvailabilityZonesParams) WithProjectID(projectID string) *ListProjectAzureAvailabilityZonesParams
- func (o *ListProjectAzureAvailabilityZonesParams) WithSKUName(sKUName *string) *ListProjectAzureAvailabilityZonesParams
- func (o *ListProjectAzureAvailabilityZonesParams) WithSubscriptionID(subscriptionID *string) *ListProjectAzureAvailabilityZonesParams
- func (o *ListProjectAzureAvailabilityZonesParams) WithTenantID(tenantID *string) *ListProjectAzureAvailabilityZonesParams
- func (o *ListProjectAzureAvailabilityZonesParams) WithTimeout(timeout time.Duration) *ListProjectAzureAvailabilityZonesParams
- func (o *ListProjectAzureAvailabilityZonesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListProjectAzureAvailabilityZonesReader
- type ListProjectAzureResourceGroupsDefault
- func (o *ListProjectAzureResourceGroupsDefault) Code() int
- func (o *ListProjectAzureResourceGroupsDefault) Error() string
- func (o *ListProjectAzureResourceGroupsDefault) GetPayload() *models.ErrorResponse
- func (o *ListProjectAzureResourceGroupsDefault) IsClientError() bool
- func (o *ListProjectAzureResourceGroupsDefault) IsCode(code int) bool
- func (o *ListProjectAzureResourceGroupsDefault) IsRedirect() bool
- func (o *ListProjectAzureResourceGroupsDefault) IsServerError() bool
- func (o *ListProjectAzureResourceGroupsDefault) IsSuccess() bool
- func (o *ListProjectAzureResourceGroupsDefault) String() string
- type ListProjectAzureResourceGroupsOK
- func (o *ListProjectAzureResourceGroupsOK) Error() string
- func (o *ListProjectAzureResourceGroupsOK) GetPayload() *models.AzureResourceGroupsList
- func (o *ListProjectAzureResourceGroupsOK) IsClientError() bool
- func (o *ListProjectAzureResourceGroupsOK) IsCode(code int) bool
- func (o *ListProjectAzureResourceGroupsOK) IsRedirect() bool
- func (o *ListProjectAzureResourceGroupsOK) IsServerError() bool
- func (o *ListProjectAzureResourceGroupsOK) IsSuccess() bool
- func (o *ListProjectAzureResourceGroupsOK) String() string
- type ListProjectAzureResourceGroupsParams
- func NewListProjectAzureResourceGroupsParams() *ListProjectAzureResourceGroupsParams
- func NewListProjectAzureResourceGroupsParamsWithContext(ctx context.Context) *ListProjectAzureResourceGroupsParams
- func NewListProjectAzureResourceGroupsParamsWithHTTPClient(client *http.Client) *ListProjectAzureResourceGroupsParams
- func NewListProjectAzureResourceGroupsParamsWithTimeout(timeout time.Duration) *ListProjectAzureResourceGroupsParams
- func (o *ListProjectAzureResourceGroupsParams) SetClientID(clientID *string)
- func (o *ListProjectAzureResourceGroupsParams) SetClientSecret(clientSecret *string)
- func (o *ListProjectAzureResourceGroupsParams) SetContext(ctx context.Context)
- func (o *ListProjectAzureResourceGroupsParams) SetCredential(credential *string)
- func (o *ListProjectAzureResourceGroupsParams) SetDefaults()
- func (o *ListProjectAzureResourceGroupsParams) SetHTTPClient(client *http.Client)
- func (o *ListProjectAzureResourceGroupsParams) SetLocation(location *string)
- func (o *ListProjectAzureResourceGroupsParams) SetProjectID(projectID string)
- func (o *ListProjectAzureResourceGroupsParams) SetSubscriptionID(subscriptionID *string)
- func (o *ListProjectAzureResourceGroupsParams) SetTenantID(tenantID *string)
- func (o *ListProjectAzureResourceGroupsParams) SetTimeout(timeout time.Duration)
- func (o *ListProjectAzureResourceGroupsParams) WithClientID(clientID *string) *ListProjectAzureResourceGroupsParams
- func (o *ListProjectAzureResourceGroupsParams) WithClientSecret(clientSecret *string) *ListProjectAzureResourceGroupsParams
- func (o *ListProjectAzureResourceGroupsParams) WithContext(ctx context.Context) *ListProjectAzureResourceGroupsParams
- func (o *ListProjectAzureResourceGroupsParams) WithCredential(credential *string) *ListProjectAzureResourceGroupsParams
- func (o *ListProjectAzureResourceGroupsParams) WithDefaults() *ListProjectAzureResourceGroupsParams
- func (o *ListProjectAzureResourceGroupsParams) WithHTTPClient(client *http.Client) *ListProjectAzureResourceGroupsParams
- func (o *ListProjectAzureResourceGroupsParams) WithLocation(location *string) *ListProjectAzureResourceGroupsParams
- func (o *ListProjectAzureResourceGroupsParams) WithProjectID(projectID string) *ListProjectAzureResourceGroupsParams
- func (o *ListProjectAzureResourceGroupsParams) WithSubscriptionID(subscriptionID *string) *ListProjectAzureResourceGroupsParams
- func (o *ListProjectAzureResourceGroupsParams) WithTenantID(tenantID *string) *ListProjectAzureResourceGroupsParams
- func (o *ListProjectAzureResourceGroupsParams) WithTimeout(timeout time.Duration) *ListProjectAzureResourceGroupsParams
- func (o *ListProjectAzureResourceGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListProjectAzureResourceGroupsReader
- type ListProjectAzureRouteTablesDefault
- func (o *ListProjectAzureRouteTablesDefault) Code() int
- func (o *ListProjectAzureRouteTablesDefault) Error() string
- func (o *ListProjectAzureRouteTablesDefault) GetPayload() *models.ErrorResponse
- func (o *ListProjectAzureRouteTablesDefault) IsClientError() bool
- func (o *ListProjectAzureRouteTablesDefault) IsCode(code int) bool
- func (o *ListProjectAzureRouteTablesDefault) IsRedirect() bool
- func (o *ListProjectAzureRouteTablesDefault) IsServerError() bool
- func (o *ListProjectAzureRouteTablesDefault) IsSuccess() bool
- func (o *ListProjectAzureRouteTablesDefault) String() string
- type ListProjectAzureRouteTablesOK
- func (o *ListProjectAzureRouteTablesOK) Error() string
- func (o *ListProjectAzureRouteTablesOK) GetPayload() *models.AzureRouteTablesList
- func (o *ListProjectAzureRouteTablesOK) IsClientError() bool
- func (o *ListProjectAzureRouteTablesOK) IsCode(code int) bool
- func (o *ListProjectAzureRouteTablesOK) IsRedirect() bool
- func (o *ListProjectAzureRouteTablesOK) IsServerError() bool
- func (o *ListProjectAzureRouteTablesOK) IsSuccess() bool
- func (o *ListProjectAzureRouteTablesOK) String() string
- type ListProjectAzureRouteTablesParams
- func NewListProjectAzureRouteTablesParams() *ListProjectAzureRouteTablesParams
- func NewListProjectAzureRouteTablesParamsWithContext(ctx context.Context) *ListProjectAzureRouteTablesParams
- func NewListProjectAzureRouteTablesParamsWithHTTPClient(client *http.Client) *ListProjectAzureRouteTablesParams
- func NewListProjectAzureRouteTablesParamsWithTimeout(timeout time.Duration) *ListProjectAzureRouteTablesParams
- func (o *ListProjectAzureRouteTablesParams) SetClientID(clientID *string)
- func (o *ListProjectAzureRouteTablesParams) SetClientSecret(clientSecret *string)
- func (o *ListProjectAzureRouteTablesParams) SetContext(ctx context.Context)
- func (o *ListProjectAzureRouteTablesParams) SetCredential(credential *string)
- func (o *ListProjectAzureRouteTablesParams) SetDefaults()
- func (o *ListProjectAzureRouteTablesParams) SetHTTPClient(client *http.Client)
- func (o *ListProjectAzureRouteTablesParams) SetLocation(location *string)
- func (o *ListProjectAzureRouteTablesParams) SetProjectID(projectID string)
- func (o *ListProjectAzureRouteTablesParams) SetResourceGroup(resourceGroup *string)
- func (o *ListProjectAzureRouteTablesParams) SetSubscriptionID(subscriptionID *string)
- func (o *ListProjectAzureRouteTablesParams) SetTenantID(tenantID *string)
- func (o *ListProjectAzureRouteTablesParams) SetTimeout(timeout time.Duration)
- func (o *ListProjectAzureRouteTablesParams) WithClientID(clientID *string) *ListProjectAzureRouteTablesParams
- func (o *ListProjectAzureRouteTablesParams) WithClientSecret(clientSecret *string) *ListProjectAzureRouteTablesParams
- func (o *ListProjectAzureRouteTablesParams) WithContext(ctx context.Context) *ListProjectAzureRouteTablesParams
- func (o *ListProjectAzureRouteTablesParams) WithCredential(credential *string) *ListProjectAzureRouteTablesParams
- func (o *ListProjectAzureRouteTablesParams) WithDefaults() *ListProjectAzureRouteTablesParams
- func (o *ListProjectAzureRouteTablesParams) WithHTTPClient(client *http.Client) *ListProjectAzureRouteTablesParams
- func (o *ListProjectAzureRouteTablesParams) WithLocation(location *string) *ListProjectAzureRouteTablesParams
- func (o *ListProjectAzureRouteTablesParams) WithProjectID(projectID string) *ListProjectAzureRouteTablesParams
- func (o *ListProjectAzureRouteTablesParams) WithResourceGroup(resourceGroup *string) *ListProjectAzureRouteTablesParams
- func (o *ListProjectAzureRouteTablesParams) WithSubscriptionID(subscriptionID *string) *ListProjectAzureRouteTablesParams
- func (o *ListProjectAzureRouteTablesParams) WithTenantID(tenantID *string) *ListProjectAzureRouteTablesParams
- func (o *ListProjectAzureRouteTablesParams) WithTimeout(timeout time.Duration) *ListProjectAzureRouteTablesParams
- func (o *ListProjectAzureRouteTablesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListProjectAzureRouteTablesReader
- type ListProjectAzureSecurityGroupsDefault
- func (o *ListProjectAzureSecurityGroupsDefault) Code() int
- func (o *ListProjectAzureSecurityGroupsDefault) Error() string
- func (o *ListProjectAzureSecurityGroupsDefault) GetPayload() *models.ErrorResponse
- func (o *ListProjectAzureSecurityGroupsDefault) IsClientError() bool
- func (o *ListProjectAzureSecurityGroupsDefault) IsCode(code int) bool
- func (o *ListProjectAzureSecurityGroupsDefault) IsRedirect() bool
- func (o *ListProjectAzureSecurityGroupsDefault) IsServerError() bool
- func (o *ListProjectAzureSecurityGroupsDefault) IsSuccess() bool
- func (o *ListProjectAzureSecurityGroupsDefault) String() string
- type ListProjectAzureSecurityGroupsOK
- func (o *ListProjectAzureSecurityGroupsOK) Error() string
- func (o *ListProjectAzureSecurityGroupsOK) GetPayload() *models.AzureSecurityGroupsList
- func (o *ListProjectAzureSecurityGroupsOK) IsClientError() bool
- func (o *ListProjectAzureSecurityGroupsOK) IsCode(code int) bool
- func (o *ListProjectAzureSecurityGroupsOK) IsRedirect() bool
- func (o *ListProjectAzureSecurityGroupsOK) IsServerError() bool
- func (o *ListProjectAzureSecurityGroupsOK) IsSuccess() bool
- func (o *ListProjectAzureSecurityGroupsOK) String() string
- type ListProjectAzureSecurityGroupsParams
- func NewListProjectAzureSecurityGroupsParams() *ListProjectAzureSecurityGroupsParams
- func NewListProjectAzureSecurityGroupsParamsWithContext(ctx context.Context) *ListProjectAzureSecurityGroupsParams
- func NewListProjectAzureSecurityGroupsParamsWithHTTPClient(client *http.Client) *ListProjectAzureSecurityGroupsParams
- func NewListProjectAzureSecurityGroupsParamsWithTimeout(timeout time.Duration) *ListProjectAzureSecurityGroupsParams
- func (o *ListProjectAzureSecurityGroupsParams) SetClientID(clientID *string)
- func (o *ListProjectAzureSecurityGroupsParams) SetClientSecret(clientSecret *string)
- func (o *ListProjectAzureSecurityGroupsParams) SetContext(ctx context.Context)
- func (o *ListProjectAzureSecurityGroupsParams) SetCredential(credential *string)
- func (o *ListProjectAzureSecurityGroupsParams) SetDefaults()
- func (o *ListProjectAzureSecurityGroupsParams) SetHTTPClient(client *http.Client)
- func (o *ListProjectAzureSecurityGroupsParams) SetLocation(location *string)
- func (o *ListProjectAzureSecurityGroupsParams) SetProjectID(projectID string)
- func (o *ListProjectAzureSecurityGroupsParams) SetResourceGroup(resourceGroup *string)
- func (o *ListProjectAzureSecurityGroupsParams) SetSubscriptionID(subscriptionID *string)
- func (o *ListProjectAzureSecurityGroupsParams) SetTenantID(tenantID *string)
- func (o *ListProjectAzureSecurityGroupsParams) SetTimeout(timeout time.Duration)
- func (o *ListProjectAzureSecurityGroupsParams) WithClientID(clientID *string) *ListProjectAzureSecurityGroupsParams
- func (o *ListProjectAzureSecurityGroupsParams) WithClientSecret(clientSecret *string) *ListProjectAzureSecurityGroupsParams
- func (o *ListProjectAzureSecurityGroupsParams) WithContext(ctx context.Context) *ListProjectAzureSecurityGroupsParams
- func (o *ListProjectAzureSecurityGroupsParams) WithCredential(credential *string) *ListProjectAzureSecurityGroupsParams
- func (o *ListProjectAzureSecurityGroupsParams) WithDefaults() *ListProjectAzureSecurityGroupsParams
- func (o *ListProjectAzureSecurityGroupsParams) WithHTTPClient(client *http.Client) *ListProjectAzureSecurityGroupsParams
- func (o *ListProjectAzureSecurityGroupsParams) WithLocation(location *string) *ListProjectAzureSecurityGroupsParams
- func (o *ListProjectAzureSecurityGroupsParams) WithProjectID(projectID string) *ListProjectAzureSecurityGroupsParams
- func (o *ListProjectAzureSecurityGroupsParams) WithResourceGroup(resourceGroup *string) *ListProjectAzureSecurityGroupsParams
- func (o *ListProjectAzureSecurityGroupsParams) WithSubscriptionID(subscriptionID *string) *ListProjectAzureSecurityGroupsParams
- func (o *ListProjectAzureSecurityGroupsParams) WithTenantID(tenantID *string) *ListProjectAzureSecurityGroupsParams
- func (o *ListProjectAzureSecurityGroupsParams) WithTimeout(timeout time.Duration) *ListProjectAzureSecurityGroupsParams
- func (o *ListProjectAzureSecurityGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListProjectAzureSecurityGroupsReader
- type ListProjectAzureSizesDefault
- func (o *ListProjectAzureSizesDefault) Code() int
- func (o *ListProjectAzureSizesDefault) Error() string
- func (o *ListProjectAzureSizesDefault) GetPayload() *models.ErrorResponse
- func (o *ListProjectAzureSizesDefault) IsClientError() bool
- func (o *ListProjectAzureSizesDefault) IsCode(code int) bool
- func (o *ListProjectAzureSizesDefault) IsRedirect() bool
- func (o *ListProjectAzureSizesDefault) IsServerError() bool
- func (o *ListProjectAzureSizesDefault) IsSuccess() bool
- func (o *ListProjectAzureSizesDefault) String() string
- type ListProjectAzureSizesOK
- func (o *ListProjectAzureSizesOK) Error() string
- func (o *ListProjectAzureSizesOK) GetPayload() models.AzureSizeList
- func (o *ListProjectAzureSizesOK) IsClientError() bool
- func (o *ListProjectAzureSizesOK) IsCode(code int) bool
- func (o *ListProjectAzureSizesOK) IsRedirect() bool
- func (o *ListProjectAzureSizesOK) IsServerError() bool
- func (o *ListProjectAzureSizesOK) IsSuccess() bool
- func (o *ListProjectAzureSizesOK) String() string
- type ListProjectAzureSizesParams
- func NewListProjectAzureSizesParams() *ListProjectAzureSizesParams
- func NewListProjectAzureSizesParamsWithContext(ctx context.Context) *ListProjectAzureSizesParams
- func NewListProjectAzureSizesParamsWithHTTPClient(client *http.Client) *ListProjectAzureSizesParams
- func NewListProjectAzureSizesParamsWithTimeout(timeout time.Duration) *ListProjectAzureSizesParams
- func (o *ListProjectAzureSizesParams) SetClientID(clientID *string)
- func (o *ListProjectAzureSizesParams) SetClientSecret(clientSecret *string)
- func (o *ListProjectAzureSizesParams) SetContext(ctx context.Context)
- func (o *ListProjectAzureSizesParams) SetCredential(credential *string)
- func (o *ListProjectAzureSizesParams) SetDatacenterName(datacenterName *string)
- func (o *ListProjectAzureSizesParams) SetDefaults()
- func (o *ListProjectAzureSizesParams) SetHTTPClient(client *http.Client)
- func (o *ListProjectAzureSizesParams) SetLocation(location *string)
- func (o *ListProjectAzureSizesParams) SetProjectID(projectID string)
- func (o *ListProjectAzureSizesParams) SetSubscriptionID(subscriptionID *string)
- func (o *ListProjectAzureSizesParams) SetTenantID(tenantID *string)
- func (o *ListProjectAzureSizesParams) SetTimeout(timeout time.Duration)
- func (o *ListProjectAzureSizesParams) WithClientID(clientID *string) *ListProjectAzureSizesParams
- func (o *ListProjectAzureSizesParams) WithClientSecret(clientSecret *string) *ListProjectAzureSizesParams
- func (o *ListProjectAzureSizesParams) WithContext(ctx context.Context) *ListProjectAzureSizesParams
- func (o *ListProjectAzureSizesParams) WithCredential(credential *string) *ListProjectAzureSizesParams
- func (o *ListProjectAzureSizesParams) WithDatacenterName(datacenterName *string) *ListProjectAzureSizesParams
- func (o *ListProjectAzureSizesParams) WithDefaults() *ListProjectAzureSizesParams
- func (o *ListProjectAzureSizesParams) WithHTTPClient(client *http.Client) *ListProjectAzureSizesParams
- func (o *ListProjectAzureSizesParams) WithLocation(location *string) *ListProjectAzureSizesParams
- func (o *ListProjectAzureSizesParams) WithProjectID(projectID string) *ListProjectAzureSizesParams
- func (o *ListProjectAzureSizesParams) WithSubscriptionID(subscriptionID *string) *ListProjectAzureSizesParams
- func (o *ListProjectAzureSizesParams) WithTenantID(tenantID *string) *ListProjectAzureSizesParams
- func (o *ListProjectAzureSizesParams) WithTimeout(timeout time.Duration) *ListProjectAzureSizesParams
- func (o *ListProjectAzureSizesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListProjectAzureSizesReader
- type ListProjectAzureSubnetsDefault
- func (o *ListProjectAzureSubnetsDefault) Code() int
- func (o *ListProjectAzureSubnetsDefault) Error() string
- func (o *ListProjectAzureSubnetsDefault) GetPayload() *models.ErrorResponse
- func (o *ListProjectAzureSubnetsDefault) IsClientError() bool
- func (o *ListProjectAzureSubnetsDefault) IsCode(code int) bool
- func (o *ListProjectAzureSubnetsDefault) IsRedirect() bool
- func (o *ListProjectAzureSubnetsDefault) IsServerError() bool
- func (o *ListProjectAzureSubnetsDefault) IsSuccess() bool
- func (o *ListProjectAzureSubnetsDefault) String() string
- type ListProjectAzureSubnetsOK
- func (o *ListProjectAzureSubnetsOK) Error() string
- func (o *ListProjectAzureSubnetsOK) GetPayload() *models.AzureSubnetsList
- func (o *ListProjectAzureSubnetsOK) IsClientError() bool
- func (o *ListProjectAzureSubnetsOK) IsCode(code int) bool
- func (o *ListProjectAzureSubnetsOK) IsRedirect() bool
- func (o *ListProjectAzureSubnetsOK) IsServerError() bool
- func (o *ListProjectAzureSubnetsOK) IsSuccess() bool
- func (o *ListProjectAzureSubnetsOK) String() string
- type ListProjectAzureSubnetsParams
- func NewListProjectAzureSubnetsParams() *ListProjectAzureSubnetsParams
- func NewListProjectAzureSubnetsParamsWithContext(ctx context.Context) *ListProjectAzureSubnetsParams
- func NewListProjectAzureSubnetsParamsWithHTTPClient(client *http.Client) *ListProjectAzureSubnetsParams
- func NewListProjectAzureSubnetsParamsWithTimeout(timeout time.Duration) *ListProjectAzureSubnetsParams
- func (o *ListProjectAzureSubnetsParams) SetClientID(clientID *string)
- func (o *ListProjectAzureSubnetsParams) SetClientSecret(clientSecret *string)
- func (o *ListProjectAzureSubnetsParams) SetContext(ctx context.Context)
- func (o *ListProjectAzureSubnetsParams) SetCredential(credential *string)
- func (o *ListProjectAzureSubnetsParams) SetDefaults()
- func (o *ListProjectAzureSubnetsParams) SetHTTPClient(client *http.Client)
- func (o *ListProjectAzureSubnetsParams) SetProjectID(projectID string)
- func (o *ListProjectAzureSubnetsParams) SetResourceGroup(resourceGroup *string)
- func (o *ListProjectAzureSubnetsParams) SetSubscriptionID(subscriptionID *string)
- func (o *ListProjectAzureSubnetsParams) SetTenantID(tenantID *string)
- func (o *ListProjectAzureSubnetsParams) SetTimeout(timeout time.Duration)
- func (o *ListProjectAzureSubnetsParams) SetVirtualNetwork(virtualNetwork *string)
- func (o *ListProjectAzureSubnetsParams) WithClientID(clientID *string) *ListProjectAzureSubnetsParams
- func (o *ListProjectAzureSubnetsParams) WithClientSecret(clientSecret *string) *ListProjectAzureSubnetsParams
- func (o *ListProjectAzureSubnetsParams) WithContext(ctx context.Context) *ListProjectAzureSubnetsParams
- func (o *ListProjectAzureSubnetsParams) WithCredential(credential *string) *ListProjectAzureSubnetsParams
- func (o *ListProjectAzureSubnetsParams) WithDefaults() *ListProjectAzureSubnetsParams
- func (o *ListProjectAzureSubnetsParams) WithHTTPClient(client *http.Client) *ListProjectAzureSubnetsParams
- func (o *ListProjectAzureSubnetsParams) WithProjectID(projectID string) *ListProjectAzureSubnetsParams
- func (o *ListProjectAzureSubnetsParams) WithResourceGroup(resourceGroup *string) *ListProjectAzureSubnetsParams
- func (o *ListProjectAzureSubnetsParams) WithSubscriptionID(subscriptionID *string) *ListProjectAzureSubnetsParams
- func (o *ListProjectAzureSubnetsParams) WithTenantID(tenantID *string) *ListProjectAzureSubnetsParams
- func (o *ListProjectAzureSubnetsParams) WithTimeout(timeout time.Duration) *ListProjectAzureSubnetsParams
- func (o *ListProjectAzureSubnetsParams) WithVirtualNetwork(virtualNetwork *string) *ListProjectAzureSubnetsParams
- func (o *ListProjectAzureSubnetsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListProjectAzureSubnetsReader
- type ListProjectAzureVnetsDefault
- func (o *ListProjectAzureVnetsDefault) Code() int
- func (o *ListProjectAzureVnetsDefault) Error() string
- func (o *ListProjectAzureVnetsDefault) GetPayload() *models.ErrorResponse
- func (o *ListProjectAzureVnetsDefault) IsClientError() bool
- func (o *ListProjectAzureVnetsDefault) IsCode(code int) bool
- func (o *ListProjectAzureVnetsDefault) IsRedirect() bool
- func (o *ListProjectAzureVnetsDefault) IsServerError() bool
- func (o *ListProjectAzureVnetsDefault) IsSuccess() bool
- func (o *ListProjectAzureVnetsDefault) String() string
- type ListProjectAzureVnetsOK
- func (o *ListProjectAzureVnetsOK) Error() string
- func (o *ListProjectAzureVnetsOK) GetPayload() *models.AzureVirtualNetworksList
- func (o *ListProjectAzureVnetsOK) IsClientError() bool
- func (o *ListProjectAzureVnetsOK) IsCode(code int) bool
- func (o *ListProjectAzureVnetsOK) IsRedirect() bool
- func (o *ListProjectAzureVnetsOK) IsServerError() bool
- func (o *ListProjectAzureVnetsOK) IsSuccess() bool
- func (o *ListProjectAzureVnetsOK) String() string
- type ListProjectAzureVnetsParams
- func NewListProjectAzureVnetsParams() *ListProjectAzureVnetsParams
- func NewListProjectAzureVnetsParamsWithContext(ctx context.Context) *ListProjectAzureVnetsParams
- func NewListProjectAzureVnetsParamsWithHTTPClient(client *http.Client) *ListProjectAzureVnetsParams
- func NewListProjectAzureVnetsParamsWithTimeout(timeout time.Duration) *ListProjectAzureVnetsParams
- func (o *ListProjectAzureVnetsParams) SetClientID(clientID *string)
- func (o *ListProjectAzureVnetsParams) SetClientSecret(clientSecret *string)
- func (o *ListProjectAzureVnetsParams) SetContext(ctx context.Context)
- func (o *ListProjectAzureVnetsParams) SetCredential(credential *string)
- func (o *ListProjectAzureVnetsParams) SetDefaults()
- func (o *ListProjectAzureVnetsParams) SetHTTPClient(client *http.Client)
- func (o *ListProjectAzureVnetsParams) SetLocation(location *string)
- func (o *ListProjectAzureVnetsParams) SetProjectID(projectID string)
- func (o *ListProjectAzureVnetsParams) SetResourceGroup(resourceGroup *string)
- func (o *ListProjectAzureVnetsParams) SetSubscriptionID(subscriptionID *string)
- func (o *ListProjectAzureVnetsParams) SetTenantID(tenantID *string)
- func (o *ListProjectAzureVnetsParams) SetTimeout(timeout time.Duration)
- func (o *ListProjectAzureVnetsParams) WithClientID(clientID *string) *ListProjectAzureVnetsParams
- func (o *ListProjectAzureVnetsParams) WithClientSecret(clientSecret *string) *ListProjectAzureVnetsParams
- func (o *ListProjectAzureVnetsParams) WithContext(ctx context.Context) *ListProjectAzureVnetsParams
- func (o *ListProjectAzureVnetsParams) WithCredential(credential *string) *ListProjectAzureVnetsParams
- func (o *ListProjectAzureVnetsParams) WithDefaults() *ListProjectAzureVnetsParams
- func (o *ListProjectAzureVnetsParams) WithHTTPClient(client *http.Client) *ListProjectAzureVnetsParams
- func (o *ListProjectAzureVnetsParams) WithLocation(location *string) *ListProjectAzureVnetsParams
- func (o *ListProjectAzureVnetsParams) WithProjectID(projectID string) *ListProjectAzureVnetsParams
- func (o *ListProjectAzureVnetsParams) WithResourceGroup(resourceGroup *string) *ListProjectAzureVnetsParams
- func (o *ListProjectAzureVnetsParams) WithSubscriptionID(subscriptionID *string) *ListProjectAzureVnetsParams
- func (o *ListProjectAzureVnetsParams) WithTenantID(tenantID *string) *ListProjectAzureVnetsParams
- func (o *ListProjectAzureVnetsParams) WithTimeout(timeout time.Duration) *ListProjectAzureVnetsParams
- func (o *ListProjectAzureVnetsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListProjectAzureVnetsReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for azure API
func (*Client) ListAzureAvailabilityZonesNoCredentialsV2 ¶
func (a *Client) ListAzureAvailabilityZonesNoCredentialsV2(params *ListAzureAvailabilityZonesNoCredentialsV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAzureAvailabilityZonesNoCredentialsV2OK, error)
ListAzureAvailabilityZonesNoCredentialsV2 Lists available VM availability zones in an Azure region
func (*Client) ListAzureResourceGroups ¶
func (a *Client) ListAzureResourceGroups(params *ListAzureResourceGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAzureResourceGroupsOK, error)
ListAzureResourceGroups Lists available VM resource groups
func (*Client) ListAzureRouteTables ¶
func (a *Client) ListAzureRouteTables(params *ListAzureRouteTablesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAzureRouteTablesOK, error)
ListAzureRouteTables Lists available VM route tables
func (*Client) ListAzureSecurityGroups ¶
func (a *Client) ListAzureSecurityGroups(params *ListAzureSecurityGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAzureSecurityGroupsOK, error)
ListAzureSecurityGroups Lists available VM security groups
func (*Client) ListAzureSizesNoCredentialsV2 ¶
func (a *Client) ListAzureSizesNoCredentialsV2(params *ListAzureSizesNoCredentialsV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAzureSizesNoCredentialsV2OK, error)
ListAzureSizesNoCredentialsV2 Lists available VM sizes in an Azure region
func (*Client) ListAzureSubnets ¶
func (a *Client) ListAzureSubnets(params *ListAzureSubnetsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAzureSubnetsOK, error)
ListAzureSubnets Lists available VM subnets
func (*Client) ListAzureVnets ¶
func (a *Client) ListAzureVnets(params *ListAzureVnetsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAzureVnetsOK, error)
ListAzureVnets Lists available VM virtual networks
func (*Client) ListProjectAzureAvailabilityZones ¶
func (a *Client) ListProjectAzureAvailabilityZones(params *ListProjectAzureAvailabilityZonesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectAzureAvailabilityZonesOK, error)
ListProjectAzureAvailabilityZones Lists VM availability zones in an Azure region
func (*Client) ListProjectAzureResourceGroups ¶
func (a *Client) ListProjectAzureResourceGroups(params *ListProjectAzureResourceGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectAzureResourceGroupsOK, error)
ListProjectAzureResourceGroups Lists available VM resource groups
func (*Client) ListProjectAzureRouteTables ¶
func (a *Client) ListProjectAzureRouteTables(params *ListProjectAzureRouteTablesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectAzureRouteTablesOK, error)
ListProjectAzureRouteTables Lists available VM route tables
func (*Client) ListProjectAzureSecurityGroups ¶
func (a *Client) ListProjectAzureSecurityGroups(params *ListProjectAzureSecurityGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectAzureSecurityGroupsOK, error)
ListProjectAzureSecurityGroups Lists available VM security groups
func (*Client) ListProjectAzureSizes ¶
func (a *Client) ListProjectAzureSizes(params *ListProjectAzureSizesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectAzureSizesOK, error)
ListProjectAzureSizes Lists available VM sizes in an Azure region
func (*Client) ListProjectAzureSubnets ¶
func (a *Client) ListProjectAzureSubnets(params *ListProjectAzureSubnetsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectAzureSubnetsOK, error)
ListProjectAzureSubnets Lists available VM subnets
func (*Client) ListProjectAzureVnets ¶
func (a *Client) ListProjectAzureVnets(params *ListProjectAzureVnetsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectAzureVnetsOK, error)
ListProjectAzureVnets Lists available VM virtual networks
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { ListAzureAvailabilityZonesNoCredentialsV2(params *ListAzureAvailabilityZonesNoCredentialsV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAzureAvailabilityZonesNoCredentialsV2OK, error) ListAzureResourceGroups(params *ListAzureResourceGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAzureResourceGroupsOK, error) ListAzureRouteTables(params *ListAzureRouteTablesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAzureRouteTablesOK, error) ListAzureSecurityGroups(params *ListAzureSecurityGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAzureSecurityGroupsOK, error) ListAzureSizesNoCredentialsV2(params *ListAzureSizesNoCredentialsV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAzureSizesNoCredentialsV2OK, error) ListAzureSubnets(params *ListAzureSubnetsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAzureSubnetsOK, error) ListAzureVnets(params *ListAzureVnetsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAzureVnetsOK, error) ListProjectAzureAvailabilityZones(params *ListProjectAzureAvailabilityZonesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectAzureAvailabilityZonesOK, error) ListProjectAzureResourceGroups(params *ListProjectAzureResourceGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectAzureResourceGroupsOK, error) ListProjectAzureRouteTables(params *ListProjectAzureRouteTablesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectAzureRouteTablesOK, error) ListProjectAzureSecurityGroups(params *ListProjectAzureSecurityGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectAzureSecurityGroupsOK, error) ListProjectAzureSizes(params *ListProjectAzureSizesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectAzureSizesOK, error) ListProjectAzureSubnets(params *ListProjectAzureSubnetsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectAzureSubnetsOK, error) ListProjectAzureVnets(params *ListProjectAzureVnetsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectAzureVnetsOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new azure API client.
type ListAzureAvailabilityZonesNoCredentialsV2Default ¶
type ListAzureAvailabilityZonesNoCredentialsV2Default struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
ListAzureAvailabilityZonesNoCredentialsV2Default describes a response with status code -1, with default header values.
errorResponse
func NewListAzureAvailabilityZonesNoCredentialsV2Default ¶
func NewListAzureAvailabilityZonesNoCredentialsV2Default(code int) *ListAzureAvailabilityZonesNoCredentialsV2Default
NewListAzureAvailabilityZonesNoCredentialsV2Default creates a ListAzureAvailabilityZonesNoCredentialsV2Default with default headers values
func (*ListAzureAvailabilityZonesNoCredentialsV2Default) Code ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Default) Code() int
Code gets the status code for the list azure availability zones no credentials v2 default response
func (*ListAzureAvailabilityZonesNoCredentialsV2Default) Error ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Default) Error() string
func (*ListAzureAvailabilityZonesNoCredentialsV2Default) GetPayload ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Default) GetPayload() *models.ErrorResponse
func (*ListAzureAvailabilityZonesNoCredentialsV2Default) IsClientError ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Default) IsClientError() bool
IsClientError returns true when this list azure availability zones no credentials v2 default response has a 4xx status code
func (*ListAzureAvailabilityZonesNoCredentialsV2Default) IsCode ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Default) IsCode(code int) bool
IsCode returns true when this list azure availability zones no credentials v2 default response a status code equal to that given
func (*ListAzureAvailabilityZonesNoCredentialsV2Default) IsRedirect ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Default) IsRedirect() bool
IsRedirect returns true when this list azure availability zones no credentials v2 default response has a 3xx status code
func (*ListAzureAvailabilityZonesNoCredentialsV2Default) IsServerError ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Default) IsServerError() bool
IsServerError returns true when this list azure availability zones no credentials v2 default response has a 5xx status code
func (*ListAzureAvailabilityZonesNoCredentialsV2Default) IsSuccess ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Default) IsSuccess() bool
IsSuccess returns true when this list azure availability zones no credentials v2 default response has a 2xx status code
func (*ListAzureAvailabilityZonesNoCredentialsV2Default) String ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Default) String() string
type ListAzureAvailabilityZonesNoCredentialsV2OK ¶
type ListAzureAvailabilityZonesNoCredentialsV2OK struct {
Payload *models.AzureAvailabilityZonesList
}
ListAzureAvailabilityZonesNoCredentialsV2OK describes a response with status code 200, with default header values.
AzureAvailabilityZonesList
func NewListAzureAvailabilityZonesNoCredentialsV2OK ¶
func NewListAzureAvailabilityZonesNoCredentialsV2OK() *ListAzureAvailabilityZonesNoCredentialsV2OK
NewListAzureAvailabilityZonesNoCredentialsV2OK creates a ListAzureAvailabilityZonesNoCredentialsV2OK with default headers values
func (*ListAzureAvailabilityZonesNoCredentialsV2OK) Error ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2OK) Error() string
func (*ListAzureAvailabilityZonesNoCredentialsV2OK) GetPayload ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2OK) GetPayload() *models.AzureAvailabilityZonesList
func (*ListAzureAvailabilityZonesNoCredentialsV2OK) IsClientError ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2OK) IsClientError() bool
IsClientError returns true when this list azure availability zones no credentials v2 o k response has a 4xx status code
func (*ListAzureAvailabilityZonesNoCredentialsV2OK) IsCode ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2OK) IsCode(code int) bool
IsCode returns true when this list azure availability zones no credentials v2 o k response a status code equal to that given
func (*ListAzureAvailabilityZonesNoCredentialsV2OK) IsRedirect ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2OK) IsRedirect() bool
IsRedirect returns true when this list azure availability zones no credentials v2 o k response has a 3xx status code
func (*ListAzureAvailabilityZonesNoCredentialsV2OK) IsServerError ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2OK) IsServerError() bool
IsServerError returns true when this list azure availability zones no credentials v2 o k response has a 5xx status code
func (*ListAzureAvailabilityZonesNoCredentialsV2OK) IsSuccess ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2OK) IsSuccess() bool
IsSuccess returns true when this list azure availability zones no credentials v2 o k response has a 2xx status code
func (*ListAzureAvailabilityZonesNoCredentialsV2OK) String ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2OK) String() string
type ListAzureAvailabilityZonesNoCredentialsV2Params ¶
type ListAzureAvailabilityZonesNoCredentialsV2Params struct { // SKUName. SKUName *string // ClusterID. ClusterID string // ProjectID. ProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListAzureAvailabilityZonesNoCredentialsV2Params contains all the parameters to send to the API endpoint
for the list azure availability zones no credentials v2 operation. Typically these are written to a http.Request.
func NewListAzureAvailabilityZonesNoCredentialsV2Params ¶
func NewListAzureAvailabilityZonesNoCredentialsV2Params() *ListAzureAvailabilityZonesNoCredentialsV2Params
NewListAzureAvailabilityZonesNoCredentialsV2Params creates a new ListAzureAvailabilityZonesNoCredentialsV2Params object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListAzureAvailabilityZonesNoCredentialsV2ParamsWithContext ¶
func NewListAzureAvailabilityZonesNoCredentialsV2ParamsWithContext(ctx context.Context) *ListAzureAvailabilityZonesNoCredentialsV2Params
NewListAzureAvailabilityZonesNoCredentialsV2ParamsWithContext creates a new ListAzureAvailabilityZonesNoCredentialsV2Params object with the ability to set a context for a request.
func NewListAzureAvailabilityZonesNoCredentialsV2ParamsWithHTTPClient ¶
func NewListAzureAvailabilityZonesNoCredentialsV2ParamsWithHTTPClient(client *http.Client) *ListAzureAvailabilityZonesNoCredentialsV2Params
NewListAzureAvailabilityZonesNoCredentialsV2ParamsWithHTTPClient creates a new ListAzureAvailabilityZonesNoCredentialsV2Params object with the ability to set a custom HTTPClient for a request.
func NewListAzureAvailabilityZonesNoCredentialsV2ParamsWithTimeout ¶
func NewListAzureAvailabilityZonesNoCredentialsV2ParamsWithTimeout(timeout time.Duration) *ListAzureAvailabilityZonesNoCredentialsV2Params
NewListAzureAvailabilityZonesNoCredentialsV2ParamsWithTimeout creates a new ListAzureAvailabilityZonesNoCredentialsV2Params object with the ability to set a timeout on a request.
func (*ListAzureAvailabilityZonesNoCredentialsV2Params) SetClusterID ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the list azure availability zones no credentials v2 params
func (*ListAzureAvailabilityZonesNoCredentialsV2Params) SetContext ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) SetContext(ctx context.Context)
SetContext adds the context to the list azure availability zones no credentials v2 params
func (*ListAzureAvailabilityZonesNoCredentialsV2Params) SetDefaults ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) SetDefaults()
SetDefaults hydrates default values in the list azure availability zones no credentials v2 params (not the query body).
All values with no default are reset to their zero value.
func (*ListAzureAvailabilityZonesNoCredentialsV2Params) SetHTTPClient ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list azure availability zones no credentials v2 params
func (*ListAzureAvailabilityZonesNoCredentialsV2Params) SetProjectID ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) SetProjectID(projectID string)
SetProjectID adds the projectId to the list azure availability zones no credentials v2 params
func (*ListAzureAvailabilityZonesNoCredentialsV2Params) SetSKUName ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) SetSKUName(sKUName *string)
SetSKUName adds the sKUName to the list azure availability zones no credentials v2 params
func (*ListAzureAvailabilityZonesNoCredentialsV2Params) SetTimeout ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list azure availability zones no credentials v2 params
func (*ListAzureAvailabilityZonesNoCredentialsV2Params) WithClusterID ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) WithClusterID(clusterID string) *ListAzureAvailabilityZonesNoCredentialsV2Params
WithClusterID adds the clusterID to the list azure availability zones no credentials v2 params
func (*ListAzureAvailabilityZonesNoCredentialsV2Params) WithContext ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) WithContext(ctx context.Context) *ListAzureAvailabilityZonesNoCredentialsV2Params
WithContext adds the context to the list azure availability zones no credentials v2 params
func (*ListAzureAvailabilityZonesNoCredentialsV2Params) WithDefaults ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) WithDefaults() *ListAzureAvailabilityZonesNoCredentialsV2Params
WithDefaults hydrates default values in the list azure availability zones no credentials v2 params (not the query body).
All values with no default are reset to their zero value.
func (*ListAzureAvailabilityZonesNoCredentialsV2Params) WithHTTPClient ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) WithHTTPClient(client *http.Client) *ListAzureAvailabilityZonesNoCredentialsV2Params
WithHTTPClient adds the HTTPClient to the list azure availability zones no credentials v2 params
func (*ListAzureAvailabilityZonesNoCredentialsV2Params) WithProjectID ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) WithProjectID(projectID string) *ListAzureAvailabilityZonesNoCredentialsV2Params
WithProjectID adds the projectID to the list azure availability zones no credentials v2 params
func (*ListAzureAvailabilityZonesNoCredentialsV2Params) WithSKUName ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) WithSKUName(sKUName *string) *ListAzureAvailabilityZonesNoCredentialsV2Params
WithSKUName adds the sKUName to the list azure availability zones no credentials v2 params
func (*ListAzureAvailabilityZonesNoCredentialsV2Params) WithTimeout ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) WithTimeout(timeout time.Duration) *ListAzureAvailabilityZonesNoCredentialsV2Params
WithTimeout adds the timeout to the list azure availability zones no credentials v2 params
func (*ListAzureAvailabilityZonesNoCredentialsV2Params) WriteToRequest ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAzureAvailabilityZonesNoCredentialsV2Reader ¶
type ListAzureAvailabilityZonesNoCredentialsV2Reader struct {
// contains filtered or unexported fields
}
ListAzureAvailabilityZonesNoCredentialsV2Reader is a Reader for the ListAzureAvailabilityZonesNoCredentialsV2 structure.
func (*ListAzureAvailabilityZonesNoCredentialsV2Reader) ReadResponse ¶
func (o *ListAzureAvailabilityZonesNoCredentialsV2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAzureResourceGroupsDefault ¶
type ListAzureResourceGroupsDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
ListAzureResourceGroupsDefault describes a response with status code -1, with default header values.
errorResponse
func NewListAzureResourceGroupsDefault ¶
func NewListAzureResourceGroupsDefault(code int) *ListAzureResourceGroupsDefault
NewListAzureResourceGroupsDefault creates a ListAzureResourceGroupsDefault with default headers values
func (*ListAzureResourceGroupsDefault) Code ¶
func (o *ListAzureResourceGroupsDefault) Code() int
Code gets the status code for the list azure resource groups default response
func (*ListAzureResourceGroupsDefault) Error ¶
func (o *ListAzureResourceGroupsDefault) Error() string
func (*ListAzureResourceGroupsDefault) GetPayload ¶
func (o *ListAzureResourceGroupsDefault) GetPayload() *models.ErrorResponse
func (*ListAzureResourceGroupsDefault) IsClientError ¶
func (o *ListAzureResourceGroupsDefault) IsClientError() bool
IsClientError returns true when this list azure resource groups default response has a 4xx status code
func (*ListAzureResourceGroupsDefault) IsCode ¶
func (o *ListAzureResourceGroupsDefault) IsCode(code int) bool
IsCode returns true when this list azure resource groups default response a status code equal to that given
func (*ListAzureResourceGroupsDefault) IsRedirect ¶
func (o *ListAzureResourceGroupsDefault) IsRedirect() bool
IsRedirect returns true when this list azure resource groups default response has a 3xx status code
func (*ListAzureResourceGroupsDefault) IsServerError ¶
func (o *ListAzureResourceGroupsDefault) IsServerError() bool
IsServerError returns true when this list azure resource groups default response has a 5xx status code
func (*ListAzureResourceGroupsDefault) IsSuccess ¶
func (o *ListAzureResourceGroupsDefault) IsSuccess() bool
IsSuccess returns true when this list azure resource groups default response has a 2xx status code
func (*ListAzureResourceGroupsDefault) String ¶
func (o *ListAzureResourceGroupsDefault) String() string
type ListAzureResourceGroupsOK ¶
type ListAzureResourceGroupsOK struct {
Payload *models.AzureResourceGroupsList
}
ListAzureResourceGroupsOK describes a response with status code 200, with default header values.
AzureResourceGroupsList
func NewListAzureResourceGroupsOK ¶
func NewListAzureResourceGroupsOK() *ListAzureResourceGroupsOK
NewListAzureResourceGroupsOK creates a ListAzureResourceGroupsOK with default headers values
func (*ListAzureResourceGroupsOK) Error ¶
func (o *ListAzureResourceGroupsOK) Error() string
func (*ListAzureResourceGroupsOK) GetPayload ¶
func (o *ListAzureResourceGroupsOK) GetPayload() *models.AzureResourceGroupsList
func (*ListAzureResourceGroupsOK) IsClientError ¶
func (o *ListAzureResourceGroupsOK) IsClientError() bool
IsClientError returns true when this list azure resource groups o k response has a 4xx status code
func (*ListAzureResourceGroupsOK) IsCode ¶
func (o *ListAzureResourceGroupsOK) IsCode(code int) bool
IsCode returns true when this list azure resource groups o k response a status code equal to that given
func (*ListAzureResourceGroupsOK) IsRedirect ¶
func (o *ListAzureResourceGroupsOK) IsRedirect() bool
IsRedirect returns true when this list azure resource groups o k response has a 3xx status code
func (*ListAzureResourceGroupsOK) IsServerError ¶
func (o *ListAzureResourceGroupsOK) IsServerError() bool
IsServerError returns true when this list azure resource groups o k response has a 5xx status code
func (*ListAzureResourceGroupsOK) IsSuccess ¶
func (o *ListAzureResourceGroupsOK) IsSuccess() bool
IsSuccess returns true when this list azure resource groups o k response has a 2xx status code
func (*ListAzureResourceGroupsOK) String ¶
func (o *ListAzureResourceGroupsOK) String() string
type ListAzureResourceGroupsParams ¶
type ListAzureResourceGroupsParams struct { // ClientID. ClientID *string // ClientSecret. ClientSecret *string // Credential. Credential *string // Location. Location *string // SubscriptionID. SubscriptionID *string // TenantID. TenantID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListAzureResourceGroupsParams contains all the parameters to send to the API endpoint
for the list azure resource groups operation. Typically these are written to a http.Request.
func NewListAzureResourceGroupsParams ¶
func NewListAzureResourceGroupsParams() *ListAzureResourceGroupsParams
NewListAzureResourceGroupsParams creates a new ListAzureResourceGroupsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListAzureResourceGroupsParamsWithContext ¶
func NewListAzureResourceGroupsParamsWithContext(ctx context.Context) *ListAzureResourceGroupsParams
NewListAzureResourceGroupsParamsWithContext creates a new ListAzureResourceGroupsParams object with the ability to set a context for a request.
func NewListAzureResourceGroupsParamsWithHTTPClient ¶
func NewListAzureResourceGroupsParamsWithHTTPClient(client *http.Client) *ListAzureResourceGroupsParams
NewListAzureResourceGroupsParamsWithHTTPClient creates a new ListAzureResourceGroupsParams object with the ability to set a custom HTTPClient for a request.
func NewListAzureResourceGroupsParamsWithTimeout ¶
func NewListAzureResourceGroupsParamsWithTimeout(timeout time.Duration) *ListAzureResourceGroupsParams
NewListAzureResourceGroupsParamsWithTimeout creates a new ListAzureResourceGroupsParams object with the ability to set a timeout on a request.
func (*ListAzureResourceGroupsParams) SetClientID ¶
func (o *ListAzureResourceGroupsParams) SetClientID(clientID *string)
SetClientID adds the clientId to the list azure resource groups params
func (*ListAzureResourceGroupsParams) SetClientSecret ¶
func (o *ListAzureResourceGroupsParams) SetClientSecret(clientSecret *string)
SetClientSecret adds the clientSecret to the list azure resource groups params
func (*ListAzureResourceGroupsParams) SetContext ¶
func (o *ListAzureResourceGroupsParams) SetContext(ctx context.Context)
SetContext adds the context to the list azure resource groups params
func (*ListAzureResourceGroupsParams) SetCredential ¶
func (o *ListAzureResourceGroupsParams) SetCredential(credential *string)
SetCredential adds the credential to the list azure resource groups params
func (*ListAzureResourceGroupsParams) SetDefaults ¶
func (o *ListAzureResourceGroupsParams) SetDefaults()
SetDefaults hydrates default values in the list azure resource groups params (not the query body).
All values with no default are reset to their zero value.
func (*ListAzureResourceGroupsParams) SetHTTPClient ¶
func (o *ListAzureResourceGroupsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list azure resource groups params
func (*ListAzureResourceGroupsParams) SetLocation ¶
func (o *ListAzureResourceGroupsParams) SetLocation(location *string)
SetLocation adds the location to the list azure resource groups params
func (*ListAzureResourceGroupsParams) SetSubscriptionID ¶
func (o *ListAzureResourceGroupsParams) SetSubscriptionID(subscriptionID *string)
SetSubscriptionID adds the subscriptionId to the list azure resource groups params
func (*ListAzureResourceGroupsParams) SetTenantID ¶
func (o *ListAzureResourceGroupsParams) SetTenantID(tenantID *string)
SetTenantID adds the tenantId to the list azure resource groups params
func (*ListAzureResourceGroupsParams) SetTimeout ¶
func (o *ListAzureResourceGroupsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list azure resource groups params
func (*ListAzureResourceGroupsParams) WithClientID ¶
func (o *ListAzureResourceGroupsParams) WithClientID(clientID *string) *ListAzureResourceGroupsParams
WithClientID adds the clientID to the list azure resource groups params
func (*ListAzureResourceGroupsParams) WithClientSecret ¶
func (o *ListAzureResourceGroupsParams) WithClientSecret(clientSecret *string) *ListAzureResourceGroupsParams
WithClientSecret adds the clientSecret to the list azure resource groups params
func (*ListAzureResourceGroupsParams) WithContext ¶
func (o *ListAzureResourceGroupsParams) WithContext(ctx context.Context) *ListAzureResourceGroupsParams
WithContext adds the context to the list azure resource groups params
func (*ListAzureResourceGroupsParams) WithCredential ¶
func (o *ListAzureResourceGroupsParams) WithCredential(credential *string) *ListAzureResourceGroupsParams
WithCredential adds the credential to the list azure resource groups params
func (*ListAzureResourceGroupsParams) WithDefaults ¶
func (o *ListAzureResourceGroupsParams) WithDefaults() *ListAzureResourceGroupsParams
WithDefaults hydrates default values in the list azure resource groups params (not the query body).
All values with no default are reset to their zero value.
func (*ListAzureResourceGroupsParams) WithHTTPClient ¶
func (o *ListAzureResourceGroupsParams) WithHTTPClient(client *http.Client) *ListAzureResourceGroupsParams
WithHTTPClient adds the HTTPClient to the list azure resource groups params
func (*ListAzureResourceGroupsParams) WithLocation ¶
func (o *ListAzureResourceGroupsParams) WithLocation(location *string) *ListAzureResourceGroupsParams
WithLocation adds the location to the list azure resource groups params
func (*ListAzureResourceGroupsParams) WithSubscriptionID ¶
func (o *ListAzureResourceGroupsParams) WithSubscriptionID(subscriptionID *string) *ListAzureResourceGroupsParams
WithSubscriptionID adds the subscriptionID to the list azure resource groups params
func (*ListAzureResourceGroupsParams) WithTenantID ¶
func (o *ListAzureResourceGroupsParams) WithTenantID(tenantID *string) *ListAzureResourceGroupsParams
WithTenantID adds the tenantID to the list azure resource groups params
func (*ListAzureResourceGroupsParams) WithTimeout ¶
func (o *ListAzureResourceGroupsParams) WithTimeout(timeout time.Duration) *ListAzureResourceGroupsParams
WithTimeout adds the timeout to the list azure resource groups params
func (*ListAzureResourceGroupsParams) WriteToRequest ¶
func (o *ListAzureResourceGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAzureResourceGroupsReader ¶
type ListAzureResourceGroupsReader struct {
// contains filtered or unexported fields
}
ListAzureResourceGroupsReader is a Reader for the ListAzureResourceGroups structure.
func (*ListAzureResourceGroupsReader) ReadResponse ¶
func (o *ListAzureResourceGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAzureRouteTablesDefault ¶
type ListAzureRouteTablesDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
ListAzureRouteTablesDefault describes a response with status code -1, with default header values.
errorResponse
func NewListAzureRouteTablesDefault ¶
func NewListAzureRouteTablesDefault(code int) *ListAzureRouteTablesDefault
NewListAzureRouteTablesDefault creates a ListAzureRouteTablesDefault with default headers values
func (*ListAzureRouteTablesDefault) Code ¶
func (o *ListAzureRouteTablesDefault) Code() int
Code gets the status code for the list azure route tables default response
func (*ListAzureRouteTablesDefault) Error ¶
func (o *ListAzureRouteTablesDefault) Error() string
func (*ListAzureRouteTablesDefault) GetPayload ¶
func (o *ListAzureRouteTablesDefault) GetPayload() *models.ErrorResponse
func (*ListAzureRouteTablesDefault) IsClientError ¶
func (o *ListAzureRouteTablesDefault) IsClientError() bool
IsClientError returns true when this list azure route tables default response has a 4xx status code
func (*ListAzureRouteTablesDefault) IsCode ¶
func (o *ListAzureRouteTablesDefault) IsCode(code int) bool
IsCode returns true when this list azure route tables default response a status code equal to that given
func (*ListAzureRouteTablesDefault) IsRedirect ¶
func (o *ListAzureRouteTablesDefault) IsRedirect() bool
IsRedirect returns true when this list azure route tables default response has a 3xx status code
func (*ListAzureRouteTablesDefault) IsServerError ¶
func (o *ListAzureRouteTablesDefault) IsServerError() bool
IsServerError returns true when this list azure route tables default response has a 5xx status code
func (*ListAzureRouteTablesDefault) IsSuccess ¶
func (o *ListAzureRouteTablesDefault) IsSuccess() bool
IsSuccess returns true when this list azure route tables default response has a 2xx status code
func (*ListAzureRouteTablesDefault) String ¶
func (o *ListAzureRouteTablesDefault) String() string
type ListAzureRouteTablesOK ¶
type ListAzureRouteTablesOK struct {
Payload *models.AzureRouteTablesList
}
ListAzureRouteTablesOK describes a response with status code 200, with default header values.
AzureRouteTablesList
func NewListAzureRouteTablesOK ¶
func NewListAzureRouteTablesOK() *ListAzureRouteTablesOK
NewListAzureRouteTablesOK creates a ListAzureRouteTablesOK with default headers values
func (*ListAzureRouteTablesOK) Error ¶
func (o *ListAzureRouteTablesOK) Error() string
func (*ListAzureRouteTablesOK) GetPayload ¶
func (o *ListAzureRouteTablesOK) GetPayload() *models.AzureRouteTablesList
func (*ListAzureRouteTablesOK) IsClientError ¶
func (o *ListAzureRouteTablesOK) IsClientError() bool
IsClientError returns true when this list azure route tables o k response has a 4xx status code
func (*ListAzureRouteTablesOK) IsCode ¶
func (o *ListAzureRouteTablesOK) IsCode(code int) bool
IsCode returns true when this list azure route tables o k response a status code equal to that given
func (*ListAzureRouteTablesOK) IsRedirect ¶
func (o *ListAzureRouteTablesOK) IsRedirect() bool
IsRedirect returns true when this list azure route tables o k response has a 3xx status code
func (*ListAzureRouteTablesOK) IsServerError ¶
func (o *ListAzureRouteTablesOK) IsServerError() bool
IsServerError returns true when this list azure route tables o k response has a 5xx status code
func (*ListAzureRouteTablesOK) IsSuccess ¶
func (o *ListAzureRouteTablesOK) IsSuccess() bool
IsSuccess returns true when this list azure route tables o k response has a 2xx status code
func (*ListAzureRouteTablesOK) String ¶
func (o *ListAzureRouteTablesOK) String() string
type ListAzureRouteTablesParams ¶
type ListAzureRouteTablesParams struct { // ClientID. ClientID *string // ClientSecret. ClientSecret *string // Credential. Credential *string // Location. Location *string // ResourceGroup. ResourceGroup *string // SubscriptionID. SubscriptionID *string // TenantID. TenantID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListAzureRouteTablesParams contains all the parameters to send to the API endpoint
for the list azure route tables operation. Typically these are written to a http.Request.
func NewListAzureRouteTablesParams ¶
func NewListAzureRouteTablesParams() *ListAzureRouteTablesParams
NewListAzureRouteTablesParams creates a new ListAzureRouteTablesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListAzureRouteTablesParamsWithContext ¶
func NewListAzureRouteTablesParamsWithContext(ctx context.Context) *ListAzureRouteTablesParams
NewListAzureRouteTablesParamsWithContext creates a new ListAzureRouteTablesParams object with the ability to set a context for a request.
func NewListAzureRouteTablesParamsWithHTTPClient ¶
func NewListAzureRouteTablesParamsWithHTTPClient(client *http.Client) *ListAzureRouteTablesParams
NewListAzureRouteTablesParamsWithHTTPClient creates a new ListAzureRouteTablesParams object with the ability to set a custom HTTPClient for a request.
func NewListAzureRouteTablesParamsWithTimeout ¶
func NewListAzureRouteTablesParamsWithTimeout(timeout time.Duration) *ListAzureRouteTablesParams
NewListAzureRouteTablesParamsWithTimeout creates a new ListAzureRouteTablesParams object with the ability to set a timeout on a request.
func (*ListAzureRouteTablesParams) SetClientID ¶
func (o *ListAzureRouteTablesParams) SetClientID(clientID *string)
SetClientID adds the clientId to the list azure route tables params
func (*ListAzureRouteTablesParams) SetClientSecret ¶
func (o *ListAzureRouteTablesParams) SetClientSecret(clientSecret *string)
SetClientSecret adds the clientSecret to the list azure route tables params
func (*ListAzureRouteTablesParams) SetContext ¶
func (o *ListAzureRouteTablesParams) SetContext(ctx context.Context)
SetContext adds the context to the list azure route tables params
func (*ListAzureRouteTablesParams) SetCredential ¶
func (o *ListAzureRouteTablesParams) SetCredential(credential *string)
SetCredential adds the credential to the list azure route tables params
func (*ListAzureRouteTablesParams) SetDefaults ¶
func (o *ListAzureRouteTablesParams) SetDefaults()
SetDefaults hydrates default values in the list azure route tables params (not the query body).
All values with no default are reset to their zero value.
func (*ListAzureRouteTablesParams) SetHTTPClient ¶
func (o *ListAzureRouteTablesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list azure route tables params
func (*ListAzureRouteTablesParams) SetLocation ¶
func (o *ListAzureRouteTablesParams) SetLocation(location *string)
SetLocation adds the location to the list azure route tables params
func (*ListAzureRouteTablesParams) SetResourceGroup ¶
func (o *ListAzureRouteTablesParams) SetResourceGroup(resourceGroup *string)
SetResourceGroup adds the resourceGroup to the list azure route tables params
func (*ListAzureRouteTablesParams) SetSubscriptionID ¶
func (o *ListAzureRouteTablesParams) SetSubscriptionID(subscriptionID *string)
SetSubscriptionID adds the subscriptionId to the list azure route tables params
func (*ListAzureRouteTablesParams) SetTenantID ¶
func (o *ListAzureRouteTablesParams) SetTenantID(tenantID *string)
SetTenantID adds the tenantId to the list azure route tables params
func (*ListAzureRouteTablesParams) SetTimeout ¶
func (o *ListAzureRouteTablesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list azure route tables params
func (*ListAzureRouteTablesParams) WithClientID ¶
func (o *ListAzureRouteTablesParams) WithClientID(clientID *string) *ListAzureRouteTablesParams
WithClientID adds the clientID to the list azure route tables params
func (*ListAzureRouteTablesParams) WithClientSecret ¶
func (o *ListAzureRouteTablesParams) WithClientSecret(clientSecret *string) *ListAzureRouteTablesParams
WithClientSecret adds the clientSecret to the list azure route tables params
func (*ListAzureRouteTablesParams) WithContext ¶
func (o *ListAzureRouteTablesParams) WithContext(ctx context.Context) *ListAzureRouteTablesParams
WithContext adds the context to the list azure route tables params
func (*ListAzureRouteTablesParams) WithCredential ¶
func (o *ListAzureRouteTablesParams) WithCredential(credential *string) *ListAzureRouteTablesParams
WithCredential adds the credential to the list azure route tables params
func (*ListAzureRouteTablesParams) WithDefaults ¶
func (o *ListAzureRouteTablesParams) WithDefaults() *ListAzureRouteTablesParams
WithDefaults hydrates default values in the list azure route tables params (not the query body).
All values with no default are reset to their zero value.
func (*ListAzureRouteTablesParams) WithHTTPClient ¶
func (o *ListAzureRouteTablesParams) WithHTTPClient(client *http.Client) *ListAzureRouteTablesParams
WithHTTPClient adds the HTTPClient to the list azure route tables params
func (*ListAzureRouteTablesParams) WithLocation ¶
func (o *ListAzureRouteTablesParams) WithLocation(location *string) *ListAzureRouteTablesParams
WithLocation adds the location to the list azure route tables params
func (*ListAzureRouteTablesParams) WithResourceGroup ¶
func (o *ListAzureRouteTablesParams) WithResourceGroup(resourceGroup *string) *ListAzureRouteTablesParams
WithResourceGroup adds the resourceGroup to the list azure route tables params
func (*ListAzureRouteTablesParams) WithSubscriptionID ¶
func (o *ListAzureRouteTablesParams) WithSubscriptionID(subscriptionID *string) *ListAzureRouteTablesParams
WithSubscriptionID adds the subscriptionID to the list azure route tables params
func (*ListAzureRouteTablesParams) WithTenantID ¶
func (o *ListAzureRouteTablesParams) WithTenantID(tenantID *string) *ListAzureRouteTablesParams
WithTenantID adds the tenantID to the list azure route tables params
func (*ListAzureRouteTablesParams) WithTimeout ¶
func (o *ListAzureRouteTablesParams) WithTimeout(timeout time.Duration) *ListAzureRouteTablesParams
WithTimeout adds the timeout to the list azure route tables params
func (*ListAzureRouteTablesParams) WriteToRequest ¶
func (o *ListAzureRouteTablesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAzureRouteTablesReader ¶
type ListAzureRouteTablesReader struct {
// contains filtered or unexported fields
}
ListAzureRouteTablesReader is a Reader for the ListAzureRouteTables structure.
func (*ListAzureRouteTablesReader) ReadResponse ¶
func (o *ListAzureRouteTablesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAzureSecurityGroupsDefault ¶
type ListAzureSecurityGroupsDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
ListAzureSecurityGroupsDefault describes a response with status code -1, with default header values.
errorResponse
func NewListAzureSecurityGroupsDefault ¶
func NewListAzureSecurityGroupsDefault(code int) *ListAzureSecurityGroupsDefault
NewListAzureSecurityGroupsDefault creates a ListAzureSecurityGroupsDefault with default headers values
func (*ListAzureSecurityGroupsDefault) Code ¶
func (o *ListAzureSecurityGroupsDefault) Code() int
Code gets the status code for the list azure security groups default response
func (*ListAzureSecurityGroupsDefault) Error ¶
func (o *ListAzureSecurityGroupsDefault) Error() string
func (*ListAzureSecurityGroupsDefault) GetPayload ¶
func (o *ListAzureSecurityGroupsDefault) GetPayload() *models.ErrorResponse
func (*ListAzureSecurityGroupsDefault) IsClientError ¶
func (o *ListAzureSecurityGroupsDefault) IsClientError() bool
IsClientError returns true when this list azure security groups default response has a 4xx status code
func (*ListAzureSecurityGroupsDefault) IsCode ¶
func (o *ListAzureSecurityGroupsDefault) IsCode(code int) bool
IsCode returns true when this list azure security groups default response a status code equal to that given
func (*ListAzureSecurityGroupsDefault) IsRedirect ¶
func (o *ListAzureSecurityGroupsDefault) IsRedirect() bool
IsRedirect returns true when this list azure security groups default response has a 3xx status code
func (*ListAzureSecurityGroupsDefault) IsServerError ¶
func (o *ListAzureSecurityGroupsDefault) IsServerError() bool
IsServerError returns true when this list azure security groups default response has a 5xx status code
func (*ListAzureSecurityGroupsDefault) IsSuccess ¶
func (o *ListAzureSecurityGroupsDefault) IsSuccess() bool
IsSuccess returns true when this list azure security groups default response has a 2xx status code
func (*ListAzureSecurityGroupsDefault) String ¶
func (o *ListAzureSecurityGroupsDefault) String() string
type ListAzureSecurityGroupsOK ¶
type ListAzureSecurityGroupsOK struct {
Payload *models.AzureSecurityGroupsList
}
ListAzureSecurityGroupsOK describes a response with status code 200, with default header values.
AzureSecurityGroupsList
func NewListAzureSecurityGroupsOK ¶
func NewListAzureSecurityGroupsOK() *ListAzureSecurityGroupsOK
NewListAzureSecurityGroupsOK creates a ListAzureSecurityGroupsOK with default headers values
func (*ListAzureSecurityGroupsOK) Error ¶
func (o *ListAzureSecurityGroupsOK) Error() string
func (*ListAzureSecurityGroupsOK) GetPayload ¶
func (o *ListAzureSecurityGroupsOK) GetPayload() *models.AzureSecurityGroupsList
func (*ListAzureSecurityGroupsOK) IsClientError ¶
func (o *ListAzureSecurityGroupsOK) IsClientError() bool
IsClientError returns true when this list azure security groups o k response has a 4xx status code
func (*ListAzureSecurityGroupsOK) IsCode ¶
func (o *ListAzureSecurityGroupsOK) IsCode(code int) bool
IsCode returns true when this list azure security groups o k response a status code equal to that given
func (*ListAzureSecurityGroupsOK) IsRedirect ¶
func (o *ListAzureSecurityGroupsOK) IsRedirect() bool
IsRedirect returns true when this list azure security groups o k response has a 3xx status code
func (*ListAzureSecurityGroupsOK) IsServerError ¶
func (o *ListAzureSecurityGroupsOK) IsServerError() bool
IsServerError returns true when this list azure security groups o k response has a 5xx status code
func (*ListAzureSecurityGroupsOK) IsSuccess ¶
func (o *ListAzureSecurityGroupsOK) IsSuccess() bool
IsSuccess returns true when this list azure security groups o k response has a 2xx status code
func (*ListAzureSecurityGroupsOK) String ¶
func (o *ListAzureSecurityGroupsOK) String() string
type ListAzureSecurityGroupsParams ¶
type ListAzureSecurityGroupsParams struct { // ClientID. ClientID *string // ClientSecret. ClientSecret *string // Credential. Credential *string // Location. Location *string // ResourceGroup. ResourceGroup *string // SubscriptionID. SubscriptionID *string // TenantID. TenantID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListAzureSecurityGroupsParams contains all the parameters to send to the API endpoint
for the list azure security groups operation. Typically these are written to a http.Request.
func NewListAzureSecurityGroupsParams ¶
func NewListAzureSecurityGroupsParams() *ListAzureSecurityGroupsParams
NewListAzureSecurityGroupsParams creates a new ListAzureSecurityGroupsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListAzureSecurityGroupsParamsWithContext ¶
func NewListAzureSecurityGroupsParamsWithContext(ctx context.Context) *ListAzureSecurityGroupsParams
NewListAzureSecurityGroupsParamsWithContext creates a new ListAzureSecurityGroupsParams object with the ability to set a context for a request.
func NewListAzureSecurityGroupsParamsWithHTTPClient ¶
func NewListAzureSecurityGroupsParamsWithHTTPClient(client *http.Client) *ListAzureSecurityGroupsParams
NewListAzureSecurityGroupsParamsWithHTTPClient creates a new ListAzureSecurityGroupsParams object with the ability to set a custom HTTPClient for a request.
func NewListAzureSecurityGroupsParamsWithTimeout ¶
func NewListAzureSecurityGroupsParamsWithTimeout(timeout time.Duration) *ListAzureSecurityGroupsParams
NewListAzureSecurityGroupsParamsWithTimeout creates a new ListAzureSecurityGroupsParams object with the ability to set a timeout on a request.
func (*ListAzureSecurityGroupsParams) SetClientID ¶
func (o *ListAzureSecurityGroupsParams) SetClientID(clientID *string)
SetClientID adds the clientId to the list azure security groups params
func (*ListAzureSecurityGroupsParams) SetClientSecret ¶
func (o *ListAzureSecurityGroupsParams) SetClientSecret(clientSecret *string)
SetClientSecret adds the clientSecret to the list azure security groups params
func (*ListAzureSecurityGroupsParams) SetContext ¶
func (o *ListAzureSecurityGroupsParams) SetContext(ctx context.Context)
SetContext adds the context to the list azure security groups params
func (*ListAzureSecurityGroupsParams) SetCredential ¶
func (o *ListAzureSecurityGroupsParams) SetCredential(credential *string)
SetCredential adds the credential to the list azure security groups params
func (*ListAzureSecurityGroupsParams) SetDefaults ¶
func (o *ListAzureSecurityGroupsParams) SetDefaults()
SetDefaults hydrates default values in the list azure security groups params (not the query body).
All values with no default are reset to their zero value.
func (*ListAzureSecurityGroupsParams) SetHTTPClient ¶
func (o *ListAzureSecurityGroupsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list azure security groups params
func (*ListAzureSecurityGroupsParams) SetLocation ¶
func (o *ListAzureSecurityGroupsParams) SetLocation(location *string)
SetLocation adds the location to the list azure security groups params
func (*ListAzureSecurityGroupsParams) SetResourceGroup ¶
func (o *ListAzureSecurityGroupsParams) SetResourceGroup(resourceGroup *string)
SetResourceGroup adds the resourceGroup to the list azure security groups params
func (*ListAzureSecurityGroupsParams) SetSubscriptionID ¶
func (o *ListAzureSecurityGroupsParams) SetSubscriptionID(subscriptionID *string)
SetSubscriptionID adds the subscriptionId to the list azure security groups params
func (*ListAzureSecurityGroupsParams) SetTenantID ¶
func (o *ListAzureSecurityGroupsParams) SetTenantID(tenantID *string)
SetTenantID adds the tenantId to the list azure security groups params
func (*ListAzureSecurityGroupsParams) SetTimeout ¶
func (o *ListAzureSecurityGroupsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list azure security groups params
func (*ListAzureSecurityGroupsParams) WithClientID ¶
func (o *ListAzureSecurityGroupsParams) WithClientID(clientID *string) *ListAzureSecurityGroupsParams
WithClientID adds the clientID to the list azure security groups params
func (*ListAzureSecurityGroupsParams) WithClientSecret ¶
func (o *ListAzureSecurityGroupsParams) WithClientSecret(clientSecret *string) *ListAzureSecurityGroupsParams
WithClientSecret adds the clientSecret to the list azure security groups params
func (*ListAzureSecurityGroupsParams) WithContext ¶
func (o *ListAzureSecurityGroupsParams) WithContext(ctx context.Context) *ListAzureSecurityGroupsParams
WithContext adds the context to the list azure security groups params
func (*ListAzureSecurityGroupsParams) WithCredential ¶
func (o *ListAzureSecurityGroupsParams) WithCredential(credential *string) *ListAzureSecurityGroupsParams
WithCredential adds the credential to the list azure security groups params
func (*ListAzureSecurityGroupsParams) WithDefaults ¶
func (o *ListAzureSecurityGroupsParams) WithDefaults() *ListAzureSecurityGroupsParams
WithDefaults hydrates default values in the list azure security groups params (not the query body).
All values with no default are reset to their zero value.
func (*ListAzureSecurityGroupsParams) WithHTTPClient ¶
func (o *ListAzureSecurityGroupsParams) WithHTTPClient(client *http.Client) *ListAzureSecurityGroupsParams
WithHTTPClient adds the HTTPClient to the list azure security groups params
func (*ListAzureSecurityGroupsParams) WithLocation ¶
func (o *ListAzureSecurityGroupsParams) WithLocation(location *string) *ListAzureSecurityGroupsParams
WithLocation adds the location to the list azure security groups params
func (*ListAzureSecurityGroupsParams) WithResourceGroup ¶
func (o *ListAzureSecurityGroupsParams) WithResourceGroup(resourceGroup *string) *ListAzureSecurityGroupsParams
WithResourceGroup adds the resourceGroup to the list azure security groups params
func (*ListAzureSecurityGroupsParams) WithSubscriptionID ¶
func (o *ListAzureSecurityGroupsParams) WithSubscriptionID(subscriptionID *string) *ListAzureSecurityGroupsParams
WithSubscriptionID adds the subscriptionID to the list azure security groups params
func (*ListAzureSecurityGroupsParams) WithTenantID ¶
func (o *ListAzureSecurityGroupsParams) WithTenantID(tenantID *string) *ListAzureSecurityGroupsParams
WithTenantID adds the tenantID to the list azure security groups params
func (*ListAzureSecurityGroupsParams) WithTimeout ¶
func (o *ListAzureSecurityGroupsParams) WithTimeout(timeout time.Duration) *ListAzureSecurityGroupsParams
WithTimeout adds the timeout to the list azure security groups params
func (*ListAzureSecurityGroupsParams) WriteToRequest ¶
func (o *ListAzureSecurityGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAzureSecurityGroupsReader ¶
type ListAzureSecurityGroupsReader struct {
// contains filtered or unexported fields
}
ListAzureSecurityGroupsReader is a Reader for the ListAzureSecurityGroups structure.
func (*ListAzureSecurityGroupsReader) ReadResponse ¶
func (o *ListAzureSecurityGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAzureSizesNoCredentialsV2Default ¶
type ListAzureSizesNoCredentialsV2Default struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
ListAzureSizesNoCredentialsV2Default describes a response with status code -1, with default header values.
errorResponse
func NewListAzureSizesNoCredentialsV2Default ¶
func NewListAzureSizesNoCredentialsV2Default(code int) *ListAzureSizesNoCredentialsV2Default
NewListAzureSizesNoCredentialsV2Default creates a ListAzureSizesNoCredentialsV2Default with default headers values
func (*ListAzureSizesNoCredentialsV2Default) Code ¶
func (o *ListAzureSizesNoCredentialsV2Default) Code() int
Code gets the status code for the list azure sizes no credentials v2 default response
func (*ListAzureSizesNoCredentialsV2Default) Error ¶
func (o *ListAzureSizesNoCredentialsV2Default) Error() string
func (*ListAzureSizesNoCredentialsV2Default) GetPayload ¶
func (o *ListAzureSizesNoCredentialsV2Default) GetPayload() *models.ErrorResponse
func (*ListAzureSizesNoCredentialsV2Default) IsClientError ¶
func (o *ListAzureSizesNoCredentialsV2Default) IsClientError() bool
IsClientError returns true when this list azure sizes no credentials v2 default response has a 4xx status code
func (*ListAzureSizesNoCredentialsV2Default) IsCode ¶
func (o *ListAzureSizesNoCredentialsV2Default) IsCode(code int) bool
IsCode returns true when this list azure sizes no credentials v2 default response a status code equal to that given
func (*ListAzureSizesNoCredentialsV2Default) IsRedirect ¶
func (o *ListAzureSizesNoCredentialsV2Default) IsRedirect() bool
IsRedirect returns true when this list azure sizes no credentials v2 default response has a 3xx status code
func (*ListAzureSizesNoCredentialsV2Default) IsServerError ¶
func (o *ListAzureSizesNoCredentialsV2Default) IsServerError() bool
IsServerError returns true when this list azure sizes no credentials v2 default response has a 5xx status code
func (*ListAzureSizesNoCredentialsV2Default) IsSuccess ¶
func (o *ListAzureSizesNoCredentialsV2Default) IsSuccess() bool
IsSuccess returns true when this list azure sizes no credentials v2 default response has a 2xx status code
func (*ListAzureSizesNoCredentialsV2Default) String ¶
func (o *ListAzureSizesNoCredentialsV2Default) String() string
type ListAzureSizesNoCredentialsV2OK ¶
type ListAzureSizesNoCredentialsV2OK struct {
Payload models.AzureSizeList
}
ListAzureSizesNoCredentialsV2OK describes a response with status code 200, with default header values.
AzureSizeList
func NewListAzureSizesNoCredentialsV2OK ¶
func NewListAzureSizesNoCredentialsV2OK() *ListAzureSizesNoCredentialsV2OK
NewListAzureSizesNoCredentialsV2OK creates a ListAzureSizesNoCredentialsV2OK with default headers values
func (*ListAzureSizesNoCredentialsV2OK) Error ¶
func (o *ListAzureSizesNoCredentialsV2OK) Error() string
func (*ListAzureSizesNoCredentialsV2OK) GetPayload ¶
func (o *ListAzureSizesNoCredentialsV2OK) GetPayload() models.AzureSizeList
func (*ListAzureSizesNoCredentialsV2OK) IsClientError ¶
func (o *ListAzureSizesNoCredentialsV2OK) IsClientError() bool
IsClientError returns true when this list azure sizes no credentials v2 o k response has a 4xx status code
func (*ListAzureSizesNoCredentialsV2OK) IsCode ¶
func (o *ListAzureSizesNoCredentialsV2OK) IsCode(code int) bool
IsCode returns true when this list azure sizes no credentials v2 o k response a status code equal to that given
func (*ListAzureSizesNoCredentialsV2OK) IsRedirect ¶
func (o *ListAzureSizesNoCredentialsV2OK) IsRedirect() bool
IsRedirect returns true when this list azure sizes no credentials v2 o k response has a 3xx status code
func (*ListAzureSizesNoCredentialsV2OK) IsServerError ¶
func (o *ListAzureSizesNoCredentialsV2OK) IsServerError() bool
IsServerError returns true when this list azure sizes no credentials v2 o k response has a 5xx status code
func (*ListAzureSizesNoCredentialsV2OK) IsSuccess ¶
func (o *ListAzureSizesNoCredentialsV2OK) IsSuccess() bool
IsSuccess returns true when this list azure sizes no credentials v2 o k response has a 2xx status code
func (*ListAzureSizesNoCredentialsV2OK) String ¶
func (o *ListAzureSizesNoCredentialsV2OK) String() string
type ListAzureSizesNoCredentialsV2Params ¶
type ListAzureSizesNoCredentialsV2Params struct { // ClusterID. ClusterID string // ProjectID. ProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListAzureSizesNoCredentialsV2Params contains all the parameters to send to the API endpoint
for the list azure sizes no credentials v2 operation. Typically these are written to a http.Request.
func NewListAzureSizesNoCredentialsV2Params ¶
func NewListAzureSizesNoCredentialsV2Params() *ListAzureSizesNoCredentialsV2Params
NewListAzureSizesNoCredentialsV2Params creates a new ListAzureSizesNoCredentialsV2Params object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListAzureSizesNoCredentialsV2ParamsWithContext ¶
func NewListAzureSizesNoCredentialsV2ParamsWithContext(ctx context.Context) *ListAzureSizesNoCredentialsV2Params
NewListAzureSizesNoCredentialsV2ParamsWithContext creates a new ListAzureSizesNoCredentialsV2Params object with the ability to set a context for a request.
func NewListAzureSizesNoCredentialsV2ParamsWithHTTPClient ¶
func NewListAzureSizesNoCredentialsV2ParamsWithHTTPClient(client *http.Client) *ListAzureSizesNoCredentialsV2Params
NewListAzureSizesNoCredentialsV2ParamsWithHTTPClient creates a new ListAzureSizesNoCredentialsV2Params object with the ability to set a custom HTTPClient for a request.
func NewListAzureSizesNoCredentialsV2ParamsWithTimeout ¶
func NewListAzureSizesNoCredentialsV2ParamsWithTimeout(timeout time.Duration) *ListAzureSizesNoCredentialsV2Params
NewListAzureSizesNoCredentialsV2ParamsWithTimeout creates a new ListAzureSizesNoCredentialsV2Params object with the ability to set a timeout on a request.
func (*ListAzureSizesNoCredentialsV2Params) SetClusterID ¶
func (o *ListAzureSizesNoCredentialsV2Params) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the list azure sizes no credentials v2 params
func (*ListAzureSizesNoCredentialsV2Params) SetContext ¶
func (o *ListAzureSizesNoCredentialsV2Params) SetContext(ctx context.Context)
SetContext adds the context to the list azure sizes no credentials v2 params
func (*ListAzureSizesNoCredentialsV2Params) SetDefaults ¶
func (o *ListAzureSizesNoCredentialsV2Params) SetDefaults()
SetDefaults hydrates default values in the list azure sizes no credentials v2 params (not the query body).
All values with no default are reset to their zero value.
func (*ListAzureSizesNoCredentialsV2Params) SetHTTPClient ¶
func (o *ListAzureSizesNoCredentialsV2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list azure sizes no credentials v2 params
func (*ListAzureSizesNoCredentialsV2Params) SetProjectID ¶
func (o *ListAzureSizesNoCredentialsV2Params) SetProjectID(projectID string)
SetProjectID adds the projectId to the list azure sizes no credentials v2 params
func (*ListAzureSizesNoCredentialsV2Params) SetTimeout ¶
func (o *ListAzureSizesNoCredentialsV2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list azure sizes no credentials v2 params
func (*ListAzureSizesNoCredentialsV2Params) WithClusterID ¶
func (o *ListAzureSizesNoCredentialsV2Params) WithClusterID(clusterID string) *ListAzureSizesNoCredentialsV2Params
WithClusterID adds the clusterID to the list azure sizes no credentials v2 params
func (*ListAzureSizesNoCredentialsV2Params) WithContext ¶
func (o *ListAzureSizesNoCredentialsV2Params) WithContext(ctx context.Context) *ListAzureSizesNoCredentialsV2Params
WithContext adds the context to the list azure sizes no credentials v2 params
func (*ListAzureSizesNoCredentialsV2Params) WithDefaults ¶
func (o *ListAzureSizesNoCredentialsV2Params) WithDefaults() *ListAzureSizesNoCredentialsV2Params
WithDefaults hydrates default values in the list azure sizes no credentials v2 params (not the query body).
All values with no default are reset to their zero value.
func (*ListAzureSizesNoCredentialsV2Params) WithHTTPClient ¶
func (o *ListAzureSizesNoCredentialsV2Params) WithHTTPClient(client *http.Client) *ListAzureSizesNoCredentialsV2Params
WithHTTPClient adds the HTTPClient to the list azure sizes no credentials v2 params
func (*ListAzureSizesNoCredentialsV2Params) WithProjectID ¶
func (o *ListAzureSizesNoCredentialsV2Params) WithProjectID(projectID string) *ListAzureSizesNoCredentialsV2Params
WithProjectID adds the projectID to the list azure sizes no credentials v2 params
func (*ListAzureSizesNoCredentialsV2Params) WithTimeout ¶
func (o *ListAzureSizesNoCredentialsV2Params) WithTimeout(timeout time.Duration) *ListAzureSizesNoCredentialsV2Params
WithTimeout adds the timeout to the list azure sizes no credentials v2 params
func (*ListAzureSizesNoCredentialsV2Params) WriteToRequest ¶
func (o *ListAzureSizesNoCredentialsV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAzureSizesNoCredentialsV2Reader ¶
type ListAzureSizesNoCredentialsV2Reader struct {
// contains filtered or unexported fields
}
ListAzureSizesNoCredentialsV2Reader is a Reader for the ListAzureSizesNoCredentialsV2 structure.
func (*ListAzureSizesNoCredentialsV2Reader) ReadResponse ¶
func (o *ListAzureSizesNoCredentialsV2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAzureSubnetsDefault ¶
type ListAzureSubnetsDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
ListAzureSubnetsDefault describes a response with status code -1, with default header values.
errorResponse
func NewListAzureSubnetsDefault ¶
func NewListAzureSubnetsDefault(code int) *ListAzureSubnetsDefault
NewListAzureSubnetsDefault creates a ListAzureSubnetsDefault with default headers values
func (*ListAzureSubnetsDefault) Code ¶
func (o *ListAzureSubnetsDefault) Code() int
Code gets the status code for the list azure subnets default response
func (*ListAzureSubnetsDefault) Error ¶
func (o *ListAzureSubnetsDefault) Error() string
func (*ListAzureSubnetsDefault) GetPayload ¶
func (o *ListAzureSubnetsDefault) GetPayload() *models.ErrorResponse
func (*ListAzureSubnetsDefault) IsClientError ¶
func (o *ListAzureSubnetsDefault) IsClientError() bool
IsClientError returns true when this list azure subnets default response has a 4xx status code
func (*ListAzureSubnetsDefault) IsCode ¶
func (o *ListAzureSubnetsDefault) IsCode(code int) bool
IsCode returns true when this list azure subnets default response a status code equal to that given
func (*ListAzureSubnetsDefault) IsRedirect ¶
func (o *ListAzureSubnetsDefault) IsRedirect() bool
IsRedirect returns true when this list azure subnets default response has a 3xx status code
func (*ListAzureSubnetsDefault) IsServerError ¶
func (o *ListAzureSubnetsDefault) IsServerError() bool
IsServerError returns true when this list azure subnets default response has a 5xx status code
func (*ListAzureSubnetsDefault) IsSuccess ¶
func (o *ListAzureSubnetsDefault) IsSuccess() bool
IsSuccess returns true when this list azure subnets default response has a 2xx status code
func (*ListAzureSubnetsDefault) String ¶
func (o *ListAzureSubnetsDefault) String() string
type ListAzureSubnetsOK ¶
type ListAzureSubnetsOK struct {
Payload *models.AzureSubnetsList
}
ListAzureSubnetsOK describes a response with status code 200, with default header values.
AzureSubnetsList
func NewListAzureSubnetsOK ¶
func NewListAzureSubnetsOK() *ListAzureSubnetsOK
NewListAzureSubnetsOK creates a ListAzureSubnetsOK with default headers values
func (*ListAzureSubnetsOK) Error ¶
func (o *ListAzureSubnetsOK) Error() string
func (*ListAzureSubnetsOK) GetPayload ¶
func (o *ListAzureSubnetsOK) GetPayload() *models.AzureSubnetsList
func (*ListAzureSubnetsOK) IsClientError ¶
func (o *ListAzureSubnetsOK) IsClientError() bool
IsClientError returns true when this list azure subnets o k response has a 4xx status code
func (*ListAzureSubnetsOK) IsCode ¶
func (o *ListAzureSubnetsOK) IsCode(code int) bool
IsCode returns true when this list azure subnets o k response a status code equal to that given
func (*ListAzureSubnetsOK) IsRedirect ¶
func (o *ListAzureSubnetsOK) IsRedirect() bool
IsRedirect returns true when this list azure subnets o k response has a 3xx status code
func (*ListAzureSubnetsOK) IsServerError ¶
func (o *ListAzureSubnetsOK) IsServerError() bool
IsServerError returns true when this list azure subnets o k response has a 5xx status code
func (*ListAzureSubnetsOK) IsSuccess ¶
func (o *ListAzureSubnetsOK) IsSuccess() bool
IsSuccess returns true when this list azure subnets o k response has a 2xx status code
func (*ListAzureSubnetsOK) String ¶
func (o *ListAzureSubnetsOK) String() string
type ListAzureSubnetsParams ¶
type ListAzureSubnetsParams struct { // ClientID. ClientID *string // ClientSecret. ClientSecret *string // Credential. Credential *string // ResourceGroup. ResourceGroup *string // SubscriptionID. SubscriptionID *string // TenantID. TenantID *string // VirtualNetwork. VirtualNetwork *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListAzureSubnetsParams contains all the parameters to send to the API endpoint
for the list azure subnets operation. Typically these are written to a http.Request.
func NewListAzureSubnetsParams ¶
func NewListAzureSubnetsParams() *ListAzureSubnetsParams
NewListAzureSubnetsParams creates a new ListAzureSubnetsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListAzureSubnetsParamsWithContext ¶
func NewListAzureSubnetsParamsWithContext(ctx context.Context) *ListAzureSubnetsParams
NewListAzureSubnetsParamsWithContext creates a new ListAzureSubnetsParams object with the ability to set a context for a request.
func NewListAzureSubnetsParamsWithHTTPClient ¶
func NewListAzureSubnetsParamsWithHTTPClient(client *http.Client) *ListAzureSubnetsParams
NewListAzureSubnetsParamsWithHTTPClient creates a new ListAzureSubnetsParams object with the ability to set a custom HTTPClient for a request.
func NewListAzureSubnetsParamsWithTimeout ¶
func NewListAzureSubnetsParamsWithTimeout(timeout time.Duration) *ListAzureSubnetsParams
NewListAzureSubnetsParamsWithTimeout creates a new ListAzureSubnetsParams object with the ability to set a timeout on a request.
func (*ListAzureSubnetsParams) SetClientID ¶
func (o *ListAzureSubnetsParams) SetClientID(clientID *string)
SetClientID adds the clientId to the list azure subnets params
func (*ListAzureSubnetsParams) SetClientSecret ¶
func (o *ListAzureSubnetsParams) SetClientSecret(clientSecret *string)
SetClientSecret adds the clientSecret to the list azure subnets params
func (*ListAzureSubnetsParams) SetContext ¶
func (o *ListAzureSubnetsParams) SetContext(ctx context.Context)
SetContext adds the context to the list azure subnets params
func (*ListAzureSubnetsParams) SetCredential ¶
func (o *ListAzureSubnetsParams) SetCredential(credential *string)
SetCredential adds the credential to the list azure subnets params
func (*ListAzureSubnetsParams) SetDefaults ¶
func (o *ListAzureSubnetsParams) SetDefaults()
SetDefaults hydrates default values in the list azure subnets params (not the query body).
All values with no default are reset to their zero value.
func (*ListAzureSubnetsParams) SetHTTPClient ¶
func (o *ListAzureSubnetsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list azure subnets params
func (*ListAzureSubnetsParams) SetResourceGroup ¶
func (o *ListAzureSubnetsParams) SetResourceGroup(resourceGroup *string)
SetResourceGroup adds the resourceGroup to the list azure subnets params
func (*ListAzureSubnetsParams) SetSubscriptionID ¶
func (o *ListAzureSubnetsParams) SetSubscriptionID(subscriptionID *string)
SetSubscriptionID adds the subscriptionId to the list azure subnets params
func (*ListAzureSubnetsParams) SetTenantID ¶
func (o *ListAzureSubnetsParams) SetTenantID(tenantID *string)
SetTenantID adds the tenantId to the list azure subnets params
func (*ListAzureSubnetsParams) SetTimeout ¶
func (o *ListAzureSubnetsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list azure subnets params
func (*ListAzureSubnetsParams) SetVirtualNetwork ¶
func (o *ListAzureSubnetsParams) SetVirtualNetwork(virtualNetwork *string)
SetVirtualNetwork adds the virtualNetwork to the list azure subnets params
func (*ListAzureSubnetsParams) WithClientID ¶
func (o *ListAzureSubnetsParams) WithClientID(clientID *string) *ListAzureSubnetsParams
WithClientID adds the clientID to the list azure subnets params
func (*ListAzureSubnetsParams) WithClientSecret ¶
func (o *ListAzureSubnetsParams) WithClientSecret(clientSecret *string) *ListAzureSubnetsParams
WithClientSecret adds the clientSecret to the list azure subnets params
func (*ListAzureSubnetsParams) WithContext ¶
func (o *ListAzureSubnetsParams) WithContext(ctx context.Context) *ListAzureSubnetsParams
WithContext adds the context to the list azure subnets params
func (*ListAzureSubnetsParams) WithCredential ¶
func (o *ListAzureSubnetsParams) WithCredential(credential *string) *ListAzureSubnetsParams
WithCredential adds the credential to the list azure subnets params
func (*ListAzureSubnetsParams) WithDefaults ¶
func (o *ListAzureSubnetsParams) WithDefaults() *ListAzureSubnetsParams
WithDefaults hydrates default values in the list azure subnets params (not the query body).
All values with no default are reset to their zero value.
func (*ListAzureSubnetsParams) WithHTTPClient ¶
func (o *ListAzureSubnetsParams) WithHTTPClient(client *http.Client) *ListAzureSubnetsParams
WithHTTPClient adds the HTTPClient to the list azure subnets params
func (*ListAzureSubnetsParams) WithResourceGroup ¶
func (o *ListAzureSubnetsParams) WithResourceGroup(resourceGroup *string) *ListAzureSubnetsParams
WithResourceGroup adds the resourceGroup to the list azure subnets params
func (*ListAzureSubnetsParams) WithSubscriptionID ¶
func (o *ListAzureSubnetsParams) WithSubscriptionID(subscriptionID *string) *ListAzureSubnetsParams
WithSubscriptionID adds the subscriptionID to the list azure subnets params
func (*ListAzureSubnetsParams) WithTenantID ¶
func (o *ListAzureSubnetsParams) WithTenantID(tenantID *string) *ListAzureSubnetsParams
WithTenantID adds the tenantID to the list azure subnets params
func (*ListAzureSubnetsParams) WithTimeout ¶
func (o *ListAzureSubnetsParams) WithTimeout(timeout time.Duration) *ListAzureSubnetsParams
WithTimeout adds the timeout to the list azure subnets params
func (*ListAzureSubnetsParams) WithVirtualNetwork ¶
func (o *ListAzureSubnetsParams) WithVirtualNetwork(virtualNetwork *string) *ListAzureSubnetsParams
WithVirtualNetwork adds the virtualNetwork to the list azure subnets params
func (*ListAzureSubnetsParams) WriteToRequest ¶
func (o *ListAzureSubnetsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAzureSubnetsReader ¶
type ListAzureSubnetsReader struct {
// contains filtered or unexported fields
}
ListAzureSubnetsReader is a Reader for the ListAzureSubnets structure.
func (*ListAzureSubnetsReader) ReadResponse ¶
func (o *ListAzureSubnetsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAzureVnetsDefault ¶
type ListAzureVnetsDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
ListAzureVnetsDefault describes a response with status code -1, with default header values.
errorResponse
func NewListAzureVnetsDefault ¶
func NewListAzureVnetsDefault(code int) *ListAzureVnetsDefault
NewListAzureVnetsDefault creates a ListAzureVnetsDefault with default headers values
func (*ListAzureVnetsDefault) Code ¶
func (o *ListAzureVnetsDefault) Code() int
Code gets the status code for the list azure vnets default response
func (*ListAzureVnetsDefault) Error ¶
func (o *ListAzureVnetsDefault) Error() string
func (*ListAzureVnetsDefault) GetPayload ¶
func (o *ListAzureVnetsDefault) GetPayload() *models.ErrorResponse
func (*ListAzureVnetsDefault) IsClientError ¶
func (o *ListAzureVnetsDefault) IsClientError() bool
IsClientError returns true when this list azure vnets default response has a 4xx status code
func (*ListAzureVnetsDefault) IsCode ¶
func (o *ListAzureVnetsDefault) IsCode(code int) bool
IsCode returns true when this list azure vnets default response a status code equal to that given
func (*ListAzureVnetsDefault) IsRedirect ¶
func (o *ListAzureVnetsDefault) IsRedirect() bool
IsRedirect returns true when this list azure vnets default response has a 3xx status code
func (*ListAzureVnetsDefault) IsServerError ¶
func (o *ListAzureVnetsDefault) IsServerError() bool
IsServerError returns true when this list azure vnets default response has a 5xx status code
func (*ListAzureVnetsDefault) IsSuccess ¶
func (o *ListAzureVnetsDefault) IsSuccess() bool
IsSuccess returns true when this list azure vnets default response has a 2xx status code
func (*ListAzureVnetsDefault) String ¶
func (o *ListAzureVnetsDefault) String() string
type ListAzureVnetsOK ¶
type ListAzureVnetsOK struct {
Payload *models.AzureVirtualNetworksList
}
ListAzureVnetsOK describes a response with status code 200, with default header values.
AzureVirtualNetworksList
func NewListAzureVnetsOK ¶
func NewListAzureVnetsOK() *ListAzureVnetsOK
NewListAzureVnetsOK creates a ListAzureVnetsOK with default headers values
func (*ListAzureVnetsOK) Error ¶
func (o *ListAzureVnetsOK) Error() string
func (*ListAzureVnetsOK) GetPayload ¶
func (o *ListAzureVnetsOK) GetPayload() *models.AzureVirtualNetworksList
func (*ListAzureVnetsOK) IsClientError ¶
func (o *ListAzureVnetsOK) IsClientError() bool
IsClientError returns true when this list azure vnets o k response has a 4xx status code
func (*ListAzureVnetsOK) IsCode ¶
func (o *ListAzureVnetsOK) IsCode(code int) bool
IsCode returns true when this list azure vnets o k response a status code equal to that given
func (*ListAzureVnetsOK) IsRedirect ¶
func (o *ListAzureVnetsOK) IsRedirect() bool
IsRedirect returns true when this list azure vnets o k response has a 3xx status code
func (*ListAzureVnetsOK) IsServerError ¶
func (o *ListAzureVnetsOK) IsServerError() bool
IsServerError returns true when this list azure vnets o k response has a 5xx status code
func (*ListAzureVnetsOK) IsSuccess ¶
func (o *ListAzureVnetsOK) IsSuccess() bool
IsSuccess returns true when this list azure vnets o k response has a 2xx status code
func (*ListAzureVnetsOK) String ¶
func (o *ListAzureVnetsOK) String() string
type ListAzureVnetsParams ¶
type ListAzureVnetsParams struct { // ClientID. ClientID *string // ClientSecret. ClientSecret *string // Credential. Credential *string // Location. Location *string // ResourceGroup. ResourceGroup *string // SubscriptionID. SubscriptionID *string // TenantID. TenantID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListAzureVnetsParams contains all the parameters to send to the API endpoint
for the list azure vnets operation. Typically these are written to a http.Request.
func NewListAzureVnetsParams ¶
func NewListAzureVnetsParams() *ListAzureVnetsParams
NewListAzureVnetsParams creates a new ListAzureVnetsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListAzureVnetsParamsWithContext ¶
func NewListAzureVnetsParamsWithContext(ctx context.Context) *ListAzureVnetsParams
NewListAzureVnetsParamsWithContext creates a new ListAzureVnetsParams object with the ability to set a context for a request.
func NewListAzureVnetsParamsWithHTTPClient ¶
func NewListAzureVnetsParamsWithHTTPClient(client *http.Client) *ListAzureVnetsParams
NewListAzureVnetsParamsWithHTTPClient creates a new ListAzureVnetsParams object with the ability to set a custom HTTPClient for a request.
func NewListAzureVnetsParamsWithTimeout ¶
func NewListAzureVnetsParamsWithTimeout(timeout time.Duration) *ListAzureVnetsParams
NewListAzureVnetsParamsWithTimeout creates a new ListAzureVnetsParams object with the ability to set a timeout on a request.
func (*ListAzureVnetsParams) SetClientID ¶
func (o *ListAzureVnetsParams) SetClientID(clientID *string)
SetClientID adds the clientId to the list azure vnets params
func (*ListAzureVnetsParams) SetClientSecret ¶
func (o *ListAzureVnetsParams) SetClientSecret(clientSecret *string)
SetClientSecret adds the clientSecret to the list azure vnets params
func (*ListAzureVnetsParams) SetContext ¶
func (o *ListAzureVnetsParams) SetContext(ctx context.Context)
SetContext adds the context to the list azure vnets params
func (*ListAzureVnetsParams) SetCredential ¶
func (o *ListAzureVnetsParams) SetCredential(credential *string)
SetCredential adds the credential to the list azure vnets params
func (*ListAzureVnetsParams) SetDefaults ¶
func (o *ListAzureVnetsParams) SetDefaults()
SetDefaults hydrates default values in the list azure vnets params (not the query body).
All values with no default are reset to their zero value.
func (*ListAzureVnetsParams) SetHTTPClient ¶
func (o *ListAzureVnetsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list azure vnets params
func (*ListAzureVnetsParams) SetLocation ¶
func (o *ListAzureVnetsParams) SetLocation(location *string)
SetLocation adds the location to the list azure vnets params
func (*ListAzureVnetsParams) SetResourceGroup ¶
func (o *ListAzureVnetsParams) SetResourceGroup(resourceGroup *string)
SetResourceGroup adds the resourceGroup to the list azure vnets params
func (*ListAzureVnetsParams) SetSubscriptionID ¶
func (o *ListAzureVnetsParams) SetSubscriptionID(subscriptionID *string)
SetSubscriptionID adds the subscriptionId to the list azure vnets params
func (*ListAzureVnetsParams) SetTenantID ¶
func (o *ListAzureVnetsParams) SetTenantID(tenantID *string)
SetTenantID adds the tenantId to the list azure vnets params
func (*ListAzureVnetsParams) SetTimeout ¶
func (o *ListAzureVnetsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list azure vnets params
func (*ListAzureVnetsParams) WithClientID ¶
func (o *ListAzureVnetsParams) WithClientID(clientID *string) *ListAzureVnetsParams
WithClientID adds the clientID to the list azure vnets params
func (*ListAzureVnetsParams) WithClientSecret ¶
func (o *ListAzureVnetsParams) WithClientSecret(clientSecret *string) *ListAzureVnetsParams
WithClientSecret adds the clientSecret to the list azure vnets params
func (*ListAzureVnetsParams) WithContext ¶
func (o *ListAzureVnetsParams) WithContext(ctx context.Context) *ListAzureVnetsParams
WithContext adds the context to the list azure vnets params
func (*ListAzureVnetsParams) WithCredential ¶
func (o *ListAzureVnetsParams) WithCredential(credential *string) *ListAzureVnetsParams
WithCredential adds the credential to the list azure vnets params
func (*ListAzureVnetsParams) WithDefaults ¶
func (o *ListAzureVnetsParams) WithDefaults() *ListAzureVnetsParams
WithDefaults hydrates default values in the list azure vnets params (not the query body).
All values with no default are reset to their zero value.
func (*ListAzureVnetsParams) WithHTTPClient ¶
func (o *ListAzureVnetsParams) WithHTTPClient(client *http.Client) *ListAzureVnetsParams
WithHTTPClient adds the HTTPClient to the list azure vnets params
func (*ListAzureVnetsParams) WithLocation ¶
func (o *ListAzureVnetsParams) WithLocation(location *string) *ListAzureVnetsParams
WithLocation adds the location to the list azure vnets params
func (*ListAzureVnetsParams) WithResourceGroup ¶
func (o *ListAzureVnetsParams) WithResourceGroup(resourceGroup *string) *ListAzureVnetsParams
WithResourceGroup adds the resourceGroup to the list azure vnets params
func (*ListAzureVnetsParams) WithSubscriptionID ¶
func (o *ListAzureVnetsParams) WithSubscriptionID(subscriptionID *string) *ListAzureVnetsParams
WithSubscriptionID adds the subscriptionID to the list azure vnets params
func (*ListAzureVnetsParams) WithTenantID ¶
func (o *ListAzureVnetsParams) WithTenantID(tenantID *string) *ListAzureVnetsParams
WithTenantID adds the tenantID to the list azure vnets params
func (*ListAzureVnetsParams) WithTimeout ¶
func (o *ListAzureVnetsParams) WithTimeout(timeout time.Duration) *ListAzureVnetsParams
WithTimeout adds the timeout to the list azure vnets params
func (*ListAzureVnetsParams) WriteToRequest ¶
func (o *ListAzureVnetsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAzureVnetsReader ¶
type ListAzureVnetsReader struct {
// contains filtered or unexported fields
}
ListAzureVnetsReader is a Reader for the ListAzureVnets structure.
func (*ListAzureVnetsReader) ReadResponse ¶
func (o *ListAzureVnetsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListProjectAzureAvailabilityZonesDefault ¶
type ListProjectAzureAvailabilityZonesDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
ListProjectAzureAvailabilityZonesDefault describes a response with status code -1, with default header values.
errorResponse
func NewListProjectAzureAvailabilityZonesDefault ¶
func NewListProjectAzureAvailabilityZonesDefault(code int) *ListProjectAzureAvailabilityZonesDefault
NewListProjectAzureAvailabilityZonesDefault creates a ListProjectAzureAvailabilityZonesDefault with default headers values
func (*ListProjectAzureAvailabilityZonesDefault) Code ¶
func (o *ListProjectAzureAvailabilityZonesDefault) Code() int
Code gets the status code for the list project azure availability zones default response
func (*ListProjectAzureAvailabilityZonesDefault) Error ¶
func (o *ListProjectAzureAvailabilityZonesDefault) Error() string
func (*ListProjectAzureAvailabilityZonesDefault) GetPayload ¶
func (o *ListProjectAzureAvailabilityZonesDefault) GetPayload() *models.ErrorResponse
func (*ListProjectAzureAvailabilityZonesDefault) IsClientError ¶
func (o *ListProjectAzureAvailabilityZonesDefault) IsClientError() bool
IsClientError returns true when this list project azure availability zones default response has a 4xx status code
func (*ListProjectAzureAvailabilityZonesDefault) IsCode ¶
func (o *ListProjectAzureAvailabilityZonesDefault) IsCode(code int) bool
IsCode returns true when this list project azure availability zones default response a status code equal to that given
func (*ListProjectAzureAvailabilityZonesDefault) IsRedirect ¶
func (o *ListProjectAzureAvailabilityZonesDefault) IsRedirect() bool
IsRedirect returns true when this list project azure availability zones default response has a 3xx status code
func (*ListProjectAzureAvailabilityZonesDefault) IsServerError ¶
func (o *ListProjectAzureAvailabilityZonesDefault) IsServerError() bool
IsServerError returns true when this list project azure availability zones default response has a 5xx status code
func (*ListProjectAzureAvailabilityZonesDefault) IsSuccess ¶
func (o *ListProjectAzureAvailabilityZonesDefault) IsSuccess() bool
IsSuccess returns true when this list project azure availability zones default response has a 2xx status code
func (*ListProjectAzureAvailabilityZonesDefault) String ¶
func (o *ListProjectAzureAvailabilityZonesDefault) String() string
type ListProjectAzureAvailabilityZonesOK ¶
type ListProjectAzureAvailabilityZonesOK struct {
Payload *models.AzureAvailabilityZonesList
}
ListProjectAzureAvailabilityZonesOK describes a response with status code 200, with default header values.
AzureAvailabilityZonesList
func NewListProjectAzureAvailabilityZonesOK ¶
func NewListProjectAzureAvailabilityZonesOK() *ListProjectAzureAvailabilityZonesOK
NewListProjectAzureAvailabilityZonesOK creates a ListProjectAzureAvailabilityZonesOK with default headers values
func (*ListProjectAzureAvailabilityZonesOK) Error ¶
func (o *ListProjectAzureAvailabilityZonesOK) Error() string
func (*ListProjectAzureAvailabilityZonesOK) GetPayload ¶
func (o *ListProjectAzureAvailabilityZonesOK) GetPayload() *models.AzureAvailabilityZonesList
func (*ListProjectAzureAvailabilityZonesOK) IsClientError ¶
func (o *ListProjectAzureAvailabilityZonesOK) IsClientError() bool
IsClientError returns true when this list project azure availability zones o k response has a 4xx status code
func (*ListProjectAzureAvailabilityZonesOK) IsCode ¶
func (o *ListProjectAzureAvailabilityZonesOK) IsCode(code int) bool
IsCode returns true when this list project azure availability zones o k response a status code equal to that given
func (*ListProjectAzureAvailabilityZonesOK) IsRedirect ¶
func (o *ListProjectAzureAvailabilityZonesOK) IsRedirect() bool
IsRedirect returns true when this list project azure availability zones o k response has a 3xx status code
func (*ListProjectAzureAvailabilityZonesOK) IsServerError ¶
func (o *ListProjectAzureAvailabilityZonesOK) IsServerError() bool
IsServerError returns true when this list project azure availability zones o k response has a 5xx status code
func (*ListProjectAzureAvailabilityZonesOK) IsSuccess ¶
func (o *ListProjectAzureAvailabilityZonesOK) IsSuccess() bool
IsSuccess returns true when this list project azure availability zones o k response has a 2xx status code
func (*ListProjectAzureAvailabilityZonesOK) String ¶
func (o *ListProjectAzureAvailabilityZonesOK) String() string
type ListProjectAzureAvailabilityZonesParams ¶
type ListProjectAzureAvailabilityZonesParams struct { // ClientID. ClientID *string // ClientSecret. ClientSecret *string // Credential. Credential *string // Location. Location *string // SKUName. SKUName *string // SubscriptionID. SubscriptionID *string // TenantID. TenantID *string // ProjectID. ProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListProjectAzureAvailabilityZonesParams contains all the parameters to send to the API endpoint
for the list project azure availability zones operation. Typically these are written to a http.Request.
func NewListProjectAzureAvailabilityZonesParams ¶
func NewListProjectAzureAvailabilityZonesParams() *ListProjectAzureAvailabilityZonesParams
NewListProjectAzureAvailabilityZonesParams creates a new ListProjectAzureAvailabilityZonesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListProjectAzureAvailabilityZonesParamsWithContext ¶
func NewListProjectAzureAvailabilityZonesParamsWithContext(ctx context.Context) *ListProjectAzureAvailabilityZonesParams
NewListProjectAzureAvailabilityZonesParamsWithContext creates a new ListProjectAzureAvailabilityZonesParams object with the ability to set a context for a request.
func NewListProjectAzureAvailabilityZonesParamsWithHTTPClient ¶
func NewListProjectAzureAvailabilityZonesParamsWithHTTPClient(client *http.Client) *ListProjectAzureAvailabilityZonesParams
NewListProjectAzureAvailabilityZonesParamsWithHTTPClient creates a new ListProjectAzureAvailabilityZonesParams object with the ability to set a custom HTTPClient for a request.
func NewListProjectAzureAvailabilityZonesParamsWithTimeout ¶
func NewListProjectAzureAvailabilityZonesParamsWithTimeout(timeout time.Duration) *ListProjectAzureAvailabilityZonesParams
NewListProjectAzureAvailabilityZonesParamsWithTimeout creates a new ListProjectAzureAvailabilityZonesParams object with the ability to set a timeout on a request.
func (*ListProjectAzureAvailabilityZonesParams) SetClientID ¶
func (o *ListProjectAzureAvailabilityZonesParams) SetClientID(clientID *string)
SetClientID adds the clientId to the list project azure availability zones params
func (*ListProjectAzureAvailabilityZonesParams) SetClientSecret ¶
func (o *ListProjectAzureAvailabilityZonesParams) SetClientSecret(clientSecret *string)
SetClientSecret adds the clientSecret to the list project azure availability zones params
func (*ListProjectAzureAvailabilityZonesParams) SetContext ¶
func (o *ListProjectAzureAvailabilityZonesParams) SetContext(ctx context.Context)
SetContext adds the context to the list project azure availability zones params
func (*ListProjectAzureAvailabilityZonesParams) SetCredential ¶
func (o *ListProjectAzureAvailabilityZonesParams) SetCredential(credential *string)
SetCredential adds the credential to the list project azure availability zones params
func (*ListProjectAzureAvailabilityZonesParams) SetDefaults ¶
func (o *ListProjectAzureAvailabilityZonesParams) SetDefaults()
SetDefaults hydrates default values in the list project azure availability zones params (not the query body).
All values with no default are reset to their zero value.
func (*ListProjectAzureAvailabilityZonesParams) SetHTTPClient ¶
func (o *ListProjectAzureAvailabilityZonesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list project azure availability zones params
func (*ListProjectAzureAvailabilityZonesParams) SetLocation ¶
func (o *ListProjectAzureAvailabilityZonesParams) SetLocation(location *string)
SetLocation adds the location to the list project azure availability zones params
func (*ListProjectAzureAvailabilityZonesParams) SetProjectID ¶
func (o *ListProjectAzureAvailabilityZonesParams) SetProjectID(projectID string)
SetProjectID adds the projectId to the list project azure availability zones params
func (*ListProjectAzureAvailabilityZonesParams) SetSKUName ¶
func (o *ListProjectAzureAvailabilityZonesParams) SetSKUName(sKUName *string)
SetSKUName adds the sKUName to the list project azure availability zones params
func (*ListProjectAzureAvailabilityZonesParams) SetSubscriptionID ¶
func (o *ListProjectAzureAvailabilityZonesParams) SetSubscriptionID(subscriptionID *string)
SetSubscriptionID adds the subscriptionId to the list project azure availability zones params
func (*ListProjectAzureAvailabilityZonesParams) SetTenantID ¶
func (o *ListProjectAzureAvailabilityZonesParams) SetTenantID(tenantID *string)
SetTenantID adds the tenantId to the list project azure availability zones params
func (*ListProjectAzureAvailabilityZonesParams) SetTimeout ¶
func (o *ListProjectAzureAvailabilityZonesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list project azure availability zones params
func (*ListProjectAzureAvailabilityZonesParams) WithClientID ¶
func (o *ListProjectAzureAvailabilityZonesParams) WithClientID(clientID *string) *ListProjectAzureAvailabilityZonesParams
WithClientID adds the clientID to the list project azure availability zones params
func (*ListProjectAzureAvailabilityZonesParams) WithClientSecret ¶
func (o *ListProjectAzureAvailabilityZonesParams) WithClientSecret(clientSecret *string) *ListProjectAzureAvailabilityZonesParams
WithClientSecret adds the clientSecret to the list project azure availability zones params
func (*ListProjectAzureAvailabilityZonesParams) WithContext ¶
func (o *ListProjectAzureAvailabilityZonesParams) WithContext(ctx context.Context) *ListProjectAzureAvailabilityZonesParams
WithContext adds the context to the list project azure availability zones params
func (*ListProjectAzureAvailabilityZonesParams) WithCredential ¶
func (o *ListProjectAzureAvailabilityZonesParams) WithCredential(credential *string) *ListProjectAzureAvailabilityZonesParams
WithCredential adds the credential to the list project azure availability zones params
func (*ListProjectAzureAvailabilityZonesParams) WithDefaults ¶
func (o *ListProjectAzureAvailabilityZonesParams) WithDefaults() *ListProjectAzureAvailabilityZonesParams
WithDefaults hydrates default values in the list project azure availability zones params (not the query body).
All values with no default are reset to their zero value.
func (*ListProjectAzureAvailabilityZonesParams) WithHTTPClient ¶
func (o *ListProjectAzureAvailabilityZonesParams) WithHTTPClient(client *http.Client) *ListProjectAzureAvailabilityZonesParams
WithHTTPClient adds the HTTPClient to the list project azure availability zones params
func (*ListProjectAzureAvailabilityZonesParams) WithLocation ¶
func (o *ListProjectAzureAvailabilityZonesParams) WithLocation(location *string) *ListProjectAzureAvailabilityZonesParams
WithLocation adds the location to the list project azure availability zones params
func (*ListProjectAzureAvailabilityZonesParams) WithProjectID ¶
func (o *ListProjectAzureAvailabilityZonesParams) WithProjectID(projectID string) *ListProjectAzureAvailabilityZonesParams
WithProjectID adds the projectID to the list project azure availability zones params
func (*ListProjectAzureAvailabilityZonesParams) WithSKUName ¶
func (o *ListProjectAzureAvailabilityZonesParams) WithSKUName(sKUName *string) *ListProjectAzureAvailabilityZonesParams
WithSKUName adds the sKUName to the list project azure availability zones params
func (*ListProjectAzureAvailabilityZonesParams) WithSubscriptionID ¶
func (o *ListProjectAzureAvailabilityZonesParams) WithSubscriptionID(subscriptionID *string) *ListProjectAzureAvailabilityZonesParams
WithSubscriptionID adds the subscriptionID to the list project azure availability zones params
func (*ListProjectAzureAvailabilityZonesParams) WithTenantID ¶
func (o *ListProjectAzureAvailabilityZonesParams) WithTenantID(tenantID *string) *ListProjectAzureAvailabilityZonesParams
WithTenantID adds the tenantID to the list project azure availability zones params
func (*ListProjectAzureAvailabilityZonesParams) WithTimeout ¶
func (o *ListProjectAzureAvailabilityZonesParams) WithTimeout(timeout time.Duration) *ListProjectAzureAvailabilityZonesParams
WithTimeout adds the timeout to the list project azure availability zones params
func (*ListProjectAzureAvailabilityZonesParams) WriteToRequest ¶
func (o *ListProjectAzureAvailabilityZonesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListProjectAzureAvailabilityZonesReader ¶
type ListProjectAzureAvailabilityZonesReader struct {
// contains filtered or unexported fields
}
ListProjectAzureAvailabilityZonesReader is a Reader for the ListProjectAzureAvailabilityZones structure.
func (*ListProjectAzureAvailabilityZonesReader) ReadResponse ¶
func (o *ListProjectAzureAvailabilityZonesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListProjectAzureResourceGroupsDefault ¶
type ListProjectAzureResourceGroupsDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
ListProjectAzureResourceGroupsDefault describes a response with status code -1, with default header values.
errorResponse
func NewListProjectAzureResourceGroupsDefault ¶
func NewListProjectAzureResourceGroupsDefault(code int) *ListProjectAzureResourceGroupsDefault
NewListProjectAzureResourceGroupsDefault creates a ListProjectAzureResourceGroupsDefault with default headers values
func (*ListProjectAzureResourceGroupsDefault) Code ¶
func (o *ListProjectAzureResourceGroupsDefault) Code() int
Code gets the status code for the list project azure resource groups default response
func (*ListProjectAzureResourceGroupsDefault) Error ¶
func (o *ListProjectAzureResourceGroupsDefault) Error() string
func (*ListProjectAzureResourceGroupsDefault) GetPayload ¶
func (o *ListProjectAzureResourceGroupsDefault) GetPayload() *models.ErrorResponse
func (*ListProjectAzureResourceGroupsDefault) IsClientError ¶
func (o *ListProjectAzureResourceGroupsDefault) IsClientError() bool
IsClientError returns true when this list project azure resource groups default response has a 4xx status code
func (*ListProjectAzureResourceGroupsDefault) IsCode ¶
func (o *ListProjectAzureResourceGroupsDefault) IsCode(code int) bool
IsCode returns true when this list project azure resource groups default response a status code equal to that given
func (*ListProjectAzureResourceGroupsDefault) IsRedirect ¶
func (o *ListProjectAzureResourceGroupsDefault) IsRedirect() bool
IsRedirect returns true when this list project azure resource groups default response has a 3xx status code
func (*ListProjectAzureResourceGroupsDefault) IsServerError ¶
func (o *ListProjectAzureResourceGroupsDefault) IsServerError() bool
IsServerError returns true when this list project azure resource groups default response has a 5xx status code
func (*ListProjectAzureResourceGroupsDefault) IsSuccess ¶
func (o *ListProjectAzureResourceGroupsDefault) IsSuccess() bool
IsSuccess returns true when this list project azure resource groups default response has a 2xx status code
func (*ListProjectAzureResourceGroupsDefault) String ¶
func (o *ListProjectAzureResourceGroupsDefault) String() string
type ListProjectAzureResourceGroupsOK ¶
type ListProjectAzureResourceGroupsOK struct {
Payload *models.AzureResourceGroupsList
}
ListProjectAzureResourceGroupsOK describes a response with status code 200, with default header values.
AzureResourceGroupsList
func NewListProjectAzureResourceGroupsOK ¶
func NewListProjectAzureResourceGroupsOK() *ListProjectAzureResourceGroupsOK
NewListProjectAzureResourceGroupsOK creates a ListProjectAzureResourceGroupsOK with default headers values
func (*ListProjectAzureResourceGroupsOK) Error ¶
func (o *ListProjectAzureResourceGroupsOK) Error() string
func (*ListProjectAzureResourceGroupsOK) GetPayload ¶
func (o *ListProjectAzureResourceGroupsOK) GetPayload() *models.AzureResourceGroupsList
func (*ListProjectAzureResourceGroupsOK) IsClientError ¶
func (o *ListProjectAzureResourceGroupsOK) IsClientError() bool
IsClientError returns true when this list project azure resource groups o k response has a 4xx status code
func (*ListProjectAzureResourceGroupsOK) IsCode ¶
func (o *ListProjectAzureResourceGroupsOK) IsCode(code int) bool
IsCode returns true when this list project azure resource groups o k response a status code equal to that given
func (*ListProjectAzureResourceGroupsOK) IsRedirect ¶
func (o *ListProjectAzureResourceGroupsOK) IsRedirect() bool
IsRedirect returns true when this list project azure resource groups o k response has a 3xx status code
func (*ListProjectAzureResourceGroupsOK) IsServerError ¶
func (o *ListProjectAzureResourceGroupsOK) IsServerError() bool
IsServerError returns true when this list project azure resource groups o k response has a 5xx status code
func (*ListProjectAzureResourceGroupsOK) IsSuccess ¶
func (o *ListProjectAzureResourceGroupsOK) IsSuccess() bool
IsSuccess returns true when this list project azure resource groups o k response has a 2xx status code
func (*ListProjectAzureResourceGroupsOK) String ¶
func (o *ListProjectAzureResourceGroupsOK) String() string
type ListProjectAzureResourceGroupsParams ¶
type ListProjectAzureResourceGroupsParams struct { // ClientID. ClientID *string // ClientSecret. ClientSecret *string // Credential. Credential *string // Location. Location *string // SubscriptionID. SubscriptionID *string // TenantID. TenantID *string // ProjectID. ProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListProjectAzureResourceGroupsParams contains all the parameters to send to the API endpoint
for the list project azure resource groups operation. Typically these are written to a http.Request.
func NewListProjectAzureResourceGroupsParams ¶
func NewListProjectAzureResourceGroupsParams() *ListProjectAzureResourceGroupsParams
NewListProjectAzureResourceGroupsParams creates a new ListProjectAzureResourceGroupsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListProjectAzureResourceGroupsParamsWithContext ¶
func NewListProjectAzureResourceGroupsParamsWithContext(ctx context.Context) *ListProjectAzureResourceGroupsParams
NewListProjectAzureResourceGroupsParamsWithContext creates a new ListProjectAzureResourceGroupsParams object with the ability to set a context for a request.
func NewListProjectAzureResourceGroupsParamsWithHTTPClient ¶
func NewListProjectAzureResourceGroupsParamsWithHTTPClient(client *http.Client) *ListProjectAzureResourceGroupsParams
NewListProjectAzureResourceGroupsParamsWithHTTPClient creates a new ListProjectAzureResourceGroupsParams object with the ability to set a custom HTTPClient for a request.
func NewListProjectAzureResourceGroupsParamsWithTimeout ¶
func NewListProjectAzureResourceGroupsParamsWithTimeout(timeout time.Duration) *ListProjectAzureResourceGroupsParams
NewListProjectAzureResourceGroupsParamsWithTimeout creates a new ListProjectAzureResourceGroupsParams object with the ability to set a timeout on a request.
func (*ListProjectAzureResourceGroupsParams) SetClientID ¶
func (o *ListProjectAzureResourceGroupsParams) SetClientID(clientID *string)
SetClientID adds the clientId to the list project azure resource groups params
func (*ListProjectAzureResourceGroupsParams) SetClientSecret ¶
func (o *ListProjectAzureResourceGroupsParams) SetClientSecret(clientSecret *string)
SetClientSecret adds the clientSecret to the list project azure resource groups params
func (*ListProjectAzureResourceGroupsParams) SetContext ¶
func (o *ListProjectAzureResourceGroupsParams) SetContext(ctx context.Context)
SetContext adds the context to the list project azure resource groups params
func (*ListProjectAzureResourceGroupsParams) SetCredential ¶
func (o *ListProjectAzureResourceGroupsParams) SetCredential(credential *string)
SetCredential adds the credential to the list project azure resource groups params
func (*ListProjectAzureResourceGroupsParams) SetDefaults ¶
func (o *ListProjectAzureResourceGroupsParams) SetDefaults()
SetDefaults hydrates default values in the list project azure resource groups params (not the query body).
All values with no default are reset to their zero value.
func (*ListProjectAzureResourceGroupsParams) SetHTTPClient ¶
func (o *ListProjectAzureResourceGroupsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list project azure resource groups params
func (*ListProjectAzureResourceGroupsParams) SetLocation ¶
func (o *ListProjectAzureResourceGroupsParams) SetLocation(location *string)
SetLocation adds the location to the list project azure resource groups params
func (*ListProjectAzureResourceGroupsParams) SetProjectID ¶
func (o *ListProjectAzureResourceGroupsParams) SetProjectID(projectID string)
SetProjectID adds the projectId to the list project azure resource groups params
func (*ListProjectAzureResourceGroupsParams) SetSubscriptionID ¶
func (o *ListProjectAzureResourceGroupsParams) SetSubscriptionID(subscriptionID *string)
SetSubscriptionID adds the subscriptionId to the list project azure resource groups params
func (*ListProjectAzureResourceGroupsParams) SetTenantID ¶
func (o *ListProjectAzureResourceGroupsParams) SetTenantID(tenantID *string)
SetTenantID adds the tenantId to the list project azure resource groups params
func (*ListProjectAzureResourceGroupsParams) SetTimeout ¶
func (o *ListProjectAzureResourceGroupsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list project azure resource groups params
func (*ListProjectAzureResourceGroupsParams) WithClientID ¶
func (o *ListProjectAzureResourceGroupsParams) WithClientID(clientID *string) *ListProjectAzureResourceGroupsParams
WithClientID adds the clientID to the list project azure resource groups params
func (*ListProjectAzureResourceGroupsParams) WithClientSecret ¶
func (o *ListProjectAzureResourceGroupsParams) WithClientSecret(clientSecret *string) *ListProjectAzureResourceGroupsParams
WithClientSecret adds the clientSecret to the list project azure resource groups params
func (*ListProjectAzureResourceGroupsParams) WithContext ¶
func (o *ListProjectAzureResourceGroupsParams) WithContext(ctx context.Context) *ListProjectAzureResourceGroupsParams
WithContext adds the context to the list project azure resource groups params
func (*ListProjectAzureResourceGroupsParams) WithCredential ¶
func (o *ListProjectAzureResourceGroupsParams) WithCredential(credential *string) *ListProjectAzureResourceGroupsParams
WithCredential adds the credential to the list project azure resource groups params
func (*ListProjectAzureResourceGroupsParams) WithDefaults ¶
func (o *ListProjectAzureResourceGroupsParams) WithDefaults() *ListProjectAzureResourceGroupsParams
WithDefaults hydrates default values in the list project azure resource groups params (not the query body).
All values with no default are reset to their zero value.
func (*ListProjectAzureResourceGroupsParams) WithHTTPClient ¶
func (o *ListProjectAzureResourceGroupsParams) WithHTTPClient(client *http.Client) *ListProjectAzureResourceGroupsParams
WithHTTPClient adds the HTTPClient to the list project azure resource groups params
func (*ListProjectAzureResourceGroupsParams) WithLocation ¶
func (o *ListProjectAzureResourceGroupsParams) WithLocation(location *string) *ListProjectAzureResourceGroupsParams
WithLocation adds the location to the list project azure resource groups params
func (*ListProjectAzureResourceGroupsParams) WithProjectID ¶
func (o *ListProjectAzureResourceGroupsParams) WithProjectID(projectID string) *ListProjectAzureResourceGroupsParams
WithProjectID adds the projectID to the list project azure resource groups params
func (*ListProjectAzureResourceGroupsParams) WithSubscriptionID ¶
func (o *ListProjectAzureResourceGroupsParams) WithSubscriptionID(subscriptionID *string) *ListProjectAzureResourceGroupsParams
WithSubscriptionID adds the subscriptionID to the list project azure resource groups params
func (*ListProjectAzureResourceGroupsParams) WithTenantID ¶
func (o *ListProjectAzureResourceGroupsParams) WithTenantID(tenantID *string) *ListProjectAzureResourceGroupsParams
WithTenantID adds the tenantID to the list project azure resource groups params
func (*ListProjectAzureResourceGroupsParams) WithTimeout ¶
func (o *ListProjectAzureResourceGroupsParams) WithTimeout(timeout time.Duration) *ListProjectAzureResourceGroupsParams
WithTimeout adds the timeout to the list project azure resource groups params
func (*ListProjectAzureResourceGroupsParams) WriteToRequest ¶
func (o *ListProjectAzureResourceGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListProjectAzureResourceGroupsReader ¶
type ListProjectAzureResourceGroupsReader struct {
// contains filtered or unexported fields
}
ListProjectAzureResourceGroupsReader is a Reader for the ListProjectAzureResourceGroups structure.
func (*ListProjectAzureResourceGroupsReader) ReadResponse ¶
func (o *ListProjectAzureResourceGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListProjectAzureRouteTablesDefault ¶
type ListProjectAzureRouteTablesDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
ListProjectAzureRouteTablesDefault describes a response with status code -1, with default header values.
errorResponse
func NewListProjectAzureRouteTablesDefault ¶
func NewListProjectAzureRouteTablesDefault(code int) *ListProjectAzureRouteTablesDefault
NewListProjectAzureRouteTablesDefault creates a ListProjectAzureRouteTablesDefault with default headers values
func (*ListProjectAzureRouteTablesDefault) Code ¶
func (o *ListProjectAzureRouteTablesDefault) Code() int
Code gets the status code for the list project azure route tables default response
func (*ListProjectAzureRouteTablesDefault) Error ¶
func (o *ListProjectAzureRouteTablesDefault) Error() string
func (*ListProjectAzureRouteTablesDefault) GetPayload ¶
func (o *ListProjectAzureRouteTablesDefault) GetPayload() *models.ErrorResponse
func (*ListProjectAzureRouteTablesDefault) IsClientError ¶
func (o *ListProjectAzureRouteTablesDefault) IsClientError() bool
IsClientError returns true when this list project azure route tables default response has a 4xx status code
func (*ListProjectAzureRouteTablesDefault) IsCode ¶
func (o *ListProjectAzureRouteTablesDefault) IsCode(code int) bool
IsCode returns true when this list project azure route tables default response a status code equal to that given
func (*ListProjectAzureRouteTablesDefault) IsRedirect ¶
func (o *ListProjectAzureRouteTablesDefault) IsRedirect() bool
IsRedirect returns true when this list project azure route tables default response has a 3xx status code
func (*ListProjectAzureRouteTablesDefault) IsServerError ¶
func (o *ListProjectAzureRouteTablesDefault) IsServerError() bool
IsServerError returns true when this list project azure route tables default response has a 5xx status code
func (*ListProjectAzureRouteTablesDefault) IsSuccess ¶
func (o *ListProjectAzureRouteTablesDefault) IsSuccess() bool
IsSuccess returns true when this list project azure route tables default response has a 2xx status code
func (*ListProjectAzureRouteTablesDefault) String ¶
func (o *ListProjectAzureRouteTablesDefault) String() string
type ListProjectAzureRouteTablesOK ¶
type ListProjectAzureRouteTablesOK struct {
Payload *models.AzureRouteTablesList
}
ListProjectAzureRouteTablesOK describes a response with status code 200, with default header values.
AzureRouteTablesList
func NewListProjectAzureRouteTablesOK ¶
func NewListProjectAzureRouteTablesOK() *ListProjectAzureRouteTablesOK
NewListProjectAzureRouteTablesOK creates a ListProjectAzureRouteTablesOK with default headers values
func (*ListProjectAzureRouteTablesOK) Error ¶
func (o *ListProjectAzureRouteTablesOK) Error() string
func (*ListProjectAzureRouteTablesOK) GetPayload ¶
func (o *ListProjectAzureRouteTablesOK) GetPayload() *models.AzureRouteTablesList
func (*ListProjectAzureRouteTablesOK) IsClientError ¶
func (o *ListProjectAzureRouteTablesOK) IsClientError() bool
IsClientError returns true when this list project azure route tables o k response has a 4xx status code
func (*ListProjectAzureRouteTablesOK) IsCode ¶
func (o *ListProjectAzureRouteTablesOK) IsCode(code int) bool
IsCode returns true when this list project azure route tables o k response a status code equal to that given
func (*ListProjectAzureRouteTablesOK) IsRedirect ¶
func (o *ListProjectAzureRouteTablesOK) IsRedirect() bool
IsRedirect returns true when this list project azure route tables o k response has a 3xx status code
func (*ListProjectAzureRouteTablesOK) IsServerError ¶
func (o *ListProjectAzureRouteTablesOK) IsServerError() bool
IsServerError returns true when this list project azure route tables o k response has a 5xx status code
func (*ListProjectAzureRouteTablesOK) IsSuccess ¶
func (o *ListProjectAzureRouteTablesOK) IsSuccess() bool
IsSuccess returns true when this list project azure route tables o k response has a 2xx status code
func (*ListProjectAzureRouteTablesOK) String ¶
func (o *ListProjectAzureRouteTablesOK) String() string
type ListProjectAzureRouteTablesParams ¶
type ListProjectAzureRouteTablesParams struct { // ClientID. ClientID *string // ClientSecret. ClientSecret *string // Credential. Credential *string // Location. Location *string // ResourceGroup. ResourceGroup *string // SubscriptionID. SubscriptionID *string // TenantID. TenantID *string // ProjectID. ProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListProjectAzureRouteTablesParams contains all the parameters to send to the API endpoint
for the list project azure route tables operation. Typically these are written to a http.Request.
func NewListProjectAzureRouteTablesParams ¶
func NewListProjectAzureRouteTablesParams() *ListProjectAzureRouteTablesParams
NewListProjectAzureRouteTablesParams creates a new ListProjectAzureRouteTablesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListProjectAzureRouteTablesParamsWithContext ¶
func NewListProjectAzureRouteTablesParamsWithContext(ctx context.Context) *ListProjectAzureRouteTablesParams
NewListProjectAzureRouteTablesParamsWithContext creates a new ListProjectAzureRouteTablesParams object with the ability to set a context for a request.
func NewListProjectAzureRouteTablesParamsWithHTTPClient ¶
func NewListProjectAzureRouteTablesParamsWithHTTPClient(client *http.Client) *ListProjectAzureRouteTablesParams
NewListProjectAzureRouteTablesParamsWithHTTPClient creates a new ListProjectAzureRouteTablesParams object with the ability to set a custom HTTPClient for a request.
func NewListProjectAzureRouteTablesParamsWithTimeout ¶
func NewListProjectAzureRouteTablesParamsWithTimeout(timeout time.Duration) *ListProjectAzureRouteTablesParams
NewListProjectAzureRouteTablesParamsWithTimeout creates a new ListProjectAzureRouteTablesParams object with the ability to set a timeout on a request.
func (*ListProjectAzureRouteTablesParams) SetClientID ¶
func (o *ListProjectAzureRouteTablesParams) SetClientID(clientID *string)
SetClientID adds the clientId to the list project azure route tables params
func (*ListProjectAzureRouteTablesParams) SetClientSecret ¶
func (o *ListProjectAzureRouteTablesParams) SetClientSecret(clientSecret *string)
SetClientSecret adds the clientSecret to the list project azure route tables params
func (*ListProjectAzureRouteTablesParams) SetContext ¶
func (o *ListProjectAzureRouteTablesParams) SetContext(ctx context.Context)
SetContext adds the context to the list project azure route tables params
func (*ListProjectAzureRouteTablesParams) SetCredential ¶
func (o *ListProjectAzureRouteTablesParams) SetCredential(credential *string)
SetCredential adds the credential to the list project azure route tables params
func (*ListProjectAzureRouteTablesParams) SetDefaults ¶
func (o *ListProjectAzureRouteTablesParams) SetDefaults()
SetDefaults hydrates default values in the list project azure route tables params (not the query body).
All values with no default are reset to their zero value.
func (*ListProjectAzureRouteTablesParams) SetHTTPClient ¶
func (o *ListProjectAzureRouteTablesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list project azure route tables params
func (*ListProjectAzureRouteTablesParams) SetLocation ¶
func (o *ListProjectAzureRouteTablesParams) SetLocation(location *string)
SetLocation adds the location to the list project azure route tables params
func (*ListProjectAzureRouteTablesParams) SetProjectID ¶
func (o *ListProjectAzureRouteTablesParams) SetProjectID(projectID string)
SetProjectID adds the projectId to the list project azure route tables params
func (*ListProjectAzureRouteTablesParams) SetResourceGroup ¶
func (o *ListProjectAzureRouteTablesParams) SetResourceGroup(resourceGroup *string)
SetResourceGroup adds the resourceGroup to the list project azure route tables params
func (*ListProjectAzureRouteTablesParams) SetSubscriptionID ¶
func (o *ListProjectAzureRouteTablesParams) SetSubscriptionID(subscriptionID *string)
SetSubscriptionID adds the subscriptionId to the list project azure route tables params
func (*ListProjectAzureRouteTablesParams) SetTenantID ¶
func (o *ListProjectAzureRouteTablesParams) SetTenantID(tenantID *string)
SetTenantID adds the tenantId to the list project azure route tables params
func (*ListProjectAzureRouteTablesParams) SetTimeout ¶
func (o *ListProjectAzureRouteTablesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list project azure route tables params
func (*ListProjectAzureRouteTablesParams) WithClientID ¶
func (o *ListProjectAzureRouteTablesParams) WithClientID(clientID *string) *ListProjectAzureRouteTablesParams
WithClientID adds the clientID to the list project azure route tables params
func (*ListProjectAzureRouteTablesParams) WithClientSecret ¶
func (o *ListProjectAzureRouteTablesParams) WithClientSecret(clientSecret *string) *ListProjectAzureRouteTablesParams
WithClientSecret adds the clientSecret to the list project azure route tables params
func (*ListProjectAzureRouteTablesParams) WithContext ¶
func (o *ListProjectAzureRouteTablesParams) WithContext(ctx context.Context) *ListProjectAzureRouteTablesParams
WithContext adds the context to the list project azure route tables params
func (*ListProjectAzureRouteTablesParams) WithCredential ¶
func (o *ListProjectAzureRouteTablesParams) WithCredential(credential *string) *ListProjectAzureRouteTablesParams
WithCredential adds the credential to the list project azure route tables params
func (*ListProjectAzureRouteTablesParams) WithDefaults ¶
func (o *ListProjectAzureRouteTablesParams) WithDefaults() *ListProjectAzureRouteTablesParams
WithDefaults hydrates default values in the list project azure route tables params (not the query body).
All values with no default are reset to their zero value.
func (*ListProjectAzureRouteTablesParams) WithHTTPClient ¶
func (o *ListProjectAzureRouteTablesParams) WithHTTPClient(client *http.Client) *ListProjectAzureRouteTablesParams
WithHTTPClient adds the HTTPClient to the list project azure route tables params
func (*ListProjectAzureRouteTablesParams) WithLocation ¶
func (o *ListProjectAzureRouteTablesParams) WithLocation(location *string) *ListProjectAzureRouteTablesParams
WithLocation adds the location to the list project azure route tables params
func (*ListProjectAzureRouteTablesParams) WithProjectID ¶
func (o *ListProjectAzureRouteTablesParams) WithProjectID(projectID string) *ListProjectAzureRouteTablesParams
WithProjectID adds the projectID to the list project azure route tables params
func (*ListProjectAzureRouteTablesParams) WithResourceGroup ¶
func (o *ListProjectAzureRouteTablesParams) WithResourceGroup(resourceGroup *string) *ListProjectAzureRouteTablesParams
WithResourceGroup adds the resourceGroup to the list project azure route tables params
func (*ListProjectAzureRouteTablesParams) WithSubscriptionID ¶
func (o *ListProjectAzureRouteTablesParams) WithSubscriptionID(subscriptionID *string) *ListProjectAzureRouteTablesParams
WithSubscriptionID adds the subscriptionID to the list project azure route tables params
func (*ListProjectAzureRouteTablesParams) WithTenantID ¶
func (o *ListProjectAzureRouteTablesParams) WithTenantID(tenantID *string) *ListProjectAzureRouteTablesParams
WithTenantID adds the tenantID to the list project azure route tables params
func (*ListProjectAzureRouteTablesParams) WithTimeout ¶
func (o *ListProjectAzureRouteTablesParams) WithTimeout(timeout time.Duration) *ListProjectAzureRouteTablesParams
WithTimeout adds the timeout to the list project azure route tables params
func (*ListProjectAzureRouteTablesParams) WriteToRequest ¶
func (o *ListProjectAzureRouteTablesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListProjectAzureRouteTablesReader ¶
type ListProjectAzureRouteTablesReader struct {
// contains filtered or unexported fields
}
ListProjectAzureRouteTablesReader is a Reader for the ListProjectAzureRouteTables structure.
func (*ListProjectAzureRouteTablesReader) ReadResponse ¶
func (o *ListProjectAzureRouteTablesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListProjectAzureSecurityGroupsDefault ¶
type ListProjectAzureSecurityGroupsDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
ListProjectAzureSecurityGroupsDefault describes a response with status code -1, with default header values.
errorResponse
func NewListProjectAzureSecurityGroupsDefault ¶
func NewListProjectAzureSecurityGroupsDefault(code int) *ListProjectAzureSecurityGroupsDefault
NewListProjectAzureSecurityGroupsDefault creates a ListProjectAzureSecurityGroupsDefault with default headers values
func (*ListProjectAzureSecurityGroupsDefault) Code ¶
func (o *ListProjectAzureSecurityGroupsDefault) Code() int
Code gets the status code for the list project azure security groups default response
func (*ListProjectAzureSecurityGroupsDefault) Error ¶
func (o *ListProjectAzureSecurityGroupsDefault) Error() string
func (*ListProjectAzureSecurityGroupsDefault) GetPayload ¶
func (o *ListProjectAzureSecurityGroupsDefault) GetPayload() *models.ErrorResponse
func (*ListProjectAzureSecurityGroupsDefault) IsClientError ¶
func (o *ListProjectAzureSecurityGroupsDefault) IsClientError() bool
IsClientError returns true when this list project azure security groups default response has a 4xx status code
func (*ListProjectAzureSecurityGroupsDefault) IsCode ¶
func (o *ListProjectAzureSecurityGroupsDefault) IsCode(code int) bool
IsCode returns true when this list project azure security groups default response a status code equal to that given
func (*ListProjectAzureSecurityGroupsDefault) IsRedirect ¶
func (o *ListProjectAzureSecurityGroupsDefault) IsRedirect() bool
IsRedirect returns true when this list project azure security groups default response has a 3xx status code
func (*ListProjectAzureSecurityGroupsDefault) IsServerError ¶
func (o *ListProjectAzureSecurityGroupsDefault) IsServerError() bool
IsServerError returns true when this list project azure security groups default response has a 5xx status code
func (*ListProjectAzureSecurityGroupsDefault) IsSuccess ¶
func (o *ListProjectAzureSecurityGroupsDefault) IsSuccess() bool
IsSuccess returns true when this list project azure security groups default response has a 2xx status code
func (*ListProjectAzureSecurityGroupsDefault) String ¶
func (o *ListProjectAzureSecurityGroupsDefault) String() string
type ListProjectAzureSecurityGroupsOK ¶
type ListProjectAzureSecurityGroupsOK struct {
Payload *models.AzureSecurityGroupsList
}
ListProjectAzureSecurityGroupsOK describes a response with status code 200, with default header values.
AzureSecurityGroupsList
func NewListProjectAzureSecurityGroupsOK ¶
func NewListProjectAzureSecurityGroupsOK() *ListProjectAzureSecurityGroupsOK
NewListProjectAzureSecurityGroupsOK creates a ListProjectAzureSecurityGroupsOK with default headers values
func (*ListProjectAzureSecurityGroupsOK) Error ¶
func (o *ListProjectAzureSecurityGroupsOK) Error() string
func (*ListProjectAzureSecurityGroupsOK) GetPayload ¶
func (o *ListProjectAzureSecurityGroupsOK) GetPayload() *models.AzureSecurityGroupsList
func (*ListProjectAzureSecurityGroupsOK) IsClientError ¶
func (o *ListProjectAzureSecurityGroupsOK) IsClientError() bool
IsClientError returns true when this list project azure security groups o k response has a 4xx status code
func (*ListProjectAzureSecurityGroupsOK) IsCode ¶
func (o *ListProjectAzureSecurityGroupsOK) IsCode(code int) bool
IsCode returns true when this list project azure security groups o k response a status code equal to that given
func (*ListProjectAzureSecurityGroupsOK) IsRedirect ¶
func (o *ListProjectAzureSecurityGroupsOK) IsRedirect() bool
IsRedirect returns true when this list project azure security groups o k response has a 3xx status code
func (*ListProjectAzureSecurityGroupsOK) IsServerError ¶
func (o *ListProjectAzureSecurityGroupsOK) IsServerError() bool
IsServerError returns true when this list project azure security groups o k response has a 5xx status code
func (*ListProjectAzureSecurityGroupsOK) IsSuccess ¶
func (o *ListProjectAzureSecurityGroupsOK) IsSuccess() bool
IsSuccess returns true when this list project azure security groups o k response has a 2xx status code
func (*ListProjectAzureSecurityGroupsOK) String ¶
func (o *ListProjectAzureSecurityGroupsOK) String() string
type ListProjectAzureSecurityGroupsParams ¶
type ListProjectAzureSecurityGroupsParams struct { // ClientID. ClientID *string // ClientSecret. ClientSecret *string // Credential. Credential *string // Location. Location *string // ResourceGroup. ResourceGroup *string // SubscriptionID. SubscriptionID *string // TenantID. TenantID *string // ProjectID. ProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListProjectAzureSecurityGroupsParams contains all the parameters to send to the API endpoint
for the list project azure security groups operation. Typically these are written to a http.Request.
func NewListProjectAzureSecurityGroupsParams ¶
func NewListProjectAzureSecurityGroupsParams() *ListProjectAzureSecurityGroupsParams
NewListProjectAzureSecurityGroupsParams creates a new ListProjectAzureSecurityGroupsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListProjectAzureSecurityGroupsParamsWithContext ¶
func NewListProjectAzureSecurityGroupsParamsWithContext(ctx context.Context) *ListProjectAzureSecurityGroupsParams
NewListProjectAzureSecurityGroupsParamsWithContext creates a new ListProjectAzureSecurityGroupsParams object with the ability to set a context for a request.
func NewListProjectAzureSecurityGroupsParamsWithHTTPClient ¶
func NewListProjectAzureSecurityGroupsParamsWithHTTPClient(client *http.Client) *ListProjectAzureSecurityGroupsParams
NewListProjectAzureSecurityGroupsParamsWithHTTPClient creates a new ListProjectAzureSecurityGroupsParams object with the ability to set a custom HTTPClient for a request.
func NewListProjectAzureSecurityGroupsParamsWithTimeout ¶
func NewListProjectAzureSecurityGroupsParamsWithTimeout(timeout time.Duration) *ListProjectAzureSecurityGroupsParams
NewListProjectAzureSecurityGroupsParamsWithTimeout creates a new ListProjectAzureSecurityGroupsParams object with the ability to set a timeout on a request.
func (*ListProjectAzureSecurityGroupsParams) SetClientID ¶
func (o *ListProjectAzureSecurityGroupsParams) SetClientID(clientID *string)
SetClientID adds the clientId to the list project azure security groups params
func (*ListProjectAzureSecurityGroupsParams) SetClientSecret ¶
func (o *ListProjectAzureSecurityGroupsParams) SetClientSecret(clientSecret *string)
SetClientSecret adds the clientSecret to the list project azure security groups params
func (*ListProjectAzureSecurityGroupsParams) SetContext ¶
func (o *ListProjectAzureSecurityGroupsParams) SetContext(ctx context.Context)
SetContext adds the context to the list project azure security groups params
func (*ListProjectAzureSecurityGroupsParams) SetCredential ¶
func (o *ListProjectAzureSecurityGroupsParams) SetCredential(credential *string)
SetCredential adds the credential to the list project azure security groups params
func (*ListProjectAzureSecurityGroupsParams) SetDefaults ¶
func (o *ListProjectAzureSecurityGroupsParams) SetDefaults()
SetDefaults hydrates default values in the list project azure security groups params (not the query body).
All values with no default are reset to their zero value.
func (*ListProjectAzureSecurityGroupsParams) SetHTTPClient ¶
func (o *ListProjectAzureSecurityGroupsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list project azure security groups params
func (*ListProjectAzureSecurityGroupsParams) SetLocation ¶
func (o *ListProjectAzureSecurityGroupsParams) SetLocation(location *string)
SetLocation adds the location to the list project azure security groups params
func (*ListProjectAzureSecurityGroupsParams) SetProjectID ¶
func (o *ListProjectAzureSecurityGroupsParams) SetProjectID(projectID string)
SetProjectID adds the projectId to the list project azure security groups params
func (*ListProjectAzureSecurityGroupsParams) SetResourceGroup ¶
func (o *ListProjectAzureSecurityGroupsParams) SetResourceGroup(resourceGroup *string)
SetResourceGroup adds the resourceGroup to the list project azure security groups params
func (*ListProjectAzureSecurityGroupsParams) SetSubscriptionID ¶
func (o *ListProjectAzureSecurityGroupsParams) SetSubscriptionID(subscriptionID *string)
SetSubscriptionID adds the subscriptionId to the list project azure security groups params
func (*ListProjectAzureSecurityGroupsParams) SetTenantID ¶
func (o *ListProjectAzureSecurityGroupsParams) SetTenantID(tenantID *string)
SetTenantID adds the tenantId to the list project azure security groups params
func (*ListProjectAzureSecurityGroupsParams) SetTimeout ¶
func (o *ListProjectAzureSecurityGroupsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list project azure security groups params
func (*ListProjectAzureSecurityGroupsParams) WithClientID ¶
func (o *ListProjectAzureSecurityGroupsParams) WithClientID(clientID *string) *ListProjectAzureSecurityGroupsParams
WithClientID adds the clientID to the list project azure security groups params
func (*ListProjectAzureSecurityGroupsParams) WithClientSecret ¶
func (o *ListProjectAzureSecurityGroupsParams) WithClientSecret(clientSecret *string) *ListProjectAzureSecurityGroupsParams
WithClientSecret adds the clientSecret to the list project azure security groups params
func (*ListProjectAzureSecurityGroupsParams) WithContext ¶
func (o *ListProjectAzureSecurityGroupsParams) WithContext(ctx context.Context) *ListProjectAzureSecurityGroupsParams
WithContext adds the context to the list project azure security groups params
func (*ListProjectAzureSecurityGroupsParams) WithCredential ¶
func (o *ListProjectAzureSecurityGroupsParams) WithCredential(credential *string) *ListProjectAzureSecurityGroupsParams
WithCredential adds the credential to the list project azure security groups params
func (*ListProjectAzureSecurityGroupsParams) WithDefaults ¶
func (o *ListProjectAzureSecurityGroupsParams) WithDefaults() *ListProjectAzureSecurityGroupsParams
WithDefaults hydrates default values in the list project azure security groups params (not the query body).
All values with no default are reset to their zero value.
func (*ListProjectAzureSecurityGroupsParams) WithHTTPClient ¶
func (o *ListProjectAzureSecurityGroupsParams) WithHTTPClient(client *http.Client) *ListProjectAzureSecurityGroupsParams
WithHTTPClient adds the HTTPClient to the list project azure security groups params
func (*ListProjectAzureSecurityGroupsParams) WithLocation ¶
func (o *ListProjectAzureSecurityGroupsParams) WithLocation(location *string) *ListProjectAzureSecurityGroupsParams
WithLocation adds the location to the list project azure security groups params
func (*ListProjectAzureSecurityGroupsParams) WithProjectID ¶
func (o *ListProjectAzureSecurityGroupsParams) WithProjectID(projectID string) *ListProjectAzureSecurityGroupsParams
WithProjectID adds the projectID to the list project azure security groups params
func (*ListProjectAzureSecurityGroupsParams) WithResourceGroup ¶
func (o *ListProjectAzureSecurityGroupsParams) WithResourceGroup(resourceGroup *string) *ListProjectAzureSecurityGroupsParams
WithResourceGroup adds the resourceGroup to the list project azure security groups params
func (*ListProjectAzureSecurityGroupsParams) WithSubscriptionID ¶
func (o *ListProjectAzureSecurityGroupsParams) WithSubscriptionID(subscriptionID *string) *ListProjectAzureSecurityGroupsParams
WithSubscriptionID adds the subscriptionID to the list project azure security groups params
func (*ListProjectAzureSecurityGroupsParams) WithTenantID ¶
func (o *ListProjectAzureSecurityGroupsParams) WithTenantID(tenantID *string) *ListProjectAzureSecurityGroupsParams
WithTenantID adds the tenantID to the list project azure security groups params
func (*ListProjectAzureSecurityGroupsParams) WithTimeout ¶
func (o *ListProjectAzureSecurityGroupsParams) WithTimeout(timeout time.Duration) *ListProjectAzureSecurityGroupsParams
WithTimeout adds the timeout to the list project azure security groups params
func (*ListProjectAzureSecurityGroupsParams) WriteToRequest ¶
func (o *ListProjectAzureSecurityGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListProjectAzureSecurityGroupsReader ¶
type ListProjectAzureSecurityGroupsReader struct {
// contains filtered or unexported fields
}
ListProjectAzureSecurityGroupsReader is a Reader for the ListProjectAzureSecurityGroups structure.
func (*ListProjectAzureSecurityGroupsReader) ReadResponse ¶
func (o *ListProjectAzureSecurityGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListProjectAzureSizesDefault ¶
type ListProjectAzureSizesDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
ListProjectAzureSizesDefault describes a response with status code -1, with default header values.
errorResponse
func NewListProjectAzureSizesDefault ¶
func NewListProjectAzureSizesDefault(code int) *ListProjectAzureSizesDefault
NewListProjectAzureSizesDefault creates a ListProjectAzureSizesDefault with default headers values
func (*ListProjectAzureSizesDefault) Code ¶
func (o *ListProjectAzureSizesDefault) Code() int
Code gets the status code for the list project azure sizes default response
func (*ListProjectAzureSizesDefault) Error ¶
func (o *ListProjectAzureSizesDefault) Error() string
func (*ListProjectAzureSizesDefault) GetPayload ¶
func (o *ListProjectAzureSizesDefault) GetPayload() *models.ErrorResponse
func (*ListProjectAzureSizesDefault) IsClientError ¶
func (o *ListProjectAzureSizesDefault) IsClientError() bool
IsClientError returns true when this list project azure sizes default response has a 4xx status code
func (*ListProjectAzureSizesDefault) IsCode ¶
func (o *ListProjectAzureSizesDefault) IsCode(code int) bool
IsCode returns true when this list project azure sizes default response a status code equal to that given
func (*ListProjectAzureSizesDefault) IsRedirect ¶
func (o *ListProjectAzureSizesDefault) IsRedirect() bool
IsRedirect returns true when this list project azure sizes default response has a 3xx status code
func (*ListProjectAzureSizesDefault) IsServerError ¶
func (o *ListProjectAzureSizesDefault) IsServerError() bool
IsServerError returns true when this list project azure sizes default response has a 5xx status code
func (*ListProjectAzureSizesDefault) IsSuccess ¶
func (o *ListProjectAzureSizesDefault) IsSuccess() bool
IsSuccess returns true when this list project azure sizes default response has a 2xx status code
func (*ListProjectAzureSizesDefault) String ¶
func (o *ListProjectAzureSizesDefault) String() string
type ListProjectAzureSizesOK ¶
type ListProjectAzureSizesOK struct {
Payload models.AzureSizeList
}
ListProjectAzureSizesOK describes a response with status code 200, with default header values.
AzureSizeList
func NewListProjectAzureSizesOK ¶
func NewListProjectAzureSizesOK() *ListProjectAzureSizesOK
NewListProjectAzureSizesOK creates a ListProjectAzureSizesOK with default headers values
func (*ListProjectAzureSizesOK) Error ¶
func (o *ListProjectAzureSizesOK) Error() string
func (*ListProjectAzureSizesOK) GetPayload ¶
func (o *ListProjectAzureSizesOK) GetPayload() models.AzureSizeList
func (*ListProjectAzureSizesOK) IsClientError ¶
func (o *ListProjectAzureSizesOK) IsClientError() bool
IsClientError returns true when this list project azure sizes o k response has a 4xx status code
func (*ListProjectAzureSizesOK) IsCode ¶
func (o *ListProjectAzureSizesOK) IsCode(code int) bool
IsCode returns true when this list project azure sizes o k response a status code equal to that given
func (*ListProjectAzureSizesOK) IsRedirect ¶
func (o *ListProjectAzureSizesOK) IsRedirect() bool
IsRedirect returns true when this list project azure sizes o k response has a 3xx status code
func (*ListProjectAzureSizesOK) IsServerError ¶
func (o *ListProjectAzureSizesOK) IsServerError() bool
IsServerError returns true when this list project azure sizes o k response has a 5xx status code
func (*ListProjectAzureSizesOK) IsSuccess ¶
func (o *ListProjectAzureSizesOK) IsSuccess() bool
IsSuccess returns true when this list project azure sizes o k response has a 2xx status code
func (*ListProjectAzureSizesOK) String ¶
func (o *ListProjectAzureSizesOK) String() string
type ListProjectAzureSizesParams ¶
type ListProjectAzureSizesParams struct { // ClientID. ClientID *string // ClientSecret. ClientSecret *string // Credential. Credential *string // DatacenterName. DatacenterName *string // Location. Location *string // SubscriptionID. SubscriptionID *string // TenantID. TenantID *string // ProjectID. ProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListProjectAzureSizesParams contains all the parameters to send to the API endpoint
for the list project azure sizes operation. Typically these are written to a http.Request.
func NewListProjectAzureSizesParams ¶
func NewListProjectAzureSizesParams() *ListProjectAzureSizesParams
NewListProjectAzureSizesParams creates a new ListProjectAzureSizesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListProjectAzureSizesParamsWithContext ¶
func NewListProjectAzureSizesParamsWithContext(ctx context.Context) *ListProjectAzureSizesParams
NewListProjectAzureSizesParamsWithContext creates a new ListProjectAzureSizesParams object with the ability to set a context for a request.
func NewListProjectAzureSizesParamsWithHTTPClient ¶
func NewListProjectAzureSizesParamsWithHTTPClient(client *http.Client) *ListProjectAzureSizesParams
NewListProjectAzureSizesParamsWithHTTPClient creates a new ListProjectAzureSizesParams object with the ability to set a custom HTTPClient for a request.
func NewListProjectAzureSizesParamsWithTimeout ¶
func NewListProjectAzureSizesParamsWithTimeout(timeout time.Duration) *ListProjectAzureSizesParams
NewListProjectAzureSizesParamsWithTimeout creates a new ListProjectAzureSizesParams object with the ability to set a timeout on a request.
func (*ListProjectAzureSizesParams) SetClientID ¶
func (o *ListProjectAzureSizesParams) SetClientID(clientID *string)
SetClientID adds the clientId to the list project azure sizes params
func (*ListProjectAzureSizesParams) SetClientSecret ¶
func (o *ListProjectAzureSizesParams) SetClientSecret(clientSecret *string)
SetClientSecret adds the clientSecret to the list project azure sizes params
func (*ListProjectAzureSizesParams) SetContext ¶
func (o *ListProjectAzureSizesParams) SetContext(ctx context.Context)
SetContext adds the context to the list project azure sizes params
func (*ListProjectAzureSizesParams) SetCredential ¶
func (o *ListProjectAzureSizesParams) SetCredential(credential *string)
SetCredential adds the credential to the list project azure sizes params
func (*ListProjectAzureSizesParams) SetDatacenterName ¶
func (o *ListProjectAzureSizesParams) SetDatacenterName(datacenterName *string)
SetDatacenterName adds the datacenterName to the list project azure sizes params
func (*ListProjectAzureSizesParams) SetDefaults ¶
func (o *ListProjectAzureSizesParams) SetDefaults()
SetDefaults hydrates default values in the list project azure sizes params (not the query body).
All values with no default are reset to their zero value.
func (*ListProjectAzureSizesParams) SetHTTPClient ¶
func (o *ListProjectAzureSizesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list project azure sizes params
func (*ListProjectAzureSizesParams) SetLocation ¶
func (o *ListProjectAzureSizesParams) SetLocation(location *string)
SetLocation adds the location to the list project azure sizes params
func (*ListProjectAzureSizesParams) SetProjectID ¶
func (o *ListProjectAzureSizesParams) SetProjectID(projectID string)
SetProjectID adds the projectId to the list project azure sizes params
func (*ListProjectAzureSizesParams) SetSubscriptionID ¶
func (o *ListProjectAzureSizesParams) SetSubscriptionID(subscriptionID *string)
SetSubscriptionID adds the subscriptionId to the list project azure sizes params
func (*ListProjectAzureSizesParams) SetTenantID ¶
func (o *ListProjectAzureSizesParams) SetTenantID(tenantID *string)
SetTenantID adds the tenantId to the list project azure sizes params
func (*ListProjectAzureSizesParams) SetTimeout ¶
func (o *ListProjectAzureSizesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list project azure sizes params
func (*ListProjectAzureSizesParams) WithClientID ¶
func (o *ListProjectAzureSizesParams) WithClientID(clientID *string) *ListProjectAzureSizesParams
WithClientID adds the clientID to the list project azure sizes params
func (*ListProjectAzureSizesParams) WithClientSecret ¶
func (o *ListProjectAzureSizesParams) WithClientSecret(clientSecret *string) *ListProjectAzureSizesParams
WithClientSecret adds the clientSecret to the list project azure sizes params
func (*ListProjectAzureSizesParams) WithContext ¶
func (o *ListProjectAzureSizesParams) WithContext(ctx context.Context) *ListProjectAzureSizesParams
WithContext adds the context to the list project azure sizes params
func (*ListProjectAzureSizesParams) WithCredential ¶
func (o *ListProjectAzureSizesParams) WithCredential(credential *string) *ListProjectAzureSizesParams
WithCredential adds the credential to the list project azure sizes params
func (*ListProjectAzureSizesParams) WithDatacenterName ¶
func (o *ListProjectAzureSizesParams) WithDatacenterName(datacenterName *string) *ListProjectAzureSizesParams
WithDatacenterName adds the datacenterName to the list project azure sizes params
func (*ListProjectAzureSizesParams) WithDefaults ¶
func (o *ListProjectAzureSizesParams) WithDefaults() *ListProjectAzureSizesParams
WithDefaults hydrates default values in the list project azure sizes params (not the query body).
All values with no default are reset to their zero value.
func (*ListProjectAzureSizesParams) WithHTTPClient ¶
func (o *ListProjectAzureSizesParams) WithHTTPClient(client *http.Client) *ListProjectAzureSizesParams
WithHTTPClient adds the HTTPClient to the list project azure sizes params
func (*ListProjectAzureSizesParams) WithLocation ¶
func (o *ListProjectAzureSizesParams) WithLocation(location *string) *ListProjectAzureSizesParams
WithLocation adds the location to the list project azure sizes params
func (*ListProjectAzureSizesParams) WithProjectID ¶
func (o *ListProjectAzureSizesParams) WithProjectID(projectID string) *ListProjectAzureSizesParams
WithProjectID adds the projectID to the list project azure sizes params
func (*ListProjectAzureSizesParams) WithSubscriptionID ¶
func (o *ListProjectAzureSizesParams) WithSubscriptionID(subscriptionID *string) *ListProjectAzureSizesParams
WithSubscriptionID adds the subscriptionID to the list project azure sizes params
func (*ListProjectAzureSizesParams) WithTenantID ¶
func (o *ListProjectAzureSizesParams) WithTenantID(tenantID *string) *ListProjectAzureSizesParams
WithTenantID adds the tenantID to the list project azure sizes params
func (*ListProjectAzureSizesParams) WithTimeout ¶
func (o *ListProjectAzureSizesParams) WithTimeout(timeout time.Duration) *ListProjectAzureSizesParams
WithTimeout adds the timeout to the list project azure sizes params
func (*ListProjectAzureSizesParams) WriteToRequest ¶
func (o *ListProjectAzureSizesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListProjectAzureSizesReader ¶
type ListProjectAzureSizesReader struct {
// contains filtered or unexported fields
}
ListProjectAzureSizesReader is a Reader for the ListProjectAzureSizes structure.
func (*ListProjectAzureSizesReader) ReadResponse ¶
func (o *ListProjectAzureSizesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListProjectAzureSubnetsDefault ¶
type ListProjectAzureSubnetsDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
ListProjectAzureSubnetsDefault describes a response with status code -1, with default header values.
errorResponse
func NewListProjectAzureSubnetsDefault ¶
func NewListProjectAzureSubnetsDefault(code int) *ListProjectAzureSubnetsDefault
NewListProjectAzureSubnetsDefault creates a ListProjectAzureSubnetsDefault with default headers values
func (*ListProjectAzureSubnetsDefault) Code ¶
func (o *ListProjectAzureSubnetsDefault) Code() int
Code gets the status code for the list project azure subnets default response
func (*ListProjectAzureSubnetsDefault) Error ¶
func (o *ListProjectAzureSubnetsDefault) Error() string
func (*ListProjectAzureSubnetsDefault) GetPayload ¶
func (o *ListProjectAzureSubnetsDefault) GetPayload() *models.ErrorResponse
func (*ListProjectAzureSubnetsDefault) IsClientError ¶
func (o *ListProjectAzureSubnetsDefault) IsClientError() bool
IsClientError returns true when this list project azure subnets default response has a 4xx status code
func (*ListProjectAzureSubnetsDefault) IsCode ¶
func (o *ListProjectAzureSubnetsDefault) IsCode(code int) bool
IsCode returns true when this list project azure subnets default response a status code equal to that given
func (*ListProjectAzureSubnetsDefault) IsRedirect ¶
func (o *ListProjectAzureSubnetsDefault) IsRedirect() bool
IsRedirect returns true when this list project azure subnets default response has a 3xx status code
func (*ListProjectAzureSubnetsDefault) IsServerError ¶
func (o *ListProjectAzureSubnetsDefault) IsServerError() bool
IsServerError returns true when this list project azure subnets default response has a 5xx status code
func (*ListProjectAzureSubnetsDefault) IsSuccess ¶
func (o *ListProjectAzureSubnetsDefault) IsSuccess() bool
IsSuccess returns true when this list project azure subnets default response has a 2xx status code
func (*ListProjectAzureSubnetsDefault) String ¶
func (o *ListProjectAzureSubnetsDefault) String() string
type ListProjectAzureSubnetsOK ¶
type ListProjectAzureSubnetsOK struct {
Payload *models.AzureSubnetsList
}
ListProjectAzureSubnetsOK describes a response with status code 200, with default header values.
AzureSubnetsList
func NewListProjectAzureSubnetsOK ¶
func NewListProjectAzureSubnetsOK() *ListProjectAzureSubnetsOK
NewListProjectAzureSubnetsOK creates a ListProjectAzureSubnetsOK with default headers values
func (*ListProjectAzureSubnetsOK) Error ¶
func (o *ListProjectAzureSubnetsOK) Error() string
func (*ListProjectAzureSubnetsOK) GetPayload ¶
func (o *ListProjectAzureSubnetsOK) GetPayload() *models.AzureSubnetsList
func (*ListProjectAzureSubnetsOK) IsClientError ¶
func (o *ListProjectAzureSubnetsOK) IsClientError() bool
IsClientError returns true when this list project azure subnets o k response has a 4xx status code
func (*ListProjectAzureSubnetsOK) IsCode ¶
func (o *ListProjectAzureSubnetsOK) IsCode(code int) bool
IsCode returns true when this list project azure subnets o k response a status code equal to that given
func (*ListProjectAzureSubnetsOK) IsRedirect ¶
func (o *ListProjectAzureSubnetsOK) IsRedirect() bool
IsRedirect returns true when this list project azure subnets o k response has a 3xx status code
func (*ListProjectAzureSubnetsOK) IsServerError ¶
func (o *ListProjectAzureSubnetsOK) IsServerError() bool
IsServerError returns true when this list project azure subnets o k response has a 5xx status code
func (*ListProjectAzureSubnetsOK) IsSuccess ¶
func (o *ListProjectAzureSubnetsOK) IsSuccess() bool
IsSuccess returns true when this list project azure subnets o k response has a 2xx status code
func (*ListProjectAzureSubnetsOK) String ¶
func (o *ListProjectAzureSubnetsOK) String() string
type ListProjectAzureSubnetsParams ¶
type ListProjectAzureSubnetsParams struct { // ClientID. ClientID *string // ClientSecret. ClientSecret *string // Credential. Credential *string // ResourceGroup. ResourceGroup *string // SubscriptionID. SubscriptionID *string // TenantID. TenantID *string // VirtualNetwork. VirtualNetwork *string // ProjectID. ProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListProjectAzureSubnetsParams contains all the parameters to send to the API endpoint
for the list project azure subnets operation. Typically these are written to a http.Request.
func NewListProjectAzureSubnetsParams ¶
func NewListProjectAzureSubnetsParams() *ListProjectAzureSubnetsParams
NewListProjectAzureSubnetsParams creates a new ListProjectAzureSubnetsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListProjectAzureSubnetsParamsWithContext ¶
func NewListProjectAzureSubnetsParamsWithContext(ctx context.Context) *ListProjectAzureSubnetsParams
NewListProjectAzureSubnetsParamsWithContext creates a new ListProjectAzureSubnetsParams object with the ability to set a context for a request.
func NewListProjectAzureSubnetsParamsWithHTTPClient ¶
func NewListProjectAzureSubnetsParamsWithHTTPClient(client *http.Client) *ListProjectAzureSubnetsParams
NewListProjectAzureSubnetsParamsWithHTTPClient creates a new ListProjectAzureSubnetsParams object with the ability to set a custom HTTPClient for a request.
func NewListProjectAzureSubnetsParamsWithTimeout ¶
func NewListProjectAzureSubnetsParamsWithTimeout(timeout time.Duration) *ListProjectAzureSubnetsParams
NewListProjectAzureSubnetsParamsWithTimeout creates a new ListProjectAzureSubnetsParams object with the ability to set a timeout on a request.
func (*ListProjectAzureSubnetsParams) SetClientID ¶
func (o *ListProjectAzureSubnetsParams) SetClientID(clientID *string)
SetClientID adds the clientId to the list project azure subnets params
func (*ListProjectAzureSubnetsParams) SetClientSecret ¶
func (o *ListProjectAzureSubnetsParams) SetClientSecret(clientSecret *string)
SetClientSecret adds the clientSecret to the list project azure subnets params
func (*ListProjectAzureSubnetsParams) SetContext ¶
func (o *ListProjectAzureSubnetsParams) SetContext(ctx context.Context)
SetContext adds the context to the list project azure subnets params
func (*ListProjectAzureSubnetsParams) SetCredential ¶
func (o *ListProjectAzureSubnetsParams) SetCredential(credential *string)
SetCredential adds the credential to the list project azure subnets params
func (*ListProjectAzureSubnetsParams) SetDefaults ¶
func (o *ListProjectAzureSubnetsParams) SetDefaults()
SetDefaults hydrates default values in the list project azure subnets params (not the query body).
All values with no default are reset to their zero value.
func (*ListProjectAzureSubnetsParams) SetHTTPClient ¶
func (o *ListProjectAzureSubnetsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list project azure subnets params
func (*ListProjectAzureSubnetsParams) SetProjectID ¶
func (o *ListProjectAzureSubnetsParams) SetProjectID(projectID string)
SetProjectID adds the projectId to the list project azure subnets params
func (*ListProjectAzureSubnetsParams) SetResourceGroup ¶
func (o *ListProjectAzureSubnetsParams) SetResourceGroup(resourceGroup *string)
SetResourceGroup adds the resourceGroup to the list project azure subnets params
func (*ListProjectAzureSubnetsParams) SetSubscriptionID ¶
func (o *ListProjectAzureSubnetsParams) SetSubscriptionID(subscriptionID *string)
SetSubscriptionID adds the subscriptionId to the list project azure subnets params
func (*ListProjectAzureSubnetsParams) SetTenantID ¶
func (o *ListProjectAzureSubnetsParams) SetTenantID(tenantID *string)
SetTenantID adds the tenantId to the list project azure subnets params
func (*ListProjectAzureSubnetsParams) SetTimeout ¶
func (o *ListProjectAzureSubnetsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list project azure subnets params
func (*ListProjectAzureSubnetsParams) SetVirtualNetwork ¶
func (o *ListProjectAzureSubnetsParams) SetVirtualNetwork(virtualNetwork *string)
SetVirtualNetwork adds the virtualNetwork to the list project azure subnets params
func (*ListProjectAzureSubnetsParams) WithClientID ¶
func (o *ListProjectAzureSubnetsParams) WithClientID(clientID *string) *ListProjectAzureSubnetsParams
WithClientID adds the clientID to the list project azure subnets params
func (*ListProjectAzureSubnetsParams) WithClientSecret ¶
func (o *ListProjectAzureSubnetsParams) WithClientSecret(clientSecret *string) *ListProjectAzureSubnetsParams
WithClientSecret adds the clientSecret to the list project azure subnets params
func (*ListProjectAzureSubnetsParams) WithContext ¶
func (o *ListProjectAzureSubnetsParams) WithContext(ctx context.Context) *ListProjectAzureSubnetsParams
WithContext adds the context to the list project azure subnets params
func (*ListProjectAzureSubnetsParams) WithCredential ¶
func (o *ListProjectAzureSubnetsParams) WithCredential(credential *string) *ListProjectAzureSubnetsParams
WithCredential adds the credential to the list project azure subnets params
func (*ListProjectAzureSubnetsParams) WithDefaults ¶
func (o *ListProjectAzureSubnetsParams) WithDefaults() *ListProjectAzureSubnetsParams
WithDefaults hydrates default values in the list project azure subnets params (not the query body).
All values with no default are reset to their zero value.
func (*ListProjectAzureSubnetsParams) WithHTTPClient ¶
func (o *ListProjectAzureSubnetsParams) WithHTTPClient(client *http.Client) *ListProjectAzureSubnetsParams
WithHTTPClient adds the HTTPClient to the list project azure subnets params
func (*ListProjectAzureSubnetsParams) WithProjectID ¶
func (o *ListProjectAzureSubnetsParams) WithProjectID(projectID string) *ListProjectAzureSubnetsParams
WithProjectID adds the projectID to the list project azure subnets params
func (*ListProjectAzureSubnetsParams) WithResourceGroup ¶
func (o *ListProjectAzureSubnetsParams) WithResourceGroup(resourceGroup *string) *ListProjectAzureSubnetsParams
WithResourceGroup adds the resourceGroup to the list project azure subnets params
func (*ListProjectAzureSubnetsParams) WithSubscriptionID ¶
func (o *ListProjectAzureSubnetsParams) WithSubscriptionID(subscriptionID *string) *ListProjectAzureSubnetsParams
WithSubscriptionID adds the subscriptionID to the list project azure subnets params
func (*ListProjectAzureSubnetsParams) WithTenantID ¶
func (o *ListProjectAzureSubnetsParams) WithTenantID(tenantID *string) *ListProjectAzureSubnetsParams
WithTenantID adds the tenantID to the list project azure subnets params
func (*ListProjectAzureSubnetsParams) WithTimeout ¶
func (o *ListProjectAzureSubnetsParams) WithTimeout(timeout time.Duration) *ListProjectAzureSubnetsParams
WithTimeout adds the timeout to the list project azure subnets params
func (*ListProjectAzureSubnetsParams) WithVirtualNetwork ¶
func (o *ListProjectAzureSubnetsParams) WithVirtualNetwork(virtualNetwork *string) *ListProjectAzureSubnetsParams
WithVirtualNetwork adds the virtualNetwork to the list project azure subnets params
func (*ListProjectAzureSubnetsParams) WriteToRequest ¶
func (o *ListProjectAzureSubnetsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListProjectAzureSubnetsReader ¶
type ListProjectAzureSubnetsReader struct {
// contains filtered or unexported fields
}
ListProjectAzureSubnetsReader is a Reader for the ListProjectAzureSubnets structure.
func (*ListProjectAzureSubnetsReader) ReadResponse ¶
func (o *ListProjectAzureSubnetsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListProjectAzureVnetsDefault ¶
type ListProjectAzureVnetsDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
ListProjectAzureVnetsDefault describes a response with status code -1, with default header values.
errorResponse
func NewListProjectAzureVnetsDefault ¶
func NewListProjectAzureVnetsDefault(code int) *ListProjectAzureVnetsDefault
NewListProjectAzureVnetsDefault creates a ListProjectAzureVnetsDefault with default headers values
func (*ListProjectAzureVnetsDefault) Code ¶
func (o *ListProjectAzureVnetsDefault) Code() int
Code gets the status code for the list project azure vnets default response
func (*ListProjectAzureVnetsDefault) Error ¶
func (o *ListProjectAzureVnetsDefault) Error() string
func (*ListProjectAzureVnetsDefault) GetPayload ¶
func (o *ListProjectAzureVnetsDefault) GetPayload() *models.ErrorResponse
func (*ListProjectAzureVnetsDefault) IsClientError ¶
func (o *ListProjectAzureVnetsDefault) IsClientError() bool
IsClientError returns true when this list project azure vnets default response has a 4xx status code
func (*ListProjectAzureVnetsDefault) IsCode ¶
func (o *ListProjectAzureVnetsDefault) IsCode(code int) bool
IsCode returns true when this list project azure vnets default response a status code equal to that given
func (*ListProjectAzureVnetsDefault) IsRedirect ¶
func (o *ListProjectAzureVnetsDefault) IsRedirect() bool
IsRedirect returns true when this list project azure vnets default response has a 3xx status code
func (*ListProjectAzureVnetsDefault) IsServerError ¶
func (o *ListProjectAzureVnetsDefault) IsServerError() bool
IsServerError returns true when this list project azure vnets default response has a 5xx status code
func (*ListProjectAzureVnetsDefault) IsSuccess ¶
func (o *ListProjectAzureVnetsDefault) IsSuccess() bool
IsSuccess returns true when this list project azure vnets default response has a 2xx status code
func (*ListProjectAzureVnetsDefault) String ¶
func (o *ListProjectAzureVnetsDefault) String() string
type ListProjectAzureVnetsOK ¶
type ListProjectAzureVnetsOK struct {
Payload *models.AzureVirtualNetworksList
}
ListProjectAzureVnetsOK describes a response with status code 200, with default header values.
AzureVirtualNetworksList
func NewListProjectAzureVnetsOK ¶
func NewListProjectAzureVnetsOK() *ListProjectAzureVnetsOK
NewListProjectAzureVnetsOK creates a ListProjectAzureVnetsOK with default headers values
func (*ListProjectAzureVnetsOK) Error ¶
func (o *ListProjectAzureVnetsOK) Error() string
func (*ListProjectAzureVnetsOK) GetPayload ¶
func (o *ListProjectAzureVnetsOK) GetPayload() *models.AzureVirtualNetworksList
func (*ListProjectAzureVnetsOK) IsClientError ¶
func (o *ListProjectAzureVnetsOK) IsClientError() bool
IsClientError returns true when this list project azure vnets o k response has a 4xx status code
func (*ListProjectAzureVnetsOK) IsCode ¶
func (o *ListProjectAzureVnetsOK) IsCode(code int) bool
IsCode returns true when this list project azure vnets o k response a status code equal to that given
func (*ListProjectAzureVnetsOK) IsRedirect ¶
func (o *ListProjectAzureVnetsOK) IsRedirect() bool
IsRedirect returns true when this list project azure vnets o k response has a 3xx status code
func (*ListProjectAzureVnetsOK) IsServerError ¶
func (o *ListProjectAzureVnetsOK) IsServerError() bool
IsServerError returns true when this list project azure vnets o k response has a 5xx status code
func (*ListProjectAzureVnetsOK) IsSuccess ¶
func (o *ListProjectAzureVnetsOK) IsSuccess() bool
IsSuccess returns true when this list project azure vnets o k response has a 2xx status code
func (*ListProjectAzureVnetsOK) String ¶
func (o *ListProjectAzureVnetsOK) String() string
type ListProjectAzureVnetsParams ¶
type ListProjectAzureVnetsParams struct { // ClientID. ClientID *string // ClientSecret. ClientSecret *string // Credential. Credential *string // Location. Location *string // ResourceGroup. ResourceGroup *string // SubscriptionID. SubscriptionID *string // TenantID. TenantID *string // ProjectID. ProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListProjectAzureVnetsParams contains all the parameters to send to the API endpoint
for the list project azure vnets operation. Typically these are written to a http.Request.
func NewListProjectAzureVnetsParams ¶
func NewListProjectAzureVnetsParams() *ListProjectAzureVnetsParams
NewListProjectAzureVnetsParams creates a new ListProjectAzureVnetsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListProjectAzureVnetsParamsWithContext ¶
func NewListProjectAzureVnetsParamsWithContext(ctx context.Context) *ListProjectAzureVnetsParams
NewListProjectAzureVnetsParamsWithContext creates a new ListProjectAzureVnetsParams object with the ability to set a context for a request.
func NewListProjectAzureVnetsParamsWithHTTPClient ¶
func NewListProjectAzureVnetsParamsWithHTTPClient(client *http.Client) *ListProjectAzureVnetsParams
NewListProjectAzureVnetsParamsWithHTTPClient creates a new ListProjectAzureVnetsParams object with the ability to set a custom HTTPClient for a request.
func NewListProjectAzureVnetsParamsWithTimeout ¶
func NewListProjectAzureVnetsParamsWithTimeout(timeout time.Duration) *ListProjectAzureVnetsParams
NewListProjectAzureVnetsParamsWithTimeout creates a new ListProjectAzureVnetsParams object with the ability to set a timeout on a request.
func (*ListProjectAzureVnetsParams) SetClientID ¶
func (o *ListProjectAzureVnetsParams) SetClientID(clientID *string)
SetClientID adds the clientId to the list project azure vnets params
func (*ListProjectAzureVnetsParams) SetClientSecret ¶
func (o *ListProjectAzureVnetsParams) SetClientSecret(clientSecret *string)
SetClientSecret adds the clientSecret to the list project azure vnets params
func (*ListProjectAzureVnetsParams) SetContext ¶
func (o *ListProjectAzureVnetsParams) SetContext(ctx context.Context)
SetContext adds the context to the list project azure vnets params
func (*ListProjectAzureVnetsParams) SetCredential ¶
func (o *ListProjectAzureVnetsParams) SetCredential(credential *string)
SetCredential adds the credential to the list project azure vnets params
func (*ListProjectAzureVnetsParams) SetDefaults ¶
func (o *ListProjectAzureVnetsParams) SetDefaults()
SetDefaults hydrates default values in the list project azure vnets params (not the query body).
All values with no default are reset to their zero value.
func (*ListProjectAzureVnetsParams) SetHTTPClient ¶
func (o *ListProjectAzureVnetsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list project azure vnets params
func (*ListProjectAzureVnetsParams) SetLocation ¶
func (o *ListProjectAzureVnetsParams) SetLocation(location *string)
SetLocation adds the location to the list project azure vnets params
func (*ListProjectAzureVnetsParams) SetProjectID ¶
func (o *ListProjectAzureVnetsParams) SetProjectID(projectID string)
SetProjectID adds the projectId to the list project azure vnets params
func (*ListProjectAzureVnetsParams) SetResourceGroup ¶
func (o *ListProjectAzureVnetsParams) SetResourceGroup(resourceGroup *string)
SetResourceGroup adds the resourceGroup to the list project azure vnets params
func (*ListProjectAzureVnetsParams) SetSubscriptionID ¶
func (o *ListProjectAzureVnetsParams) SetSubscriptionID(subscriptionID *string)
SetSubscriptionID adds the subscriptionId to the list project azure vnets params
func (*ListProjectAzureVnetsParams) SetTenantID ¶
func (o *ListProjectAzureVnetsParams) SetTenantID(tenantID *string)
SetTenantID adds the tenantId to the list project azure vnets params
func (*ListProjectAzureVnetsParams) SetTimeout ¶
func (o *ListProjectAzureVnetsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list project azure vnets params
func (*ListProjectAzureVnetsParams) WithClientID ¶
func (o *ListProjectAzureVnetsParams) WithClientID(clientID *string) *ListProjectAzureVnetsParams
WithClientID adds the clientID to the list project azure vnets params
func (*ListProjectAzureVnetsParams) WithClientSecret ¶
func (o *ListProjectAzureVnetsParams) WithClientSecret(clientSecret *string) *ListProjectAzureVnetsParams
WithClientSecret adds the clientSecret to the list project azure vnets params
func (*ListProjectAzureVnetsParams) WithContext ¶
func (o *ListProjectAzureVnetsParams) WithContext(ctx context.Context) *ListProjectAzureVnetsParams
WithContext adds the context to the list project azure vnets params
func (*ListProjectAzureVnetsParams) WithCredential ¶
func (o *ListProjectAzureVnetsParams) WithCredential(credential *string) *ListProjectAzureVnetsParams
WithCredential adds the credential to the list project azure vnets params
func (*ListProjectAzureVnetsParams) WithDefaults ¶
func (o *ListProjectAzureVnetsParams) WithDefaults() *ListProjectAzureVnetsParams
WithDefaults hydrates default values in the list project azure vnets params (not the query body).
All values with no default are reset to their zero value.
func (*ListProjectAzureVnetsParams) WithHTTPClient ¶
func (o *ListProjectAzureVnetsParams) WithHTTPClient(client *http.Client) *ListProjectAzureVnetsParams
WithHTTPClient adds the HTTPClient to the list project azure vnets params
func (*ListProjectAzureVnetsParams) WithLocation ¶
func (o *ListProjectAzureVnetsParams) WithLocation(location *string) *ListProjectAzureVnetsParams
WithLocation adds the location to the list project azure vnets params
func (*ListProjectAzureVnetsParams) WithProjectID ¶
func (o *ListProjectAzureVnetsParams) WithProjectID(projectID string) *ListProjectAzureVnetsParams
WithProjectID adds the projectID to the list project azure vnets params
func (*ListProjectAzureVnetsParams) WithResourceGroup ¶
func (o *ListProjectAzureVnetsParams) WithResourceGroup(resourceGroup *string) *ListProjectAzureVnetsParams
WithResourceGroup adds the resourceGroup to the list project azure vnets params
func (*ListProjectAzureVnetsParams) WithSubscriptionID ¶
func (o *ListProjectAzureVnetsParams) WithSubscriptionID(subscriptionID *string) *ListProjectAzureVnetsParams
WithSubscriptionID adds the subscriptionID to the list project azure vnets params
func (*ListProjectAzureVnetsParams) WithTenantID ¶
func (o *ListProjectAzureVnetsParams) WithTenantID(tenantID *string) *ListProjectAzureVnetsParams
WithTenantID adds the tenantID to the list project azure vnets params
func (*ListProjectAzureVnetsParams) WithTimeout ¶
func (o *ListProjectAzureVnetsParams) WithTimeout(timeout time.Duration) *ListProjectAzureVnetsParams
WithTimeout adds the timeout to the list project azure vnets params
func (*ListProjectAzureVnetsParams) WriteToRequest ¶
func (o *ListProjectAzureVnetsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListProjectAzureVnetsReader ¶
type ListProjectAzureVnetsReader struct {
// contains filtered or unexported fields
}
ListProjectAzureVnetsReader is a Reader for the ListProjectAzureVnets structure.
func (*ListProjectAzureVnetsReader) ReadResponse ¶
func (o *ListProjectAzureVnetsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files
¶
- azure_client.go
- list_azure_availability_zones_no_credentials_v2_parameters.go
- list_azure_availability_zones_no_credentials_v2_responses.go
- list_azure_resource_groups_parameters.go
- list_azure_resource_groups_responses.go
- list_azure_route_tables_parameters.go
- list_azure_route_tables_responses.go
- list_azure_security_groups_parameters.go
- list_azure_security_groups_responses.go
- list_azure_sizes_no_credentials_v2_parameters.go
- list_azure_sizes_no_credentials_v2_responses.go
- list_azure_subnets_parameters.go
- list_azure_subnets_responses.go
- list_azure_vnets_parameters.go
- list_azure_vnets_responses.go
- list_project_azure_availability_zones_parameters.go
- list_project_azure_availability_zones_responses.go
- list_project_azure_resource_groups_parameters.go
- list_project_azure_resource_groups_responses.go
- list_project_azure_route_tables_parameters.go
- list_project_azure_route_tables_responses.go
- list_project_azure_security_groups_parameters.go
- list_project_azure_security_groups_responses.go
- list_project_azure_sizes_parameters.go
- list_project_azure_sizes_responses.go
- list_project_azure_subnets_parameters.go
- list_project_azure_subnets_responses.go
- list_project_azure_vnets_parameters.go
- list_project_azure_vnets_responses.go