Show / Hide Table of Contents

Class ServiceState

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceState
Inherited Members
ResourceArgs.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 ServiceState : ResourceArgs

Constructors

View Source

ServiceState()

Declaration
public ServiceState()

Properties

View Source

Cassandra

Cassandra specific server provided values

Declaration
public Input<ServiceCassandraGetArgs> Cassandra { get; set; }
Property Value
Type Description
Input<ServiceCassandraGetArgs>
View Source

CassandraUserConfig

Cassandra specific user configurable settings

Declaration
public Input<ServiceCassandraUserConfigGetArgs> CassandraUserConfig { get; set; }
Property Value
Type Description
Input<ServiceCassandraUserConfigGetArgs>
View Source

CloudName

Cloud the service runs in

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

Components

Service component information objects

Declaration
public InputList<ServiceComponentGetArgs> Components { get; set; }
Property Value
Type Description
InputList<ServiceComponentGetArgs>
View Source

Elasticsearch

Elasticsearch specific server provided values

Declaration
public Input<ServiceElasticsearchGetArgs> Elasticsearch { get; set; }
Property Value
Type Description
Input<ServiceElasticsearchGetArgs>
View Source

ElasticsearchUserConfig

Elasticsearch specific user configurable settings

Declaration
public Input<ServiceElasticsearchUserConfigGetArgs> ElasticsearchUserConfig { get; set; }
Property Value
Type Description
Input<ServiceElasticsearchUserConfigGetArgs>
View Source

Grafana

Grafana specific server provided values

Declaration
public Input<ServiceGrafanaGetArgs> Grafana { get; set; }
Property Value
Type Description
Input<ServiceGrafanaGetArgs>
View Source

GrafanaUserConfig

Grafana specific user configurable settings

Declaration
public Input<ServiceGrafanaUserConfigGetArgs> GrafanaUserConfig { get; set; }
Property Value
Type Description
Input<ServiceGrafanaUserConfigGetArgs>
View Source

Influxdb

InfluxDB specific server provided values

Declaration
public Input<ServiceInfluxdbGetArgs> Influxdb { get; set; }
Property Value
Type Description
Input<ServiceInfluxdbGetArgs>
View Source

InfluxdbUserConfig

InfluxDB specific user configurable settings

Declaration
public Input<ServiceInfluxdbUserConfigGetArgs> InfluxdbUserConfig { get; set; }
Property Value
Type Description
Input<ServiceInfluxdbUserConfigGetArgs>
View Source

Kafka

Kafka specific server provided values

Declaration
public Input<ServiceKafkaGetArgs> Kafka { get; set; }
Property Value
Type Description
Input<ServiceKafkaGetArgs>
View Source

KafkaConnect

Kafka Connect specific server provided values

Declaration
public Input<ServiceKafkaConnectGetArgs> KafkaConnect { get; set; }
Property Value
Type Description
Input<ServiceKafkaConnectGetArgs>
View Source

KafkaConnectUserConfig

Kafka Connect specific user configurable settings

Declaration
public Input<ServiceKafkaConnectUserConfigGetArgs> KafkaConnectUserConfig { get; set; }
Property Value
Type Description
Input<ServiceKafkaConnectUserConfigGetArgs>
View Source

KafkaUserConfig

Kafka specific user configurable settings

Declaration
public Input<ServiceKafkaUserConfigGetArgs> KafkaUserConfig { get; set; }
Property Value
Type Description
Input<ServiceKafkaUserConfigGetArgs>
View Source

MaintenanceWindowDow

Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.

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

MaintenanceWindowTime

Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.

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

Mysql

MySQL specific server provided values

Declaration
public Input<ServiceMysqlGetArgs> Mysql { get; set; }
Property Value
Type Description
Input<ServiceMysqlGetArgs>
View Source

MysqlUserConfig

MySQL specific user configurable settings

Declaration
public Input<ServiceMysqlUserConfigGetArgs> MysqlUserConfig { get; set; }
Property Value
Type Description
Input<ServiceMysqlUserConfigGetArgs>
View Source

Pg

PostgreSQL specific server provided values

Declaration
public Input<ServicePgGetArgs> Pg { get; set; }
Property Value
Type Description
Input<ServicePgGetArgs>
View Source

PgUserConfig

PostgreSQL specific user configurable settings

Declaration
public Input<ServicePgUserConfigGetArgs> PgUserConfig { get; set; }
Property Value
Type Description
Input<ServicePgUserConfigGetArgs>
View Source

Plan

Subscription plan

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

Project

Target project

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

ProjectVpcId

Identifier of the VPC the service should be in, if any

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

Redis

Redis specific server provided values

Declaration
public Input<ServiceRedisGetArgs> Redis { get; set; }
Property Value
Type Description
Input<ServiceRedisGetArgs>
View Source

RedisUserConfig

Redis specific user configurable settings

Declaration
public Input<ServiceRedisUserConfigGetArgs> RedisUserConfig { get; set; }
Property Value
Type Description
Input<ServiceRedisUserConfigGetArgs>
View Source

ServiceHost

Service hostname

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

ServiceIntegrations

Service integrations to specify when creating a service. Not applied after initial service creation

Declaration
public InputList<ServiceServiceIntegrationGetArgs> ServiceIntegrations { get; set; }
Property Value
Type Description
InputList<ServiceServiceIntegrationGetArgs>
View Source

ServiceName

Service name

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

ServicePassword

Password used for connecting to the service, if applicable

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

ServicePort

Service port

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

ServiceType

Service type code

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

ServiceUri

URI for connecting to the service. Service specific info is under "kafka", "pg", etc.

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

ServiceUsername

Username used for connecting to the service, if applicable

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

State

Service state

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

TerminationProtection

Prevent service from being deleted. It is recommended to have this enabled for all services.

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