pulumi-azure-native-kotlin
2.14.0.0
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.
Types
Constructors
Properties
Constructors
Server
Name
Item
Response
Link copied to clipboard
fun
ServerNameItemResponse
(
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.