public class OvhInput extends Object
| Modifier and Type | Field and Description |
|---|---|
Date |
createdAt
Input creation
canBeNull && readOnly
|
String |
description
Input description
canBeNull && readOnly
|
String |
engineId
Input engine UUID
canBeNull && readOnly
|
String |
exposedPort
Port
canBeNull && readOnly
|
String |
hostname
Hostname
canBeNull && readOnly
|
String |
inputId
Input ID
canBeNull && readOnly
|
Boolean |
isRestartRequired
Indicate if input need to be restarted
canBeNull && readOnly
|
String |
optionId
Associated DBaaS Logs option
canBeNull && readOnly
|
String |
publicAddress
Input IP address
canBeNull && readOnly
|
Boolean |
singleInstanceEnabled
Force only one instance
canBeNull && readOnly
|
String |
sslCertificate
Input SSL certificate
canBeNull && readOnly
|
OvhInputStatusEnum |
status
init: configuration required, pending: ready to start, running: available
canBeNull && readOnly
|
String |
streamId
Associated Graylog stream
canBeNull && readOnly
|
String |
title
Input title
canBeNull && readOnly
|
Date |
updatedAt
Input last update
canBeNull && readOnly
|
| Constructor and Description |
|---|
OvhInput() |
public String inputId
public String streamId
public Boolean isRestartRequired
public String exposedPort
public String description
public String publicAddress
public String title
public Date createdAt
public String hostname
public String sslCertificate
public String optionId
public Boolean singleInstanceEnabled
public Date updatedAt
public OvhInputStatusEnum status
public String engineId
Copyright © 2018. All rights reserved.