public class ContainerServiceNetworkProfile extends Object
Constructor and Description |
---|
ContainerServiceNetworkProfile() |
Modifier and Type | Method and Description |
---|---|
String |
dnsServiceIP()
Get the dnsServiceIP value.
|
String |
dockerBridgeCidr()
Get the dockerBridgeCidr value.
|
NetworkPlugin |
networkPlugin()
Get the networkPlugin value.
|
NetworkPolicy |
networkPolicy()
Get the networkPolicy value.
|
String |
podCidr()
Get the podCidr value.
|
String |
serviceCidr()
Get the serviceCidr value.
|
ContainerServiceNetworkProfile |
withDnsServiceIP(String dnsServiceIP)
Set the dnsServiceIP value.
|
ContainerServiceNetworkProfile |
withDockerBridgeCidr(String dockerBridgeCidr)
Set the dockerBridgeCidr value.
|
ContainerServiceNetworkProfile |
withNetworkPlugin(NetworkPlugin networkPlugin)
Set the networkPlugin value.
|
ContainerServiceNetworkProfile |
withNetworkPolicy(NetworkPolicy networkPolicy)
Set the networkPolicy value.
|
ContainerServiceNetworkProfile |
withPodCidr(String podCidr)
Set the podCidr value.
|
ContainerServiceNetworkProfile |
withServiceCidr(String serviceCidr)
Set the serviceCidr value.
|
public NetworkPlugin networkPlugin()
public ContainerServiceNetworkProfile withNetworkPlugin(NetworkPlugin networkPlugin)
networkPlugin
- the networkPlugin value to setpublic NetworkPolicy networkPolicy()
public ContainerServiceNetworkProfile withNetworkPolicy(NetworkPolicy networkPolicy)
networkPolicy
- the networkPolicy value to setpublic String podCidr()
public ContainerServiceNetworkProfile withPodCidr(String podCidr)
podCidr
- the podCidr value to setpublic String serviceCidr()
public ContainerServiceNetworkProfile withServiceCidr(String serviceCidr)
serviceCidr
- the serviceCidr value to setpublic String dnsServiceIP()
public ContainerServiceNetworkProfile withDnsServiceIP(String dnsServiceIP)
dnsServiceIP
- the dnsServiceIP value to setpublic String dockerBridgeCidr()
public ContainerServiceNetworkProfile withDockerBridgeCidr(String dockerBridgeCidr)
dockerBridgeCidr
- the dockerBridgeCidr value to setCopyright © 2019. All rights reserved.