Class NetworkmanagerDeviceConfig.Jsii$Proxy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.JsonNode $jsii$toJson()  
      boolean equals​(Object o)  
      NetworkmanagerDeviceAwsLocation getAwsLocation()
      aws_location block.
      Object getConnection()  
      Object getCount()  
      List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()  
      String getDescription()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#description NetworkmanagerDevice#description}.
      com.hashicorp.cdktf.ITerraformIterator getForEach()  
      String getGlobalNetworkId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#global_network_id NetworkmanagerDevice#global_network_id}.
      String getId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#id NetworkmanagerDevice#id}.
      com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()  
      NetworkmanagerDeviceLocation getLocation()
      location block.
      String getModel()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#model NetworkmanagerDevice#model}.
      com.hashicorp.cdktf.TerraformProvider getProvider()  
      List<Object> getProvisioners()  
      String getSerialNumber()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#serial_number NetworkmanagerDevice#serial_number}.
      String getSiteId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#site_id NetworkmanagerDevice#site_id}.
      Map<String,​String> getTags()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#tags NetworkmanagerDevice#tags}.
      Map<String,​String> getTagsAll()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#tags_all NetworkmanagerDevice#tags_all}.
      NetworkmanagerDeviceTimeouts getTimeouts()
      timeouts block.
      String getType()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#type NetworkmanagerDevice#type}.
      String getVendor()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#vendor NetworkmanagerDevice#vendor}.
      int hashCode()  
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getGlobalNetworkId

        public final String getGlobalNetworkId()
        Description copied from interface: NetworkmanagerDeviceConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#global_network_id NetworkmanagerDevice#global_network_id}.
        Specified by:
        getGlobalNetworkId in interface NetworkmanagerDeviceConfig
      • getDescription

        public final String getDescription()
        Description copied from interface: NetworkmanagerDeviceConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#description NetworkmanagerDevice#description}.
        Specified by:
        getDescription in interface NetworkmanagerDeviceConfig
      • getId

        public final String getId()
        Description copied from interface: NetworkmanagerDeviceConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#id NetworkmanagerDevice#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

        Specified by:
        getId in interface NetworkmanagerDeviceConfig
      • getModel

        public final String getModel()
        Description copied from interface: NetworkmanagerDeviceConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#model NetworkmanagerDevice#model}.
        Specified by:
        getModel in interface NetworkmanagerDeviceConfig
      • getSerialNumber

        public final String getSerialNumber()
        Description copied from interface: NetworkmanagerDeviceConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#serial_number NetworkmanagerDevice#serial_number}.
        Specified by:
        getSerialNumber in interface NetworkmanagerDeviceConfig
      • getSiteId

        public final String getSiteId()
        Description copied from interface: NetworkmanagerDeviceConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#site_id NetworkmanagerDevice#site_id}.
        Specified by:
        getSiteId in interface NetworkmanagerDeviceConfig
      • getType

        public final String getType()
        Description copied from interface: NetworkmanagerDeviceConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#type NetworkmanagerDevice#type}.
        Specified by:
        getType in interface NetworkmanagerDeviceConfig
      • getVendor

        public final String getVendor()
        Description copied from interface: NetworkmanagerDeviceConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#vendor NetworkmanagerDevice#vendor}.
        Specified by:
        getVendor in interface NetworkmanagerDeviceConfig
      • getConnection

        public final Object getConnection()
        Specified by:
        getConnection in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getCount

        public final Object getCount()
        Specified by:
        getCount in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getDependsOn

        public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
        Specified by:
        getDependsOn in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getForEach

        public final com.hashicorp.cdktf.ITerraformIterator getForEach()
        Specified by:
        getForEach in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getLifecycle

        public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
        Specified by:
        getLifecycle in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvider

        public final com.hashicorp.cdktf.TerraformProvider getProvider()
        Specified by:
        getProvider in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvisioners

        public final List<Object> getProvisioners()
        Specified by:
        getProvisioners in interface com.hashicorp.cdktf.TerraformMetaArguments
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object