Table of Contents

Class ListPCUGroupsOptions

Namespace
DataStax.AstraDB.DataApi.Admin
Assembly
DataStax.AstraDB.DataApi.dll

Options for AstraDatabasesAdmin's ListPCUGroups command.

public class ListPCUGroupsOptions : CommandOptions
Inheritance
ListPCUGroupsOptions
Inherited Members

Constructors

ListPCUGroupsOptions()

Creates a new instance of ListPCUGroupsOptions with default values.

public ListPCUGroupsOptions()

Properties

CloudProvider

If set, filters results to this cloud provider only. Either both or none of CloudProvider and Region must be set

public CloudProviderType? CloudProvider { get; set; }

Property Value

CloudProviderType?

Region

If set, filters results to this region only. Either both or none of CloudProvider and Region must be set

public string Region { get; set; }

Property Value

string