Class ServiceCassandraUserConfigArgs
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 ServiceCassandraUserConfigArgs : ResourceArgs
Constructors
View SourceServiceCassandraUserConfigArgs()
Declaration
public ServiceCassandraUserConfigArgs()
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<ServiceCassandraUserConfigPrivateAccessArgs> PrivateAccess { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceCassandraUserConfigPrivateAccessArgs> |
PublicAccess
Declaration
public Input<ServiceCassandraUserConfigPublicAccessArgs> PublicAccess { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceCassandraUserConfigPublicAccessArgs> |
ServiceToForkFrom
Declaration
public Input<string> ServiceToForkFrom { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |