hatoba / Client / delete_node_pool

delete_node_pool

hatoba.Client.delete_node_pool(**kwargs)

ノードプールを削除します。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.delete_node_pool(
    ClusterName='string',
    NodePoolName='string'
)
Parameters:
  • ClusterName (string) – [REQUIRED]

  • NodePoolName (string) – [REQUIRED]

Return type:

dict

Returns:

Response Syntax

{
    'NodePool': {
        'InitialNodeCount': 123,
        'InstanceType': 'string',
        'Name': 'string',
        'NodeCount': 123,
        'Nodes': [
            {
                'AvailabilityZone': 'string',
                'Name': 'string',
                'PrivateIpAddress': 'string',
                'PublicIpAddress': 'string',
                'Status': 'string'
            },
        ],
        'Nrn': 'string',
        'Status': 'string',
        'Tags': [
            {
                'Id': 'string',
                'Key': 'string',
                'Value': 'string'
            },
        ]
    }
}

Response Structure

  • (dict) –

    • NodePool (dict) –

      • InitialNodeCount (integer) –

      • InstanceType (string) –

      • Name (string) –

      • NodeCount (integer) –

      • Nodes (list) –

        • (dict) –

          • AvailabilityZone (string) –

          • Name (string) –

          • PrivateIpAddress (string) –

          • PublicIpAddress (string) –

          • Status (string) –

      • Nrn (string) –

      • Status (string) –

      • Tags (list) –

        • (dict) –

          • Id (string) –

          • Key (string) –

          • Value (string) –