This console client command creates a security group rule for a virtual machine.
SAP Business Technology Platform, Neo environment will sunset on December 31, 2028, subject to terms of customer or partner contracts.
For more information, see SAP Note 3351844.
This documentation refers to SAP Business Technology Platform, Neo environment. If you are looking for documentation about other environments, see SAP Business Technology Platform
↗️ .
neo create-security-rule --account <subaccount_technical_name> --host <host> --user <e-mail_or_user> --name <vm_name> --source-id <system_ID> --source-type <source_type> --from-port <from_port> --to-port <to_port>
Required |
|
---|---|
|
Your subaccount technical name.
|
|
Enter a region host.
|
|
Type the name of the virtual machine.
|
|
ID of the virtual machine
|
|
To protect your password, enter it only when prompted by the console client and not explicitly as a parameter in the properties file or the command line.
|
|
Use your email, SAP ID or user name.
|
|
The start of the range of allowed ports. The <from_port> value must be less than or equal to the <to_port> value.
|
|
The end of the range of allowed ports. The <to_port> value must be greater than or equal to the <from_port> value.
|
|
The name of the system that you want to connect from. For an SAP HANA system, the |
|
The type of the system specified in the source ID.
|
neo create-security-rule --account mysubaccount --host hana.ondemand.com --user [email protected] --name myvm --source-id mysystem --source-type HANA --from-port <from_port> --to-port <to_port>
Related Information
Manage Network Communication for SAP Virtual Machine Service