| Modifier and Type | Class and Description |
|---|---|
static class |
ServicePort.Jsii$Proxy
An implementation for
ServicePort |
| Modifier and Type | Method and Description |
|---|---|
ServicePort |
ServicePort.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<ServicePort> |
ServiceProps.getPorts()
The port exposed by this service.
|
List<ServicePort> |
ServiceProps.Jsii$Proxy.getPorts() |
List<ServicePort> |
Service.getPorts()
Ports for this service.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceProps.Builder |
ServiceProps.Builder.ports(List<? extends ServicePort> ports)
Sets the value of
ServiceProps.getPorts() |
Service.Builder |
Service.Builder.ports(List<? extends ServicePort> ports)
The port exposed by this service.
|
| Constructor and Description |
|---|
Jsii$Proxy(String clusterIp,
List<String> externalIPs,
String externalName,
List<String> loadBalancerSourceRanges,
List<? extends ServicePort> ports,
ServiceType type,
org.cdk8s.ApiObjectMetadata metadata)
Constructor that initializes the object based on literal property values passed by the
ServiceProps.Builder. |
Copyright © 2021. All rights reserved.