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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AciPrivateIpAddress.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description AciPrivateIpAddress(String vnet, String subnet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AciDnsConfig
getDnsConfig()
String
getResourceGroup()
String
getSubnet()
String
getVnet()
void
setDnsConfig(AciDnsConfig dnsConfig)
void
setResourceGroup(String resourceGroup)
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Method Detail
-
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)
-
-