Skip to main content

Update AzureCloudConnectorPublicStandardDynamic

PUT 

/projects/:projectId/azure/cloudconnectors/publicstandarddynamics/:id

This operation allows to update an AzureCloudConnectorPublicStandardDynamic

Request

Path Parameters

    id uuidrequired

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    cloud connector Id

    projectId uuidrequired

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    project Id

Body

AzureCloudConnectorPublicStandardDynamic to update

    name stringrequired

    Possible values: Value must match regular expression \S

    cloud connector name

    state stringrequired

    Possible values: [DESIGNED, PROVISIONING, DESIGNING, SUSPENDING, STOPPING, REPAIRING, ACTIVE, INACTIVE, TERMINATED, ERROR]

    cloud connector state

    bandWidth int32

    cloud connector bandwidth

    technicalVpnId uuidrequired

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    network connector uuid associated to the cloud connector

    azureCredentialId uuidrequired

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    azure credential uuid to be used to manage the cloud connector on Azure

    primaryPopLocalization stringrequired

    Possible values: Value must match regular expression \S

    primary pop localization of the cloud connector

    azureRegion stringrequired

    Possible values: Value must match regular expression \S

    azure region

    resourceGroupName stringrequired

    Possible values: Value must match regular expression \S

    azure resource group name

    vnetName stringrequired

    Possible values: Value must match regular expression \S

    vnet name

    azureGatewaySubnet stringrequired

    Possible values: Value must match regular expression \S

    azure gateway subnet

    azureAsn int32required

    Possible values: >= 64512 and <= 65535

    azure asn

    networkSideAsn int32required

    Possible values: >= 64512 and <= 65535

    network side asn

    networkSideGatewaySubnet stringrequired

    Possible values: Value must match regular expression \S

    network side gateway subnet

Responses

ok

Schema

    id uuid

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    cloud connector id

    name string

    cloud connector name

    state string

    Possible values: [DESIGNED, PROVISIONING, DESIGNING, SUSPENDING, STOPPING, REPAIRING, ACTIVE, INACTIVE, TERMINATED, ERROR]

    cloud connector state

    projectName string

    name of the project associated to the cloud connector

    projectId uuid

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    uuid of the project associated to the cloud connector

    bandWidth int32

    cloud connector bandwidth

    technicalVpnId uuid

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    network connector uuid associated to the cloud connector

    azureCredentialId uuid

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    azure credential uuid to be used to manage the cloud connector on Azure

    primaryPopLocalization string

    primary pop localization of the cloud connector

    azureRegion string

    azure regeion

    resourceGroupName string

    azure resource group name

    vnetName string

    vnet name

    azureGatewaySubnet stringrequired

    Possible values: Value must match regular expression \S

    azure gateway subnet

    azureAsn int32

    azure asn

    networkSideAsn int32

    network side asn

    workflowExecutionId uuid

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    uuid of the last workflow execution associated to the cloud connector

    workflowExecutionStatus string

    Possible values: [CREATED, IN_PROGRESS, SUCCEEDED, FAILED, CLEARED]

    status of the last workflow execution associated to the cloud connector

    networkSideGatewaySubnet string

    network side gateway subnet

Loading...