Show / Hide Table of Contents

Class GetServiceInfluxdbUserConfigArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetServiceInfluxdbUserConfigArgs
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 GetServiceInfluxdbUserConfigArgs : InvokeArgs

Constructors

View Source

GetServiceInfluxdbUserConfigArgs()

Declaration
public GetServiceInfluxdbUserConfigArgs()

Properties

View Source

CustomDomain

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

IpFilters

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

PrivateAccess

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

PublicAccess

Declaration
public GetServiceInfluxdbUserConfigPublicAccessArgs PublicAccess { get; set; }
Property Value
Type Description
GetServiceInfluxdbUserConfigPublicAccessArgs
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.