com.volcengine.service.vod.model.business.OriginLineOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/business/vod_cdn.proto
package com.volcengine.service.vod.model.business;
public interface OriginLineOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.OriginLine)
com.google.protobuf.MessageOrBuilder {
/**
*
* 源站地址
*
*
* string Address = 1;
* @return The address.
*/
java.lang.String getAddress();
/**
*
* 源站地址
*
*
* string Address = 1;
* @return The bytes for address.
*/
com.google.protobuf.ByteString
getAddressBytes();
/**
*
* HTTP协议端口
*
*
* string HttpPort = 2;
* @return The httpPort.
*/
java.lang.String getHttpPort();
/**
*
* HTTP协议端口
*
*
* string HttpPort = 2;
* @return The bytes for httpPort.
*/
com.google.protobuf.ByteString
getHttpPortBytes();
/**
*
* HTTPS协议端口
*
*
* string HttpsPort = 3;
* @return The httpsPort.
*/
java.lang.String getHttpsPort();
/**
*
* HTTPS协议端口
*
*
* string HttpsPort = 3;
* @return The bytes for httpsPort.
*/
com.google.protobuf.ByteString
getHttpsPortBytes();
/**
*
* 源站的类型 ip/domain
*
*
* string InstanceType = 4;
* @return The instanceType.
*/
java.lang.String getInstanceType();
/**
*
* 源站的类型 ip/domain
*
*
* string InstanceType = 4;
* @return The bytes for instanceType.
*/
com.google.protobuf.ByteString
getInstanceTypeBytes();
/**
*
* 回源请求访问的站点域名
*
*
* string OriginHost = 5;
* @return The originHost.
*/
java.lang.String getOriginHost();
/**
*
* 回源请求访问的站点域名
*
*
* string OriginHost = 5;
* @return The bytes for originHost.
*/
com.google.protobuf.ByteString
getOriginHostBytes();
/**
*
* 源站的类别 primary/backup
*
*
* string OriginType = 6;
* @return The originType.
*/
java.lang.String getOriginType();
/**
*
* 源站的类别 primary/backup
*
*
* string OriginType = 6;
* @return The bytes for originType.
*/
com.google.protobuf.ByteString
getOriginTypeBytes();
/**
*
* 源站的权重,取值范围是 1-100
*
*
* string Weight = 7;
* @return The weight.
*/
java.lang.String getWeight();
/**
*
* 源站的权重,取值范围是 1-100
*
*
* string Weight = 7;
* @return The bytes for weight.
*/
com.google.protobuf.ByteString
getWeightBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy