Class AciPrivateIpAddress

java.lang.Object
hudson.model.AbstractDescribableImpl<AciPrivateIpAddress>
com.microsoft.jenkins.containeragents.aci.AciPrivateIpAddress
All Implemented Interfaces:
Describable<AciPrivateIpAddress>

public class AciPrivateIpAddress extends AbstractDescribableImpl<AciPrivateIpAddress>
  • Constructor Details

    • AciPrivateIpAddress

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

    • getVnet

      public String getVnet()
    • getSubnet

      public String getSubnet()
    • getResourceGroup

      public String getResourceGroup()
    • setResourceGroup

      @DataBoundSetter public void setResourceGroup(String resourceGroup)
    • getDnsConfig

      public AciDnsConfig getDnsConfig()
    • setDnsConfig

      @DataBoundSetter public void setDnsConfig(AciDnsConfig dnsConfig)