Class WinrmProvisionerConnection.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
com.hashicorp.cdktf.WinrmProvisionerConnection.Jsii$Proxy
All Implemented Interfaces:
WinrmProvisionerConnection, software.amazon.jsii.JsiiSerializable
Enclosing interface:
WinrmProvisionerConnection

@Stability(Experimental) @Internal public static final class WinrmProvisionerConnection.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements WinrmProvisionerConnection
An implementation for WinrmProvisionerConnection
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface com.hashicorp.cdktf.WinrmProvisionerConnection

    WinrmProvisionerConnection.Builder, WinrmProvisionerConnection.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the WinrmProvisionerConnection.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    (experimental) The CA certificate to validate against.
    final String
    (experimental) The address of the resource to connect to.
    final Boolean
    (experimental) Set to true to connect using HTTPS instead of HTTP.
    final Boolean
    (experimental) Set to true to skip validating the HTTPS certificate chain.
    final String
    (experimental) The password to use for the connection.
    final Number
    (experimental) The port to connect to.
    final String
    (experimental) The path used to copy scripts meant for remote execution.
    final String
    (experimental) The timeout to wait for the connection to become available.
    final String
    (experimental) The connection type.
    final Boolean
    (experimental) Set to true to use NTLM authentication rather than default (basic authentication), removing the requirement for basic authentication to be enabled within the target guest.
    final String
    (experimental) The user to use for the connection.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait