toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.dbforpostgresql.kotlin.outputs
/
ServerNameItemResponse
Server
Name
Item
Response
data
class
ServerNameItemResponse
(
val
fullyQualifiedDomainName
:
String
,
val
name
:
String
?
=
null
)
The name object for a server.
Members
Constructors
Server
Name
Item
Response
Link copied to clipboard
constructor
(
fullyQualifiedDomainName
:
String
,
name
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
fully
Qualified
Domain
Name
Link copied to clipboard
val
fullyQualifiedDomainName
:
String
The fully qualified domain name of a server.
name
Link copied to clipboard
val
name
:
String
?
=
null
The name of a server.