Show / Hide Table of Contents

Class GetServiceCassandraUserConfigArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetServiceCassandraUserConfigArgs
Inherited Members
InvokeArgs.Empty
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 GetServiceCassandraUserConfigArgs : InvokeArgs

Constructors

View Source

GetServiceCassandraUserConfigArgs()

Declaration
public GetServiceCassandraUserConfigArgs()

Properties

View Source

IpFilters

Declaration
public List<string> IpFilters { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

MigrateSstableloader

Declaration
public string MigrateSstableloader { get; set; }
Property Value
Type Description
System.String
View Source

PrivateAccess

Declaration
public GetServiceCassandraUserConfigPrivateAccessArgs PrivateAccess { get; set; }
Property Value
Type Description
GetServiceCassandraUserConfigPrivateAccessArgs
View Source

PublicAccess

Declaration
public GetServiceCassandraUserConfigPublicAccessArgs PublicAccess { get; set; }
Property Value
Type Description
GetServiceCassandraUserConfigPublicAccessArgs
View Source

ServiceToForkFrom

Declaration
public string ServiceToForkFrom { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.