Package | Description |
---|---|
com.openshift.internal.restclient.model | |
com.openshift.restclient.model |
Modifier and Type | Class and Description |
---|---|
class |
ServicePort |
Modifier and Type | Method and Description |
---|---|
List<IServicePort> |
Service.getPorts() |
Modifier and Type | Method and Description |
---|---|
void |
Service.setPorts(List<IServicePort> ports) |
Constructor and Description |
---|
ServicePort(org.jboss.dmr.ModelNode node,
IServicePort port)
copy constructor
|
Modifier and Type | Method and Description |
---|---|
List<IServicePort> |
IService.getPorts()
Get the collection of ports for the service
|
Modifier and Type | Method and Description |
---|---|
void |
IService.setPorts(List<IServicePort> ports)
Set the collection of ports for the service
|
Copyright © 2016 Red Hat, Inc. All rights reserved.