Class AciPrivateIpAddress

    • Constructor Detail

      • AciPrivateIpAddress

        @DataBoundConstructor
        public AciPrivateIpAddress​(String vnet,
                                   String subnet)
    • Method Detail

      • getVnet

        public String getVnet()
      • getSubnet

        public String getSubnet()
      • getResourceGroup

        public String getResourceGroup()
      • setResourceGroup

        @DataBoundSetter
        public void setResourceGroup​(String resourceGroup)
      • setDnsConfig

        @DataBoundSetter
        public void setDnsConfig​(AciDnsConfig dnsConfig)