Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Service |
build() |
Service.Builder |
cidrBlock(String cidrBlock)
A string that represents the regional public IP address ranges for the Oracle service or
services covered by this
Service object. |
Service.Builder |
copy(Service model) |
Service.Builder |
description(String description)
Description of the Oracle service or services covered by this
Service object. |
Service.Builder |
id(String id)
The
Service object’s
OCID. |
Service.Builder |
name(String name)
Name of the
Service object. |
public Service.Builder cidrBlock(String cidrBlock)
A string that represents the regional public IP address ranges for the Oracle service or
services covered by this Service
object. Also known as the Service
object’s service CIDR label.
When you set up a route rule to route traffic to the service gateway, use this value
as the rule's destination. See RouteTable
. Also, when you set up a security list
rule to cover traffic with the service gateway, use the cidrBlock
value as the
rule's destination (for an egress rule) or the source (for an ingress rule). See SecurityList
.
Example: oci-phx-objectstorage
cidrBlock
- the value to setpublic Service.Builder description(String description)
Description of the Oracle service or services covered by this Service
object.
Example: OCI PHX Object Storage
description
- the value to setpublic Service.Builder id(String id)
The Service
object’s
OCID.
id
- the value to setpublic Service.Builder name(String name)
Name of the Service
object. This name can change and is not guaranteed to be
unique.
Example: OCI PHX Object Storage
name
- the value to setpublic Service build()
public Service.Builder copy(Service model)
Copyright © 2016–2024. All rights reserved.