SetSecurityGroupRulesRequest: {
    rules?: SetSecurityGroupRulesRequestRule[];
    securityGroupId: string;
    zone?: Zone;
}

Type declaration

  • Optionalrules?: SetSecurityGroupRulesRequestRule[]

    List of rules to update in the security group.

  • securityGroupId: string

    UUID of the security group to update the rules on.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.