Class ServiceCassandraUserConfigGetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aiven.Inputs
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class ServiceCassandraUserConfigGetArgs : ResourceArgs
Constructors
View SourceServiceCassandraUserConfigGetArgs()
Declaration
public ServiceCassandraUserConfigGetArgs()
Properties
View SourceIpFilters
Declaration
public InputList<string> IpFilters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
MigrateSstableloader
Declaration
public Input<string> MigrateSstableloader { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrivateAccess
Declaration
public Input<ServiceCassandraUserConfigPrivateAccessGetArgs> PrivateAccess { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceCassandraUserConfigPrivateAccessGetArgs> |
PublicAccess
Declaration
public Input<ServiceCassandraUserConfigPublicAccessGetArgs> PublicAccess { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceCassandraUserConfigPublicAccessGetArgs> |
ServiceToForkFrom
Declaration
public Input<string> ServiceToForkFrom { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |