Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Service

An object that represents one or multiple Oracle services that you can enable for a ServiceGateway. In the User Guide topic Access to Oracle Services: Service Gateway, the term service CIDR label is used to refer to the string that represents the regional public IP address ranges of the Oracle service or services covered by a given {@code Service} object. That unique string is the value of the {@code Service} object's {@code cidrBlock} attribute.

Properties

cidrBlock

cidrBlock: string

A string that represents the regional public IP address ranges for the Oracle service or services covered by this {@code Service} object. Also known as the {@code 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 {@code cidrBlock} value as the rule's destination (for an egress rule) or the source (for an ingress rule). See SecurityList.

Example: {@code oci-phx-objectstorage}

description

description: string

Description of the Oracle service or services covered by this {@code Service} object.

Example: {@code OCI PHX Object Storage}

id

id: string

The {@code Service} object's OCID.

name

name: string

Name of the {@code Service} object. This name can change and is not guaranteed to be unique.

Example: {@code OCI PHX Object Storage}

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Service): object

getJsonObj