AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the CreateKxScalingGroup operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Finspace.Model.CreateKxScalingGroupResponse

Namespace: Amazon.Finspace.Model
Assembly: AWSSDK.Finspace.dll
Version: 3.x.y.z

Syntax

C#
public class CreateKxScalingGroupResponse : AmazonWebServiceResponse

The CreateKxScalingGroupResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AvailabilityZoneId System.String

Gets and sets the property AvailabilityZoneId.

The identifier of the availability zones.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedTimestamp System.DateTime

Gets and sets the property CreatedTimestamp.

The timestamp at which the scaling group was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

Public Property EnvironmentId System.String

Gets and sets the property EnvironmentId.

A unique identifier for the kdb environment, where you create the scaling group.

Public Property HostType System.String

Gets and sets the property HostType.

The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastModifiedTimestamp System.DateTime

Gets and sets the property LastModifiedTimestamp.

The last time that the scaling group was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ScalingGroupName System.String

Gets and sets the property ScalingGroupName.

A unique identifier for the kdb scaling group.

Public Property Status Amazon.Finspace.KxScalingGroupStatus

Gets and sets the property Status.

The status of scaling group.

  • CREATING – The scaling group creation is in progress.

  • CREATE_FAILED – The scaling group creation has failed.

  • ACTIVE – The scaling group is active.

  • UPDATING – The scaling group is in the process of being updated.

  • UPDATE_FAILED – The update action failed.

  • DELETING – The scaling group is in the process of being deleted.

  • DELETE_FAILED – The system failed to delete the scaling group.

  • DELETED – The scaling group is successfully deleted.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5