InMageRcmFabricCreationInputArgs

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

InMageRcm fabric provider specific settings.

Constructors

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

Properties

Link copied to clipboard
val instanceType: Output<String>

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

Link copied to clipboard
val physicalSiteId: Output<String>

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>

The ARM Id of the VMware site.

Functions

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