[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

SmtpServerSpec

Represent the settings of an SMTP Server which the system uses to send email notifications and alerts


Properties

string
description Optional

A human readable description of the entity


string
name Optional

A human readable name of the entity


string
password Optional

Password to login to the server


string
secureMode Optional

Security mode used to connect to the SMTP server

Possible values are: NONESTART_TLSSSL


string
sslTrustStore Optional

The custom ssl trust certs if ssl is enabled


Url
url Optional

Definition of Url.


boolean
useAuthentication Optional

A flag to indicate if the SMTP requires login authentication. If this flag is set to true, caller must provide user name and password


string
userName Optional

Username to login to server

JSON Example

{
	"description": "string",
	"name": "string",
	"password": "string",
	"secureMode": "NONE",
	"sslTrustStore": "string",
	"url": {
		"host": "string",
		"port": 0,
		"ssl": false
	},
	"useAuthentication": false,
	"userName": "string"
}
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Property Of

EmailSettings

Feedback

Was this page helpful?