InMageRcmFabricCreationInputArgs

data class InMageRcmFabricCreationInputArgs(val authCertificate: Output<String>? = null, val instanceType: Output<String>? = null, val physicalSiteId: Output<String>? = null, val sourceAgentIdentity: Output<IdentityProviderInputArgs>? = null, val vmwareSiteId: Output<String>? = null) : ConvertibleToJava<InMageRcmFabricCreationInputArgs>

InMageRcm fabric provider specific settings.

Constructors

Link copied to clipboard
constructor(authCertificate: Output<String>? = null, instanceType: Output<String>? = null, physicalSiteId: Output<String>? = null, sourceAgentIdentity: Output<IdentityProviderInputArgs>? = null, vmwareSiteId: Output<String>? = null)

Properties

Link copied to clipboard
val authCertificate: Output<String>? = null

The certificate to be used for AAD authentication.

Link copied to clipboard
val instanceType: Output<String>? = null

Gets the class type. Expected value is 'InMageRcm'.

Link copied to clipboard
val physicalSiteId: Output<String>? = null

The ARM Id of the physical site.

Link copied to clipboard

The identity provider input for source agent authentication.

Link copied to clipboard
val vmwareSiteId: Output<String>? = null

The ARM Id of the VMware site.

Functions

Link copied to clipboard
open override fun toJava(): InMageRcmFabricCreationInputArgs