Skip to content

EndpointProps

Properties for defining a Endpoint.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paidatasetacc-endpoint

Initializer

import com.aliyun.ros.cdk.paidatasetacc.EndpointProps;
EndpointProps.builder()
    .instanceId(java.lang.String)
    .instanceId(IResolvable)
    .name(java.lang.String)
    .name(IResolvable)
//  .type(java.lang.String)
//  .type(IResolvable)
//  .vpcId(java.lang.String)
//  .vpcId(IResolvable)
//  .vswitchId(java.lang.String)
//  .vswitchId(IResolvable)
    .build();

Properties

Name Type Description
instanceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property instanceId: The ID of the acceleration instance.
name java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property name: The name of the Mount Target.
type java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property type: The network type of the Mount Target.
vpcId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property vpcId: The ID of the VPC.
vswitchId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property vswitchId: The ID of the vSwitch.

instanceIdRequired

public java.lang.Object getInstanceId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property instanceId: The ID of the acceleration instance.


nameRequired

public java.lang.Object getName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property name: The name of the Mount Target.


typeOptional

public java.lang.Object getType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property type: The network type of the Mount Target.


vpcIdOptional

public java.lang.Object getVpcId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property vpcId: The ID of the VPC.


vswitchIdOptional

public java.lang.Object getVswitchId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property vswitchId: The ID of the vSwitch.