Show / Hide Table of Contents

Class GetServiceArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetServiceArgs
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
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetServiceArgs : InvokeArgs

Constructors

View Source

GetServiceArgs()

Declaration
public GetServiceArgs()

Properties

View Source

Cassandra

Declaration
public GetServiceCassandraArgs Cassandra { get; set; }
Property Value
Type Description
GetServiceCassandraArgs
View Source

CassandraUserConfig

Declaration
public GetServiceCassandraUserConfigArgs CassandraUserConfig { get; set; }
Property Value
Type Description
GetServiceCassandraUserConfigArgs
View Source

CloudName

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

Components

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

Elasticsearch

Declaration
public GetServiceElasticsearchArgs Elasticsearch { get; set; }
Property Value
Type Description
GetServiceElasticsearchArgs
View Source

ElasticsearchUserConfig

Declaration
public GetServiceElasticsearchUserConfigArgs ElasticsearchUserConfig { get; set; }
Property Value
Type Description
GetServiceElasticsearchUserConfigArgs
View Source

Grafana

Declaration
public GetServiceGrafanaArgs Grafana { get; set; }
Property Value
Type Description
GetServiceGrafanaArgs
View Source

GrafanaUserConfig

Declaration
public GetServiceGrafanaUserConfigArgs GrafanaUserConfig { get; set; }
Property Value
Type Description
GetServiceGrafanaUserConfigArgs
View Source

Influxdb

Declaration
public GetServiceInfluxdbArgs Influxdb { get; set; }
Property Value
Type Description
GetServiceInfluxdbArgs
View Source

InfluxdbUserConfig

Declaration
public GetServiceInfluxdbUserConfigArgs InfluxdbUserConfig { get; set; }
Property Value
Type Description
GetServiceInfluxdbUserConfigArgs
View Source

Kafka

Declaration
public GetServiceKafkaArgs Kafka { get; set; }
Property Value
Type Description
GetServiceKafkaArgs
View Source

KafkaConnect

Declaration
public GetServiceKafkaConnectArgs KafkaConnect { get; set; }
Property Value
Type Description
GetServiceKafkaConnectArgs
View Source

KafkaConnectUserConfig

Declaration
public GetServiceKafkaConnectUserConfigArgs KafkaConnectUserConfig { get; set; }
Property Value
Type Description
GetServiceKafkaConnectUserConfigArgs
View Source

KafkaUserConfig

Declaration
public GetServiceKafkaUserConfigArgs KafkaUserConfig { get; set; }
Property Value
Type Description
GetServiceKafkaUserConfigArgs
View Source

MaintenanceWindowDow

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

MaintenanceWindowTime

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

Mysql

Declaration
public GetServiceMysqlArgs Mysql { get; set; }
Property Value
Type Description
GetServiceMysqlArgs
View Source

MysqlUserConfig

Declaration
public GetServiceMysqlUserConfigArgs MysqlUserConfig { get; set; }
Property Value
Type Description
GetServiceMysqlUserConfigArgs
View Source

Pg

Declaration
public GetServicePgArgs Pg { get; set; }
Property Value
Type Description
GetServicePgArgs
View Source

PgUserConfig

Declaration
public GetServicePgUserConfigArgs PgUserConfig { get; set; }
Property Value
Type Description
GetServicePgUserConfigArgs
View Source

Plan

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

Project

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

ProjectVpcId

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

Redis

Declaration
public GetServiceRedisArgs Redis { get; set; }
Property Value
Type Description
GetServiceRedisArgs
View Source

RedisUserConfig

Declaration
public GetServiceRedisUserConfigArgs RedisUserConfig { get; set; }
Property Value
Type Description
GetServiceRedisUserConfigArgs
View Source

ServiceHost

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

ServiceIntegrations

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

ServiceName

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

ServicePassword

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

ServicePort

Declaration
public int? ServicePort { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

ServiceType

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

ServiceUri

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

ServiceUsername

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

State

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

TerminationProtection

Declaration
public bool? TerminationProtection { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.